

/* Start:/local/templates/test_new/css/bootstrap.css?1699953758249851*/
@charset "UTF-8";
/*!
 * Bootstrap  v5.2.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}
label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1560px;
    border-radius: 0px 0px 30px 30px;

  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  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='%23198754' d='M2.3 6.73.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: right calc(0.375em + 0.1875rem) center;
  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: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  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;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  /*border-right: 0.3em solid transparent;*/
  border-bottom: 0;
  /*border-left: 0.3em solid transparent;*/
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 30px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #ffffff;
  /*--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0075bb;
  --bs-accordion-active-bg: #ffffff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  list-style: none;
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-main {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
  width:97%;
  margin-left:16px;
}

.carousel-main {
  position: relative;
  width:106.5%;
  margin-left:-41px;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius:0px;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6%;
  padding: 0;
  color: #fff;
  background-color:#828282;
  text-align: center;
  border: 0;
  opacity: 0.3;
  transition: opacity 0.15s ease;
}
.carousel-control-prev{
  border-radius:0;
}
.carousel-control-next{
  border-radius:0;
}
.carousel-control-prev-main{
  border-radius:0px;
}
.carousel-control-next-main{
  border-radius:0px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-none {
  box-shadow: none !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;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

.min-vw-100 {
  min-width: 100vw !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

.fw-lighter {
  font-weight: lighter !important;
}

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

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

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/*.text-primary {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-secondary {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-success {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-info {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-warning {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-danger {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-light {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-dark {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-black {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-white {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-body {*/
/*  --bs-text-opacity: 1;*/
/*  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;*/
/*}*/

/*.text-muted {*/
/*  --bs-text-opacity: 1;*/
/*  color: #6c757d !important;*/
/*}*/

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

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

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.table-special-dep tbody{
  border-width:0;
}
.table-special-dep tr{
  border-width:0;
}
.table-special-dep td{
  border-width:0;
}
.table-special-dep th{
  border-width:0;
}
.table-contact-dep tbody{
  border-width:0;
}
.table-contact-dep tr{
  border-width:0;
}
.table-contact-dep td{
  border-width:0;
}
.table-contact-dep th{
  border-width:0;
}

.table-diss table{
  border-width:0;
}
.table-diss tbody{
  border-width:0;
}
.table-diss thead{
  border-width:0;
}
.table-diss tfoot{
  border-width:0;
}
.table-diss tr{
  border-width:0;
}
.table-diss td{
  border-width:0;
}
.table-diss th{
  border-width:0;
}
tbody{
  border-width:0;

}
/*thead,*/
/*tbody,*/
/*tfoot,*/
/*tr,*/
/*td,*/
/*th {*/
/*  border-color: inherit;*/
/*  border-style: solid;*/
/*  border-width: 0px;*/
/*}*/
/*# sourceMappingURL=bootstrap.css.map */

.card-profile {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 30px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card-profile  > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-profile  > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card-profile  > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-profile  > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-profile  > .card-header + .list-group,
.card-profile  > .list-group + .card-footer {
  border-top: 2px;
}
.ag-format-container {
  max-width: 1142px;
  width:100%;
  margin: 0 auto;
}


body {
  background-color: #000;
}
.ag-courses_box {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: start;*/
  /*-ms-flex-align: start;*/
  /*align-items: flex-start;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 0px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;


  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #0075bb;
  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height:70px;
  margin: 3px 0 14px;
  line-height:32px;
  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 250px;
  width: 250px;
  background-color: #315589;

  z-index: 1;
  position: absolute;
  top: -36px;
  right: -192px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #9DA4B6;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #9DA4B6;
}
.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
  background-color: #9DA4B6;
}
.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
  background-color: #9DA4B6;
}
.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
  background-color: #9DA4B6;
}



@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.btn-profile {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 0;
  font: normal 16px/40px 'Inter', sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background: #0074bb;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  height: 30px;
  width: 156px;
  padding: 0 5px;
  border-radius:20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left:49px;
  margin-top: 59px;
  padding-bottom: 38px;
  z-index:1;
  font-weight: 800;
  margin-bottom:30px;
}
.col-profile{
  width:107%;
}
.kvalic{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  color:#0075bb;
  font-size:24pt;
  margin-bottom: 2rem;
}
.box-blue{
  background-image: url("/local/templates/test/images/box-blue.png");
  width:83%;
  z-index:-1;
  margin-left: auto;
  margin-top: 10rem;
  margin-right: auto;
  margin-BOTTOM: 2rem;
  box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
  padding:25px;
  border-radius: 42px;
}
@media (max-width:1200px) {

.box-blue{
  background-image: url("/local/templates/test/images/box-blue.png");
  width:100%;
  z-index:-1;
  margin-left: auto;
  margin-top: 10rem;
  margin-right: auto;
  margin-BOTTOM: 2rem;
  box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
  padding:25px;
  border-radius: 42px;
}
}
@media (max-width:1024px) {

.box-blue{
  background-image: url("/local/templates/test/images/box-blue.png");
  width:88%;
  z-index:-1;
  margin-left: 3rem;
  margin-top: 10rem;
  margin-right: 0rem;
  margin-BOTTOM: 2rem;
  box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
  padding:25px;
  border-radius: 42px;
}
}
@media (max-width:1000px) {

.box-blue{
  background-image: url("/local/templates/test/images/box-blue.png");
  width:88%;
  z-index:-1;
  margin-left: 0rem;
  margin-top: 10rem;
  margin-right: auto;
  margin-BOTTOM: 2rem;
  box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
  padding:25px;
  border-radius: 42px;
}
}
@media (max-width:876px) {
  .box-blue {
    background-image: url("/local/templates/test/images/box-blue.png");
    width:100%;
    z-index: -1;
    margin-left: -3.5rem;
    margin-top: 10rem;
    margin-right: auto;
    margin-BOTTOM: 2rem;
    box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 42px;
  }
}

@media (max-width:768px) {
  .box-blue {
    background-image: url("/local/templates/test/images/box-blue.png");
    width:100%;
    z-index: -1;
    margin-left: -3.5rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-BOTTOM: 2rem;
    box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 16px;
  }
}
@media (max-width:480px) {
  .box-blue {
    background-image: url("/local/templates/test/images/box-blue.png");
    width:116%;
    z-index: -1;
    margin-left: -5.5rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-BOTTOM: 2rem;
    box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 19px;
  }
}
@media (max-width:428px) {
  .box-blue {
    background-image: url("/local/templates/test/images/box-blue.png");
    width:114%;
    z-index: -1;
    margin-left: -5rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-BOTTOM: 5rem;
    box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 20px;
  }
}@media (max-width:375px) {
  .box-blue {
    background-image: url("/local/templates/test/images/box-blue.png");
    width:118%;
    z-index: -1;
    margin-left: -5rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-BOTTOM: 5rem;
    box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 20px;
  }
}
@media (max-width:320px) {
  .box-blue {
    background-image: url("/local/templates/test/images/box-blue.png");
    width:127%;
    z-index: -1;
    margin-left: -5rem;
    margin-top: 5rem;
    margin-right: auto;
    margin-BOTTOM: 5rem;
    box-shadow: 0px 0px 11px 7px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 20px;
  }
}
.white-back-person-detail {
  display: flex;
  margin-left: 376px;
  width: 153%;
  height: 468px;
  /*margin-top: -478px;*/
}
.filial table{
  border:0;
}
.filial table{
  border-width:0;
}
.filial tbody{
  border-width:0;
}
.filial thead{
  border-width:0;
}
.filial tfoot{
  border-width:0;
}
.filial tr{
  padding: 20px;
  border-width:0;
}
.filial td{
  border-width:0;
}
.filial th{
  border-width:0;
}
.cover_mag{
  width: 207px;
  padding: 30px;
  height:347px;
}
.anonce_mag{
  text-align: justify;
}
@media (max-width: 876px) {
  .col-sotrudniki {
    width: 33% !important;
  }
}
@media (max-width: 414px) {
  .col-sotrudniki {
    width: 100% !important;
  }
}
@media (max-width: 1536px) {
  .col-sotrudniki {
    width: 44% !important;
    margin-left: 3rem;
    margin-right: auto;
  }
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: none;
  /*background-color: #fff;*/
  color: #444;
  border-radius:20px;
  /*box-shadow: 0px 1px 12px 1px rgba(1, 1, 0, 0.2);*/
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding:30px;
  width: 96%;
  border-radius:0 0 20px 20px;
  margin-left:auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 0px 1px 12px 1px rgba(1, 1, 0, 0.2);
  overflow: hidden;
  display: none;
}

/* End */


/* Start:/local/templates/test_new/css/style.full.css?16778492664949*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=cyrillic');

.innova_slider_template2_slider_inner {
	display: flex;
    flex-direction: column;
    height: 500px;
	width: 100%;
    align-items: center;
    justify-content: center;
	padding: 40px 90px;
	border-raduis: 30px;
}
.innova_slider_template2_slider_inner .innova_slider_template2_slide_innerH1{
	font-size: 10px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0;
    margin: 0;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.innova_slider_template2_slide_block {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.67);
	display: flex;
	height: 555px;
	border-radius: 30px;
}
.innova_slider_template2_slider_img {
	width: 100%;
	text-align: center;
}
.innova_slider_template2_slider_img img{
	max-width: 100%;
	height: 555px;
}
.innova_slider_template2_slider_inner p {
	font-size: 20px;
    line-height: 30px;
    margin: 30px 0 40px;
	font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.75);
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.innova_slider_template2_slider_btn {
    outline: none !important;
	display: inline-block;
	text-transform: none;
	white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    color: #fff;
    border-radius: 30px;
	box-sizing: border-box;
    border: none;
	line-height: 60px;
	font-weight: 400;
	font-family: Montserrat;
    font-size: 17px;
    background-color: transparent;
    border: 3px solid #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
	margin: 0px;
	padding: 0px 50px;
	letter-spacing: 0px;
	filter: brightness(100%);
	opacity: 1;
	transform-origin: 50% 50% 0px;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 10px 0px;
    border-width: 0px;
}
a.innova_slider_template2_slider_btn:hover, .innova_slider_template2_slider_btn:active, .innova_slider_template2_slider_btn:focus {
	text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
	text-decoration: none;
	filter: brightness(90%);
}
a.innova_slider_template2_whole_slider_link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
span.innova_slider_template2_slider_btn {
	display: none;
}

.innova_slider_template2 {
	position: relative;
	overflow: hidden;
	border-raduis: 30px;

}
.innova_slider_template2 .tns-nav {
	text-align: center;
	border-raduis: 30px;
}
.innova_slider_template2 .tns-nav button {
	height: 15px;
	width: 15px;
	border: none;
	border-radius: 50%;
	margin: 10px 5px;
	background-color: #ccc;
	opacity: 0.6;
  padding: 0 !important;
}
.innova_slider_template2 .tns-nav button:hover {
	opacity: 1;
}
.innova_slider_template2 .tns-nav button.tns-nav-active {
	background-color: #0074bb;
	opacity: 1;
}
.innova_slider_template2 .tns-controls button {
	position: absolute;
	display: block;
	cursor: pointer;
	outline: none;
	background: transparent;
	font-size: 0;
	border: none;
	z-index: 2;
	
	-webkit-transition: 280ms ease;
    -moz-transition: 280ms ease;
    -ms-transition: 280ms ease;
    -o-transition: 280ms ease;
    transition: 280ms ease;
	background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    text-indent: 0;
    line-height: 46px;
    color: #111;
    font-weight: 800;
    background-color: #fff;
    width: 46px;
    height: 46px;
    top: 50%;
    margin-top: -40px;
    margin-left: -23px;
    border-radius: 50%;
	opacity: 0;
	background-image: url(/bitrix/components/innova/slider/images/arrows.svg);
}

.innova_slider_template2:hover .tns-controls button {
	opacity: 0.4;
}

.innova_slider_template2 .tns-controls button:after, .innova_slider_template2 .tns-controls button:before {
	content: none;
}

.innova_slider_template2 .tns-controls button:hover, .innova_slider_template2 .tns-controls button:active, .innova_slider_template2 .tns-controls button:focus {
	outline: none;
}

.innova_slider_template2 .tns-controls button[data-controls=prev] {
	left: 35px;
	background-position: 2px 1px;
}

.innova_slider_template2 .tns-controls button[data-controls=next] {
	right: 12px;
	background-position: -48px 1px;
}

.innova_slider_template2 .tns-controls button[data-controls=prev]:hover, .innova_slider_template2 .tns-controls button[data-controls=next]:hover {
	opacity: 1;
}
/* End */


/* Start:/local/templates/test_new/css/style.css?175044585534234*/
.slider .slider__item {
    width: 370px;
}
header .menu {
    margin-top:11px;
    width:96%;
    margin-left:auto;
    margin-right:auto;
    left: 2%;
    border-radius:0px 0px 19px 19px;
}
.call-center a {
    color:#fff;
}
header .menu .h4.poss {
    text-align:left;
    margin-bottom: 30px;
}
header .menu .burger_title {
    margin-left:0px;
    float:none;
    font-size: 26px;
}

header .menu .menu__item {
    margin-left:0px;
    font-size: 16px;
}
.burger-menu-content {
    padding-left:42px;
    display:flex;
}
header .menu  .burger-menu-content ul {
    margin-left:0;
}
.burger-menu-content .col {
    position:relative;
    padding-top: 15px;
    padding-right: 0px;
    box-sizing: border-box;
    margin-right: 32px;
}
.burger-menu-content .col:last-child {
    margin-right:0;
}
.burger-menu-content .col:nth-child(2) {
    width: 29%;
}
.burger-menu-content .col:last-child {
    width:34%;
}
.burger-menu-content .col:last-child:after {

}
.burger-menu-content .col:after {
    position:absolute;
    content:'';
    right:-15px;
    top:0px;
    width:1px;
    background: #fff;
    height:100%;
}
.burger-menu-content-service {

}
.content.content-burger-second-column {
    width: 29%;
    padding-left: 69px;
    padding-top: 15px;
    padding-right:10px;
}
.social_qr p {
    font-size:16px;
    font-weight: 600;
    margin-top: 6px;
    line-height: 1.2;
}
.social_qr {
    width: 100%;
    margin-top: 86px;
    padding-left: 0px;
}

.bottom_burger_menu_services  {
    position:absolute;
    right: 115px;
    bottom: 28px;
    z-index: 100;
    color:#fff;
}
.bottom_burger_menu_services p {
    color:#fff;
}
.bottom_burger_menu_services a {
    color:#fff;
}
.header-inner img.minobr_logo{
    width: 334px !important;
    margin-top: 42px !important;
    margin-bottom: 10px !important;
    margin-left: 63px !important;
    max-height: inherit !important;
}
.header-inner .menu {
    height:691px;
}
.bottom_burger_menu_services  .service_desc {
    font-size:12px;
    color:rgba(255, 255, 255, 0.5);
    font-weight:600;
    line-height: 1.5;
}
.bottom_burger_menu_services  .service_desc h4 {
    font-size:16px;
}
@media (max-width: 1600px) {
    .second-level {
        padding-left:0 !important;
    }
    .applicant-box-right-new .white-box-priem-reg a {
        margin-top:6px !important;
    }
    .applicant-box-right-new .white-box-priem-reg.abit-pz a {
        margin-top:10px !important;
    }
}

@media (max-width: 1500px) {
    .burger-menu-content .col:last-child {
        width:33% !important;
    }
    .content.content-burger-second-column {
        width:35% !important;
    }
    .applicant-box-right-new {
        margin-left:45px !important;
    }
}
@media (max-width: 1400px) {
    .new_top_menu ul {
        min-width: inherit !important;
    }
}
@media (max-width: 1366px) {
    .header-inner .menu>div:first-child {
        max-width:75%;
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .header-inner .menu {
        height:780px;
    }
    .header-inner img.minobr_logo {
        margin-top:0px !important;
    }
    .bottom_burger_menu_services {
        bottom:14px;
    }
    .social_qr {
        padding-left:18px;
    }
}
@media (max-width: 1280px) {
    .content.content-burger-second-column {
        display:none;
    }
    .header-inner .menu>div:first-child {
        max-width:95%;
    }
    .burger-menu-content .col:last-child:after {
        display:none;
    }
}

.media_library .title {
    text-align: center;
}
.media_library .title img {
    max-width:90%;
}
.wrapper-per.wrapper-media-library {
    margin-top: -80px;
}
.wrapper-media-library .slider {
    margin-top:0;
}
.slider .slider__item.slider_item_media {
    background: none;
    height: auto;
    position:relative;

}
.slider .slider__item.slider_item_media img {

}
.slider .slider__item.slider_item_media .card-body {
    padding:0;
    position:absolute;
    display: flex;
    bottom:0;
    padding-bottom: 20px;
    left:0;
}
.slider .slider__item.slider_item_media .card-body p {
    font-size:28px;
    font-weight:700;
    color:#fff;
    line-height:1.2;
    letter-spacing: 0;
    text-align: left;
    padding-left:20px;
    padding-right:20px;
}
.slider .slider__item.slider_item_media:after {
    width:61px;
    height:71px;
    background: url("/local/templates/test_new/css/../images/play.svg");
    content:'';
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-35px;
    margin-left:-30px;
}
.wrapper-media-library .slider .slick-arrow {
    bottom: auto;
    top:50%;
    margin-top:-25px;
}
.wrapper-media-library .slider  .slider .slick-next {

}
.video-cards {
    position:fixed;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    z-index:10000;
    background:rgba(0,0,0,0.7);
}
.fancybox-content {
    background: transparent !important;
}
@media(max-width: 1024px) {
    .lang {
        display:none;
    }
}
@media(max-width: 1600px) {
    .wrapper-media-library .slider  .img-news {
        height:auto;
    }
    .container-footer {
        margin-top: -1512px !important;
        padding-top: 1500px !important;
    }
}
.video_block video {
    max-height:90%;
}
.insta-gallery-full {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1500;
    background: #102938;
    display: flex;
    justify-content: center;
    user-select: none;
}
.insta-gallery-full .swiper-wrapper {
    pointer-events: none;
}
.insta-gallery-full .swiper-slide {
    pointer-events: fill;
}
.insta-gallery-full__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: white;
    cursor: pointer;
    user-select: none;
    z-index: 5;
}
.insta-gallery-full__container {
    display: flex;
    margin-top: 23px;
    gap: 4px;
}
.insta-gallery-full__left-arrow,
.insta-gallery-full__right-arrow {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 32px;
}
.insta-gallery-full__navigation {
    display: flex;
    margin-bottom: 20px;
    gap: 3px;
}
.insta-gallery-full__navigation-line {
    width: 100%;
    height: 2px;
    overflow: hidden;
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 999px;
}
.insta-gallery-full__navigation-line-progress {
    width: 50%;
    height: 100%;
    background-color: #fff;
}
.insta-gallery-full__swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    background-color: #1e1e1e;
    transform: scale(1);

}
.insta-gallery-full__swiper .swiper-wrapper{
    height: 100%;
}
.insta-gallery-full__volume svg {
    fill: white;
}

.insta-video:after,
.insta-video__button {
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
}
.insta-gallery * {
    box-sizing: border-box;
    text-align: left;
}
.insta-gallery__container {
    margin: 0 auto;
}
.insta-gallery__title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    font-feature-settings:
            'tnum' on,
            'lnum' on;
    color: #102938;
    margin-top: 0;
    margin-bottom: calc(60px / 2);
}
.insta-gallery__slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.insta-gallery__left-arrow {

    left: -2px;
}
.insta-gallery__right-arrow {

    right:-2px;
}
.insta-gallery__left-arrow,
.insta-gallery__right-arrow {
    top: 57%;
    box-sizing: content-box;
}
/* .insta-gallery__left-arrow svg, */
/* .insta-gallery__right-arrow svg, */
.insta-gallery__preview,
.insta-video__button {
    width: 100%;
    height: 100%;
}
.insta-gallery__left-arrow.swiper-button-disabled,
.insta-gallery__right-arrow.swiper-button-disabled {
    /* opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s; */
}
.insta-gallery__swiper {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
}
.insta-gallery__swiper .swiper-slide {
    width: 245px;
    height: 445px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
}
.insta-gallery__preview {
    display: block;
    object-fit: cover;
    border-radius: 8px;
}
.insta-gallery__image-text {
    margin: 0 0 0 -100%;
    width: 100%;
    height: 100%;
    padding: 15px !important;
    line-height: 26px;
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: end;
    color: #fff;
    background: linear-gradient(#00000000, rgba(0, 0, 0, 0.2));
    pointer-events: none;
    user-select: none;
}
.insta-gallery__link {
    display: none;
}
.insta-gallery__play-icon {
    position: absolute;
    justify-self: center;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insta-video__button {
    position: absolute;
    z-index: 1;
    opacity: 0;
    display: block;
    cursor: inherit;
    transform-style: preserve-3d;
    transform: translateZ(100px);
}
.insta-gallery-full {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1500;
    background: #102938;
    display: flex;
    justify-content: center;
    user-select: none;
}
.insta-gallery-full .swiper-wrapper {
    pointer-events: none;
}
.insta-gallery-full .swiper-slide {
    pointer-events: fill;
}
.insta-gallery-full__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: white;
    cursor: pointer;
    user-select: none;
    z-index: 5;
}
.insta-gallery-full__container {
    display: flex;
    margin-top: 23px;
    gap: 4px;
}
.insta-gallery-full__left-arrow,
.insta-gallery-full__right-arrow {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 32px;
}
.insta-gallery-full__navigation {
    display: flex;
    margin-bottom: 20px;
    gap: 3px;
}
.insta-gallery-full__navigation-line {
    width: 100%;
    height: 2px;
    overflow: hidden;
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 999px;
}
.insta-gallery-full__navigation-line-progress {
    width: 50%;
    height: 100%;
    background-color: #fff;
}
.insta-gallery-full__swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    background-color: #1e1e1e;
    transform: scale(1);

}
.insta-gallery-full__swiper .swiper-wrapper{
    height: 100%;
}
.insta-gallery-full__volume svg {
    fill: white;
}
.insta-video {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    justify-content: center;
    position: relative;
}
.insta-video:after,
.insta-video__player {
    width: 100%;
    height: 100%;
    position: absolute;
}
.insta-video:after {
    content: '';
    display: block;
    z-index: 5;
    background: linear-gradient(
            360deg,
            rgba(0, 0, 0, 0) 88.42%,
            rgba(0, 0, 0, 0.4) 100%
    );
    pointer-events: none;
    transform-style: preserve-3d;
    transform: translateZ(100px);
}
.insta-video__error,
.insta-video__player {
    top: 0;
    -webkit-transform-style: preserve-3d;
}
.insta-video__player {
    object-fit: cover;
    z-index: 0;
    left: 0;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
}
.insta-video__error,
.insta-video__preloader {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 32px;
    text-align: center;
    color: #fff;
    pointer-events: none;
    user-select: none;
    left: 0;
}
.insta-video__error {
    background-color: #000;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    transform: translateZ(100px);
}
.insta-gallery-full__sound,
.insta-video__preloader {
    top: 0;
    align-items: center;
    -webkit-transform-style: preserve-3d;
}
.insta-video__preloader {
    background-color: rgba(0, 0, 80, 0.2);
    justify-content: center;
    transform-style: preserve-3d;
    transform: translateZ(100px);
}
.insta-video__preloader:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    border-radius: 999px;
    animation: 0.5s linear infinite preloader;
}
@keyframes preloader {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.insta-video__link {
    position: fixed;
    background-color: #fff;
    padding: 16px 32px;
    bottom: 70px;
    border-radius: 999px;
    text-decoration: none;
    color: #1e1e1e;
}
.insta-gallery-full__sound {
    position: absolute;
    right: 0;
    width: 51px;
    height: 42px;
    display: none;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transform-style: preserve-3d;
    transform: translateZ(150px);
}
.insta-gallery-full__sound svg {
    width: 30px;
    height: 18px;
}
:root {
    --insta-gallery-slide-height: 87.742vh;
    --insta-gallery-slide-width: 48.281vh;
}
.insta-gallery-full__swiper {
    height: var(--insta-gallery-slide-height);
    width: var(--insta-gallery-slide-width);
    border-radius: 6px;
    overflow: visible !important;
}
.insta-gallery-full__volume-button {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 2px;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 100;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(150px);
    display: none;
}
.insta-gallery-full__volume-button svg {
    width: 25px;
    position: absolute;
    height: 15px;
    fill: white;
}
.swiper-slide-active .insta-gallery-full__sound {
    display: flex;
}
@media screen and (min-width: 512px) {
    .swiper-slide_left-step-1,
    .swiper-slide_left-step-2,
    .swiper-slide_not-visible,
    .swiper-slide_right-step-1,
    .swiper-slide_right-step-2 {
        transition:
                opacity 0.3s,
                transform 0.3s,
                transform-origin 0.3s !important;
        cursor: pointer;
    }
    .insta-gallery-full__swiper .swiper-slide {
        transition:
                opacity 0.3s,
                transform 0.3s,
                transform-origin 0.3s !important;
    }
    .swiper-slide_not-visible {
        opacity: 0;
        transform: scale(0) !important;
    }
    .swiper-slide_left-step-1 {
        opacity: 0.44;
        transform: scale(0.6687) !important;
        transform-origin: 0 50%;
    }
    .swiper-slide_left-step-2 {
        opacity: 0.15;
        transform: scale(0.5294)
        translateX(calc(-1 * var(--insta-gallery-slide-width) * 0.6687)) !important;
        transform-origin: 0 50%;
    }
    .swiper-slide_right-step-1 {
        opacity: 0.44;
        transform: scale(0.6687) !important;
        transform-origin: 100% 50%;
    }
    .swiper-slide_right-step-2 {
        opacity: 0.15;
        transform: scale(0.5294)
        translateX(calc(var(--insta-gallery-slide-width) * 0.6687)) !important;
        transform-origin: 100% 50%;
    }
}
@media screen and (max-width: 1200px) {
    .insta-gallery__title {
        font-size: 26px;
        margin-bottom: calc(32px / 2);
        line-height: 120%;
    }
    .insta-gallery__swiper .swiper-slide {
        width: 182px;
        height: 332px;
    }
    .insta-gallery__left-arrow {
        margin-right: 11px;
        width: 31px;
        height: 31px;
    }
    .insta-gallery__right-arrow {
        margin-left: 11px;
        width: 31px;
        height: 31px;
    }
    .insta-gallery__image-text {
        font-size: 18px;
        line-height: 22px;
    }
    :root {
        --insta-gallery-slide-height: 79.636vh;
        --insta-gallery-slide-width: 43.818vh;
    }
    .insta-gallery-full__container {
        margin-top: 37px;
    }
    .insta-gallery-full__sound {
        width: 50px;
        height: 38px;
    }
}
@media screen and (max-width: 1023px) {
    .insta-gallery__title,
    .insta-gallery__slider {
        padding: 0 40px;
    }
    .insta-gallery__title {
        font-size: 24px;
        margin-bottom: calc(32px / 2);
        line-height: 130%;

    }
    .insta-gallery__swiper {
        overflow: visible !important;
    }
    .insta-gallery__left-arrow,
    .insta-gallery__right-arrow {
        display: none;
    }
    :root {
        --insta-gallery-slide-height: 87.111vh;
        --insta-gallery-slide-width: 48vh;
    }
    .insta-gallery-full__container {
        margin-top: 19px;
    }
    .insta-gallery-full__sound {
        width: 47px;
        height: 36px;
    }
    .insta-gallery-full__sound svg {
        width: 30px;
        height: 18px;
    }
}
@media (max-width:767.89px){
    .insta-gallery__slider,
    .insta-gallery__title {
        padding: 0 15px;
    }

}
@media screen and (max-width: 512px) {
    .insta-gallery__title {
        margin-bottom: calc(30px / 2);
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }
    .insta-gallery__swiper .swiper-slide {
        width: 215px;
        height: 391px;
    }
    .insta-gallery-full__volume-button {
        display: flex;
    }
    .insta-gallery-full:before {
        display: block;
        content: '';
        width: 100%;
        height: 64px;
        position: absolute;
        z-index: 4;
        left: 0;
        top: 0;
        pointer-events: none;
    }
    .insta-gallery-full__left-arrow,
    .insta-gallery-full__right-arrow,
    .swiper-slide-active .insta-gallery-full__sound {
        display: none;
    }
    .insta-gallery-full__container {
        width: 100%;
        margin-top: 0;
    }
    .insta-gallery-full__navigation {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 10px 15px;
    }
    .insta-gallery-full__swiper {
        width: 100vw;
        height: 100vh;
    }
    .insta-gallery-full__close {
        background: #00000000;
        top: 8px;
        right: 0;
        width: 45px;
        height: 45px;
    }
    .insta-gallery-full__close svg {
        width: 17px;
        height: 17px;
    }
    .insta-gallery-full__sound {
        width: 55px;
        height: 55px;
        top: 2px;
        left: 0;
        display: none;
    }
    .insta-gallery-full__sound svg {
        width: 25px;
        position: absolute;
        height: 15px;
        fill: white;
    }
    .insta-gallery-full__swiper .swiper-slide,
    .insta-video {
        border-radius: 0;
    }
}
.insta-video__button {
    background:rgba(0,0,0,0.6);
    opacity:1;
    cursor:pointer;
}
.swiper-slide-active .insta-video__button {
    background:transparent;
}
.swiper-pagination-bullet {
    width: 100%;
    height: 2px;
    overflow: hidden;
    display: flex;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 999px;
}
.slider_item_media {
    cursor:pointer;
}
.header-mobile, .mobile-footer {
    display:none;
}
.white-box-mob-news_3 .useful_text_n_3_mob_mobile {
    display:none;
}
@media (max-width: 766px) {

    .header-mobile {
        display:flex;
        justify-content: space-between;
        align-items: center;
        padding:13px 22px;
        background: #FFFFFF;
        box-shadow: 0px 1.14762px 1.14762px rgba(0, 0, 0, 0.25);
        border-radius: 0px 0px 7px 7px;
        position:sticky;
        top:0;
        z-index:1000;
    }
    body {
        background:#F7F9FE !important;
    }
    div.container-full-mob {
        display:block;
    }
    .header-mobile-right {
        display:flex;
        gap:25px;
        min-width:50%;
        justify-content: flex-end;
    }
    .mobile-logo img {
        width:125px;
    }
    .header-mobile-left {
        min-width: 50%;
    }
    .mobile-burger-menu button {
        border:none;
        background: none;
        padding:0;
        cursor:pointer;
    }
    .mobile-lang, .special-version, .mobile-lk, .mobile-burger-menu {
        flex:0 0 0 25%;
    }
    .header-mobile-right svg {
        width:100%;
    }
    .container-fluid .offcanvas.offcanvas-end {
        top:46px;
        border-radius:0;
        padding-top: 3px;
    }
    button.mobile-menu-button-second {
        height:auto;
        font-size:16px;
        padding: 17px 0px 12px;
    }
    button.mobile-menu-button-first,button.mobile-menu-button-third {
        height:auto;
        padding: 17px 0px 12px;
        font-size:16px;
    }
    button.mobile-menu-button-third {
        border-radius: 0px 0 19px 0;
    }
    .offcanvas.show {
        display:flex;
    }
    .offcanvas-body {
        padding-left: 20px;
        padding-right: 15px;
        padding-top:20px;
    }
    .offcanvas-body ul {
        margin-top:0px;
    }
    .offcanvas-body ul li {
        font-size:12px;
        padding:5px 10px;
    }
    .mobile-social-networks {
        display:flex;
        justify-content: center;
        gap:16px;
        padding-top:10px;
        border-bottom:1px solid #fff;
        padding-bottom:15px;
    }
    .mobile-social-networks a {
        width:34px;
        height:34px;
        background:#fff;
        display:flex;
        align-items: center;
        justify-content: center;
        border-radius:2px;
    }
    .contacts-block {
        padding-top:15px;
        padding-bottom:15px;
        border-bottom:1px solid #fff;
        line-height:1.5;
        color:#fff;
        font-size:12px;
        padding-left:10px;
        font-weight:600;
    }
    .contacts-block p {
        margin:0;
        font-size:10px;
    }
    .contacts-block p a {
        color:#fff;
    }
    #first-level-box {
        margin-left:10px;
    }
    .call-center {
        padding-top:20px;
        color:#fff;
        text-align: center;
        font-weight:600;
        line-height:1.5;
        font-size:10px;
    }
    .copyright-mobile-menu {
        padding-top:20px;
        color:#fff;
        text-align: center;
        font-weight:600;
        line-height:1.5;
        font-size:10px;
    }
    .min-obr-mobile {
        text-align: center;
        padding-top:25px;
    }
    .header-inner .min-obr-mobile img {
        max-width:80%;
        margin-top:0;
    }
    .second-level-mobile {
        padding-left:10px;
    }
    .header-inner .search-block {
        float:none !important;
        margin-bottom: 15px;
    }
    .container-search.opened {
        position:inherit !important;
        margin:0;
        margin-top:21px;
        width: 100% !important;
        border-radius:10px;

    }
    .header-inner .mobile-social-networks img {
        max-width:15px;
        display:inline;
        margin: 0;
    }
    .search-block {
        position:relative;
    }
    .search-button {
        display:none !important;
    }
    #mobile-menu-search {
        padding-left: 20px;
        padding-right: 20px;
    }
    .search-form-block .icon-search-white {
        width:12px !important;
        height:12px !important;
        background-size: cover !important;
        margin-top:12px !important;
    }
    .search-input {
        margin-top:5px !important;
        height:25px !important;
        font-size:13px !important;
    }
    #title-search form {
        height:36px;
    }
    .search-suggestions .btn {
        width:100% !important;
    }
    .search-suggestions {
        font-size:12px !important;
        line-height:1.2 !important;
    }
    .swiper-navigation {
        width:100%;
        overflow: hidden;
    }
    .swiper-navigation li {
        list-style: none;
    }
    .swiper-navigation .swiper-slide {
        display:inline-block;
        width: auto;
    }
    .back-news-container {
        margin-top:0 !important;
        padding-top:20px;
        margin-bottom:0 !important;
    }
    .swiper-menu {
        padding-top:20px;
    }
    .swiper-menu img {
        margin-right:0;
    }
    .swiper-menu .swiper-dots {
        text-align: center;
        padding-bottom:10px;
    }
    .swiper-menu .swiper-dots .swiper-pagination-bullet {
        width:4px;
        height:4px;
        margin-left: 2px !important;
        margin-right: 2px !important;
    }

    .news-list-mob {
        width:100% !important;
        padding-left:22px;
        padding-right:22px;
    }
    .news-list-mob .square {
        box-shadow: 0px 0px 10.0425px 1.05711px rgba(0, 0, 0, 0.25);
        border-radius:10px;
        height:auto;
        padding-bottom:15px;
        margin-bottom:11px;
        margin-top:0;
    }
    .news-list-mob .square  .news-item-header-mobile {
        font-size:13px;
        line-height:1;
        margin-left:0px;
        margin-top:10px;
        padding: 0 13px;
        color: #0075BBE5;
        text-transform: none;
    }
    .news-list-mob .square .img_news_list-mob {
        box-shadow: 0px 0px 10.0425px 1.05711px rgba(0, 0, 0, 0.25);
    }
    .news-list-mob .news-mobile_link {
        display: flex;
        justify-content: flex-end;
        padding-right:13px;
    }
    .news-list-mob .news-mobile_link .btn-read-more-mob {
        height:20px;
        line-height:20px;
        width:85px;
        font-size:10px;
        font-weight:bold;
        margin-top:10px;
        margin-bottom:0;
        margin-left:0;
    }
    .news-list-mob .btn-all-news-mob {
        margin-top:16px;
        margin-bottom:16px;
    }
    .container-full-not-margin-on-mobile {
        margin-top:0px !important;
    }
    .footer-mobile-socials {
        display:flex;
        justify-content: center;
        gap:16px;
        border-bottom:1px solid #0075BB;
        padding-bottom:12px;
        margin-left:15px;
        margin-right:15px;
    }
    .footer-mobile-socials a {
        width:34px;
        height:34px;
        border-radius: 2px;
        display: flex;align-items: center;
        justify-content: center;
        background: #0073B3;
    }
    .mobile-footer {
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.25);
        border-radius: 8.89405px 8.89405px 0px 0px ;
        display:block;
        margin-top:10px;
        padding-top:15px;
    }
    .footer-contacts {
        padding:12px 8px;
        border-bottom:1px solid #0075BB;
        font-size:12px;
        line-height:1.5;
        font-weight:600;
        color:#0075BB;
        margin-left:15px;
        margin-right:15px;
    }
    .footer-contacts p {
        margin:0;
    }
    .minobr-black {
        text-align: center;
        margin:17px 0px;
    }
    .minobr-black img {
        max-width:190px;
    }
    .mobile-footer-copyright {
        text-align: center;
        color:#828282;
        font-size:10px;
        line-height:1.5;
        font-weight:600;
        padding-bottom:10px;
    }
    .back-news-container .poleznoe-mob {
        margin-top:0;
    }
    .poleznoe-parent {
        flex-wrap: wrap;
    }
    .poleznoe-parent .white-box-mob-news {
        width:100%;
        height:auto;
        max-height:initial;
        margin-bottom:0;
        margin-left:30px;
        margin-right:30px;
        border-radius:12px;
        padding-top:15px;
        margin-bottom:20px;
    }
    .poleznoe-parent .useful_pt_1_mob {
        margin-top:0;
    }
    .poleznoe-parent  .useful_mob,.poleznoe-parent  .useful_mob_1 {
        display:none;
    }
    .poleznoe-parent .white-box-mob-news_2, .poleznoe-parent .white-box-mob-news_3 {
        width:100%;
        height:auto;
        max-height:initial;
        margin-bottom:0;
        margin-left:30px;
        margin-right:30px;
        border-radius:12px;
        padding-top:15px;
        margin-bottom:20px;
    }
    .poleznoe-parent .white-box-mob-news_2 .useful_mob_2 {
        display:none;
    }
    .poleznoe-parent .white-box-mob-news_3 .useful_mob_3 {
        display:none;
    }
    .poleznoe-parent .white-box-mob-news .useful_text_n_mob, .poleznoe-parent .white-box-mob-news  .useful_text_n_1_mob,.poleznoe-parent .white-box-mob-news_2 .useful_text_n_2_mob,.poleznoe-parent .white-box-mob-news_3 .useful_text_n_3_mob_mobile {
        padding:0;
        margin:0;
        font-size:18px;
        font-weight:700;
        padding-left:20px;
        padding-right:20px;
        display:block !important;
    }
    .poleznoe-parent .white-box-mob-news_3 .useful_text_n_3_mob {
        display:none;
    }

    .poleznoe-parent .white-box-mob-news .useful_pt_1_mob ul, .poleznoe-parent .white-box-mob-news  .useful_pt_2_mob ul
    , .poleznoe-parent .white-box-mob-news_2  .useful_pt_3_mob ul,
    .poleznoe-parent .white-box-mob-news_3  .useful_pt_4_mob ul
    {
        margin: 10px 0 0;
        text-decoration: none;
        padding-left:20px;
        padding-right:20px;
    }
    .poleznoe-parent .white-box-mob-news_2  .useful_pt_3_mob {
        margin-top:0;
    }
    .poleznoe-parent .white-box-mob-news_3  .useful_pt_4_mob, .poleznoe-parent .white-box-mob-news .useful_pt_2_mob {
        margin-top:0;
    }
    .poleznoe-parent .white-box-mob-news .useful_pt_1_mob ul li, .poleznoe-parent .white-box-mob-news  .useful_pt_2_mob ul li,
    .poleznoe-parent .white-box-mob-news_2  .useful_pt_3_mob ul li,
    .poleznoe-parent .white-box-mob-news_3  .useful_pt_4_mob ul li
    {
        font-size:10px;
        line-height: 1.2;
        margin-bottom:7px;
    }
    .poleznoe-parent .white-box-mob-news .useful_pt_1_mob ul li a, .poleznoe-parent .white-box-mob-news  .useful_pt_2_mob ul li a,
    .poleznoe-parent .white-box-mob-news_2  .useful_pt_3_mob ul li a,
    .poleznoe-parent .white-box-mob-news_3  .useful_pt_4_mob ul li a
    {
        text-decoration: none;
    }
    .poleznoe-parent .white-box-mob-news  .btn-more-mob-1 {
        width:100%;
        margin:0;
        background:#828282;
        color:#fff;
        border:1px solid #fff;
        border-radius: 0px 0px 12px 12px;
        margin-top:10px;
    }
    .poleznoe-parent .white-box-mob-news  .btn-more-mob-2 {
        width:100%;
        margin:0;
        background:#828282;
        color:#fff;
        border:1px solid #fff;
        border-radius: 0px 0px 12px 12px;
        margin-top:10px;
    }
    .poleznoe-parent .white-box-mob-news_2  .btn-more-mob-3 {
        width:100%;
        margin:0;
        background:#828282;
        color:#fff;
        border:1px solid #fff;
        border-radius: 0px 0px 12px 12px;
        margin-top:10px;
    }
    .poleznoe-parent .white-box-mob-news_3  .btn-more-mob-4 {
        width:100%;
        margin:0;
        background:#828282;
        color:#fff;
        border:1px solid #fff;
        border-radius: 0px 0px 12px 12px;
        margin-top:10px;
    }

    #opinion .back-white {
        margin-toP:0;
        margin-bottom:0;
    }
    .slider-vertical {
        height:70vh;
        min-height:300px;
        overflow: hidden;
    }
    .slider-vertical .slick-slide {
        height:100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrapper-media-library-media {
        margin-top:10px !important;
        margin-left:0 !important;
        padding-left:25px;
        padding-right:25px;
    }
    .slider-vertical .img-news {
        height:100%;
    }
    .slider-vertical  .card-body {
        height:100%;
    }
    .vertical-swiper {
        width: 100%;
        height: 100%;
        max-height: 676px;
    }

    .vertical-swiper .swiper-slide img{
        height:100%;
        border-radius:10px;
        width:100%;
        margin-top:0;
        object-fit: cover;
    }
    .vertical-swiper .swiper-slide:after {
        position:fixed;
        top:0px;
        left:0;
        background:rgba(0,0,0,0.4);
        content:'';
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .vertical-swiper .swiper-slide .card-body {
        position:absolute;
        top:0;
        display:flex;
        align-items: flex-end;
        font-size:30px;
        line-height:1.2;
        color:#fff;
        z-index:20;
        max-width:155px;
        height: 100%;
        padding:20px;
        width: 100%;
    }
    .swiper-button-next-media {
        font-size:0;
        background:url('/local/templates/test_new/css/../images/swiper-new.svg');
        width:30px;
        height:15px;
        background-size:contain;
        border:none;
        position:absolute;
        bottom:15px;
        left:50%;
        margin-left:-5px;
        z-index:1000;

        background-repeat: no-repeat;
    }
    .wrapper-media-library-media {
        position:relative;
    }
    .swiper-button-prev-media {
        font-size:0;
        background:url('/local/templates/test_new/css/../images/swiper-new.svg');
        width:30px;
        height:15px;
        background-size:contain;
        background-repeat: no-repeat;
        border:none;
        position:absolute;
        top:15px;
        left:50%;
        margin-left:-5px;
        z-index:1000;
        transform: rotate(180deg);
    }
    .vertical-swiper .swiper-slide:before {
        width: 61px;
        height: 71px;
        background: url(/local/templates/test/css/../images/play.svg);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -35px;
        margin-left: -30px;
        z-index:100;
    }
    .back-detail-pages {
        margin-top:155px !important;
    }
    .hide-on-mobile-footer {
        display:none !important;
    }
    .back-news-container, .back-white {
        box-shadow: none !important;
    }
    .mobile-footer {
        margin-top:0 !important;
    }
    .mobile-col-no-margin {
        margin-top:0 !important;
    }
    .mobile-home-page-data {
        padding-bottom:10px !important;
    }
    .vertical-swiper .swiper-slide .card-body p {
        font-size:28px;
        font-weight:700;
        padding-bottom: 15px;
    }
    .news-list-mob .square .img_news_list-mob {
        height:183px;
        object-fit: cover;
    }
    .vertical-swiper {
        max-height:476px;
    }
    .second-level-mobile li a img {
        margin: 0;
        height: 12px;
        width: auto;
    }
}
/* End */


/* Start:/local/templates/test_new/components/bitrix/menu/burger-menu/style.css?1741879146100*/
.bottom_burger_menu_services {
    z-index:100;
}
.bottom_burger_menu_services a {
    color:#fff;
}
/* End */


/* Start:/local/templates/test_new/components/bitrix/search.title/search_rguk/style.css?17187252642108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/test_new/components/bitrix/search.title/search_rguk/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/test_new/components/bitrix/news.list/info-block/style.css?17528543592183*/
.container-info-block {
    font-family: "Inter", sans-serif;
	top: -2px;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	min-height: 50px;
	z-index: -2;
	display: block;
	overflow: hidden;
	background: #0075BBCC;
	color: #ffffff;
	position: absolute;
	margin-top: 109px;
	max-width: 1560px;
	border-radius: 0 0 30px 30px;
	padding: 5px;
}

.text-info-block {
    font-family: "Inter", sans-serif;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	font-family: Inter;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.05px;
	letter-spacing: 0.005em;
	text-align: center;
	margin: 0.75% 0;
}

.text-info-block a {
    font-family: "Inter", sans-serif;
	margin: 1px 0;
	text-decoration: none;
}

.text-info-block a,
.text-info-block a:hover {
	color: #ffffff;
}

.text-info-block a:hover {
	text-decoration: underline;
}

@media (max-width: 1800px) {
	.container-info-block {
		margin-top: 109px;
		max-width: 1460px;
	}
}

@media (max-width: 1600px) {
	.container-info-block {
		margin-top: 128px;
		max-width: 1420px;
	}
}

@media (max-width: 1540px) {
	.container-info-block {
		margin-top: 128px;
		max-width: 1400px;
	}
}

@media (max-width: 1539px) {
	.container-info-block {
		margin-top: 132px;
		max-width: 1400px;
	}
}

@media (max-width: 1500px) {
	.container-info-block {
		margin-top: 115px;
		max-width: 1360px;
	}
}

@media (max-width: 1450px) {
	.container-info-block {
		margin-top: 115px;
		max-width: 1300px;
	}
}

@media (max-width: 1400px) {
	.container-info-block {
		margin-top: 115px;
		max-width: 1260px;
	}
}

@media (max-width: 1350px) {
	.container-info-block {
		margin-top: 115px;
		max-width: 1200px;
	}
}

@media (max-width: 1280px) {
	.container-info-block {
		margin-top: 131px;
		max-width: 1150px;
	}
}

@media (max-width: 1260px) {
	.container-info-block {
		margin-top: 115px;
		max-width: 1100px;
	}
}

@media (max-width: 1200px) {
	.container-info-block {
		margin-top: 115px;
		max-width: 1060px;
	}
}

@media (max-width: 1199px) {
	.container-info-block {
		margin-top: 104px;
		max-width: 1060px;
	}
}

@media (max-width: 1100px) {
	.container-info-block {
		display: none;
	}
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?16813082812810*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: #0075bb;
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
.nca-button button{
    border: 0;
    border-radius: 5px;
    padding: 10px 28px;
}
/* End */


/* Start:/local/templates/test_new/styles.css?1746610802976*/
/*
#bx-admin-prefix .adm-detail-content-item-block table {
    border-color: transparent;
}

#bx_admin_form table {
    border-color: transparent;
}

.adm-detail-content-cell-l {
    text-align: right;
    padding: 5px 4px 7px 0;
    padding-top: 11px;
}
*/

.img_detail_person {
    z-index: 1000;
    position: relative;
}

.media_library {
    position:relative;
}

.media_library:after {
    content:'';
    display:block;
    width:100%;
    height: 940px;
    position:absolute;
    background-image: url("/local/templates/test_new/images/blue-main-footer.png");
    max-width: 1644px;
    left:50%;
    transform: translateX(-50%);
    top: 185px;
    background-size:cover;
    z-index:0;
    border-radius:30px;
}

@media (max-width: 1600px) {
    .media_library:after {
        height:100%;
    }
}

.owl-nav {
    display:none;
}

.owl-dots {
    display:none;
}

.main-footer {
    padding-top:0 !important;
    background:rgba(0, 117, 187, 1) !important;
    margin-top:-40px !important;
}
/* End */


/* Start:/local/templates/test_new/template_styles.css?17528529611267524*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

img,
legend {
    border: 0;
}

legend,
td,
th {
    padding: 0;
}

html {
    font-family: "Inter", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

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

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre,
textarea {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: "Inter", sans-serif;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol, dl {
    margin-top: 15px;
    margin-bottom: 15px;
}

ol, ul {
    padding-left: 20px;
}


/* ========================================================================== */
/* GRID */
/* ========================================================================== */

.content {
    position: relative;
    margin: 0 auto;
}

.content_footer {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.content_footer_main {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    .content_footer {
        position: relative;
        margin-top: 0rem;
        text-align: left;
    }

    .content_footer_main {
        display: none;
    }
}

.content_management {
    height: 411px;
    margin: 10px 0;
    font-size: 14px;
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 28px;
    margin-left: 14.25%;
    max-width: 1300px;
    width: 71.5%;
    display: flex;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .content_management {
        height: 300px;
        margin-top: 55px;
        margin-left: 96px;
        max-width: 900px;
        width: 85%;
        display: flex;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .content_management {
        height: 332px;
        margin-top: 55px;
        margin-left: 96px;
        max-width: 900px;
        width: 85%;
        display: flex;
    }
}

@media (max-width: 991px) {
    .content_management {
        height: 200px;
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        width: 85%;
        display: flex;
    }
}

@media (max-width: 600px) {
    .content_management {
        height: 166px;
        margin-top: 55px;
        margin-left: 3.25%;
        max-width: 700px;
        width: 93%;
        display: flex;
    }
}

@media (max-width: 375px) {
    .content_management {
        height: 166px;
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        width: 93%;
        display: flex;
    }
}

@media (max-width: 320px) {
    .content_management {
        height: 125px;
        margin-top: 55px;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        width: 93%;
        display: flex;
    }
}

.content:before,
.content:after {
    content: " ";
    display: table;
}

.content:after {
    clear: both;
}

.height-400 {
    height: 350px;
}

@media (max-width: 768px) {
    .height-400 {
        height: auto;
    }
}

.col {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .col {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1280px) {
    .col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .col-flex {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.col-mb-12 {
    width: 100%;
}

.col-mb-11 {
    width: 91.66666667%;
}

.col-mb-10 {
    width: 83.33333333%;
}

.col-mb-9 {
    width: 75%;
}

.col-mb-8 {
    width: 66.66666667%;
}

.col-mb-7 {
    width: 58.33333333%;
}

.col-mb-6 {
    width: 50%;
}

.col-mb-5 {
    width: 41.66666667%;
}

.col-mb-4 {
    width: 33.33333333%;
}

.col-mb-3 {
    width: 25%;
}

.col-mb-2 {
    width: 16.66666667%;
}

.col-mb-1 {
    width: 8.33333333%;
}

.col-mb-right-12 {
    right: 100%;
}

.col-mb-right-11 {
    right: 91.66666667%;
}

.col-mb-right-10 {
    right: 83.33333333%;
}

.col-mb-right-9 {
    right: 75%;
}

.col-mb-right-8 {
    right: 66.66666667%;
}

.col-mb-right-7 {
    right: 58.33333333%;
}

.col-mb-right-6 {
    right: 50%;
}

.col-mb-right-5 {
    right: 41.66666667%;
}

.col-mb-right-4 {
    right: 33.33333333%;
}

.col-mb-right-3 {
    right: 25%;
}

.col-mb-right-2 {
    right: 16.66666667%;
}

.col-mb-right-1 {
    right: 8.33333333%;
}

.col-mb-left-12 {
    left: 100%;
}

.col-mb-left-11 {
    left: 91.66666667%;
}

.col-mb-left-10 {
    left: 83.33333333%;
}

.col-mb-left-9 {
    left: 75%;
}

.col-mb-left-8 {
    left: 66.66666667%;
}

.col-mb-left-7 {
    left: 58.33333333%;
}

.col-mb-left-6 {
    left: 50%;
}

.col-mb-left-5 {
    left: 41.66666667%;
}

.col-mb-left-4 {
    left: 33.33333333%;
}

.col-mb-left-3 {
    left: 25%;
}

.col-mb-left-2 {
    left: 16.66666667%;
}

.col-mb-left-1 {
    left: 8.33333333%;
}

.col-mb-left-0 {
    left: 0%;
}

@media (min-width: 769px) {
    .col {
        float: left;
    }

    .col-12 {
        width: 48%;
    }

    .col-11 {
        width: 91.66666667%;
    }

    .col-10 {
        width: 83.33333333%;
    }

    .col-9 {
        width: 75%;
    }

    .col-8 {
        width: 66.66666667%;
    }

    .col-7 {
        width: 58.33333333%;
    }

    .col-6 {
        width: 50%;
    }

    .col-5 {
        width: 41.66666667%;
    }

    .col-4 {
        width: 33.33333333%;
    }

    .col-3 {
        width: 25%;
    }

    .col-2 {
        width: 16.66666667%;
    }

    .col-1 {
        width: 8.33333333%;
    }

    .col-right-12 {
        right: 100%;
    }

    .col-right-11 {
        right: 91.66666667%;
    }

    .col-right-10 {
        right: 83.33333333%;
    }

    .col-right-9 {
        right: 75%;
    }

    .col-right-8 {
        right: 66.66666667%;
    }

    .col-right-7 {
        right: 58.33333333%;
    }

    .col-right-6 {
        right: 50%;
    }

    .col-right-5 {
        right: 41.66666667%;
    }

    .col-right-4 {
        right: 33.33333333%;
    }

    .col-right-3 {
        right: 25%;
    }

    .col-right-2 {
        right: 16.66666667%;
    }

    .col-right-1 {
        right: 8.33333333%;
    }

    .col-left-12 {
        left: 100%;
    }

    .col-left-11 {
        left: 91.66666667%;
    }

    .col-left-10 {
        left: 83.33333333%;
    }

    .col-left-9 {
        left: 75%;
    }

    .col-left-8 {
        left: 66.66666667%;
    }

    .col-left-7 {
        left: 58.33333333%;
    }

    .col-left-6 {
        left: 50%;
    }

    .col-left-5 {
        left: 41.66666667%;
    }

    .col-left-4 {
        left: 33.33333333%;
    }

    .col-left-3 {
        left: 25%;
    }

    .col-left-2 {
        left: 16.66666667%;
    }

    .col-left-1 {
        left: 8.33333333%;
    }

    .col-left-0 {
        left: 0%;
    }
}

@media (min-width: 992px) {

    .content-main {
        max-width: 1280px;
    }

    .col {
        float: left;
    }

    .col-dt-20 {
        width: 20%;
    }

    .col-dt-12 {
        width: 100%;
    }

    .col-dt-11 {
        width: 91.66666667%;
    }

    .col-dt-10 {
        width: 83.33333333%;
    }

    .col-dt-9 {
        width: 75%;
    }

    .col-dt-8 {
        width: 66.66666667%;
    }

    .col-dt-7 {
        width: 58.33333333%;
    }

    .col-dt-6 {
        width: 50%;
    }

    .col-dt-5 {
        width: 41.66666667%;
    }

    .col-dt-4 {
        width: 33.33333333%;
    }

    .col-dt-3 {
        width: 23%;
    }

    .col-dt-30 {
        width: 30%;
    }

    .col-dt-2 {
        width: 16.66666667%;
    }

    .col-dt-1 {
        width: 8.33333333%;
    }

    .col-dt-right-12 {
        right: 100%;
    }

    .col-dt-right-11 {
        right: 91.66666667%;
    }

    .col-dt-right-10 {
        right: 83.33333333%;
    }

    .col-dt-right-9 {
        right: 75%;
    }

    .col-dt-right-8 {
        right: 66.66666667%;
    }

    .col-dt-right-7 {
        right: 58.33333333%;
    }

    .col-dt-right-6 {
        right: 50%;
    }

    .col-dt-right-5 {
        right: 41.66666667%;
    }

    .col-dt-right-4 {
        right: 33.33333333%;
    }

    .col-dt-right-3 {
        right: 25%;
    }

    .col-dt-right-2 {
        right: 16.66666667%;
    }

    .col-dt-right-1 {
        right: 8.33333333%;
    }

    .col-dt-left-12 {
        left: 100%;
    }

    .col-dt-left-11 {
        left: 91.66666667%;
    }

    .col-dt-left-10 {
        left: 83.33333333%;
    }

    .col-dt-left-9 {
        left: 75%;
    }

    .col-dt-left-8 {
        left: 66.66666667%;
    }

    .col-dt-left-7 {
        left: 58.33333333%;
    }

    .col-dt-left-6 {
        left: 50%;
    }

    .col-dt-left-5 {
        left: 41.66666667%;
    }

    .col-dt-left-4 {
        left: 33.33333333%;
    }

    .col-dt-left-3 {
        left: 25%;
    }

    .col-dt-left-2 {
        left: 16.66666667%;
    }

    .col-dt-left-1 {
        left: 8.33333333%;
    }

    .col-dt-left-0 {
        left: 0%;
    }
}

@media (min-width: 1280px) {
    .content {
        max-width: 1680px;
    }

    .content-main {
        max-width: 1800px;
    }

    .col {
        float: left;
    }

    .col-ld-12 {
        width: 100%;
    }

    .col-ld-11 {
        width: 91.66666667%;
    }

    .col-ld-10 {
        width: 83.33333333%;
    }

    .col-ld-9 {
        width: 75%;
    }

    .col-ld-8 {
        width: 66.66666667%;
    }

    .col-ld-7 {
        width: 58.33333333%;
    }

    .col-ld-6 {
        width: 50%;
    }

    .col-ld-5 {
        width: 41.66666667%;
    }

    .col-ld-4 {
        width: 33.33333333%;
    }

    .col-ld-3 {
        width: 25%;
    }

    .col-ld-2 {
        width: 16.66666667%;
    }

    .col-ld-1 {
        width: 8.33333333%;
    }

    .col-ld-right-12 {
        right: 100%;
    }

    .col-ld-right-11 {
        right: 91.66666667%;
    }

    .col-ld-right-10 {
        right: 83.33333333%;
    }

    .col-ld-right-9 {
        right: 75%;
    }

    .col-ld-right-8 {
        right: 66.66666667%;
    }

    .col-ld-right-7 {
        right: 58.33333333%;
    }

    .col-ld-right-6 {
        right: 50%;
    }

    .col-ld-right-5 {
        right: 41.66666667%;
    }

    .col-ld-right-4 {
        right: 33.33333333%;
    }

    .col-ld-right-3 {
        right: 25%;
    }

    .col-ld-right-2 {
        right: 16.66666667%;
    }

    .col-ld-right-1 {
        right: 8.33333333%;
    }

    .col-ld-left-12 {
        left: 100%;
    }

    .col-ld-left-11 {
        left: 91.66666667%;
    }

    .col-ld-left-10 {
        left: 83.33333333%;
    }

    .col-ld-left-9 {
        left: 75%;
    }

    .col-ld-left-8 {
        left: 66.66666667%;
    }

    .col-ld-left-7 {
        left: 58.33333333%;
    }

    .col-ld-left-6 {
        left: 50%;
    }

    .col-ld-left-5 {
        left: 41.66666667%;
    }

    .col-ld-left-4 {
        left: 33.33333333%;
    }

    .col-ld-left-3 {
        left: 25%;
    }

    .col-ld-left-2 {
        left: 16.66666667%;
    }

    .col-ld-left-1 {
        left: 8.33333333%;
    }

    .col-ld-left-0 {
        left: 0%;
    }
}

.center-block {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .col-mb-hide,
    .mb-hide,
    .tablet-block,
    .dt-block,
    .ld-block {
        display: none;
    }

    .mb-block {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-hide,
    .tablet-hide,
    .mb-block,
    .dt-block,
    .ld-block {
        display: none;
    }

    .tablet-block {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .col-dt-hide,
    .dt-hide,
    .mb-block,
    .tablet-block,
    .ld-block {
        display: none;
    }

    .dt-block {
        display: block;
    }
}

@media (min-width: 1280px) {
    .col-ld-hide,
    .ld-hide,
    .mb-block,
    .tablet-block,
    .dt-block {
        display: none;
    }

    .ld-block {
        display: block;
    }
}

@media (max-width: 768px) {
    .col-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .col-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .col-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .col-margin {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-margin {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .col-margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1280px) {
    .col-margin {
        margin-top: 40px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .col-margin-bottom {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .col-margin-bottom {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .col-margin-top {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-margin-top {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .col-margin-top {
        margin-top: 4rem;
    }
}

@media (min-width: 1280px) {
    .col-margin-top {
        margin-top: 4rem;
    }
}


/* ========================================================================== */
/* BUTTONS */
/* ========================================================================== */

.btn {
    display: inline-block;
    color: #0074bb;
    margin-bottom: 0;
    font: normal 16px/40px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    width: 156px;
    padding: 0 5px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 160px;
    /* margin-top: -117px; */
    margin-top: 42px;
    padding-bottom: 38px;
    z-index: 1;
}

@media (max-width: 1860px) {
    .btn {
        margin-left: 168px;
        margin-top: -116px;
    }
}

@media (max-width: 1800px) {
    .btn {
        margin-left: 127px;
        margin-top: 36px;
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .btn {
        margin-left: 127px;
        margin-top: -105px;
    }
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #ffffff;
    background: #0075bb;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background: #106196;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
}

.btn-cta {
    background: #ffffff;
    color: #0075bb;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.btn-cta:hover,
.btn-cta:focus {
    color: #0075bb;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-cta:active,
.btn-cta.active {
    color: #0075bb;
    background: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.btn-ctam {
    width: 200px !important;
    background: #ffffff;
    color: #0075bb;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.btn-ctam:hover,
.btn-ctam:focus {
    color: #0075bb;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-ctam:active,
.btn-ctam.active {
    color: #0075bb;
    background: #ffffff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.btn-square {
    border-radius: 3px;
}

.btn-dark {
    background: rgba(24, 24, 24, 0.3);
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #ffffff;
    background: rgba(24, 24, 24, 0.5);
    text-decoration: none;
}

.btn-dark:active,
.btn-dark.active {
    color: #ffffff;
    background: rgba(24, 24, 24, 0.7);
}

.btn-long {
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 40px;
}

.btn-all {
    display: inline-block;
    color: #0074bb;
    margin-bottom: 0;
    font: normal 16px/40px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    width: 197px;
    padding: 0 4px;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 157px;
    margin-top: -130px;
    padding-bottom: 38px;
    z-index: 1;
}

@media (max-width:1860px) {
    .btn-all {
        margin-left: 168px;
        margin-top: 76px;
    }
}

@media (max-width:1800px) {
    .btn-all {
        margin-left: 141px;
        margin-top: -16px;
    }
}

@media (max-width:1800px) and (min-width: 1700px) {
    .btn-all {
        margin-left: 141px;
        margin-top: -104px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .btn-all {
        margin-left: 104px;
        margin-top: -22px;
        margin-left: 7.4%;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .btn-all {
        margin-left: 7.4%;
        margin-top: -100px;
        font-size: 12px;
        width: 130px;
    }
}

.btn-all:hover,
.btn-all:focus {
    color: #ffffff;
    background: #0075bb;
    text-decoration: none;
}

.btn-all:active,
.btn-all.active {
    outline: 0;
    background: #106196;
}

.btn-more {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font: normal 14px/40px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 39px;
    width: 146px;
    padding: 9px 10px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: -29px;
    margin-top: 37px;
    padding-top: 0;
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .btn-more {
        margin-left: -26px;
        margin-top: 13px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .btn-more {
        margin-left: -7px;
        margin-top: 32px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .btn-more {
        margin-left: -7px;
        margin-top: 21px;
        width: 112px;
        height: 30px;
        padding: 0;
        font-size: 8pt;
        padding-bottom: 34px;
    }
}

@media (max-width: 768px) and (min-width: 450px) {
    .btn-more {
        align-items: center;
        justify-content: center;
        margin-left: -29px;
        margin-top: 30px;
        width: 102px;
        height: 30px;
        font-size: 8pt;
    }
}

@media (max-width: 450px) and (min-width: 360px) {
    .btn-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: -7px;
        margin-top: 23px;
        width: 102px;
        height: 26px;
        padding-top: 0;
        border-radius: 5px;
        padding-bottom: 0;
        font-size: 8pt;
    }
}

@media (max-width: 360px) and (min-width: 280px) {
    .btn-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: -41px;
        margin-top: 23px;
        width: 102px;
        height: 26px;
        padding-top: 0;
        border-radius: 5px;
        padding-bottom: 0;
        font-size: 8pt;
    }
}

.btn-more:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-more:hover,
.btn-more:focus {
    color: #0074bb;
    background: #ffffff;
    text-decoration: none;
}

.btn-more:active,
.btn-more.active {
    outline: 0;
    background: #106196;
}

.btn-more.disabled,
.btn-more[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
}

.btn-read-more {
    display: block;
    position: static;
    color: #ffffff;
    margin-bottom: 0;
    font: normal 16px/40px "Inter", sans-serif;
    text-align: center;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 48px;
    width: 230px;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 1006px;
    margin-bottom: 10px;
    margin-top: 138px;
    padding-top: 5px;
}

@media (max-width: 1600px) {
    .btn-read-more {
        margin-left: 862px;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .btn-read-more {
        display: block;
        position: inline-block;
        color: #ffffff;
        margin-bottom: 0;
        font: normal 16px/40px "Inter", sans-serif;
        text-align: center;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 48px;
        width: 230px;
        padding: 0 10px;
        border-radius: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 968px;
        margin-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 138px;
        padding-top: 5px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .btn-read-more {
        display: block;
        position: inline-block;
        color: #ffffff;
        margin-bottom: 0;
        font: normal 16px/40px "Inter", sans-serif;
        text-align: center;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 48px;
        width: 230px;
        padding: 0 10px;
        border-radius: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 881px;
        margin-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 138px;
        padding-top: 5px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .btn-read-more {
        display: flex;
        position: inline-block;
        color: #ffffff;
        margin-bottom: 0;
        font: normal 10px/40px "Inter", sans-serif;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 29px;
        width: 125px;
        border-radius: 7px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 263px;
        margin-bottom: 10px;
        margin-top: 27px;
        padding-top: 5px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .btn-read-more {
        display: flex;
        position: inline-block;
        color: #ffffff;
        margin-bottom: 0;
        font: normal 10px/40px "Inter", sans-serif;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 29px;
        width: 125px;
        border-radius: 7px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 578px;
        margin-bottom: 10px;
        margin-top: 55px;
        padding-top: 0;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .btn-read-more {
        margin-left: 1rem;
    }
}

@media (max-width: 860px) {
    .btn-read-more {
        display: flex;
        position: inline-block;
        color: #ffffff;
        margin-bottom: 0;
        font: normal 10px/40px "Inter", sans-serif;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 29px;
        width: 125px;
        border-radius: 7px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 1rem;
        margin-bottom: 10px;
        margin-top: 21px;
        padding-top: 5px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .btn-read-more {
        display: flex;
        position: inline-block;
        color: #ffffff;
        margin-bottom: 0;
        font: normal 8px/40px "Inter", sans-serif;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 24px;
        width: 74px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 170px;
        margin-bottom: 10px;
        margin-top: 21px;
        padding-top: 0;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 390px) {
    .btn-read-more {
        display: none;
    }
}

@media (max-width: 384px) and (min-width: 383px) {
    .btn-read-more {
        display: none;
    }
}

@media (max-width: 382px) {
    .btn-read-more {
        display: none;
    }
}

@media (max-width: 375px) {
    .btn-read-more {
        display: none;
    }
}

@media (max-width: 360px) {
    .btn-read-more {
        display: none;
    }
}

@media (max-width: 240px) {
    .btn-read-more {
        display: none;
    }
}

.btn-read-more:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn-read-more:hover,
.btn-read-more:focus {
    color: #0074bb;
    background: #ffffff;
    text-decoration: none;
}

.btn-read-more:active,
.btn-read-more.active {
    outline: 0;
    background: #106196;
}

.btn-read-more.disabled,
.btn-read-more[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
}

.btn-all-per {
    display: inline-block;
    color: #0c74d5;
    margin-bottom: 0;
    font: normal 12px/20px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 20px;
    width: 120px;
    padding: -50px 50px;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 130px;
    margin-top: 60px;
}

.btn-link {
    color: #0075bb;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link:hover,
.btn-link:focus {
    color: #0075bb;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    background-color: transparent;
    color: #0075bb;
    text-decoration: none;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}


/* ========================================================================== */
/* ICONS */
/* ========================================================================== */

.icon {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: url("/local/templates/test_new/images/all-icons.png") 0 0 no-repeat;
}

@media screen and (min-resolution: 192dpi) {
    .icon {
        background-image: url("/local/templates/test_new/images/all-icons@2x.png");
        background-size: 200px 300px;
    }
}

.icon-dd {
    background-position: 0 0;
}

.icon-lk {
    background-position: 0 -60px;
}

.icon-map-marker {
    background-position: 0 -80px;
}

.icon-map-marker-bold {
    background-position: -20px -80px;
}

.icon-special-version {
    background-position: -40px -80px;
    width: 25px;
}

.icon-big-clock {
    background-position: -40px -40px;
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.icon-big-clock-white {
    background-position: -40px -140px;
    width: 32px;
    height: 32px;
    opacity: .7;
}

.icon-big-phone {
    background-position: -40px 0;
    height: 30px;
    width: 15px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.icon-search {
    background-position: 0 -40px;
}

.icon-search-white {
    background-position: -20px -40px;
}

.icon-close {
    background-position: 0 -100px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.icon-close:hover {
    opacity: .5;
}

.icon-social-vk {
    background-position: 0 -120px;
}

.icon-social-tw {
    background-position: 0 -140px;
}

.icon-social-fb {
    background-position: 0 -160px;
}

.icon-social-tg {
    background-position: 0 -180px;
}

.icon-social-rt {
    background-position: 0 -200px;
}

.icon-social-ok {
    background-position: 0 -220px;
}

.icon-social-yt {
    background-position: 0 -240px;
}

.icon-arrow-right {
    background-position: -80px -40px;
}

.icon-arrow-left {
    background-position: -100px -40px;
}

@media (max-width: 1400px) {
    .icon-arrow-left {
        background-position: -103px -41px;
    }
}

.icon-arrow-down {
    background-position: -100px -60px;
}

.icon-arrow-white-right {
    background-position: -80px -100px;
}

.icon-arrow-white-left {
    background-position: -100px -100px;
}

.icon-pdf {
    background-position: -40px -100px;
    width: 40px;
    height: 40px;
}


/* ========================================================================== */
/* FORMS */
/* ========================================================================== */

.input {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 10px;
    color: #1c1c1c;
    vertical-align: middle;
    border: solid 1px transparent;
    outline: none;
    background-color: #dcecf6;
    -webkit-appearance: none;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.input:hover {
    background-color: #0075bb;
    color: #ffffff;
}

.input:focus {
    outline: none;
    border-color: #0075bb;
    background-color: transparent;
    color: #0075bb;
}

textarea.input {
    padding: 10px 20px;
    height: auto;
}

select.input {
    padding: 0;
    cursor: pointer;
    -webkit-appearance: menulist;
}

select.input[multiple],
select.input.multiple {
    -webkit-appearance: inherit;
}

.input[type="number"],
.input[type="date"],
.input[type="time"] {
    padding: 0 0 0 20px;
}

.input[type="color"] {
    padding: 0;
}

.input-required,
.input:required {
    border-color: #ea5600;
}

.input.disabled,
.input-disabled,
.input:disabled {
    opacity: .5;
}

.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
    background-color: #dcecf6;
    color: #1c1c1c;
}

.white-inputs .input,
.input.input-white {
    background-color: #ffffff;
    border-width: 2px;
}

.white-inputs .input:hover,
.input.input-white:hover {
    color: #0075bb;
    background-color: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.white-inputs .input:focus,
.input.input-white:focus {
    color: #ffffff;
    border-color: #ffffff;
    background-color: transparent;
    box-shadow: none;
}

.white-inputs .input:focus:-moz-placeholder,
.input.input-white:focus:-moz-placeholder {
    color: #d9d9d9;
}

.white-inputs .input:focus:-ms-input-placeholder,
.input.input-white:focus:-ms-input-placeholder {
    color: #d9d9d9;
}

.white-inputs .input:focus::-webkit-input-placeholder,
.input.input-white:focus::-webkit-input-placeholder {
    color: #d9d9d9;
}

.white-inputs .input.disabled,
.input.input-white.disabled,
.white-inputs .input-disabled,
.input.input-white-disabled,
.white-inputs .input:disabled,
.input.input-white:disabled {
    opacity: .5;
}

.white-inputs .input.disabled:hover,
.input.input-white.disabled:hover,
.white-inputs .input-disabled:hover,
.input.input-white-disabled:hover,
.white-inputs .input:disabled:hover,
.input.input-white:disabled:hover {
    color: #1c1c1c;
    background-color: #ffffff;
    box-shadow: none;
}

.white-inputs .input:-moz-placeholder,
.input.input-white:-moz-placeholder {
    color: #828282;
}

.white-inputs .input:-ms-input-placeholder,
.input.input-white:-ms-input-placeholder {
    color: #828282;
}

.white-inputs .input::-webkit-input-placeholder,
.input.input-white::-webkit-input-placeholder {
    color: #828282;
}

.white-inputs select.input:focus,
.white-inputs select.input:hover,
select.input-white:focus,
select.input-white:hover {
    color: #157fc4 !important;
    background-color: #ffffff !important;
}

.input-block-level,
.input-block {
    width: 100%;
}

.checkbox {
    position: absolute;
    left: -9999px;
}

.checkbox + label {
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 2px #1c1c1c;
    border-radius: 4px;
    position: relative;
}

.checkbox + label:hover > span {
    border-color: #1c1c1c;
}

.checkbox:checked + label > span {
    border-color: #1c1c1c;
}

.checkbox:checked + label > span:before {
    content: " ";
    position: absolute;
    border: solid #0075bb;
    border-width: 0 0 2px 2px;
    height: 5px;
    width: 11px;
    left: 2px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox:focus + label > span {
    border-color: #0075bb;
}

.checkbox:focus + label {
    color: #0075bb;
}

.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #4f4f4f;
    cursor: default;
}

.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
    border-color: #1c1c1c;
}

.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #363636;
    cursor: default;
}

.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
    border-color: #1c1c1c;
}

.checkbox:disabled + label,
.checkbox:disabled + label:hover {
    color: #1c1c1c;
    cursor: default;
}

.radio {
    position: absolute;
    left: -9999px;
}

.radio + label {
    cursor: pointer;
    margin-top: 4px;
    display: inline-block;
}

.radio + label > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 2px #1c1c1c;
    position: relative;
    border-radius: 10px;
}

.radio + label:hover > span,
.radio + label:focus > span {
    border-color: #1c1c1c;
}

.radio:checked + label > span {
    border-color: #1c1c1c;
}

.radio:checked + label > span:before {
    content: " ";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #0075bb;
    left: 3px;
    top: 3px;
    border-radius: 5px;
}

.radio:focus + label > span {
    border-color: #0075bb;
}

.radio:focus + label {
    color: #0075bb;
}

.radio:checked:disabled + label > span,
.radio:checked:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #4f4f4f;
    cursor: default;
}

.radio:checked:disabled + label > span:before,
.radio:checked:disabled + label:hover > span:before {
    background: #1c1c1c;
}

.radio:disabled + label > span,
.radio:disabled + label > span:hover,
.radio:disabled + label:hover > span {
    border-color: #1c1c1c;
    background-color: #363636;
    cursor: default;
}

.radio:disabled + label > span:before,
.radio:disabled + label > span:hover:before,
.radio:disabled + label:hover > span:before {
    background: #1c1c1c;
}

.radio:disabled + label,
.radio:disabled + label:hover {
    color: #1c1c1c;
    cursor: default;
}

.bx-auth-reg .alert p {
    margin: 0 !important;
}

.form-control {
    margin: 0em 0;
    border: 0;
    line-height: 2;
}

.form-control .input {
    margin: 0;
}

.form-label {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .form-label {
        text-align: right;
    }
}

/* ========================================================================== */
/* TABLES */
/* ========================================================================== */

.responsive-table {
    width: 100%;
}

.responsive-table-dep {
    width: 100%;
    margin-top: -92px;
}

.table-dep {
    max-width: 1300px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.col-dep {
    width: 100%;
    margin-left: 0;
}

@media (max-width:1100px) {
    .col-dep {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:600px) {
    .col-dep {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width:428px) {
    .col-dep {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 0;
    }
}

.col-dep-sot {
    width: 77%;
    margin-left: 45px;
    margin-top: 0;
}

.dep-footer {
    margin-top: 14%;
}

.faculty-item-box-detail > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 150px;
}

.faculty-item-box-detail > ul > li {
    background: #ffffff;
    color: #828282;
    border-radius: 18px;
    font: normal 20px/30px "Inter", sans-serif;
    color: #0075bb;
    padding: 0;
    margin: 10px 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
    width: 1243px;
    margin-top: 36px;
    margin-left: -45px;
    margin-bottom: 10px;
}

@media (max-width:1399px) and (min-width:1200px) {
    .faculty-item-box-detail > ul > li {
        background: #ffffff;
        color: #828282;
        border-radius: 18px;
        font: normal 20px/30px "Inter", sans-serif;
        color: #0075bb;
        padding: 0;
        margin: 10px 0;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        max-width: 786px;
        margin-left: -20px;
        margin-bottom: 30px;
    }
}

.faculty-item-box-detail > ul > li:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.faculty-item-box-detail > ul > li > a {
    text-decoration: none;
    display: block;
    position: relative;
    font: normal 42px/30px "Inter", sans-serif;
    padding: 45px 40px 45px 25px;
    margin: 0 0;
    font-weight: 800;
    border-radius: 30px 30px 30px 30px;
}

@media (max-width:1440px) and (min-width:992px) {
    .faculty-item-box-detail > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 13px/30px "Inter", sans-serif;
        padding: 26px 40px 27px 25px;
        margin: 0 0;
        font-weight: 600;
        border-radius: 30px 30px 30px 30px;
    }
}

.faculty-item-box-detail > ul > li > a small {
    display: inline-block;
    margin-left: 20px;
    color: #828282;
}

.faculty-item-box-detail > ul > li > a:after {
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -10px;
    content: "";
    width: 38px;
    height: 19px;
    background: url("/local/templates/test_new/images/arrow.png");
}

@media screen and (min-resolution: 192dpi) {
    .faculty-item-box-detail > ul > li > a:after {
        background-image: url("/local/templates/test_new/images/arrow.png");
    }
}

.faculty-item-box-detail > ul > li > a.opened:after {
    background-image: url("/local/templates/test_new/images/arrow-1.png");
}

.faculty-item-box-detail > ul .faculty-item {
    margin: 20px -30px 0;
}

.faculty-item-box-inner-detail {
    display: none;
    padding: 20px 30px;
    border-top: solid 1px #ededed;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 20px;
    background-image: url("/local/templates/test_new/images/dep-rec.png");
    border-radius: 0 0 10px 10px;
}

.faculty-item-box-inner-detail li {
    list-style-type: none;
    border-radius: 0 0 30px 30px;
}

.faculty-item-box-inner-detail a {
    list-style-type: none;
    color: #ffffff;
}

@media (max-width:1440px) and (min-width:992px) {
    .faculty-item-box-inner-detail a {
        list-style-type: none;
        color: #ffffff;
        font-size: 14px;
    }
}

.faculty-item-box-inner-detail li {
    list-style-type: none;
    border-radius: 0 0 30px 30px;
}

.faculty-item-box-inner-detail ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #0075bb;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ededed;
}

.table th {
    font-weight: bold;
    background: #f7f7f7;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #ededed;
}

.table .table {
    background-color: #f5f5f5;
}

.table-bordered {
    border: 1px solid #ededed;
    border-collapse: separate;
    border-left: 0;
    background: #ffffff;
}

@media (max-width: 600px) {
    .table-bordered {
        font-size: 10pt;
    }
}

@media (max-width: 428px) {
    .table-bordered {
        font-size: 7pt;
    }
}

@media (max-width: 375px) {
    .table-bordered {
        font-size: 6pt;
    }
}

@media (max-width: 280px) {
    .table-bordered {
        font-size: 5pt;
    }
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ededed;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered tbody + tbody tr:first-child td {
    border-top: solid 2px #ededed;
}

.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
    background: #5F8BBA7D;
}

.table-striped-dep tbody > tr:nth-child(even) > td,
.table-striped-dep tbody > tr:nth-child(even) > th {
    background: #ffffff;
}

.primary-box .table-striped tbody > tr:nth-child(even) > td,
.primary-box .table-striped tbody > tr:nth-child(even) > th,
.secondary-box .table-striped tbody > tr:nth-child(even) > td,
.secondary-box .table-striped tbody > tr:nth-child(even) > th {
    background-color: rgba(255, 255, 255, 0.2);
}

.table-hover tr:hover > th,
.table-hover tr:hover > td {
    background-color: #f5f5f5;
}

.table-noborder th,
.table-noborder td {
    border: 0;
    padding: 8px;
}

.table-noborder th p:first-child,
.table-noborder td p:first-child {
    margin-top: 0;
}

.table-noborder th p:last-child,
.table-noborder td p:last-child {
    margin-bottom: 0;
}

.table-noborder th:first-child,
.table-noborder td:first-child {
    padding-left: 0;
}

.table-noborder th:last-child,
.table-noborder td:last-child {
    padding-right: 0;
}


/* ========================================================================== */
/* TABLE-PROGRAM */
/* ========================================================================== */

.table-program {
    margin-bottom: 0;
}

.table-program small {
    font-size: 100%;
    font-weight: normal;
}

.primary-box .table-program small,
.secondary-box .table-program small {
    opacity: .8;
}

.table-program th {
    background-color: transparent;
}

.table-program th,
.table-program td {
    padding: 10px;
}


/* ========================================================================== */
/* TABLE-GRAY-HEADER */
/* ========================================================================== */

.table-gray-header th {
    background-color: transparent;
    border-bottom: solid 1px rgba(24, 24, 24, 0.2);
    color: #828282;
    font-weight: normal;
}

.table-gray-header th:first-child,
.table-gray-header td:first-child {
    padding-left: 0;
}

.table-gray-header th:last-child,
.table-gray-header td:last-child {
    padding-right: 0;
}

.table.va-middle td,
.table.va-middle th {
    vertical-align: middle;
}

.table.ta-center td,
.table.ta-center th {
    text-align: center;
}


/* ========================================================================== */
/* TABLE-SCHEDULE */
/* ========================================================================== */

.table-schedule {
    border: 0;
    border-collapse: collapse;
}

.table-schedule col {
    border-left: solid 1px #cecece;
}

.table-schedule col:first-child {
    border-left: 0;
}

.table-schedule col:nth-child(2) {
    border-left: 0;
}

.table-schedule tr {
    border-bottom: solid 1px #cecece;
}

.table-schedule tr td.vertical-separator {
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.table-schedule tr:last-child {
    border-bottom: 0;
}

.table-schedule tr:last-child td {
    border-bottom: 0;
}

.table-schedule tr:last-child td:first-child {
    border-left: 0;
}

.table-schedule td,
.table-schedule th {
    padding: 0;
}

.table-schedule td.vertical-separator,
.table-schedule th.vertical-separator {
    padding: 0;
    border: 0;
    width: 10px;
}

.table-schedule td.horisontal-separator,
.table-schedule th.horisontal-separator {
    border: 0;
    border-left: solid 1px #ffffff;
    padding: 0;
    height: 10px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .table-schedule td.horisontal-separator,
    .table-schedule th.horisontal-separator {
        height: 15px;
    }
}

@media (min-width: 1280px) {
    .table-schedule td.horisontal-separator,
    .table-schedule th.horisontal-separator {
        height: 20px;
    }
}

.table-schedule thead th {
    background: #45a3ba;
    color: #ffffff;
    font-weight: normal;
    border: solid 1px #45a3ba;
    padding: 10px;
    vertical-align: middle;
}

@media (min-width: 1280px) {
    .table-schedule thead th {
        padding: 15px;
    }
}

.table-schedule thead th .h2 {
    color: #ffffff;
}

.table-schedule thead th.vertical-separator {
    border-bottom: solid 1px #45a3ba;
}

.table-schedule thead th.holiday {
    position: relative;
}

.table-schedule thead th.holiday:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    margin-top: -16px;
    right: 15px;
    width: 32px;
    height: 32px;
    opacity: .7;
    background: url("/local/templates/test_new/images/all-icons.png") no-repeat -40px -180px;
}

@media screen and (min-resolution: 192dpi) {
    .table-schedule thead th.holiday:before {
        background-image: url(/local/templates/test_new/images/all-icons@2x.png);
        background-size: 200px 300px;
    }
}

.table-schedule thead th.old-day {
    color: rgba(255, 255, 255, 0.7);
}

.table-schedule thead th.old-day .h2 {
    color: rgba(255, 255, 255, 0.7);
}

.table-schedule thead th:first-child {
    border-top-left-radius: 4px;
}

.table-schedule thead th:last-child {
    border-top-right-radius: 4px;
}

.table-schedule td {
    background: #ffffff;
    color: #828282;
    height: 80px;
    width: 15%;
    position: relative;
    border-color: #cecece;
}

.table-schedule td .table td {
    height: 0;
}

.table-schedule td:nth-child(2) {
    border-left: 0;
}

.table-schedule td.one-lection,
.table-schedule td.double-lection {
    cursor: pointer;
}

.table-schedule td.one-lection:hover,
.table-schedule td.double-lection:hover {
    border: solid 1px #0075bb;
    background: #dcecf6;
}

.table-schedule td.current {
    border: solid 1px #0075bb;
    background: #dcecf6;
}

.table-schedule td.old-day {
    color: rgba(130, 130, 130, 0.8);
    cursor: default;
}

.table-schedule td.old-day:hover {
    border-color: #cecece;
    background-color: #ffffff;
}

.table-schedule td.old-day .va-top,
.table-schedule td.old-day .va-bottom,
.table-schedule td.old-day .text-dark {
    color: rgba(130, 130, 130, 0.8) !important;
}

.table-schedule td .table {
    margin-bottom: 0;
    background-color: transparent;
}

.table-schedule td .table.h100p {
    height: 100%;
}

.table-schedule td .table tr {
    border: 0;
}

.table-schedule td .table td {
    border: 0;
    padding: 10px;
    background-color: transparent;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .table-schedule td .table td {
        padding: 10px 15px;
    }
}

@media (min-width: 1280px) {
    .table-schedule td .table td {
        padding: 15px 20px;
    }
}

.table-schedule td.double-lection .table td {
    padding: 0;
}

.table-schedule td.double-lection .table tr:first-child {
    border-bottom: solid 1px #cecece;
}

.table-schedule td.double-lection .table .table td {
    padding: 10px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .table-schedule td.double-lection .table .table td {
        padding: 10px 15px;
    }
}

@media (min-width: 1280px) {
    .table-schedule td.double-lection .table .table td {
        padding: 15px 20px;
    }
}

.table-schedule td.double-lection .table .table tr:first-child {
    border: 0;
}

.table-schedule tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.table-schedule tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.table-schedule .va-top {
    font-size: 16px;
}

.table-schedule .va-top,
a.table-schedule .va-top {
    color: #1c1c1c;
}

.table-schedule .va-bottom {
    font-size: 14px;
}

.table-schedule-session tr td {
    width: auto;
}

.table-schedule-session tr td,
.table-schedule-session tr td.horisontal-separator {
    border: 0;
}

.table-schedule-session tr td.horisontal-separator {
    padding: 0;
}

.table-schedule-session td {
    padding: 15px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .table-schedule-session td {
        padding: 20px;
    }
}

@media (min-width: 1280px) {
    .table-schedule-session td {
        padding: 30px;
    }
}

.table-schedule-session td.td-time {
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    line-height: 45px;
    color: #1c1c1c;
    border-right: solid 1px #cecece;
    padding: 20px 30px 20px 20px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .table-schedule-session td.td-time {
        padding: 30px 40px 30px 30px;
    }
}

@media (min-width: 1280px) {
    .table-schedule-session td.td-time {
        padding: 40px 60px 40px 50px;
    }
}

.table-schedule-session td.td-time small {
    font-size: 14px;
    color: #828282;
    display: block;
}

.table-schedule-session tr:first-child td:first-child {
    border-top-left-radius: 4px;
    border-top: 0;
}

.table-schedule-session tr:first-child td:last-child {
    border-top-right-radius: 4px;
    border-top: 0;
}

.table-schedule-session tr:first-child tr.vertical-separator {
    border-bottom: solid 1px #ffffff;
}

.table-schedule-session tr:last-child td.vertical-separator {
    border-top: solid 1px #ffffff;
}

.table-schedule-session td.vertical-separator {
    width: 10px;
}

@media (min-width: 992px) and (max-width: 1279px) {
    .table-schedule-session td.vertical-separator {
        width: 15px;
    }
}

@media (min-width: 1280px) {
    .table-schedule-session td.vertical-separator {
        width: 20px;
    }
}

.table-schedule-session .teacher-foto {
    overflow: hidden;
    width: 32px;
    height: 32px;
    margin-top: 4px;
    float: left;
    margin-right: 15px;
    border-radius: 18px;
}

.td-time {
    width: 20px !important;
}

th.td-time {
    padding-left: 0;
    padding-right: 0;
}

td.td-time {
    padding: 10px 0;
    color: #1c1c1c;
}

@media (min-width: 992px) and (max-width: 1279px) {
    td.td-time {
        padding: 10px 0;
    }
}

@media (min-width: 1280px) {
    td.td-time {
        padding: 15px 0;
    }
}

.schedule-badge {
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    height: 0;
    border-top: 50px solid rgba(21, 127, 196, 0.15);
    border-left: 50px solid transparent;
}

.schedule-badge span {
    position: absolute;
    top: -45px;
    right: 10px;
}


/* ========================================================================== */
/* HTML-MAIN STYLES */
/* ========================================================================== */

html {
    height: 100%;
}

* html body {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    position: relative;
}


/* ========================================================================== */
/* BASE SITE STYLES */
/* ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #1c1c1c;
}

body {
    font-size: 16px;
    line-height: 20px;
    font-family: "Inter", sans-serif;
    color: #1c1c1c;
    background: #E5E5E5;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    margin: 1em -20px;
    padding: 0;
}

img {
    vertical-align: middle;
    border-radius: 0 0 0 0;
}

@media (max-width: 1024px) {
    img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
        border-radius: 0 0 0 0;
    }
}

.bxedtaskbarset img {
    max-width: none;
}

.bx-yandex-view-map img {
    max-width: inherit;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
    line-height: 20px;
}

a,
.pseudolink {
    color: #0075bb;
    text-decoration: none;
}

a:hover,
.pseudolink:hover,
a.active,
.pseudolink.active {
    color: #0075BB;
    text-decoration: none;
}

*[data-target-self],
*[data-target-blank],
.pseudolink {
    cursor: pointer;
}

h1,
.h1 {
    margin-top: 0;
    font: normal 18px/40px "Inter", sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    h1,
    .h1 {
        font-size: 24px;
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    h1,
    .h1 {
        font-size: 17px;
    }
}

@media (min-width: 1280px) {
    h1,
    .h1 {
        font-size: 26px;
    }
}

h2,
.h2 {
    font: normal 16px/25px "Inter", sans-serif;
    text-transform: none;
}

@media (min-width: 768px) {
    h2,
    .h2 {
        font: normal 22px/30px "Inter", sans-serif;
        text-transform: none;
    }
}

h3,
.h3 {
    font: bold 16px/30px "Inter", sans-serif;
    text-transform: uppercase;
}


/* ========================================================================== */
/* BREADCRUMB */
/* ========================================================================== */

.breadcrumb-main ul {
    display: flex;
    list-style: none;
    font-size: 16px;
    border-radius: 5px;
    color: #828282;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 4px;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1440px) {
    .breadcrumb-main ul {
        display: flex;
        font-size: 14px;
        z-index: 1;
    }
}

@media (max-width: 992px) {
    .breadcrumb-main ul {
        display: flex;
        font-size: 10px;
        margin-top: 150px;
        z-index: 1;
        margin-left: 11%;
    }
}

@media (max-width: 1400px) {
    .breadcrumb-main ul {
        display: none;
    }
}

.breadcrumb-main ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
}

.breadcrumb-main ul li a {
    color: #828282;
    padding-left: 15px;
    margin-top: 100px;
}

.breadcrumb ul {
    display: flex;
    list-style: none;
    font-size: 16px;
    border-radius: 5px;
    color: #828282;
    background-color: #ffffff;
    margin-bottom: 10px;
    margin-left: 21rem;
    padding: 4px;
    margin-top: 97px;
    z-index: 1;
}

@media (max-width: 1440px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 5rem;
        z-index: 1;
        margin-left: 10rem;
        margin-bottom: -1rem;
    }
}

@media (max-width: 1440px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 7rem;
        z-index: 1;
        margin-left: 10rem;
        margin-bottom: -1rem;
    }
}

@media (max-width: 1366px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 120px;
        z-index: 1;
        margin-left: 10rem;
    }
}

@media (max-width: 1280px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 120px;
        z-index: 1;
        margin-left: 9rem;
    }
}

@media (max-width: 1279px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 120px;
        z-index: 1;
        margin-left: 9rem;
    }
}

@media (max-width: 1200px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 115px;
        z-index: 1;
        margin-left: 13rem;
    }
}

@media (max-width: 1099px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 120px;
        z-index: 1;
        margin-left: 5rem;
    }
}

@media (max-width: 1024px) {
    .breadcrumb ul {
        display: flex;
        font-size: 14px;
        margin-top: 120px;
        z-index: 1;
        margin-left: 7rem;
        margin-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .breadcrumb ul {
        display: flex;
        font-size: 10px;
        margin-top: 120px;
        z-index: 1;
        margin-left: 6rem;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .breadcrumb ul {
        display: flex;
        font-size: 10px;
        margin-top: 150px;
        z-index: 1;
        margin-left: 11rem;
    }
}

@media (max-width: 900px) {
    .breadcrumb ul {
        display: flex;
        font-size: 10px;
        margin-top: 150px;
        z-index: 1;
        margin-left: 7rem;
    }
}

@media (max-width: 840px) {
    .breadcrumb ul {
        display: flex;
        font-size: 10px;
        margin-top: 140px;
        z-index: 1;
        margin-left: 9rem;
    }
}

@media (max-width: 768px) {
    .breadcrumb ul {
        display: none;
    }
}

.back-department-detail-container .bread_dep_detail .breadcrumb ul {
    margin-left: 21rem;
}

.back-department-detail-container .bread_dep_detail div .btn-all-departments {
    margin-left: 97.5rem;
}

.back-department-container .bread_dep_det .breadcrumb ul {
    margin-left: 19rem;
}

@media (max-width: 1800px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 9.5rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 85.5rem;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 17rem;
    }
}

@media (max-width: 1600px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 17rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 77rem;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 17rem;
    }
}

@media (max-width: 1599px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 11rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 71rem;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 10rem;
        margin-bottom: 6rem;
    }
}

@media (max-width: 1536px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 9rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 69rem;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 11rem;
        margin-bottom: 0rem;
    }
}

@media (max-width: 1440px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 7rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 67rem;
        margin-top: -40px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 10rem;
    }
}

@media (max-width: 1280px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 2rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 62rem;
        margin-top: -45px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 9.5rem;
    }
}

@media (max-width: 1200px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 5rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 54rem;
        margin-top: -45px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 8.5rem;
    }
}

@media (max-width: 1100px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 6rem;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 47rem;
        margin-top: -45px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 5rem;
    }
}

@media (max-width: 1024px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 5rem;
        margin-bottom: 0;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 45rem;
        margin-top: -75px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 8rem;
        margin-bottom: 7rem;
    }
}

@media (max-width: 991px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 14rem;
        margin-bottom: 0;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 44rem;
        margin-top: -75px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 12rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 830px) {
    .back-department-detail-container .bread_dep_detail .breadcrumb ul {
        margin-left: 8rem;
        margin-bottom: 0;
    }

    .back-department-detail-container .bread_dep_detail div .btn-all-departments {
        margin-left: 39rem;
        margin-top: -75px;
    }

    .back-department-container .bread_dep_det .breadcrumb ul {
        margin-left: 11.5rem;
        margin-bottom: 1rem;
    }
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
}

.breadcrumb ul li a {
    color: #828282;
    margin-top: 100px;
    padding-left: 15px;
}


/* ========================================================================== */
/* MAGNIFIC POPUP CSS */
/* ========================================================================== */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: "Inter", sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

iframe {
    width: 100%;
}

@media(max-width: 1024px) {
    iframe {
        height: 450px;
    }
}

@media(max-width: 768px) {
    iframe {
        height: 300px;
    }
}

@media(max-width: 425px) {
    iframe {
        height: 250px;
    }
}


/* ========================================================================== */
/* MAIN IMAGE IN POPUP */
/* ========================================================================== */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* ========================================================================== */
/* THE SHADOW BEHIND THE IMAGE */
/* ========================================================================== */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /* REMOVE ALL PADDINGS AROUND THE IMAGE ON SMALL SCREEN */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.cn-modal {
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

.cn-modal .content {
    color: #1c1c1c;
}

.cn-modal-close,
.cn-modal-close.mfp-close {
    color: #1c1c1c;
    cursor: pointer;
    margin: 0;
    line-height: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px;
}

.cn-modal-header {
    font-size: 28px;
    padding: 15px 40px 15px 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    background: #ffffff;
    border-radius: 5px 5px 0 0;
}

.cn-modal-content {
    padding: 20px;
}

.cn-modal-footer {
    padding: 20px;
}

.cn-modal-error {
    margin: -20px -20px 0;
    padding: 10px 20px;
    background: #a42338;
    color: #0075bb;
}

.cn-modal-error p {
    margin: 0;
    font-weight: bold;
}

.cn-modal-error font.errortext,
.cn-modal-error font.notetext {
    color: inherit !important;
}

.cn-modal-error.noerror {
    background: #409990;
}

.cn-modal-errors {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ========================================================================== */
/* OWL CAROUSEL - ANIMATE PLUGIN */
/* ========================================================================== */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* ========================================================================== */
/* OWL CAROUSEL - AUTO HEIGHT PLUGIN */
/* ========================================================================== */

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/* ========================================================================== */
/* CORE OWL CAROUSEL CSS FILE */
/* ========================================================================== */

.owl-carousel {
    display: none;
    max-width: 1680px;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative; /* POSITION RELATIVE AND Z-INDEX FIX WEBKIT RENDERING FONTS ISSUE */
    z-index: 1;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .owl-carousel {
        display: none;
        width: 101.54%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .owl-carousel {
        display: none;
        width: 107.54%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .owl-carousel {
        display: none;
        width: 124.3%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1;
    }
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0); /* FIX FOR FLASHING BACKGROUND */
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    touch-action: none;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* ========================================================================== */
/* NO JS */
/* ========================================================================== */

.no-js .owl-carousel {
    display: block;
}


/* ========================================================================== */
/* OWL CAROUSEL - LAZY LOAD PLUGIN */
/* ========================================================================== */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/* ========================================================================== */
/* OWL CAROUSEL - VIDEO PLUGIN */
/* ========================================================================== */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/templates/test_new/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    margin: 0 15px 0 0;
    border: solid 1px #fff;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 10px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #fff;
}

.hamburger {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    padding: 12px;
    top: 5px;
    right: 13px;
    z-index: 500;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 769px) and (min-width: 767px) {
    .hamburger {
        display: block;
        margin-top: 0.5%;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .hamburger {
        display: block;
        margin-top: 0.5%;
    }
}

@media (max-width: 740px) and (min-width: 711px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 711px) and (min-width: 642px) {
    .hamburger {
        display: block;
        margin-top: 0rem;
    }
}

@media (max-width: 642px) and (min-width: 568px) {
    .hamburger {
        display: block;
        margin-top: 0rem;
    }
}

@media (max-width: 568px) and (min-width: 500px) {
    .hamburger {
        display: block;
        margin-top: 0rem;
    }
}

@media (max-width: 500px) and (min-width: 490px) {
    .hamburger {
        display: block;
        margin-top: 0.3rem;
    }
}

@media (max-width: 490px) and (min-width: 439px) {
    .hamburger {
        display: block;
        margin-top: 0.4rem;
    }
}

@media (max-width: 439px) and (min-width: 434px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 434px) and (min-width: 430px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 430px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 428px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 417px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 414px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 400px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 390px) {
    .hamburger {
        display: block;
        margin-top: 0rem;
    }
}

@media (max-width: 389px) {
    .hamburger {
        display: block;
        margin-top: 0.2rem;
    }
}

@media (max-width: 384px) {
    .hamburger {
        display: block;
        margin-top: 0.4rem;
    }
}

@media (max-width: 372px) {
    .hamburger {
        display: block;
        margin-top: 0.5rem;
    }
}

@media (max-width: 360px) {
    .hamburger {
        display: block;
        margin-top: 0.5rem;
    }
}

@media (max-width: 340px) {
    .hamburger {
        display: block;
        margin-top: 0.4rem;
    }
}

@media (max-width: 320px) {
    .hamburger {
        display: block;
        margin-top: 0.5rem;
    }
}

@media (max-width: 314px) {
    .hamburger {
        display: block;
        margin-top: 0rem;
    }
}

@media (max-width: 300px) {
    .hamburger {
        margin-top: -0.6rem;
    }
}

@media (max-width: 289px) {
    .hamburger {
        margin-top: -0.6rem;
    }
}

@media (max-width: 280px) {
    .hamburger {
        margin-top: -0.8rem;
        padding-left: 1rem;
    }
}

@media (max-width: 259px) {
    .hamburger {
        margin-top: -0.8rem;
        padding-left: 1.5rem;
    }
}

@media (max-width: 240px) {
    .hamburger {
        display: block;
        margin-top: -0.2rem;
        padding-left: 1.5rem;
    }
}

.icon-hamburger {
    position: relative;
    margin-top: 11px;
    margin-bottom: 7px;
}

.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #0075bb;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

@media(max-width: 280px) {
    .icon-hamburger,
    .icon-hamburger:before,
    .icon-hamburger:after {
        display: block;
        width: 14px;
        height: 2px;
        background-color: #0075bb;
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
    }
}

.icon-hamburger:before,
.icon-hamburger:after {
    position: absolute;
    content: "";
}

.icon-hamburger:before {
    top: -6px;
}

.icon-hamburger:after {
    top: 6px;
}

.hamburger.active .icon-hamburger {
    background-color: transparent;
}

.hamburger.active .icon-hamburger:before,
.hamburger.active .icon-hamburger:after {
    background-color: #0075bb;
}

.hamburger.active .icon-hamburger:before {
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.hamburger.active .icon-hamburger:after {
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav-wrapper {
    top: 12.2rem;
    bottom: 0;
    left: 0;
    z-index: 250;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: #315589;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .mobile-nav-wrapper {
        top: 4.6rem;
    }
}

@media (max-width: 640px) {
    .mobile-nav-wrapper {
        top: 4.5rem;
    }
}

@media (max-width: 500px) {
    .mobile-nav-wrapper {
        top: 3.7rem;
    }
}

@media (max-width: 485px) {
    .mobile-nav-wrapper {
        top: 4.7rem;
    }
}

@media (max-width: 428px) {
    .mobile-nav-wrapper {
        top: 4.9rem;
    }
}

@media (max-width: 414px) {
    .mobile-nav-wrapper {
        top: 5.4rem;
    }
}

@media (max-width: 393px) {
    .mobile-nav-wrapper {
        top: 4.4rem;
    }
}

@media (max-width: 390px) {
    .mobile-nav-wrapper {
        top: 4.1rem;
        border-radius: 18px;
    }
}

@media (max-width: 375px) {
    .mobile-nav-wrapper {
        top: 5.5rem;
    }
}

@media (max-width: 360px) {
    .mobile-nav-wrapper {
        top: 5rem;
    }
}

@media (max-width: 280px) {
    .mobile-nav-wrapper {
        top: 5rem;
    }
}

.mobile-nav-wrapper.active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile-nav-inner {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.mobile-nav .ios-fix {
    height: 110%;
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    padding-top: 10%;
    padding-bottom: 10%;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav ul a {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 15px 20px;
}

.mobile-nav ul a:active,
.mobile-nav ul a:hover {
    text-decoration: none;
}

.mobile-nav ul .col {
    padding: 0;
}

.mobile-nav ul li a {
    text-transform: uppercase;
}

.mobile-nav ul li.parent a:after,
.mobile-nav ul li.parent li.parent a:after {
    position: absolute;
    content: "";
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/local/templates/test_new/images/all-icons.png") no-repeat -80px -60px;
}

@media screen and (min-resolution: 192dpi) {
    .mobile-nav ul li.parent a:after,
    .mobile-nav ul li.parent li.parent a:after {
        background-image: url(/local/templates/test_new/images/all-icons@2x.png);
        background-size: 200px 300px;
    }
}

.mobile-nav ul li.parent li a:after,
.mobile-nav ul li.parent li.parent li a:after {
    content: none;
}

.mobile-nav ul li.parent li.parent a:after {
    margin: 2px 0 0 2px;
}

.mobile-nav ul li.parent li.parent.active a:after {
    background-position: -80px -80px;
}

.mobile-nav ul li li a {
    text-transform: none;
    background: transparent;
}

.mobile-nav ul li.active {
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: none;
    transition: none;
}

.mobile-nav ul li.active > a + .second-level,
.mobile-nav ul li.active > a + .third-level {
    display: block;
    height: auto;
    opacity: 1;
}

.mobile-nav ul li.active > a:after {
    background-position: -80px -80px;
}

.mobile-nav ul .second-level,
.mobile-nav ul .third-level {
    position: static;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: none;
    transition: none;
}

.mobile-nav ul .second-level li,
.mobile-nav ul .third-level li {
    width: 100%;
    padding-right: 0;
}

.mobile-nav ul .third-level li a {
    padding-left: 40px;
}

.mobile-nav > ul {
    margin: 20px 20px 20px;
    border-radius: 3px;
}

.mobile-nav > ul > li:first-child a {
    border-radius: 3px 3px 0 0;
}

.mobile-nav > ul > li:last-child a {
    border-radius: 0 0 3px 3px;
}

.no-scroll {
    word-wrap: break-word;
}


/* ========================================================================== */
/* PERFECT-SCROLLBAR V0.6.3 */
/* ========================================================================== */

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(24, 24, 24, 0.3);
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(24, 24, 24, 0.3);
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute; /* PLEASE DON'T CHANGE "POSITION" */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px; /* THERE MUST BE "BOTTOM" FOR PS-SCROLLBAR-X-RAIL */
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute; /* PLEASE DON'T CHANGE "POSITION" */
    background-color: rgba(24, 24, 24, 0.3);
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0; /* THERE MUST BE "BOTTOM" FOR PS-SCROLLBAR-X */
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute; /* PLEASE DON'T CHANGE "POSITION" */
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px; /* THERE MUST BE "RIGHT" FOR PS-SCROLLBAR-Y-RAIL */
    width: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute; /* PLEASE DON'T CHANGE "POSITION" */
    background-color: rgba(24, 24, 24, 0.3);
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0; /* THERE MUST BE "RIGHT" FOR PS-SCROLLBAR-Y */
    width: 4px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(24, 24, 24, 0.3);
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(24, 24, 24, 0.3);
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: rgba(24, 24, 24, 0.3);
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: rgba(24, 24, 24, 0.1);
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: rgba(24, 24, 24, 0.3);
}


/* ========================================================================== */
/* JQ-SELECTBOX */
/* ========================================================================== */

select.styler {
    opacity: 0;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: opacity ease .1s;
    transition: opacity ease .1s;
}

.jq-selectbox.opacity-one {
    opacity: 1;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #dcecf6;
    color: #181818;
    opacity: .7;
    cursor: default;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 20px;
    padding: 5px 20px;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    color: #ffffff;
}

.jq-selectbox li.disabled {
    color: #dcecf6;
    cursor: default;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #ffffff;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-selectbox__select {
    height: 40px;
    padding: 0 40px 0 15px;
    border-radius: 2px;
    background: #dcecf6;
    color: #181818;
    font: 16px / 40px "Inter", sans-serif;
}

.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.focused .jq-selectbox__select,
.dropdown .jq-selectbox__select {
    background: #0075bb;
    color: #ffffff;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-top: -4px;
    margin-left: -2px;
    border: solid 2px #1c1c1c;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.focused .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox:active .jq-selectbox__trigger-arrow,
.dropdown .jq-selectbox__trigger-arrow {
    border-color: #ffffff;
}

.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-color: #1c1c1c;
}

.jq-selectbox__dropdown {
    top: 40px;
    width: 100%;
    margin: 0;
    padding: 0 17px 15px 0;
    margin-top: -2px;
    font: 16px / 20px "Inter", sans-serif;
    background: #0075bb;
    border-radius: 3px;
    min-width: 180px;
}

.jq-selectbox__search {
    margin: 0;
    padding: 15px 3px 10px 20px;
}

.jq-selectbox__search input {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 40px;
    display: block;
    outline: none;
    border: solid 1px #ffffff;
    border-radius: 2px;
    color: #ffffff;
    background: #0075bb;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 0;
    padding: 5px 0 0 20px;
    color: #ffffff;
    font-size: 14px;
}

.white-inputs .jq-selectbox li,
.jq-selectbox.input-white li {
    color: #1c1c1c;
}

.white-inputs .jq-selectbox li.selected,
.jq-selectbox.input-white li.selected,
.white-inputs .jq-selectbox li:hover,
.jq-selectbox.input-white li:hover {
    color: #0075bb;
}

.white-inputs .jq-selectbox .jq-selectbox__select,
.jq-selectbox.input-white .jq-selectbox__select {
    background: #ffffff;
    color: #181818;
    font: 16px / 40px "Inter", sans-serif;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.white-inputs .jq-selectbox .jq-selectbox__select:hover,
.jq-selectbox.input-white .jq-selectbox__select:hover,
.white-inputs .jq-selectbox .jq-selectbox__select:active,
.jq-selectbox.input-white .jq-selectbox__select:active {
    background: #ffffff;
    color: #0075bb;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.white-inputs .jq-selectbox .jq-selectbox__dropdown,
.jq-selectbox.input-white .jq-selectbox__dropdown {
    background: #ffffff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.white-inputs .jq-selectbox .jq-selectbox__search input,
.jq-selectbox.input-white .jq-selectbox__search input {
    background-color: #ffffff;
    color: #0075bb;
    border-color: #0075bb;
}

.white-inputs .jq-selectbox .jq-selectbox__search input:-moz-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-moz-placeholder {
    color: #828282;
}

.white-inputs .jq-selectbox .jq-selectbox__search input:-ms-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-ms-input-placeholder {
    color: #828282;
}

.white-inputs .jq-selectbox .jq-selectbox__search input::-webkit-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input::-webkit-input-placeholder {
    color: #828282;
}

.white-inputs .jq-selectbox .jq-selectbox__not-found,
.jq-selectbox.input-white .jq-selectbox__not-found {
    color: #1c1c1c;
}

.white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
    border-color: #0075bb;
}

.white-inputs .jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.input-white.focused .jq-selectbox__select,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.jq-selectbox.input-white.dropdown .jq-selectbox__select {
    background: #ffffff;
    color: #0075bb;
}

.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__select,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__select {
    color: #1c1c1c;
}

.jq-selectbox.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-color: #0075bb;
}

.jq-selectbox.disabled.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__trigger-arrow {
    border-color: #1c1c1c;
}


/* ========================================================================== */
/* COMMON STYLES */
/* ========================================================================== */

.container-white,
.white-box {
    background: #ffffff;
    color: #0075bb;
    box-shadow: 30px 15px 15px 15px rgba(1, 1, 0, 0.2);
    margin-top: 11px;
	word-wrap: break-word;
}

.container-white,
.white-box-profile-list {
    background: #ffffff;
    color: #0075bb;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    box-shadow: 0 15px 15px 15px rgba(1, 1, 0, 0.2);
    margin-top: 11px;
    margin-bottom: 3rem;
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .container-white,
    .white-box-profile-list {
        width: 90%;
    }
}

.container-white,
.white-box-profile-detail {
    background: #ffffff;
    color: #0075bb;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    box-shadow: 0 15px 15px 15px rgba(1, 1, 0, 0.2);
    margin-top: 11px;
    margin-bottom: 3rem;
    padding: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.container-white,
.white-box-service {
    max-width: 415px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.container-white,
.white-box-priem {
    border-radius: 30px;
    z-index: 500;
    width: 100%;
    max-width: 415px;
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.container-white,
.white-box-press {
    border-radius: 30px;
    z-index: 500;
    width: 100%;
    max-width: 415px;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.container-white,
.white-box-adress {
    border-radius: 30px;
    z-index: 500;
    max-width: 415px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.service-adress {
    font-size: 19px;
    margin: 0;
}

.service-adress-1 {
    font-size: 15px;
    color: #828282;
    margin: 0;
    line-height: 32px;
}

.service-adress-2 {
    font-size: 15px;
    color: #828282;
    margin: 0;
    line-height: 32px;
    margin-bottom: 5px;
}

.service-adress-3 {
    font-size: 15px;
    color: #828282;
    font-weight: 500;
    display: block;
    line-height: 18px;
}

.service-priem {
    font-size: 19px;
    margin: 0;
}

.service-priem-1 {
    font-size: 15px;
    color: #828282;
    line-height: 32px;
    margin: 0;
}

.service-priem-2 {
    font-size: 15px;
    color: #828282;
    line-height: 32px;
    margin: 0;
}

.service-press {
    font-size: 19px;
    margin: 0;
}

.service-press-1 {
    font-size: 15px;
    color: #828282;
    line-height: 32px;
    margin: 0;
}

.service-press-2 {
    font-size: 15px;
    color: #828282;
    line-height: 32px;
    margin: 0;
}

@media (max-width: 1800px) and (min-width: 1400px) {
    .container-white,
    .white-box-adress {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-priem {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-press {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .service-adress {
        font-size: 18px;
        margin-top: 0;
    }

    .service-adress-1 {
        font-size: 15px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 15px;
        color: #828282;
    }

    .service-adress-3 {
        font-size: 15px;
        color: #828282;
    }

    .service-priem {
        font-size: 18px;
    }

    .service-priem-2 {
        font-size: 15px;
        color: #828282;
    }

    .service-press {
        font-size: 18px;
    }

    .service-press-1 {
        font-size: 15px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 15px;
        color: #828282;
    }
}

@media (max-width: 1440px) {
    .container-white,
    .white-box-service {
        width: 80%;
    }

    .container-white,
    .white-box-adress {
        width: 80%;
    }

    .container-white,
    .white-box-priem {
        width: 80%;
    }

    .container-white,
    .white-box-press {
        width: 80%;
    }
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .container-white,
    .white-box-service {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-adress {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-priem {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-press {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .service-adress {
        font-size: 18px;
        margin-top: 0;
    }

    .service-adress-1 {
        font-size: 12px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 12px;
        color: #828282;
    }

    .service-adress-3 {
        font-size: 11px;
        color: #828282;
    }

    .service-priem {
        font-size: 18px;
    }

    .service-priem-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 13px;
        color: #828282;
    }

    .service-press {
        font-size: 18px;
    }

    .service-press-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 13px;
        color: #828282;
    }
}

@media (max-width: 1280px) {
    .container-white,
    .white-box-service {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-adress {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-priem {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-press {
        border-radius: 30px;
        z-index: 500;
        width: 100%;
    }

    .service-adress {
        font-size: 18px;
    }

    .service-adress-1 {
        font-size: 12px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 12px;
        color: #828282;
    }

    .service-adress-3 {
        font-size: 10px;
        color: #828282;
    }

    .service-priem {
        font-size: 18px;
    }

    .service-priem-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 13px;
        color: #828282;
    }

    .service-press {
        font-size: 18px;
    }

    .service-press-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 13px;
        color: #828282;
    }
}

@media (max-width: 1110px) and (min-width: 800px) {
    .container-white,
    .white-box-adress {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-priem {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-press {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .service-adress {
        font-size: 15px;
    }

    .service-adress-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 11px;
        color: #828282;
    }

    .service-adress-3 {
        font-size: 11px;
        color: #828282;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-priem-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 11px;
        color: #828282;
    }

    .service-press {
        font-size: 15px;
    }

    .service-press-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 11px;
        color: #828282;
    }
}

@media (max-width: 991px) and (min-width: 800px) {
    .container-white,
    .white-box-adress {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-priem {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-press {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .service-adress {
        font-size: 15px;
    }

    .service-adress-1 {
        font-size: 10px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 10px;
        color: #828282;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-priem-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 11px;
        color: #828282;
    }

    .service-press {
        font-size: 15px;
    }

    .service-press-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 11px;
        color: #828282;
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .container-white,
    .white-box-adress {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-priem {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .container-white,
    .white-box-press {
        border-radius: 18px;
        z-index: 500;
        width: 100%;
    }

    .service-adress {
        font-size: 15px;
    }

    .service-adress-1 {
        font-size: 10px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 10px;
        color: #828282;
    }

    .service-adress-3 {
        font-size: 7px;
        color: #828282;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-priem-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 11px;
        color: #828282;
    }

    .service-press {
        font-size: 15px;
    }

    .service-press-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 11px;
        color: #828282;
    }
}

@media (max-width: 768px) {
    .container-white,
    .white-box-adress {
        border-radius: 18px;
        z-index: 500;
    }

    .container-white,
    .white-box-priem {
        border-radius: 18px;
        z-index: 500;
    }

    .container-white,
    .white-box-press {
        border-radius: 18px;
        z-index: 500;
        margin-left: auto;
        margin-right: auto;
    }

    .service-adress {
        font-size: 15px;
    }

    .service-adress-1 {
        font-size: 10px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 10px;
        color: #828282;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-priem-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 11px;
        color: #828282;
    }

    .service-press {
        font-size: 15px;
    }

    .service-press-1 {
        font-size: 11px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 11px;
        color: #828282;
    }
}

.white-box-news {
    background: #ffffff;
    color: black;
    box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
    margin-top: 11rem;
    margin-left: auto;
    margin-right: auto;
    width: 1352px;
    border-radius: 30px;
    max-height: 16000px;
    padding-bottom: 20px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 143px;
        margin-left: auto;
        margin-right: auto;
        width: 1282px;
        border-radius: 30px;
    }
}

@media (max-width: 1400px) and (min-width: 1080px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 966px;
        border-radius: 15px;
    }
}

@media (max-width: 1080px) and (min-width: 1000px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 838px;
        border-radius: 15px;
    }
}

@media (max-width: 1000px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 689px;
        border-radius: 15px;
    }
}

@media (max-width: 876px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 794px;
        border-radius: 15px;
    }
}

@media (max-width: 860px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 122px;
        margin-left: auto;
        margin-right: auto;
        width: 731px;
        border-radius: 15px;
    }
}

@media (max-width: 768px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 712px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 640px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 600px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 428px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 414px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 390px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 375px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
        padding-bottom: 29px;
    }
}

@media (max-width: 350px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
        padding-bottom: 29px;
    }
}

@media (max-width: 340px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
        padding-bottom: 29px;
    }
}

@media (max-width: 330px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
        padding-bottom: 29px;
    }
}

@media (max-width: 320px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 280px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

@media (max-width: 240px) {
    .white-box-news {
        background: #ffffff;
        color: black;
        box-shadow: 4px 4px 4px 4px rgba(1, 1, 0, 0.1);
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        border-radius: 15px;
    }
}

.container-white h1,
.white-box h1,
.container-white .h1,
.white-box .h1,
.container-white h2,
.white-box h2,
.container-white .h2,
.white-box .h2,
.container-white h3,
.white-box h3,
.container-white .h3,
.white-box .h3 {
    color: #0075bb;
}

.container-white h1,
.white-box-profile-list h1,
.container-white .h1,
.white-box-profile-list .h1,
.container-white h2,
.white-box-profile-list h2,
.container-white .h2,
.white-box-profile-list .h2,
.container-white h3,
.white-box-profile-list h3,
.container-white .h3,
.white-box-profile-list .h3 {
    color: #0075bb;
}


/* ========================================================================== */
/* DEPARTMENT BOX STYLE */
/* ========================================================================== */

.container-m50 {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .container-m50 {
        margin: 50px 0;
    }
}

.container-mb50 {
    margin-bottom: 50px;
}

.container-mb70 {
    margin-bottom: 30px;
}

@media (min-width: 1280px) {
    .container-mb70 {
        margin-bottom: 70px;
    }
}

.white-box {
    border-radius: 15px;
    z-index: 500;
}

.white-box-service {
    border-radius: 30px;
    z-index: 500;
}

.white-box-down {
    border-radius: 15px;
    z-index: 500;
}

.primary-border-box {
    box-shadow: 3px -3px 8px 3px rgba(1, 1, 1, 0.2);
}

.primary-border-box-lil {
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}

.padding-box {
    padding: 30px;
    z-index: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .padding-box {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .padding-box {
        padding: 20px;
    }
}

@media (min-width: 1280px) {
    .padding-box {
        padding-bottom: 35px;
    }
}

@media (max-width: 430px) {
    .padding-box {
        padding: 5px;
    }
}

.padding-box > p:first-child {
    margin-top: 0;
}

.padding-box > p:last-child {
    margin-bottom: 0;
}

.negative-padding-box {
    margin: 0 -20px -20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .negative-padding-box {
        margin: 0 -10px -10px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .negative-padding-box {
        margin: 0 -20px -20px;
    }
}

@media (min-width: 1280px) {
    .negative-padding-box {
        margin: 0 0 -30px;
    }
}

.ful {
    display: flex;
    justify-content: center;
    width: 118%;
    height: 200px;
    margin-left: -9%;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .big-padding-box {
        padding: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .big-padding-box {
        padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .big-padding-box {
        padding: 30px;
    }
}

@media (min-width: 1280px) {
    .big-padding-box {
        padding: 55px;
    }
}

.big-padding-box li {
    line-height: 30px;
}

@media (max-width: 768px) {
    .big-padding-box li {
        line-height: 26px;
    }
}

@media (max-width: 450px) {
    .big-padding-box li {
        line-height: 18px;
    }
}

.primary-box,
.secondary-box,
.additional-box {
    color: #ffffff;
    border-radius: 4px;
    padding: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .primary-box,
    .secondary-box,
    .additional-box {
        padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .primary-box,
    .secondary-box,
    .additional-box {
        padding: 30px;
    }
}

@media (min-width: 1280px) {
    .primary-box,
    .secondary-box,
    .additional-box {
        padding: 40px;
    }
}

.primary-box a,
.secondary-box a,
.additional-box a {
    color: #ffffff;
}

.primary-box h1,
.secondary-box h1,
.primary-box .h1,
.secondary-box .h1,
.primary-box h2,
.secondary-box h2,
.primary-box .h2,
.secondary-box .h2,
.primary-box h3,
.secondary-box h3,
.primary-box .h3,
.secondary-box .h3 {
    color: #ffffff;
}

.primary-box a.btn-cta,
.secondary-box a.btn-cta {
    color: #0075bb;
}

.primary-box {
    background: #0075bb;
}

.secondary-box {
    background: #45a3ba;
}

.container-big-primary .secondary-box {
    background-color: rgba(69, 163, 186, 0.5);
}

.additional-box {
    background: #dcecf6;
}

.white-hero {
    padding: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .white-hero {
        padding: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .white-hero {
        padding: 30px;
    }
}

@media (min-width: 1280px) {
    .white-hero {
        padding: 60px 40px;
    }
}

@media (min-width: 992px) {
    .white-hero .hero-image {
        float: right;
        width: 60%;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .white-hero h1,
    .white-hero .h1 {
        float: left;
        width: 40%;
    }
}

.big-image-col {
    width: 165px;
    height: 165px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.big-image-col img {
    border-radius: 10px;
}

@media (max-width: 768px) {
    .big-image-col {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .big-image-col {
        width: 200px;
        height: 200px;
    }
}

.container-big-primary {
    background: #0075bb;
    color: #ffffff;
}

.container-dark-transparent {
    background: rgba(24, 24, 24, 0.3);
    font-size: 16px;
    padding: 10px 0;
}


/* ========================================================================== */
/* HEADER */
/* ========================================================================== */

.header {
    max-width: 1644px;
    position: relative;
    background: #ffffff;
    top: 0;
    z-index: 500;
    border-radius: 0 0 31px 31px;
    width: 100%;
    max-height: 183px;
    height: 100%;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
}

.header.out {
    transform: translateY(-100%);
}

@media (min-width: 1700px) and (max-width: 1800px) {
    .header {
        max-width: 1560px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .header {
        max-width: 1560px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .header {
        max-width: 1600px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .header {
        max-width: 1399px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .header {
        max-width: 1280px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 1199px) and (min-width: 1000px) {
    .header {
        max-width: 1199px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 999px) and (min-width: 800px) {
    .header {
        max-width: 1000px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 799px) and (min-width: 768px) {
    .header {
        max-width: 800px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 20px 20px;
    }
}

@media (max-width: 767px) {
    .header {
        border-radius: 0 0 18px 18px;
        padding-top: 0rem;
        padding-bottom: 0rem;
        max-height: 205px;
        max-width: 1600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        transition: all .3s ease;
    }
}

@media (max-width: 430px) {
    .header {
        border-radius: 0 0 18px 18px;
        padding-top: 0rem;
        padding-bottom: 0rem;
        max-height: 205px;
        max-width: 1600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 384px) {
    .header {
        border-radius: 0 0 18px 18px;
        padding-top: 0rem;
        padding-bottom: 0rem;
        max-height: 205px;
        max-width: 1600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 240px) {
    .header {
        border-radius: 0 0 18px 18px;
        padding-top: 0rem;
        padding-bottom: 0rem;
        max-height: 205px;
        max-width: 240px;
        width: 100%;
    }
}

.header-inner {
    display: flex;
    align-items: center;
}

@media (max-width: 1800px) {
    .header-inner {
        display: flex;
        margin-left: -1rem;
        margin-right: auto;
        align-items: center;
    }
}

@media (max-width: 1600px) {
    .header-inner {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1600px) and (min-width: 1500px) {
    .header-inner {
        display: flex;
        margin-left: -9rem;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
        justify-content: center;
    }
}

@media (max-width: 1499px) and (min-width: 1440px) {
    .header-inner {
        display: flex;
        margin-left: -10rem;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
        justify-content: center;
    }
}

@media (max-width: 1440px) and (min-width:1400px) {
    .header-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: -10rem;
    }
}

@media (max-width: 1399px) and (min-width: 1350px) {
    .header-inner {
        display: flex;
        margin-left: 0rem;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1350px) and (min-width: 1280px) {
    .header-inner {
        display: flex;
        margin-left: -1rem;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .header-inner {
        display: flex;
        margin-left: -1rem;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .header-inner {
        display: flex;
        margin-left: -2rem;
        margin-right: auto;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1200px) and (min-width: 1100px) {
    .header-inner {
        display: flex;
        margin-left: -2.5rem;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1100px) and (min-width: 1000px) {
    .header-inner {
        display: flex;
        margin-left: -2%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .header-inner {
        display: flex;
        margin-left: -5%;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 1000px) {
    .header-inner {
        display: flex;
        margin-left: -5%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 930px) {
    .header-inner {
        display: flex;
        margin-left: -4%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 900px) {
    .header-inner {
        display: flex;
        margin-left: -6%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 876px) {
    .header-inner {
        display: flex;
        margin-left: -7%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 867px) {
    .header-inner {
        display: flex;
        margin-left: 0%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 850px) {
    .header-inner {
        display: flex;
        margin-left: -1%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 834px) {
    .header-inner {
        display: flex;
        margin-left: -3%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 820px) {
    .header-inner {
        display: flex;
        margin-left: -7%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 768px) {
    .header-inner {
        display: flex;
        margin-left: -7%;
        align-items: center;
        margin-top: 1%;
    }
}

@media (max-width: 540px) {
    .header-inner {
        display: flex;
        margin-left: -7%;
        align-items: center;
        margin-top: 1%;
        padding-left: 1rem;
    }
}

@media (max-width: 500px) {
    .header-inner {
        display: flex;
        margin-left: -3%;
        align-items: center;
        margin-top: 0%;
    }
}

@media (max-width: 384px) {
    .header-inner {
        display: flex;
        margin-left: -3%;
        align-items: center;
        margin-top: 5%;
    }
}

@media (max-width: 300px) {
    .header-inner {
        display: flex;
        margin-left: -3%;
        align-items: center;
        margin-top: 2%;
    }
}

@media (max-width: 280px) {
    .header-inner {
        display: flex;
        margin-left: 0%;
        align-items: center;
        margin-top: 1%;
    }
}

.header-inner img {
    max-height: 130px;
    margin-bottom: 12px;
    margin-top: 23%;
    border-radius: 0;
    max-width: 121%;
}

@media (max-width: 1600px) {
    .header-inner img {
        max-height: 47px;
        margin-bottom: 12px;
        margin-top: 23%;
        border-radius: 0;
        max-width: 100%;
    }
}

@media (max-width: 999px) {
    .header-inner img {
        max-height: 47px;
        margin-bottom: 12px;
        margin-top: 23%;
        border-radius: 0;
    }
}

@media (max-width: 769px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 9%;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 9%;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 13%;
        border-radius: 0;
    }
}

@media (max-width: 430px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 13%;
        border-radius: 0;
    }
}

@media (max-width: 393px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 15%;
        border-radius: 0;
    }
}

@media (max-width: 390px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 25px;
        margin-top: 15%;
        border-radius: 0;
    }
}

@media (max-width: 389px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 15%;
        border-radius: 0;
    }
}

@media (max-width: 384px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 6%;
        border-radius: 0;
    }
}

@media (max-width: 360px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 6%;
        border-radius: 0;
        margin-left: 4px;
    }
}

@media (max-width: 320px) {
    .header-inner img {
        max-height: 176px;
        margin-bottom: 30px;
        margin-top: 8%;
        border-radius: 0;
        margin-left: 0;
    }
}

@media (max-width: 314px) {
    .header-inner img {
        max-height: 176px;
        width: 160%;
        margin-bottom: 25px;
        margin-top: 8%;
        border-radius: 0;
        margin-left: 0;
    }
}

@media (max-width: 300px) {
    .header-inner img {
        max-height: 176px;
        width: 160%;
        margin-bottom: 15px;
        margin-top: 18%;
        border-radius: 0;
        margin-left: 10px;
    }
}

@media (max-width: 300px) {
    .header-inner img {
        max-height: 176px;
        width: 160%;
        margin-bottom: 25px;
        margin-top: 4%;
        border-radius: 0;
        margin-left: 10px;
    }
}

.rgu-title-text {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

@media (min-width: 769px) {
    .rgu-title-text a:hover {
        color: #707070;
    }
}

@media (max-width: 768px) {
    .rgu-title-text a:hover {
        color: #ffffff;
    }
}

.logo-title-rgu {
    font-family: "Inter", sans-serif;
    font-size: 12pt;
    font-weight: 500;
    color: #707070;
}

.logo-title-design {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 8pt;
    font-weight: 400;
    color: #707070;
}

@media (max-width: 768px) {
    .logo-title-design, .logo-title-rgu {
        color: #ffffff;
    }
}

.rgu-title {
    width: 12%;
    margin-left: 0.2%;
    margin-right: 2.6%;
    margin-top: -2%;
}

@media (max-width: 1600px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 0%;
        margin-top: -2%;
    }
}

@media (max-width: 1399px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 3%;
        margin-top: -2%;
    }
}

@media (max-width: 1367px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 3%;
        margin-top: -2%;
    }
}

@media (max-width: 1280px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 7%;
        margin-top: -2%;
    }
}

@media (max-width: 1200px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 5.6%;
        margin-top: -2%;
    }
}

@media (max-width: 1060px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 6.6%;
        margin-top: -2%;
    }
}

@media (max-width: 1050px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 6.6%;
        margin-top: -2%;
    }
}

@media (max-width: 1024px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 1.6%;
        margin-top: -2%;
    }
}

@media (max-width: 1000px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 2.6%;
        margin-top: -2%;
    }
}

@media (max-width: 970px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 3.6%;
        margin-top: -2%;
    }
}

@media (max-width: 900px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 0.5%;
        margin-top: -2%;
    }
}

@media (max-width: 850px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 2.6%;
        margin-top: -2%;
    }
}

@media (max-width: 820px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 5.6%;
        margin-top: -2%;
    }
}

@media (max-width: 800px) {
    .rgu-title {
        width: 12%;
        margin-left: 0.2%;
        margin-right: 2.6%;
        margin-top: -2%;
    }
}

.rgu-title-mob {
    display: none;
}

@media (max-width: 769px) {
    .rgu-title {
        display: none;
    }

    .rgu-title-mob {
        display: block;
        width: 21%;
        margin-right: 15rem;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    .rgu-title {
        display: none;
    }

    .rgu-title-mob {
        display: block;
        width: 21%;
        margin-right: 18rem;
        margin-left: auto;
    }
}

@media (max-width: 725px) {
    .rgu-title-mob {
        margin-right: 17rem;
    }
}

@media (max-width: 675px) {
    .rgu-title-mob {
        margin-right: 16rem;
    }
}

@media (max-width: 625px) {
    .rgu-title-mob {
        margin-right: 14rem;
    }
}

@media (max-width: 575px) {
    .rgu-title-mob {
        margin-right: 13rem;
    }
}

@media (max-width: 540px) {
    .rgu-title-mob {
        margin-left: auto;
        margin-right: 12rem;
    }
}

@media (max-width: 525px) {
    .rgu-title-mob {
        margin-right: 11rem;
    }
}

@media (max-width: 500px) {
    .rgu-title-mob {
        margin-left: auto;
        width: 40%;
        margin-right: 7rem;
    }
}

@media (max-width: 485px) {
    .rgu-title-mob {
        margin-left: auto;
        width: 40%;
    }
}

@media (max-width: 470px) {
    .rgu-title-mob {
        margin-left: auto;
        margin-right: 6rem;
    }
}

@media (max-width: 450px) {
    .rgu-title-mob {
        margin-left: auto;
    }
}

@media (max-width: 435px) {
    .rgu-title-mob {
        margin-left: auto;
        margin-right: 5rem;
    }
}

@media (max-width: 430px) {
    .rgu-title {
        display: none;
    }

    .rgu-title-mob {
        display: block;
        width: 41%;
        margin-right: auto;
        margin-left: 8rem;
    }
}

@media (max-width: 414px) {
    .rgu-title-mob {
        display: block;
        width: 41%;
        margin-right: auto;
        margin-left: 7.7rem;
    }
}

@media (max-width: 400px) {
    .rgu-title-mob {
        display: block;
        width: 40%;
        margin-right: 3rem;
        margin-left: auto;
    }
}

@media (max-width: 390px) {
    .rgu-title-mob {
        display: block;
        width: 36%;
        margin-right: 3.5rem;
        margin-left: auto;
    }
}

@media (max-width: 384px) {
    .rgu-title-mob {
        display: block;
        width: 40%;
        margin-right: 3rem;
        margin-left: auto;
    }
}

@media (max-width: 375px) {
    .rgu-title-mob {
        display: block;
        width: 40%;
        margin-right: 2.5rem;
        margin-left: auto;
    }
}

@media (max-width: 360px) {
    .rgu-title-mob {
        display: block;
        width: 45%;
        margin-right: 2rem;
        margin-left: auto;
    }
}

@media (max-width: 340px) {
    .rgu-title-mob {
        display: block;
        width: 45%;
        margin-right: 1.5rem;
        margin-left: auto;
    }
}

@media (max-width: 330px) {
    .rgu-title-mob {
        display: block;
        width: 45%;
        margin-right: 1.5rem;
        margin-left: auto;
    }
}

@media (max-width: 320px) {
    .rgu-title-mob {
        display: block;
        width: 50%;
        margin-right: 0rem;
        margin-left: auto;
    }
}

@media (max-width: 314px) {
    .rgu-title-mob {
        display: block;
        width: 28%;
        margin-right: auto;
        margin-left: 80px;
    }
}

@media (max-width: 300px) {
    .rgu-title-mob {
        display: block;
        width: 28%;
        margin-right: auto;
        margin-left: 68px;
    }
}

@media (max-width:280px) {
    .rgu-title {
        display: none;
    }

    .rgu-title-mob {
        display: block;
        width: 32%;
        margin-right: auto;
        margin-top: -0rem;
        margin-left: 3rem;
    }
}

@media (max-width:240px) {
    .rgu-title-mob {
        display: block;
        width: 32%;
        margin-right: auto;
        margin-top: 1rem;
        margin-left: 2.5rem;
    }
}

.header-menu {
    width: 0%;
}

.burger {
    justify-content: flex-start;
    display: flex;
    width: 35%;
    margin-right: -200px;
}

@media (min-width: 993px) and (max-width: 1415px) {
    .burger {
        justify-content: flex-start;
        display: flex;
        width: 3%;
        margin-right: -1px;
    }
}

@media (max-width: 993px) and (min-width: 768px) {
    .burger {
        justify-content: flex-start;
        display: flex;
        width: 2.5%;
        margin-right: -1px;
    }
}

.col-my-services {
    width: 25.4%;
    margin-left: 71.3%;
    margin-top: -31%;
}

@media (max-width: 1800px) {
    .col-my-services {
        width: 349px;
        margin-left: 71.3%;
        margin-top: -502px;
    }
}

@media (max-width: 1400px) {
    .col-my-services {
        width: 25.4%;
        margin-left: 71.3%;
        margin-top: -35.5%;
    }
}

@media (max-width: 1280px) {
    .col-my-services {
        width: 33.4%;
        margin-left: 71.3%;
        margin-top: -49.5%;
    }
}

@media (max-width: 1110px) and (min-width: 992px) {
    .col-my-services {
        width: 249px;
        margin-left: 69.3%;
        margin-top: -435px;
    }
}

@media (max-width: 991px) and (min-width: 900px) {
    .col-my-services {
        width: 249px;
        margin-left: 69.3%;
        margin-top: -520px;
    }
}

@media (max-width:900px) and (min-width: 800px) {
    .col-my-services {
        width: 249px;
        margin-left: 69.3%;
        margin-top: -515px;
    }
}

@media (max-width:800px) and (min-width: 768px) {
    .col-my-services {
        width: 249px;
        margin-left: 62.3%;
        margin-top: -515px;
    }
}

@media (max-width:768px) {
    .col-my-services {
        width: 249px;
        margin-left: 62.3%;
        margin-top: -450px;
    }
}

.col-my {
    width: 33%;
}

@media (max-width: 1280px) {
    .col-my {
        width: 33%;
    }
}

@media (max-width: 1110px) {
    .col-my {
        width: 33%;
        margin-left: -14px;
    }
}

.header-bottom-menu {
    font-family: "Inter", sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #707070;
    padding: 0 0;
    margin-top: 0;
    display: flex;
    align-items: center;
}

@media(max-width: 1400px) and (min-width:1024px) {
    .header-bottom-menu {
        font-family: "Inter", sans-serif;
        font-size: 7pt;
        font-weight: bold;
        color: #707070;
        padding: 0 0;
        margin-top: 0;
        display: flex;
        align-items: center;
    }
}

.nav-link {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.button-rasp {
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 0;
    padding: 12px 22px;
    font-family: "Inter", sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    background: #0075BB;
}

@media (max-width: 768px) {
    .button-rasp {
        margin-left: 15px;
        margin-right: 0;
        background: #ffffff;
        color: #0075bb;
    }
}

.button-rasp:hover {
    color: white;
}

@media (max-width: 768px) {
    .button-rasp:hover {
        color: #0075BB;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .button-rasp {
        display: none;
    }
}

.button-priem {
    margin-right: 38px;
    padding: 18px 0;
    font-family: "Inter", sans-serif;
    font-size: 13pt;
    font-weight: bold;
    color: #0075BB;
    margin-left: -66px;
}

@media (min-width: 1599px) and (max-width: 1800px) {
    .button-priem {
        margin-right: 25px;
        margin-left: -163px;
        font-size: 11pt;
        margin-top: -8px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .button-priem {
        margin-right: 59px;
        margin-left: 166px;
        font-size: 10pt;
        margin-top: -3px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .button-priem {
        font-size: 9pt;
        margin-left: -95px;
        margin-top: -29px;
    }
}

.button-lk {
    margin-right: 0;
    padding: 18px 0;
    font-family: "Inter", sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #9f9f9f;
}

@media (max-width: 768px) {
    .button-priem {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .button-priem, .button-rasp {
        padding: 12px 0;
        font-size: 7pt;
    }
}

.button-priem:hover {
    color: #0075BB;
}

@media (max-width: 991px) and (min-width: 769px) {
    .button-priem {
        display: none;
    }
}

.header-search-button {
    float: right;
}

.header-blind-button {
    float: right;
}

.main-menu li {
    margin: 0 -2px;
    padding: 0;
    list-style: none;
}

@media (max-width:1100px) {
    .main-menu li {
        margin: 0 -6px;
        padding: 0;
        list-style: none;
    }
}

@media (max-width:1030px) {
    .main-menu li {
        margin: 0 -7px;
        padding: 0;
        list-style: none;
    }
}

@media (max-width:1000px) {
    .main-menu li {
        margin: 0 -1px;
        padding: 0;
        list-style: none;
    }
}

@media (max-width:830px) {
    .main-menu li {
        margin: 0 -5px;
        padding: 0;
        list-style: none;
    }
}

.main-menu {
    display: flex;
    float: left;
}

.main-menu ol, .main-menu ul, .main-menu dl {
    padding: 0;
    margin: 0;
}

.main-menu ul {
    display: flex;
}

.main-menu li {
    display: inline-flex;
}

.main-menu li a {
    font-family: "Inter", sans-serif;
    font-size: 115%;
    font-weight: bold;
    color: #0075BB;
    padding: 50px 35px;
    margin: 10px 1px;
}

@media (max-width: 1600px) and (min-width: 1500px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 11pt;
        font-weight: bold;
        color: #0075BB;
        padding: 54px 37px;
        margin: 0 1px;
    }
}

@media (max-width: 1536px) and (min-width: 1500px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 11pt;
        font-weight: bold;
        color: #0075BB;
        padding: 54px 37px;
        margin: 2px 1px;
    }
}

@media (max-width: 1500px) and (min-width: 1400px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 13pt;
        font-weight: bold;
        color: #0075BB;
        padding: 47px 25px;
        margin: 0 1px;
    }
}

@media (max-width: 1400px) and (min-width: 1350px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color: #0075BB;
        padding: 47px 30px;
        margin: 0 1px;
    }
}

@media (max-width: 1350px) and (min-width: 1200px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color: #0075BB;
        padding: 47px 30px;
        margin: 0 1px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color: #0075BB;
        padding: 55px 20px;
        margin: 0 1px;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color: #0075BB;
        padding: 47px 20px;
        margin: 0 1px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 9pt;
        font-weight: bold;
        color: #0075BB;
        padding: 41px 14px;
        margin: 0 8px;
    }
}

@media (max-width: 1000px) and (min-width: 876px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 70%;
        font-weight: bold;
        color: #0075BB;
        padding: 42px 5px;
        margin: 0 6px;
    }
}

@media (max-width: 877px) and (min-width: 867px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 70%;
        font-weight: bold;
        color: #0075BB;
        padding: 42px 4px;
        margin: 0 6px;
    }
}

@media (max-width: 867px) and (min-width: 820px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 57%;
        font-weight: bold;
        color: #0075BB;
        padding: 41px 3px;
        margin: 0 6px;
    }
}

@media (max-width: 820px) and (min-width: 768px) {
    .main-menu li a {
        font-family: "Inter", sans-serif;
        font-size: 57%;
        font-weight: bold;
        color: #0075BB;
        padding: 41px 8px;
        margin: 0 6px;
    }
}

@media (max-width: 769px) {
    .main-menu li a {
        display: none;
    }
}

.main-menu li a:hover {
    color: #0075BB;
    text-decoration: none;
}

.main-menu li:hover > a,
.main-menu li:focus > a,
.main-menu li.parent:hover,
.main-menu li > a:hover,
.main-menu li > a:focus,
.main-menu li.parent.active > a,
.main-menu li.parent.current > a,
.main-menu li.current a {
    color: #828282;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    text-decoration: none;
}

.main-menu li:hover > a:after,
.main-menu li:focus > a:after,
.main-menu li.parent:hover:after,
.main-menu li > a:hover:after,
.main-menu li > a:focus:after,
.main-menu li.parent.active > a:after,
.main-menu li.parent.current > a:after,
.main-menu li.current a:after {
    background-position: 0 0;
    text-decoration: none;
}

.main-menu li:hover .second-level,
.main-menu li:focus .second-level,
.main-menu li.active .second-level {
    height: auto;
    overflow: visible;
    opacity: 1;
    border-radius: 0 0 30px 30px;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.lk {
    margin-left: auto;
    margin-right: auto;
    color: #828282;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12pt;
    margin-top: -5.5%;
    margin-bottom: 6.5%;
}

.lk-mob {
    display: none;
    margin-left: 1%;
    margin-right: -11%;
    color: #828282;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 86pt;
    margin-top: -0.5%;
}

@media (max-width: 769px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -1.5%;
    }
}

@media (max-width: 768px) {
    .lk-mob {
        display: block;
        margin-left: -98%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -1.5%;
    }
}

@media (max-width: 667px) {
    .lk-mob {
        margin-top: -2%;
    }
}

@media (max-width: 568px) {
    .lk-mob {
        margin-top: -2.5%;
    }
}

@media (max-width: 500px) {
    .lk-mob {
        margin-top: -0.1%;
    }
}

@media (max-width: 485px) {
    .lk-mob {
        margin-top: 0%;
    }
}

@media (max-width: 450px) {
    .lk-mob {
        margin-top: -0.5%;
    }
}

@media (max-width: 435px) {
    .lk-mob {
        margin-top: -1%;
    }
}

@media (max-width: 430px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -1%;
    }
}

@media (max-width: 414px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 87.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -1.5%;
    }
}

@media (max-width: 390px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -1%;
    }
}

@media (max-width: 389px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -2%;
    }
}

@media (max-width: 384px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -5%;
    }
}

@media (max-width: 376px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -5%;
    }
}

@media (max-width: 360px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -5%;
    }
}

@media (max-width: 320px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -5%;
    }
}

@media (max-width: 300px) {
    .lk-mob {
        display: block;
        margin-left: -97%;
        margin-right: 86.1%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 8pt;
        margin-top: -2.5%;
    }
}

@media (max-width: 240px) {
    .lk-mob {
        margin-top: -1.5%;
    }
}

@media (max-width: 1100px) and (min-width: 992px) {
    .lk {
        width: 7%;
        margin-left: 0%;
        margin-right: -6%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 73%;
        margin-top: -0.5%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .lk {
        width: 7%;
        margin-left: 1%;
        margin-right: -6%;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 62%;
        margin-top: -0.5%;
    }
}

@media (max-width: 768px) {
    .lk {
        display: none;
    }
}

.eye {
    display: flex;
    margin-left: 0; /* 11%; */
    margin-top: 0; /* 22%; */
    margin-right: -100%; /* -71%; */
    width: 100.5%;
    margin-top: -6px;
}

@media (max-width: 1024px) {
    .eye {
        display: flex;
        margin-left: 0%;
        margin-top: 0%;
        margin-right: 0%;
        width: 24px;
    }

    .eye img {
        margin-bottom: 5px !important;
        margin-left: 1.3rem;
    }
}

@media (max-width: 999px) {
    .eye img {
        margin-bottom: 5px !important;
        margin-left: 3.3rem;
    }
}

@media (max-width: 950px) {
    .eye img {
        margin-bottom: 5px !important;
        margin-left: 2.3rem;
    }
}

@media (max-width: 820px) {
    .eye {
        display: flex;
        margin-left: 11%;
        margin-top: 22%;
        margin-right: -71%;
        width: 24px;
    }

    .eye img {
        margin-bottom: 5px !important;
        margin-left: 1.8rem;
    }
}

@media (max-width: 769px) {
    .eye {
        display: none;
        margin-left: 11%;
        margin-top: 22%;
        margin-right: -71%;
        width: 24px;
    }
}

.ru {
    display: flex;
    margin-left: 2.8%;
    margin-right: 1%;
    margin-top: 0.4%;
}

@media (max-width: 820px) {
    .ru {
        display: flex;
        margin-left: 3.8%;
        margin-right: 1%;
        margin-top: 0.4%;
        width: 2%;
    }
}

@media (max-width: 768px) {
    .ru {
        display: none;
    }
}

#before-load {
    padding-left: 10rem;
}

.second-level {
    height: 0;
    overflow: auto;
    opacity: 0;
    position: absolute;
    top: 100%;
    margin-top: 0;
    left: 0;
    right: 0;
    width: 95%;
    max-width: 1600px;
    background: #315589;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

@media (max-width: 1860px) {
    .second-level {
        margin-top: 0;
    }
}

@media (max-width: 1746px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1600px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        top: 128px;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1536px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1440px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1280px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1200px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1100px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1100px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 1000px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 912px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 93%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 867px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 93%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 834px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 93%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 820px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 93%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

@media (max-width: 800px) {
    .second-level {
        height: 0;
        overflow: auto;
        opacity: 0;
        position: absolute;
        top: 100%;
        margin-top: 0;
        left: 0;
        right: 0;
        width: 95%;
        max-width: 1600px;
        background: #315589;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
}

.second-level .content {
    margin: 0;
}

.second-level ul {
    padding: 20px 20px;
    display: block;
    max-width: 1515px;
    width: 100%;
}

.second-level li {
    width: 24%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
}

.second-level li a {
    padding: 5px 0;
    font-family: "Inter", sans-serif;
    font-size: 12pt;
    font-weight: bold;
    line-height: 18px;
    color: #ffffff;
}

@media (max-width:1024px) {
    .second-level li a {
        padding: 5px 0;
        font-family: "Inter", sans-serif;
        font-size: 9pt;
        font-weight: bold;
        line-height: 18px;
        color: #ffffff;
    }
}

.second-level li a:hover {
    color: #ffffff;
    text-decoration: underline;
    background: transparent;
}

.main-menu .parent .parent a:after {
    content: none;
}

.container-header {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 0.5rem 1rem 0.5rem rgb(0 0 0 / 15%);
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .container-header {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
}

.round {
    border-radius: 30px;
}

.container-top-header {
    background: #0075bb;
    color: #ffffff;
}

.container-top-header a,
.container-top-header .open-menu {
    display: inline-block;
    padding: 15px 5px;
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .container-top-header a,
    .container-top-header .open-menu {
        padding: 15px;
    }
}

.container-top-header a:hover,
.container-top-header .open-menu:hover {
    text-decoration: none;
    background: #106196;
}

.container-top-header .open-menu {
    float: right;
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .container-top-header a:first-child {
        padding-left: 10px;
        margin-left: 5px;
    }
}

.logo-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.logo-block a {
    text-decoration: none;
    color: #1c1c1c;
}

.logo-block a.logo {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .logo-block a.logo {
        width: 50px;
    }
}

.logo-block a .h1 {
    line-height: 30px;
}

.logo-block a small {
    font-size: 16px;
    color: #828282;
    line-height: 20px;
    font-family: "Inter", sans-serif;
}

.header-info-block {
    line-height: 30px;
    color: #1c1c1c;
}

@media (max-width: 768px) {
    .header-info-block {
        margin: 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-info-block {
        margin: 20px 0;
        width: 50%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .header-info-block {
        margin: 30px 0;
        font-size: 14px;
    }
}

@media (min-width: 1280px) {
    .header-info-block {
        margin: 40px 0;
    }
}

@media (min-width: 992px) {
    .header-info-block {
        width: 40%;
        float: left;
    }

    .header-info-block:first-child {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .header-info-block .icon {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.container-title-main-page {
    width: 1680px;
    display: flex;
    margin: 10px auto 30px auto;
    border-radius: 0;
}

@media (min-width: 576px) {
    .container-title-main-page {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-title-main-page {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .container-title-main-page {
        width: 100%;
        display: flex;
        margin: 10px auto 30px auto;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .container-title-main-page {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-title-main-page {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-title-main-page {
        max-width: 1320px;
    }
}

.title-main-page-line {
    width: 100%;
    border-bottom: solid 0 #D9D9D9;
}

.title-main-page-text {
    font-family: "Inter", sans-serif;
    font-size: 180pt;
    display: flex;
    font-weight: 800;
    margin: 200px 0 80px 30px;
    color: #0075bb;
    fill: none;
    z-index: 2;
    max-width: fit-content;
    color: transparent;
    -webkit-text-stroke: 4px #0075bb;
    text-stroke: 1px white;
}

@media (min-width: 1239px) and (max-width: 1400px) {
    .title-main-page-text {
        margin: 200px 0 50px -60px;
    }
}

.title-main-page-text-per {
    font-family: "Ebrima", sans-serif;
    font-size: 106pt;
    display: flex;
    font-weight: 800;
    margin: 200px 0 80px 30px;
    color: #0075bb;
    font-color: #ffffff;
    z-index: -1;
    max-width: fit-content;
    color: transparent;
    -webkit-text-stroke: 4px #0075bb;
    text-stroke: 1px white;
}

@media (min-width: 1239px) and (max-width: 1400px) {
    .title-main-page-text-per {
        margin: 200px 0 80px -60px;
    }
}

.title-main-page-text-obr {
    font-family: "Ebrima", sans-serif;
    font-size: 106pt;
    display: flex;
    font-weight: 800;
    margin: 200px 0 -5px -50px;
    color: #0075bb;
    font-color: #ffffff;
    z-index: -1;
    max-width: fit-content;
    color: transparent;
    -webkit-text-stroke: 4px #0075bb;
    text-stroke: 1px white;
}

@media (min-width: 1239px) and (max-width: 1400px) {
    .title-main-page-text-obr {
        margin: 200px 0 -11px -50px;
    }
}

.title-main-page-text-useful {
    font-family: "Ebrima", sans-serif;
    font-size: 146pt;
    display: flex;
    font-weight: 800;
    margin: 150px 0 10px 30px;
    color: #0075bb;
    font-color: #ffffff;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 4px #0075bb;
    text-stroke: 1px white;
}

@media (min-width: 1239px) and (max-width: 1400px) {
    .title-main-page-text-useful {
        margin: 200px 0 -11px -60px;
    }
}

.blue-back {
    max-width: 1680px;
    width: 98%;
    display: flex;
    justify-content: center;
    z-index: 1;
    background-image: url("/local/templates/test_new/images/test-an.png");
    background-position: 0 0;
    animation: animate 15s ease-in-out infinite;
    border-radius: 34px;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.6);
    width: 99%;
    background-repeat: repeat-x;
    overflow: hidden;
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes animate {
    0% {
        background-position: 1800px -100px;
        overflow: hidden;
    }

    100% {
        background-position: 4000px -100px;
    }
}

.events {
    display: flex;
    justify-content: center;
    z-index: 1;
    width: 119.5%;
    height: 200px;
    margin-left: -10.1%;
    margin-top: 9%;
    border-radius: 0;
}

@media (max-width: 1860px) {
    .events {
        margin-bottom: -2rem;
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .events {
        width: 114%;
        height: 143px;
        margin-left: -6.37%;
        margin-bottom: 0rem;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .events {
        width: 114%;
        height: 142px;
        margin-left: -7.37%;
        margin-top: 18%;
    }
}

@media (max-width: 1600px) and (min-width: 1550px) {
    .events {
        width: 114%;
        height: 138px;
        margin-left: -7.37%;
        margin-bottom: -3%;
    }
}

@media (max-width: 1550px) and (min-width: 1400px) {
    .events {
        width: 110%;
        height: 138px;
        margin-left: -4.37%;
        margin-bottom: -3%;
    }
}

@media (max-width: 1536px) and (min-width: 1500px) {
    .events {
        width: 109%;
        height: 133px;
        margin-left: -4.37%;
        margin-bottom: -3%;
    }
}

@media (max-width: 1500px) and (min-width: 1470px) {
    .events {
        width: 107%;
        height: 133px;
        margin-left: -3.37%;
        margin-bottom: -3%;
    }
}

@media (max-width: 1470px) and (min-width: 1399px) {
    .events {
        width: 104.5%;
        height: 200px;
        margin-left: -2.1%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .events {
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-bottom: -8%;
    }
}

@media (max-width: 1399px) and (min-width: 1367px) {
    .events {
        width: 114.5%;
        height: 200px;
        margin-left: -7.1%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .events {
        width: 110%;
        height: 200px;
        margin-left: -5%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .events {
        width: 110.5%;
        height: 200px;
        margin-left: -5%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .events {
        width: 106%;
        height: 200px;
        margin-left: -3%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1280px) and (min-width: 1250px) {
    .events {
        width: 102%;
        height: 200px;
        margin-left: -1%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .events {
        width: 102%;
        height: 200px;
        margin-left: -1%;
        margin-bottom: -8%;
        margin-top: 92px;
    }
}

@media (max-width: 1200px) and (min-width: 1199px) {
    .events {
        width: 98%;
        height: 200px;
        margin-left: 0.9%;
        margin-bottom: -1%;
        margin-top: 55px;
    }
}

@media (max-width: 1199px) and (min-width: 1150px) {
    .events {
        width: 115%;
        height: 200px;
        margin-left: -7.1%;
        margin-bottom: -1%;
        margin-top: 55px;
    }
}

@media (max-width: 1150px) and (min-width: 1100px) {
    .events {
        width: 111%;
        height: 200px;
        margin-left: -5.1%;
        margin-bottom: -1%;
        margin-top: 55px;
    }
}

@media (max-width: 1100px) and (min-width: 1000px) {
    .events {
        width: 106%;
        height: 200px;
        margin-left: -3.1%;
        margin-bottom: -1%;
        margin-top: 55px;
    }
}

@media (max-width: 1050px) and (min-width: 1024px) {
    .events {
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-bottom: -1%;
        margin-top: 55px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .events {
        width: 96%;
        height: 200px;
        margin-left: 2%;
        margin-bottom: -1%;
        margin-top: 55px;
    }
}

@media (max-width: 1000px) and (min-width: 991px) {
    .events {
        width: 95.5%;
        height: 200px;
        margin-left: 1.9%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 991px) and (min-width: 950px) {
    .events {
        width: 126%;
        height: 200px;
        margin-left: -13%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 950px) and (min-width: 900px) {
    .events {
        width: 121%;
        height: 200px;
        margin-left: -10%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 915px) and (min-width: 900px) {
    .events {
        width: 118%;
        height: 200px;
        margin-left: -9%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .events {
        width: 114%;
        height: 200px;
        margin-left: -7%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .events {
        width: 110%;
        height: 200px;
        margin-left: -5%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 850px) and (min-width: 834px) {
    .events {
        width: 108%;
        height: 200px;
        margin-left: -4%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 834px) and (min-width: 820px) {
    .events {
        width: 104%;
        height: 200px;
        margin-left: -2%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .events {
        width: 102%;
        height: 200px;
        margin-left: -1%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .events {
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .events {
        width: 101%;
        height: 200px;
        margin-left: -1%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .events {
        width: 96%;
        height: 200px;
        margin-left: 2%;
        margin-bottom: 3%;
        margin-top: -179px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .events {
        width: 100%;
        height: 64px;
        margin-left: 1.63%;
        margin-top: -9rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .events {
        width: 134%;
        height: 84px;
        margin-left: -17.37%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 740px) and (min-width: 720px) {
    .events {
        width: 128%;
        height: 84px;
        margin-left: -14.37%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 720px) and (min-width: 690px) {
    .events {
        width: 126%;
        height: 84px;
        margin-left: -12.37%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 690px) and (min-width: 615px) {
    .events {
        width: 114%;
        height: 84px;
        margin-left: -7.37%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 615px) and (min-width: 575px) {
    .events {
        width: 106%;
        height: 84px;
        margin-left: -3.37%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 575px) and (min-width: 520px) {
    .events {
        width: 93%;
        height: 84px;
        margin-left: 2.63%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 568px) and (min-width: 520px) {
    .events {
        width: 92%;
        height: 84px;
        margin-left: 4%;
        margin-top: -10rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 520px) and (min-width: 515px) {
    .events {
        width: 93%;
        height: 84px;
        margin-left: 2.63%;
        margin-top: -7rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 515px) and (min-width: 430px) {
    .events {
        width: 96%;
        height: 46px;
        margin-left: 2.63%;
        margin-top: -5rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 430px) and (min-width: 414px) {
    .events {
        width: 95%;
        height: 46px;
        margin-left: 2.63%;
        margin-top: -6rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 414px) and (min-width: 400px) {
    .events {
        width: 93%;
        height: 46px;
        margin-left: 3.5%;
        margin-top: -6rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 400px) and (min-width: 280px) {
    .events {
        width: 95%;
        height: 46px;
        margin-left: 2.63%;
        margin-top: -6rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 280px) {
    .events {
        width: 100%;
        height: 46px;
        margin-left: -0.37%;
        margin-top: -8rem;
        margin-bottom: 105px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .events {
        width: 94%;
        height: 46px;
        margin-left: 2.63%;
        margin-top: -5rem;
        margin-bottom: 105px;
    }
}

.obr {
    display: flex;
    justify-content: center;
    z-index: 1;
    width: 119.5%;
    height: 196px;
    margin-left: -10.1%;
    margin-top: 9rem;
}

@media (max-width: 1800px) {
    .obr {
        display: flex;
        justify-content: center;
        z-index: 1;
        max-width: 1860px;
        width: 114.5%;
        height: 196px;
        margin-left: -6rem;
        margin-right: auto;
        margin-top: 9rem;
    }
}

@media (max-width: 1794px) and (min-width:1642px) {
    .obr {
        width: 110%;
        margin-left: -5%;
    }
}

@media (max-width: 1600px) and (min-width:1550px) {
    .obr {
        width: 112.5%;
        margin-left: -6.5%;
    }
}

@media (max-width: 1550px) and (min-width:1500px) {
    .obr {
        width: 110%;
        margin-left: -4.5%;
    }
}

@media (max-width: 1500px) and (min-width:1470px) {
    .obr {
        height: 200px;
        width: 108%;
        margin-left: -4%;
    }
}

@media (max-width: 1470px) and (min-width:1440px) {
    .obr {
        height: 200px;
        width: 104%;
        margin-left: -2%;
    }
}

@media (max-width: 1440px) and (min-width:1400px) {
    .obr {
        height: 200px;
        width: 100%;
        margin-left: 0%;
    }
}

@media (max-width: 1400px) and (min-width:1399px) {
    .obr {
        width: 100%;
        margin-left: 0.5%;
    }
}

@media (max-width: 1399px) and (min-width:1367px) {
    .obr {
        width: 115%;
        margin-left: -7.5%;
    }
}

@media (max-width: 1367px) and (min-width:1350px) {
    .obr {
        width: 110%;
        margin-left: -5%;
    }
}

@media (max-width: 1350px) and (min-width:1300px) {
    .obr {
        width: 111%;
        margin-left: -5.5%;
    }
}

@media (max-width: 1300px) and (min-width:1280px) {
    .obr {
        width: 105%;
        margin-left: -2.5%;
    }
}

@media (max-width: 1280px) and (min-width:1250px) {
    .obr {
        width: 102%;
        margin-left: -1%;
    }
}

@media (max-width: 1250px) and (min-width:1200px) {
    .obr {
        width: 103%;
        margin-left: -1.5%;
    }
}

@media (max-width: 1200px) and (min-width:1199px) {
    .obr {
        width: 98%;
        margin-left: 1%;
        margin-top: 85px;
    }
}

@media (max-width: 1199px) and (min-width:1150px) {
    .obr {
        width: 116%;
        margin-left: -9%;
        margin-top: 85px;
    }
}

@media (max-width: 1150px) and (min-width:1100px) {
    .obr {
        width: 110%;
        margin-left: -5%;
        margin-top: 85px;
    }
}

@media (max-width: 1100px) and (min-width:1000px) {
    .obr {
        width: 106%;
        margin-left: -3%;
        margin-top: 85px;
    }
}

@media (max-width: 1050px) and (min-width:1024px) {
    .obr {
        width: 100%;
        margin-left: 0%;
        margin-top: 85px;
    }
}

@media (max-width: 1024px) and (min-width:1000px) {
    .obr {
        width: 96%;
        margin-left: 2%;
        margin-top: 85px;
    }
}

@media (max-width: 1000px) and (min-width:991px) {
    .obr {
        width: 94%;
        margin-left: 3%;
        margin-top: 35px;
    }
}

@media (max-width: 991px) and (min-width:950px) {
    .obr {
        width: 126%;
        margin-left: -13%;
        margin-top: 35px;
    }
}

@media (max-width: 950px) and (min-width:900px) {
    .obr {
        width: 123%;
        margin-left: -12%;
        margin-top: 35px;
    }
}

@media (max-width: 915px) and (min-width:900px) {
    .obr {
        width: 118%;
        margin-left: -10%;
        margin-top: 35px;
    }
}

@media (max-width: 900px) and (min-width:876px) {
    .obr {
        width: 114%;
        margin-left: -7%;
        margin-top: 35px;
    }
}

@media (max-width: 877px) and (min-width:850px) {
    .obr {
        width: 110%;
        margin-left: -5%;
        margin-top: 35px;
    }
}

@media (max-width: 850px) and (min-width:834px) {
    .obr {
        width: 108%;
        margin-left: -5%;
        margin-top: 35px;
    }
}

@media (max-width: 834px) and (min-width:820px) {
    .obr {
        width: 104%;
        margin-left: -2%;
        margin-top: 35px;
    }
}

@media (max-width: 820px) and (min-width:810px) {
    .obr {
        width: 102%;
        margin-left: -2%;
        margin-top: 35px;
    }
}

@media (max-width: 810px) and (min-width:800px) {
    .obr {
        width: 100%;
        margin-left: 0%;
        margin-top: 35px;
    }
}

@media (max-width: 800px) and (min-width:769px) {
    .obr {
        width: 101%;
        margin-left: -1%;
        margin-top: 35px;
    }
}

@media (max-width: 769px) and (min-width:768px) {
    .obr {
        width: 96%;
        margin-left: 2%;
        margin-top: 35px;
    }
}

@media (max-width: 768px) and (min-width:767px) {
    .obr {
        max-width: 768px;
        width: 124%;
        margin-left: -3.97%;
        margin-top: 50px;
        height: 72px;
    }
}

@media (max-width: 767px) and (min-width:680px) {
    .obr {
        max-width: 768px;
        width: 128%;
        margin-left: -14.97%;
        margin-top: 70px;
        height: 70px;
    }
}

@media (max-width: 680px) and (min-width:600px) {
    .obr {
        max-width: 768px;
        width: 114%;
        margin-left: -6.97%;
        margin-top: 70px;
        height: 70px;
    }
}

@media (max-width: 600px) and (min-width:580px) {
    .obr {
        max-width: 768px;
        width: 104%;
        margin-left: -1.97%;
        margin-top: 50px;
        height: 70px;
    }
}

@media (max-width: 580px) and (min-width:470px) {
    .obr {
        max-width: 1200px;
        width: 98%;
        height: 147px;
        margin-top: 0rem;
        border-radius: 0;
        margin-left: 1%;
    }
}

@media (max-width: 568px) and (min-width:470px) {
    .obr {
        max-width: 1200px;
        width: 92%;
        height: 147px;
        margin-top: 0rem;
        border-radius: 0;
        margin-left: 3%;
    }
}

@media (max-width: 470px) and (min-width:430px) {
    .obr {
        width: 100%;
        margin-left: 0.03%;
        margin-top: 11px;
        height: 134px;
    }
}

@media (max-width: 430px) and (min-width:414px) {
    .obr {
        width: 94%;
        margin-left: 3%;
        margin-top: 11px;
        height: 134px;
    }
}

@media (max-width: 414px) and (min-width:280px) {
    .obr {
        width: 92%;
        margin-left: 3.5%;
        margin-top: 11px;
        height: 134px;
    }
}

@media (max-width: 280px) {
    .obr {
        width: 100%;
        margin-left: 0.03%;
        margin-top: -19px;
        height: 134px;
    }
}

.ful {
    display: flex;
    justify-content: center;
    width: 119%;
    height: 200px;
    margin-left: -10%;
    margin-top: 38px;
}

@media (max-width:1800px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 114%;
        height: 200px;
        margin-left: -7%;
        margin-top: 38px;
    }
}

@media (max-width:1754px) and (min-width: 1600px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 114%;
        height: 200px;
        margin-left: -7%;
        margin-top: 38px;
    }
}

@media (max-width:1600px) and (min-width: 1550px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 112.5%;
        height: 200px;
        margin-left: -6%;
        margin-top: 38px;
    }
}

@media (max-width:1550px) and (min-width: 1500px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 110%;
        height: 200px;
        margin-left: -4.5%;
        margin-top: 38px;
    }
}

@media (max-width:1500px) and (min-width: 1450px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 107%;
        height: 200px;
        margin-left: -3.5%;
        margin-top: 38px;
    }
}

@media (max-width:1450px) and (min-width: 1440px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 103%;
        height: 200px;
        margin-left: -1.5%;
        margin-top: 38px;
    }
}

@media (max-width:1440px) and (min-width: 1400px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-top: 38px;
    }
}

@media (max-width:1400px) and (min-width:1399px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-top: 30px;
    }
}

@media (max-width:1399px) and (min-width:1367px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 114%;
        height: 200px;
        margin-left: -7%;
        margin-top: 30px;
    }
}

@media (max-width:1367px) and (min-width:1350px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 110%;
        height: 200px;
        margin-left: -5%;
        margin-top: 30px;
    }
}

@media (max-width:1350px) and (min-width:1300px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 110%;
        height: 200px;
        margin-left: -5%;
        margin-top: 30px;
    }
}

@media (max-width:1300px) and (min-width:1280px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 106%;
        height: 200px;
        margin-left: -3%;
        margin-top: 30px;
    }
}

@media (max-width:1280px) and (min-width:1250px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 102%;
        height: 200px;
        margin-left: -1%;
        margin-top: 30px;
    }
}

@media (max-width:1250px) and (min-width:1200px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 102%;
        height: 200px;
        margin-left: -1%;
        margin-top: 30px;
    }
}

@media (max-width:1200px) and (min-width:1199px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 98%;
        height: 200px;
        margin-left: 1%;
        margin-top: -19px;
    }
}

@media (max-width:1199px) and (min-width:1150px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 116%;
        height: 200px;
        margin-left: -8%;
        margin-top: -19px;
    }
}

@media (max-width:1150px) and (min-width:1100px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 110%;
        height: 200px;
        margin-left: -4%;
        margin-top: -19px;
    }
}

@media (max-width:1100px) and (min-width:1050px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 106%;
        height: 200px;
        margin-left: -3%;
        margin-top: -19px;
    }
}

@media (max-width:1050px) and (min-width:1024px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 97%;
        height: 200px;
        margin-left: 2%;
        margin-top: -19px;
    }
}

@media (max-width:1024px) and (min-width:1000px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 96%;
        height: 200px;
        margin-left: 2%;
        margin-top: -19px;
    }
}

@media (max-width:1000px) and (min-width:991px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 94%;
        height: 200px;
        margin-left: 3%;
        margin-top: -19px;
    }
}

@media (max-width:991px) and (min-width:950px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 126%;
        height: 200px;
        margin-left: -13%;
        margin-top: -19px;
    }
}

@media (max-width:950px) and (min-width:900px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 122%;
        height: 200px;
        margin-left: -11%;
        margin-top: -19px;
    }
}

@media (max-width:915px) and (min-width:900px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 118%;
        height: 200px;
        margin-left: -9%;
        margin-top: -19px;
    }
}

@media (max-width:900px) and (min-width:876px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 114%;
        height: 200px;
        margin-left: -7%;
        margin-top: -19px;
    }
}

@media (max-width:877px) and (min-width:850px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 110%;
        height: 200px;
        margin-left: -5%;
        margin-top: -19px;
    }
}

@media (max-width:850px) and (min-width:834px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 108%;
        height: 200px;
        margin-left: -4%;
        margin-top: -19px;
    }
}

@media (max-width:834px) and (min-width:820px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 104%;
        height: 200px;
        margin-left: -2%;
        margin-top: -19px;
    }
}

@media (max-width:820px) and (min-width:810px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 102%;
        height: 200px;
        margin-left: -1%;
        margin-top: -19px;
    }
}

@media (max-width:810px) and (min-width:800px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-top: -19px;
    }
}

@media (max-width:800px) and (min-width:769px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 101%;
        height: 200px;
        margin-left: -1%;
        margin-top: -19px;
    }
}

@media (max-width:769px) and (min-width:768px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 96%;
        height: 200px;
        margin-left: 2%;
        margin-top: -19px;
    }
}

@media (max-width:768px) and (min-width:767px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 200px;
        margin-left: 0%;
        margin-top: -35px;
        margin-bottom: -121px;
    }
}

@media (max-width:767px) and (min-width:740px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 130%;
        height: 200px;
        margin-left: -13%;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:740px) and (min-width:680px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 126%;
        height: 200px;
        margin-left: -4.5rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:680px) and (min-width:600px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 114%;
        height: 200px;
        margin-left: -2.5rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:600px) and (min-width:580px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 104%;
        height: 200px;
        margin-left: -0.5rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:580px) and (min-width:450px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 200px;
        margin-left: 0rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:568px) and (min-width:450px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 92%;
        height: 200px;
        margin-left: 1.4rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 93%;
        height: 200px;
        margin-left: 1rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:450px) and (min-width:375px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 93%;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:375px) and (min-width:320px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 90%;
        height: 200px;
        margin-left: 1rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:320px) and (min-width:280px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 90%;
        height: 200px;
        margin-left: 1rem;
        margin-top: -35px;
        margin-bottom: 111px;
    }
}

@media (max-width:280px) {
    .ful {
        display: flex;
        justify-content: center;
        width: 90%;
        height: 200px;
        margin-left: 1rem;
        margin-top: -50px;
        margin-bottom: 111px;
    }
}

.blue-back-2 {
    max-width: 1680px;
    display: flex;
    justify-content: center;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/local/templates/test_new/images/test-an.png");
    background-position: 0 0;
    animation: animate 15s ease-in-out infinite;
    z-index: 1;
    border-radius: 34px;
    box-shadow: 0 1px 18px rgba(0, 0, 0, 0.6);
    width: 99%;
}

@keyframes animate {
    0% {
        background-position: 1800px -100px;
        overflow: hidden;
    }

    25% {
        background-position: 2000px -100px;
    }

    50% {
        background-position: 2500px -100px;
    }

    75% {
        background-position: 3000px -100px;
    }

    100% {
        background-position: 4000px -100px;
    }
}

@media (max-width: 1800px) and (min-width: 1669px) {
    .blue-back-2 {
        width: 113%;
        margin-left: -6.37%;
    }
}

@media (max-width: 1669px) and (min-width: 1400px) {
    .blue-back-2 {
        width: 105%;
        margin-left: -2.37%;
    }
}

@media (max-width: 1400px) and (min-width: 762px) {
    .blue-back-2 {
        width: 103%;
        margin-left: -1.37%;
    }
}

.blue-back-3 {
    display: flex;
    justify-content: center;
    margin-top: -46px;
    margin-left: -3.5%;
    height: 770px;
    width: 107%;
    margin-bottom: 100px;
}

@media (min-width: 1280px) and (max-width: 1400px) {
    .blue-back-3 {
        display: flex;
        justify-content: center;
        margin-top: -155px;
        width: 104.8%;
        margin-left: -26px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .blue-back-3 {
        display: flex;
        justify-content: center;
        margin-top: -155px;
        max-width: 1200px;
        width: 117.89%;
        margin-left: -87px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .blue-back-3 {
        display: flex;
        justify-content: center;
        margin-top: -155px;
        max-width: 1265px;
        width: 123%;
        margin-left: -108px;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    .blue-back-3 {
        display: flex;
        justify-content: center;
        margin-top: -155px;
        max-width: 1265px;
        width: 112.8%;
        margin-left: -60px;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .blue-back-3 {
        display: flex;
        justify-content: center;
        margin-top: -46px;
        margin-left: -1%;
        height: 770px;
        width: 102%;
        margin-bottom: 100px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .blue-back-3 {
        display: flex;
        justify-content: center;
        margin-top: -121px;
        margin-left: 0%;
        height: 770px;
        width: 100%;
        margin-bottom: 100px;
    }
}

.container-obr-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    margin-top: -63px;
}

@media (max-width: 1500px) {
    .container-obr-main {
        margin-top: -76px;
    }
}

@media (max-width: 1150px) {
    .container-obr-main {
        margin-top: -92px;
    }
}

@media (max-width: 768px) {
    .container-obr-main {
        margin-top: -45px;
    }
}

@media (max-width: 600px) {
    .container-obr-main {
        margin-top: -87px;
    }
}

.container-obr {
    position: relative;
    width: 25.5%;
    border-radius: 30px;
    box-shadow: 3px -3px 3px 3px rgba(1, 1, 1, 0.1);
}

.shadow {
    box-shadow: 0 0.5rem 1rem 0.5rem rgb(0 0 0 / 15%) !important;
}

@media (max-width:540px) {
    .container-obr {
        position: relative;
        width: 25.5%;
        border-radius: 14px;
        box-shadow: 3px -3px 3px 3px rgba(1, 1, 1, 0.1);
    }
}

@media (max-width:280px) {
    .container-obr {
        position: relative;
        width: 25.5%;
        border-radius: 9px;
        box-shadow: 3px -3px 3px 3px rgba(1, 1, 1, 0.1);
    }
}

.container-obr:after {
    content: "";
    display: block;
    padding-top: 100%;
}

@media (max-width: 991px) {
    .container-obr {
        width: 30%;
    }
}

.container-obr a {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
}

@media (max-width: 768px) {
    .container-obr a {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-obr a {
        font-size: 23px;
    }
}

@media (min-width: 1200px) {
    .container-obr a {
        font-size: 30px;
    }
}

.container-obr-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 25px;
    margin-left: 25px;
}

@media (max-width: 768px) {
    .container-obr-text {
        margin-top: 15px;
        margin-left: 15px;
    }
}

.bakalavr {
    background-image: url("/local/templates/test_new/images/bac.png");
    background-size: cover;
    background-color: transparent;
    object-fit: cover;
    transition: transform 0.3s;
}

.magistr {
    background-image: url("/local/templates/test_new/images/mag.png");
    background-size: cover;
    background-color: transparent;
    margin-top: 13px;
    object-fit: cover;
    transition: transform 0.3s;
}

.aspir {
    background-image: url("/local/templates/test_new/images/asp.png");
    background-size: cover;
    background-color: transparent;
    margin-top: 13px;
    object-fit: cover;
    transition: transform 0.3s;
}

.ido {
    background-image: url("/local/templates/test_new/images/dop.png");
    background-size: cover;
    background-color: transparent;
    margin-top: 13px;
    object-fit: cover;
    transition: transform 0.3s;
}

.koledzh {
    background-image: url("/local/templates/test_new/images/col.png");
    background-size: cover;
    background-color: transparent;
    object-fit: cover;
    transition: transform 0.3s;
}

.gymnas {
    background-image: url("/local/templates/test_new/images/sc.png");
    background-size: cover;
    background-color: transparent;
    object-fit: cover;
    transition: transform 0.3s;
}

.container-rector {
    margin-top: 20px;
    margin-left: 30px;
    border-radius: 10px;
    max-height: 500px;
}

@media (max-width: 991px) {
    .container-rector {
        margin: 0 auto 20px auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-rector {
        padding: 5px 20px;
    }
}

@media (min-width: 1200px) {
    .container-rector {
        padding: 10px 50px;
    }
}

.container-rector-text {
    font: normal 16px/30px "Inter", sans-serif;
    margin-top: 15px;
    color: #0075bb;
    font-weight: 500;
    max-width: 215px;
    text-align: center;
}

@media (max-width: 991px) {
    .container-rector-text {
        max-width: none;
        padding-bottom: 15px;
    }
}

.container-rector-text a {
    font: normal 24px/30px "Inter", sans-serif;
    font-weight: 700;
    color: #0075bb;
}

.rector-text {
    margin-bottom: 10px;
}

.container-rector-img {
    width: fit-content;
    margin: auto;
}

.container-rector-img img {
    max-width: 215px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 10px;
}

@media (max-width: 991px) {
    .container-rector-img img {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media (min-width: 1400px) {
    .container-rector-img img {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

.search-button {
    float: right;
    font: normal 16px/30px "Inter", sans-serif;
    padding: 10px;
    margin: -2px;
    margin-top: -5px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media (max-width: 768px) {
    .search-button {
        display: none;
    }

    .search-button .icon {
        display: none;
    }
}

.search-button:hover {
    border-radius: 100px;
    background: #315589;
    color: #000000;
}

.search-button:hover .icon-search {
    background-position: -20px -40px;
}

.container-search {
    display: none;
    overflow: hidden;
    background: #315589;
    color: #ffffff;
    position: absolute;
    width: 0;
    top: 2%;
    height: 50px;
    left: 100%;
    margin-top: 128px;
}

.container-search.opened {
    top: 10px;
    left: 0%;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    display: block;
}

@media (max-width: 1440px) {
    .container-search.opened {
        top: -14px;
        width: 95%;
    }
}

@media (max-width: 1280px) {
    .container-search.opened {
        top: 2px;
    }
}

@media (max-width: 1024px) {
    .container-search.opened {
        top: -26px;
    }
}

@media (max-width: 834px) {
    .container-search.opened {
        top: -18px;
    }
}

@media (max-width: 767px) {
    .container-search.opened {
        z-index: 1;
    }
}

.container-search .content {
    margin: 0 auto !important;
}

.search-form-block {
    height: 50px;
    overflow: hidden;
}

.search-form-block .icon-search-white {
    float: left;
    margin: 15px 20px 15px 0;
}

.search-input {
    background: #315589;
    color: #ffffff;
    font-size: 20px;
    height: 30px;
    margin: 10px 0;
    border: 0;
    padding: 0;
    outline: none;
    display: block;
    width: 100%;
}

.search-input::-ms-clear {
    display: none;
}

.search-close-button {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.search-close-button .icon {
    margin: 15px;
}

.search-close-button:hover .icon {
    opacity: 1;
}

.search-suggestions {
    display: none;
    padding: 40px 20px;
    font-size: 20px;
}

.search-suggestions mark {
    background: #0075bb;
    color: #ffffff;
}

.search-suggestions .search-result-item {
    padding: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.search-suggestions .search-result-item:hover {
    background: #378295;
}

.search-suggestions .search-count {
    opacity: .5;
    padding-left: 10px;
}

.search-suggestions .btn {
    margin-left: 10px;
    width: 150px;
    margin-top: 35px;
    padding: 0px 10px;
    height: 40px;
}

.search-result-item img {
    max-width: 32px;
    max-height: 32px;
    margin-top: 8px;
}

.big-slider {
    display: none;
}

.slider-item img {
    object-fit: cover;
}

@media (max-width: 767px) {
    .slider-item .col {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .slider-item-text {
        min-height: 270px;
        padding: 15px;
    }

    .slider-item-text .h1 {
        color: #ffffff;
        font: normal 18px/25px "Inter", sans-serif;
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .slider-item-text {
        margin-top: 80px;
        color: #ffffff;
        padding: 40px 40px 40px;
        border-radius: 4px 4px 0 0;
    }
}

.slider-item .h1 {
    margin-bottom: 30px;
}

.slider-item-description {
    min-height: 100px;
}

@media (min-width: 768px) {
    .slider-item-description {
        min-height: 120px;
    }
}

@media (min-width: 992px) {
    .slider-item-description {
        min-height: 200px;
    }
}

@media (min-width: 1280px) {
    .slider-item-description {
        min-height: 210px;
    }
}

.big-slider-nav {
    margin-top: 40px;
}

.owl-next,
.owl-prev {
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    display: inline-block !important;
    background: url("/local/templates/test_new/images/arrow-rasp.png")-59px 0;
    background-size: cover;
    cursor: pointer;
}

.owl-prev {
    transform: rotate(180deg);
}

@media screen and (min-resolution: 192dpi) {
    .owl-next,
    .owl-prev {
        background-image: url(/local/templates/test_new/images/arrow-rasp.png);
        background-size: contain;
    }
}

.owl-prev:hover {
    background-position: -59px 0;
}

.owl-next {
    margin-left: 20px;
    background-position: -73px 0;
}

.owl-next:hover {
    background-position: -73px 0;
}

.owl-dots {
    position: absolute;
    top: 15px;
    left: 15px;
}

.news-list {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

@media (min-width: 1400px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 40px;
        width: 468px;
        height: 346px;
        display: block;
        border-radius: 18px 0 18px 0 !important;
        object-fit: cover;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 40px;
        width: 35%;
        height: 246px;
        display: block;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 40px;
        width: 47%;
        height: 246px;
        display: block;
    }
}

@media (max-width: 1000px) and (min-width: 860px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 40px;
        width: 41%;
        height: 246px;
        display: block;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 40px;
        width: 41%;
        height: 188px;
        display: block;
    }
}

@media (max-width: 768px) and (min-width: 660px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 40px;
        width: 46%;
        height: 188px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 25px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 660px) and (min-width: 390px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 45%;
        height: 145px;
        display: block;
    }
}

@media (max-width: 430px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 55%;
        height: 145px;
        display: block;
    }
}

@media (max-width: 393px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 57%;
        height: 145px;
        display: block;
    }
}

.news-list .news-item-image + .news-item-text {
    overflow: hidden;
}

.news-list .news-item-image + .news-item-text .news-item-header {
    margin-top: 21px;
}

.news-detail .news-item-image {
    max-width: 60%;
}

}

@media (max-width: 428px) and (min-width: 427px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 59%;
        height: 145px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 21px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 390px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 46%;
        height: 110px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 21px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 384px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 42%;
        height: 110px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 21px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 320px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 46%;
        height: 110px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 10px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 280px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 55%;
        height: 110px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 10px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 240px) {
    .news-list .news-item-image {
        float: left;
        margin-right: 15px;
        width: 121px;
        height: 90px;
        display: block;
    }

    .news-list .news-item-image + .news-item-text {
        overflow: hidden;
    }

    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 10px;
    }

    .news-detail .news-item-image {
        max-width: 60%;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 23px;
    }

    .news-item-image img {
        border-radius: 0 0 0 0;
    }
}

@media (max-width: 1024px) and (min-width: 1024px) {
    .news-list .news-item-image + .news-item-text .news-item-header {
        margin-top: 47px;
    }

    .news-item-image img {
        border-radius: 0 0 0 0;
    }
}

.news-item-image {
    border-radius: 30px 30px;
    max-width: 600px;
    width: 100%;
    object-fit: cover;
}

.img_news_detail {
    margin-top: 40px;
    margin-left: 56px;
    margin-right: 38px;
    margin-bottom: 19px;
    border-radius: 20px !important;
    padding: 0 !important;
    width: 528px;
    height: 360px;
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .img_news_detail {
        margin-top: 52px;
        margin-left: -92px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 475px;
        height: 345px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 1024px) {
    .img_news_detail {
        margin-top: 50px;
        margin-left: -103px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 468px;
        height: 346px;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 876px) {
    .img_news_detail {
        margin-top: 50px;
        margin-left: -138px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 468px;
        height: 346px;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 820px) {
    .img_news_detail {
        margin-top: 50px;
        margin-left: -136px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 380px;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 768px) {
    .img_news_detail {
        margin-top: 51px;
        margin-left: -137px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 350px;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 712px) {
    .img_news_detail {
        margin-top: 51px;
        margin-left: -137px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 90%;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 600px) {
    .img_news_detail {
        margin-top: 5px;
        margin-left: 17px;
        margin-right: 17px;
        margin-bottom: -3px;
        width: 94%;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 428px) {
    .img_news_detail {
        margin-top: 5px;
        margin-left: 16px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 90%;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 414px) {
    .img_news_detail {
        margin-top: 0;
        margin-left: 16px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 269px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 390px) {
    .img_news_detail {
        margin-top: -9px;
        margin-left: 15px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 232px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 375px) {
    .img_news_detail {
        margin-top: -6px;
        margin-left: 15px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 224px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 350px) {
    .img_news_detail {
        margin-top: -6px;
        margin-left: 15px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 224px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 320px) {
    .img_news_detail {
        margin-top: -6px;
        margin-left: 10px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 192px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 280px) {
    .img_news_detail {
        margin-top: -6px;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 172px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

@media (max-width: 240px) {
    .img_news_detail {
        margin-top: -6px;
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: -3px;
        width: 91%;
        height: 172px;
        object-fit: cover;
    }

    .img_news_detail img {
        border-radius: 7px;
    }
}

.news-detail .news-item-text {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.text-detail-news {
    font-size: 16px;
    color: #828282;
    margin-top: 37px;
    text-align: justify;
    margin-right: 73px;
    margin-left: 57px;
    margin-bottom: 50px;
}

@media (max-width: 1024px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 73px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 876px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 31px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 820px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 35px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 800px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 32px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 28px;
        margin-left: 31px;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .text-detail-news {
        font-size: 13px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 16px;
        margin-left: 19px;
        margin-bottom: 3px;
    }
}

@media (max-width: 280px) {
    .text-detail-news {
        font-size: 10px;
        color: #828282;
        margin-top: 8px;
        text-align: justify;
        margin-right: 16px;
        margin-left: 12px;
        margin-bottom: 3px;
    }
}

.news-item-text-anonce {
    font-size: 16px;
    text-align: justify;
    margin-right: 238px;
    margin-top: 9px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
}

@media (max-width: 1400px) and (min-width: 860px) {
    .news-item-text-anonce {
        font-size: 9px;
        text-align: justify;
        margin-right: 117px;
        margin-top: -6px;
        margin-left: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    .news-item-text-anonce {
        font-size: 9px;
        text-align: justify;
        margin-right: 38px;
        margin-top: -6px;
        margin-left: 0;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 15px;
    }
}

@media (max-width: 768px) and (min-width: 660px) {
    .news-item-text-anonce {
        font-size: 9px;
        text-align: justify;
        margin-right: 46px;
        margin-top: 9px;
        margin-left: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
    }
}

@media (max-width: 660px) and (min-width: 384px) {
    .news-item-text-anonce {
        font-size: 10px;
        text-align: justify;
        margin-right: 17px;
        margin-top: -3px;
        margin-left: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 13px;
    }
}

@media (max-width: 384px) and (min-width: 280px) {
    .news-item-text-anonce {
        font-size: 10px;
        text-align: justify;
        margin-right: 17px;
        margin-top: -3px;
        margin-left: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 10px;
    }
}

@media (max-width: 320px) {
    .news-item-text-anonce {
        font-size: 9px;
        text-align: justify;
        margin-right: 17px;
        margin-top: -3px;
        margin-left: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 9px;
    }
}

@media (max-width: 280px) {
    .news-item-text-anonce {
        font-size: 7px;
        text-align: justify;
        margin-right: 17px;
        margin-top: -3px;
        margin-left: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 9px;
    }
}

.news-item {
    margin: 10px auto;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    background-color: #ffffff;
    border-radius: 18px;
    margin-top: 30px;
    height: 346px;
    width: 90%;
}

@media (max-width: 1800px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 18px;
        margin-top: 30px;
        height: 346px;
        width: 90%;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 24px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        max-height: 346px;
        max-width: 1265px;
        height: 100%;
        width: 90%;
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 24px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        max-height: 346px;
        max-width: 1265px;
        height: 100%;
        width: 89.5%;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        max-height: 246px;
        max-width: 1000px;
        height: 100%;
        width: 89.5%;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 15px;
        max-height: 246px;
        max-width: 1000px;
        height: 100%;
        width: 77.5%;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 15px;
        margin-left: auto;
        max-height: 246px;
        max-width: 886px;
        height: 100%;
        width: 80%;
    }
}

@media (max-width: 1023px) and (min-width: 1000px) {
    .news-item {
        margin: 10px auto;
        margin-left: auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 15px;
        max-height: 246px;
        max-width: 1000px;
        height: 100%;
        width: 80%;
    }
}

@media (max-width: 1000px) and (min-width: 864px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 20px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 246px;
        width: 80%;
    }
}

@media (max-width: 899px) and (min-width: 860px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 20px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 246px;
        width: 80%;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 10px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 188px;
        width: 80%;
    }
}

@media (max-width: 768px)and (min-width: 660px) {
    .news-item {
        margin: 10px auto;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 18px 10px 10px 18px;
        margin-top: 15px;
        margin-left: auto;
        height: 188px;
        max-width: 620px;
        width: 94%;
    }
}

@media (max-width: 660px)and (min-width: 390px) {
    .news-item {
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 18px 10px 10px 18px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 145px;
        max-width: 477px;
        width: 94%;
    }
}

@media (max-width: 390px) {
    .news-item {
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 18px 10px 10px 18px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 127px;
        max-width: 477px;
        width: 94%;
    }
}

@media (max-width: 390px) {
    .news-item {
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 18px 10px 10px 18px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 110px;
        max-width: 477px;
        width: 94%;
    }
}

@media (max-width: 240px) {
    .news-item {
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: solid 1px rgba(130, 130, 130, 0.3);
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        background-color: #ffffff;
        border-radius: 18px 10px 10px 18px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        height: 90px;
        max-width: 477px;
        width: 94%;
    }
}

.news-item:before,
.news-item:after {
    content: " ";
    display: table;
}

.news-item:after {
    clear: both;
}

.news-item:first-child {
    margin-top: 12rem;
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .news-item:first-child {
        margin-top: 8rem;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .news-item:first-child {
        margin-top: 96px;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .news-item:first-child {
        margin-top: 8rem;
    }
}

@media (max-width: 1023px) {
    .news-item:first-child {
        margin-top: 8rem;
    }
}

@media (max-width: 768px) {
    .news-item:first-child {
        margin-top: 2rem;
    }
}

@media (max-width: 712px) {
    .news-item:first-child {
        margin-top: 39px;
    }
}

@media (max-width:240px) {
    .news-item:first-child {
        margin-top: 12px;
    }
}

@media (max-width: 660px) and (min-width: 280px) {
    .news-item:first-child {
        margin-top: 27px;
    }
}

.news-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    margin-bottom: 150px;
}

.news-item-header {
    text-transform: none;
    font: normal 18px/42px "Inter", sans-serif;
    color: #0074bb;
    margin-left: 18px;
    margin-right: 253px;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3rem;
    line-height: 20px;
}

.news-item-header-detail {
    text-transform: none;
    font: normal 18px/42px "Inter", sans-serif;
    color: black;
    font-weight: 600;
    margin-left: 18px;
    margin-right: 42px;
    margin-top: 6.2rem;
    line-height: 20px;
}

@media (max-width: 876px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 16px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 30px;
        margin-right: 20px;
        margin-top: 3rem;
        line-height: 20px;
    }
}

@media (max-width: 712px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 16px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 30px;
        margin-right: 20px;
        margin-top: 21rem;
        line-height: 20px;
    }
}

@media (max-width: 600px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 12px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 19px;
        margin-right: 8px;
        margin-top: 22rem;
        line-height: 20px;
    }
}

@media (max-width: 428px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 12px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 19px;
        margin-right: 8px;
        margin-top: 21.5rem;
        line-height: 20px;
    }
}

@media (max-width: 390px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 12px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 19px;
        margin-right: 8px;
        margin-top: 18.5rem;
        line-height: 20px;
    }
}

@media (max-width: 320px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 12px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 19px;
        margin-right: 8px;
        margin-top: 16.5rem;
        line-height: 20px;
    }
}

@media (max-width: 280px) {
    .news-item-header-detail {
        text-transform: none;
        font: normal 10px/42px "Inter", sans-serif;
        color: black;
        font-weight: 600;
        margin-left: 18px;
        margin-right: 8px;
        margin-top: 15rem;
        line-height: 20px;
    }
}

@media (max-width: 1400px) and (min-width: 860px) {
    .news-item-header {
        text-transform: none;
        font: normal 10px/42px "Inter", sans-serif;
        color: #0074bb;
        margin-left: 0;
        margin-right: 38px;
        line-height: 20px;
        margin-top: 7%;
    }
}

@media (max-width: 860px) and (min-width: 768px) {
    .news-item-header {
        text-transform: none;
        font: normal 10px/42px "Inter", sans-serif;
        color: #0074bb;
        margin-left: 0;
        margin-right: 105px;
        line-height: 13px;
        margin-top: 3%;
    }
}

@media (max-width: 768px) and (min-width: 660px) {
    .news-item-header {
        text-transform: none;
        font: normal 10px/42px "Inter", sans-serif;
        color: #0074bb;
        margin-left: 1px;
        margin-right: 12px;
        line-height: 20px;
    }
}

@media (max-width: 660px) and (min-width: 280px) {
    .news-item-header {
        text-transform: none;
        font: normal 10px/42px "Inter", sans-serif;
        color: #0074bb;
        font-weight: 500;
        margin-left: 0;
        margin-right: 18px;
        line-height: 11px;
        margin-top: 3%;
    }
}

@media (max-width: 320px) {
    .news-item-header {
        text-transform: none;
        font: normal 9px/42px "Inter", sans-serif;
        color: #0074bb;
        font-weight: 500;
        margin-left: 0;
        margin-right: 18px;
        line-height: 9px;
        margin-top: 3%;
    }
}

@media (max-width: 280px) {
    .news-item-header {
        text-transform: none;
        font: normal 7px/42px "Inter", sans-serif;
        color: #0074bb;
        font-weight: 500;
        margin-left: 0;
        margin-right: 8px;
        line-height: 9px;
        margin-top: 3%;
    }
}

.news-item-header a {
    display: inline-block;
    margin-top: 38px;
}

.news-item-date {
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 300px;
}

.news-item-main {
    font-size: 16px;
}

.news-item-main .news-item-header {
    font: normal 16px/24px "Inter", sans-serif;
    font-weight: 500;
}

.news-item-main .news-item-date {
    margin-bottom: 10px;
}

.sidebar-nav {
    margin: 20px;
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav ul ul {
    display: none;
    padding: 15px 0;
}

.sidebar-nav li {
    margin-left: -20px;
    margin-right: -16px;
}

.hr-left {
    margin: 13px auto;
    width: 99%;
}

@media (max-width: 375px) {
    .sidebar-nav li {
        margin-left: -20px;
        font-size: 10pt;
        margin-right: -20px;
    }
}

.sidebar-nav li a {
    display: block;
    padding: 0 10px 5px 20px;
    border-left: solid 4px transparent;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active {
    text-decoration: underline;
}

.sidebar-nav li.current > a,
.sidebar-nav li.active > a {
    text-decoration: none;
    color: #0074bb;
    font-size: 14pt;
    font-weight: 700;
    border-color: #0075bb;
}

.sidebar-nav li.current > ul,
.sidebar-nav li.active > ul {
    display: block;
}

.sidebar-nav li:first-child a {
    padding-top: 0;
}

.sidebar-nav li:last-child a {
    padding-bottom: 0;
}

.sidebar-nav li li {
    margin: 0;
}

.sidebar-nav li li a {
    color: #0075bb;
    border-color: transparent;
    padding-left: 40px;
    padding: 0 10px 3px 40px;
}

.sidebar-nav li li.current,
.sidebar-nav li li.active {
    border-color: #0075bb;
}

.sidebar-nav li.parent > a:after {
    position: relative;
    content: " ";
    display: inline-block;
    width: 10px;
    height: 5px;
    margin: 0 0 0 15px;
    border: solid 2px #b5b5b5;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 4px;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar-nav li.parent.current > a:after {
    top: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sidebar-info-block {
    color: #1c1c1c;
}

.sidebar-info-block .icon {
    width: 40px;
    margin-top: 15px;
}

.sidebar-info-block .icon-big-phone {
    width: 30px;
    margin-left: 10px;
}


/* ========================================================================== */
/* PAGE-NAVIGATION */
/* ========================================================================== */

.page-navigation {
    display: flex;
    margin-left: -899px;
    margin-top: 4100px;
    margin-bottom: 50px;
}

@media (max-width: 1600px) {
    .page-navigation {
        display: flex;
        margin-left: -899px;
        margin-top: 3930px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1599px) {
    .page-navigation {
        display: flex;
        margin-left: -850px;
        margin-top: 1820px;
        margin-bottom: 50px;
    }
}

@media (max-width: 1500px) {
    .page-navigation {
        display: flex;
        margin-left: -850px;
        margin-top: 1820px;
        margin-bottom: 100px;
    }
}

@media (max-width: 1440px) {
    .page-navigation {
        display: flex;
        margin-left: -800px;
        margin-top: 1820px;
        margin-bottom: 100px;
    }
}

@media (max-width: 1400px) {
    .page-navigation {
        display: flex;
        margin-left: -790px;
        margin-top: 730px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1399px) {
    .page-navigation {
        display: flex;
        margin-left: -790px;
        margin-top: 1030px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1300px) {
    .page-navigation {
        display: flex;
        margin-left: -700px;
        margin-top: 1030px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1200px) {
    .page-navigation {
        display: flex;
        margin-left: -650px;
        margin-top: 1030px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1100px) {
    .page-navigation {
        display: flex;
        margin-left: -620px;
        margin-top: 1030px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .page-navigation {
        display: flex;
        margin-left: -594px;
        margin-top: 1019px;
        margin-bottom: 42px;
    }
}

@media (max-width: 1023px) {
    .page-navigation {
        display: flex;
        margin-left: -580px;
        margin-top: 1020px;
        margin-bottom: 42px;
    }
}

@media (max-width: 1000px) {
    .page-navigation {
        display: flex;
        margin-left: -580px;
        margin-top: 1325px;
        margin-bottom: 42px;
    }
}

@media (max-width: 899px) {
    .page-navigation {
        display: flex;
        margin-left: -535px;
        margin-top: 2830px;
        margin-bottom: 42px;
    }
}

@media (max-width: 876px) {
    .page-navigation {
        display: flex;
        margin-left: -535px;
        margin-top: 1360px;
        margin-bottom: 42px;
    }
}

@media (max-width: 860px) {
    .page-navigation {
        display: flex;
        margin-left: -514px;
        margin-top: 980px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .page-navigation {
        display: flex;
        margin-left: -456px;
        margin-top: 980px;
        margin-bottom: 100px;
    }
}

@media (max-width: 712px) {
    .page-navigation {
        display: flex;
        margin-left: -433px;
        margin-top: 980px;
        margin-bottom: 100px;
    }
}

@media (max-width: 660px) and (min-width: 600px) {
    .page-navigation {
        display: flex;
        margin-left: -396px;
        margin-top: 722px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 600px) and (min-width: 470px) {
    .page-navigation {
        display: flex;
        margin-left: -22rem;
        margin-top: 722px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 470px) and (min-width: 413px) {
    .page-navigation {
        display: flex;
        margin-left: -16.8rem;
        margin-top: 722px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 428px) and (min-width: 413px) {
    .page-navigation {
        display: flex;
        margin-left: -17.8rem;
        margin-top: 722px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 414px) {
    .page-navigation {
        display: flex;
        margin-left: -17rem;
        margin-top: 722px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 390px) {
    .page-navigation {
        display: flex;
        margin-left: -16.8rem;
        margin-top: 545px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 384px) {
    .page-navigation {
        display: flex;
        margin-left: -16.8rem;
        margin-top: 700px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 350px) {
    .page-navigation {
        display: flex;
        margin-left: -14.8rem;
        margin-top: 700px;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 320px) {
    .page-navigation {
        display: flex;
        margin-left: -14rem;
        margin-top: 44rem;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 280px) {
    .page-navigation {
        display: flex;
        margin-left: -13rem;
        margin-top: 44rem;
        font-size: 8pt;
        margin-bottom: 48px;
    }
}

@media (max-width: 240px) {
    .page-navigation {
        display: flex;
        margin-left: -12rem;
        margin-top: 31rem;
        font-size: 7pt;
        margin-bottom: 48px;
    }
}

.pos_nav {
    margin-top: 114px;
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .pos_nav {
        margin-top: 1px;
        margin-bottom: 60px;
    }
}

.space {
    margin-bottom: -62px;
}

.page-navigation-wrapper {
    text-align: center;
}

.right-arr {
    background-color: #ffffff;
}

.page-navigation .right-arr,
.page-navigation .left-arr,
.page-navigation .page-navigation-pages a {
    display: inline-block;
    line-height: 30px;
    min-width: 20px;
    text-align: center;
    border-radius: 0 0 0 0;
    padding: 0 0;
    margin: 0 -2px;
    color: #828282;
    box-shadow: none;
}

@media (max-width: 660px) {
    .page-navigation .right-arr,
    .page-navigation .left-arr,
    .page-navigation .page-navigation-pages a {
        display: inline-block;
        line-height: 20px;
        min-width: 16px;
        text-align: center;
        border-radius: 0 0 0 0;
        padding: 0 0;
        margin: 0 -1px;
        color: #828282;
        box-shadow: none;
    }
}

.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover,
.page-navigation .page-navigation-pages a:hover {
    text-decoration: none;
    color: #0075bb;
}

.page-navigation .right-arr {
    width: 30px;
    background: #ffffff;
    border-radius: 0 10px 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #828282;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.page-navigation .left-arr {
    width: 30px;
    background: #ffffff;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #828282;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover {
    color: #1c1c1c;
}

.page-navigation-pages {
    background: #ffffff;
    color: #828282;
    border-radius: 0;
    display: inline-block;
    padding: 0 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.page-navigation-pages a.current {
    padding: 0 10px;
    color: #0075bb;
    box-shadow: inset 0 0 0 0.5px #0075bb;
}

.page-navigation-pages a:not(:first-child) {
    margin-left: 0;
}

.page-navigation-pages a:first-child {
    /* padding: 0 5px 0 12px; */
}

.page-navigation-pages a:last-child {
    /* padding: 0 12px 0 5px; */
}

.faculty-item {
    margin-top: 30px;
}

.faculty-item:first-child {
    margin-top: 0;
}

.faculty-item h3,
.faculty-item .h3 {
    margin: 0 0 10px 0;
}

.faculty-item .vertical-separator {
    display: inline-block;
    margin: 0 15px;
    opacity: .5;
}

.faculty-item-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faculty-item-links a {
    display: block;
    position: relative;
    background: #ffffff;
    color: #828282;
    border-radius: 5px;
    font: normal 20px/30px "Inter", sans-serif;
    color: #0075bb;
    text-decoration: none;
    padding: 10px 30px 10px 15px;
    margin: 10px 0;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.faculty-item-links a:hover {
    text-decoration: none;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.faculty-item-links a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    content: "";
    width: 20px;
    height: 20px;
    background: url("/local/templates/test_new/images/arrow.png") no-repeat -80px -40px;
}

@media screen and (min-resolution: 192dpi) {
    .faculty-item-links a:after {
        background-image: url("/local/templates/test_new/images/arrow.png");
        background-size: 200px 300px;
    }
}

.faculty-item-links-big.faculty-item-links a:after {
    background-position: -100px -60px;
}

.faculty-item-links a .item-date {
    color: #828282;
}

.faculty-item-info {
    margin-bottom: 30px;
}

.faculty-item-box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faculty-item-box > ul > li {
    background: none;
    color: #828282;
    border-radius: 18px;
    font: normal 20px/30px "Inter", sans-serif;
    color: #0075bb;
    padding: 0;
    margin: 10px -30px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    width: 1103px;
    margin-bottom: 30px;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .faculty-item-box > ul > li {
        background: #ffffff;
        color: #828282;
        border-radius: 18px;
        font: normal 20px/30px "Inter", sans-serif;
        color: #0075bb;
        padding: 0;
        margin: 10px 0;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        max-width: 1049px;
        width: 128%;
        margin-left: -31px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .faculty-item-box > ul > li {
        background: #ffffff;
        color: #828282;
        border-radius: 18px;
        font: normal 20px/30px "Inter", sans-serif;
        color: #0075bb;
        padding: 0;
        margin: 10px 0;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        max-width: 1011px;
        margin-left: -26px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1399px) {
    .faculty-item-box > ul > li {
        background: #ffffff;
        color: #828282;
        border-radius: 18px;
        font: normal 14px/30px "Inter", sans-serif;
        color: #0075bb;
        padding: 0;
        margin: 30px 0;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        max-width: 885px;
        width: 121%;
    }
}

@media (max-width: 768px) {
    .faculty-item-box > ul > li {
        margin-bottom: 30px;
        border-radius: 5px;
        margin-bottom: 0;
    }
}

.faculty-item-box > ul > li > a {
    text-decoration: none;
    display: block;
    position: relative;
    font: normal 22px/30px "Inter", sans-serif;
    padding: 26px 40px 27px 25px;
    margin: 0 0;
    font-weight: 600;
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    transition: all ease 0.3s;
}

.faculty-item-box > ul > li > a:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .faculty-item-box > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 18px/30px "Inter", sans-serif;
        padding: 26px 40px 27px 25px;
        margin: 0 0;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media (max-width: 1399px) and (min-width: 768px) {
    .faculty-item-box > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 16px/30px "Inter", sans-serif;
        padding: 17px 40px 17px 25px;
        margin: 0 0;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media (max-width: 834px) and (min-width: 768px) {
    .faculty-item-box > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 16px/30px "Inter", sans-serif;
        padding: 17px 87px 17px 25px;
        margin: 0 0;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media (max-width: 768px) {
    .faculty-item-box > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 11px/30px "Inter", sans-serif;
        padding: 25px 31px 25px 0;
        margin: 0 0;
        line-height: 1;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media (max-width: 320px) {
    .faculty-item-box > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 9px/30px "Inter", sans-serif;
        padding: 25px 31px 25px 0;
        margin: 0 0;
        line-height: 1;
        font-weight: 600;
        border-radius: 15px;
    }
}

@media (max-width: 240px) {
    .faculty-item-box > ul > li > a {
        text-decoration: none;
        display: block;
        position: relative;
        font: normal 8px/30px "Inter", sans-serif;
        padding: 25px 31px 25px 0;
        margin: 0 0;
        line-height: 1;
        font-weight: 600;
        border-radius: 15px;
    }
}

.faculty-item-box > ul > li > a small {
    display: inline-block;
    margin-left: 20px;
    color: #828282;
}

.faculty-item-box > ul > li > a:after {
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -10px;
    content: "";
    width: 38px;
    height: 19px;
    background: url("/local/templates/test_new/images/arrow.png");
}

@media (max-width: 768px) {
    .faculty-item-box > ul > li > a:after {
        position: absolute;
        top: 58%;
        right: 14px;
        margin-top: -10px;
        content: "";
        width: 11px;
        height: 6px;
        background: url("/local/templates/test_new/images/arrow_inst.png");
    }
}

@media screen and (max-width: 768px) {
    .faculty-item-box > ul > li > a:after {
        background-image: url("/local/templates/test_new/images/arrow_inst.png");
        transform: rotate(0deg);
    }
}

.text_kafedri {
    font-size: 12pt;
}

@media (max-width: 1200px) {
    .text_kafedri {
        font-size: 10pt;
    }
}

@media (max-width: 240px) {
    .text_kafedri {
        font-size: 6pt;
    }
}

.faculty-item-box > ul > li > a.opened:after {
    background-image: url("/local/templates/test_new/images/arrow.png");
    transform: rotate(180deg);
}

@media (max-width: 768px) {
    .faculty-item-box > ul > li > a.opened:after {
        background-image: url("/local/templates/test_new/images/arrow_inst.png");
        transform: rotate(180deg);
    }
}

.faculty-item-box > ul .faculty-item {
    margin: 20px -30px 0;
}

.faculty-item-box-inner {
    display: none;
    padding: 20px 30px;
    border-top: solid 1px #ededed;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 20px;
    background-image: url("/local/templates/test_new/images/dep-rec.png");
    background-size: contain;
    background-position: center;
    border-radius: 0 0 10px 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .faculty-item-box-inner {
        display: none;
        padding: 20px 30px;
        border-top: solid 1px #ededed;
        color: #1c1c1c;
        font-size: 16px;
        line-height: 10px;
        background-image: url("/local/templates/test_new/images/dep-rec.png");
        background-size: cover;
        background-position: center;
        border-radius: 0 0 10px 10px;
    }
}

.faculty-item-box-inner li {
    list-style-type: none;
    border-radius: 0 0 30px 30px;
}

.faculty-item-box-inner a {
    list-style-type: none;
    color: #ffffff;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .faculty-item-box-inner a {
        list-style-type: none;
        color: #ffffff;
        font-size: 14px;
    }
}

.faculty-item-box-inner li {
    list-style-type: none;
    border-radius: 0 0 30px 30px;
}

.faculty-item-box-inner ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
}

.faculty-list-list li {
    margin: 5px 0;
}

.faculty-list-list li:first-child {
    margin-top: 0;
}

.faculty-list-list li:last-child {
    margin-bottom: 0;
    border-radius: 0 0 30px 30px;
}


/* ========================================================================== */
/* RECTORATE-ITEM */
/* ========================================================================== */

.rectorate-item h3,
.rectorate-item .h3 {
    margin-top: 0;
}

@media (max-width: 991px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: 0;
    }
}

@media (max-width: 769px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -170px;
    }
}

@media (max-width: 767px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -193px;
    }
}

@media (max-width: 640px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -162px;
    }
}

@media (max-width: 600px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -115px;
    }
}

@media (max-width: 430px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -95px;
    }
}

@media (max-width: 415px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -90px;
    }
}

@media (max-width: 393px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -90px;
    }
}

@media (max-width: 390px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -90px;
    }
}

@media (max-width: 384px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -90px;
    }
}

@media (max-width: 375px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -90px;
    }
}

@media (max-width: 320px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -87px;
    }
}

@media (max-width: 280px) {
    .rectorate-item h3,
    .rectorate-item .h3 {
        margin-top: -82px;
    }
}

.rectorate-item h5,
.rectorate-item .h5 {
    margin-top: 10px;
}

.rectorate-item h4,
.rectorate-item .h4 {
    font: normal 18px/25px "Inter", sans-serif;
}

.rectorate-item h4 a,
.rectorate-item .h4 a {
    color: #1c1c1c;
}

.rectore-items {
}

.kafedr-item img,
.kafedr-item .img {
    height: 381px;
    width: 287px;
    object-fit: cover;
}

.kafedr-item h6,
.kafedr-item .h6 {
    margin-top: 0;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 15px;
    margin-left: -62px;
}

.kafedr-item h3,
.kafedr-item .h3 {
    margin-top: 10px;
    text-align: center;
    margin-left: -62px;
}

.kafedr-item h5,
.kadedr-item .h5 {
    margin-top: 10px;
}

.kadedr-item h4,
.kadedr-item .h4 {
    font: normal 18px/25px "Inter", sans-serif;
}

.kadedr-item h4 a,
.kadedr-item .h4 a {
    color: #1c1c1c;
}

@media (max-width:1280px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 270px;
        max-width: 204px;
        width: 94%;
        object-fit: cover;
        margin-left: 15px;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
        margin-left: -2.5rem;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        font-size: 12px;
        margin-bottom: 15px;
        margin-left: -3rem;
    }
}

@media (max-width:1024px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 270px;
        max-width: 204px;
        width: 94%;
        object-fit: cover;
        margin-left: 0.2rem;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
        margin-left: 0.2rem;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        font-size: 10px;
        margin-bottom: 15px;
        margin-left: 0.2rem;
    }
}

@media (max-width: 991px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 305px;
        max-width: 287px;
        width: 94%;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 291px;
        max-width: 287px;
        width: 96%;
        margin-left: 0.3rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 767px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 305px;
        max-width: 287px;
        width: 44%;
        margin-left: 8rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width:600px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 185px;
        max-width: 287px;
        width: 56%;
        margin-left: 3.5rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 540px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 171px;
        max-width: 287px;
        width: 53%;
        margin-left: 3.5rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 480px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 305px;
        max-width: 287px;
        width: 85%;
        margin-left: 1rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 414px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 254px;
        max-width: 287px;
        width: 91%;
        margin-left: 0rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 390px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 164px;
        max-width: 287px;
        width: 67%;
        margin-left: 2rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 10pt;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 375px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 164px;
        max-width: 287px;
        width: 67%;
        margin-left: 2rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 10pt;
        margin-left: -11px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 280px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 164px;
        max-width: 287px;
        width: 100%;
        margin-left: -0.2rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 8pt;
        margin-left: -1px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 240px) {
    .kafedr-item img,
    .kafedr-item .img {
        height: 129px;
        max-width: 287px;
        width: 100%;
        margin-left: 0rem;
        object-fit: cover;
    }

    .kafedr-item h3,
    .kafedr-item .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 8pt;
        margin-left: -1px;
        line-height: 14px;
    }

    .kafedr-item h6,
    .kafedr-item .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -1px;
    }
}

.kafedr-item-inst img,
.kafedr-item-inst .img {
    height: 381px;
    width: 287px;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.kafedr-item-inst h6,
.kafedr-item-inst .h6 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 15px;
    width: fit-content;
}

.kafedr-item-inst h3,
.kafedr-item-inst .h3 {
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.kafedr-item-inst h5,
.kafedr-item-inst .h5 {
    margin-top: 10px;
}

.kafedr-item-inst h4,
.kafedr-item-inst .h4 {
    font: normal 18px/25px "Inter", sans-serif;
}

.kafedr-item-inst h4 a,
.kafedr-item-inst .h4 a {
    color: #1c1c1c;
}

@media (max-width:1280px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 270px;
        max-width: 204px;
        width: 94%;
        object-fit: cover;
        margin-left: 15px;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        font-size: 12px;
        text-align: center;
        margin-left: -2.5rem;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        font-size: 12px;
        margin-bottom: 15px;
        margin-left: -3rem;
    }
}

@media (max-width:1024px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 218px;
        max-width: 204px;
        width: 94%;
        object-fit: cover;
        margin-left: 0rem;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        font-size: 10pt;
        line-height: 19px;
        text-align: center;
        margin-left: auto;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        font-size: 10px;
        margin-bottom: 15px;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 305px;
        max-width: 287px;
        width: 94%;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 876px) and (min-width: 767px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 187px;
        max-width: 287px;
        width: 96%;
        margin-left: 0.3rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 767px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 305px;
        max-width: 287px;
        width: 44%;
        margin-left: 8rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width:600px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 185px;
        max-width: 287px;
        width: 56%;
        margin-left: 3.5rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 540px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 171px;
        max-width: 287px;
        width: 53%;
        margin-left: 3.5rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 480px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 305px;
        max-width: 287px;
        width: 85%;
        margin-left: 1rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 414px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 254px;
        max-width: 287px;
        width: 91%;
        margin-left: 0.5rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 390px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 164px;
        max-width: 287px;
        width: 67%;
        margin-left: 2rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 10pt;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 375px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 164px;
        max-width: 287px;
        width: 67%;
        margin-left: 2rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 10pt;
        margin-left: -11px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 320px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 168px;
        max-width: 287px;
        width: 80%;
        margin-left: 1rem;
        margin-right: auto;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 10pt;
        margin-left: auto;
        margin-right: auto;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: auto;
    }
}

@media (max-width: 280px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 164px;
        max-width: 287px;
        width: 100%;
        margin-left: -0.2rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 8pt;
        margin-left: -1px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -13px;
    }
}

@media (max-width: 240px) {
    .kafedr-item-inst img,
    .kafedr-item-inst .img {
        height: 129px;
        max-width: 287px;
        width: 100%;
        margin-left: 0rem;
        object-fit: cover;
    }

    .kafedr-item-inst h3,
    .kafedr-item-inst .h3 {
        margin-top: 10px;
        text-align: center;
        font-size: 8pt;
        margin-left: -1px;
        line-height: 14px;
    }

    .kafedr-item-inst h6,
    .kafedr-item-inst .h6 {
        margin-top: 0;
        font-size: 8pt;
        text-transform: lowercase;
        text-align: center;
        margin-bottom: 15px;
        margin-left: -1px;
    }
}

.program-item-box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-item-box > ul > li {
    background: #ffffff;
    color: #828282;
    border-radius: 5px;
    font: normal 20px/30px "Inter", sans-serif;
    color: #0075bb;
    padding: 0 30px;
    margin: 30px 0;
}

.program-item-box > ul .program-item {
    margin: 20px -30px 0;
}

.program-item-box-header {
    text-decoration: none;
    display: block;
    position: relative;
    font: normal 22px/30px "Inter", sans-serif;
    padding: 20px 0 15px 0;
    border-bottom: solid 1px #ededed;
}

.program-item-box-header small {
    display: inline-block;
    color: #828282;
}

.program-item-box-inner {
    color: #1c1c1c;
    font-size: 16px;
    line-height: 20px;
}

.gos-accreditation-text {
    text-transform: uppercase;
    padding: 8px 0 8px 40px;
    font: bold 16px/24px "Inter", sans-serif;
    display: inline;
    color: #1c1c1c;
    position: relative;
}

@media (min-width: 1280px) {
    .gos-accreditation-text {
        display: inline-block;
    }
}

.gos-accreditation-text:after {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 27px 24px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAuCAMAAABQ68okAAAB9VBMVEUAAABHfcNHfcNHfcNHfcNHfMNHfcNHfcNGfMNGfMNHfcNHfcNHfcNHfMNHfMNHfcNHfcNHfMNHfcNHfcNGfMJHfcNGfMJHfMNHfMNHfMNHfcNHfMNGfMNHfMNHfcNGfMNGfMNHfMNHfcNHfcNHfMNGfMJGfMJGfMNGfMJHfcNHfcNHfMNHfcNGfMNHfMNHfcNHfcNHfMNGfMNHfcNHfMNGfMJHfcNHfcNHfMNGfMNHfMNGfMJGfMNHfMNHfcNGfMJHfMNHfMNGfMNHfcNGfMJHfMNHfcNGfMJGfMJHfMNHfcNHfMNGfMNHfcNGfMNGfMNHfcNHfcNHfMNGfMNHfcNHfcNHfcNHfMNGfMJHfcNHfcNHfMNHfMNHfcNHfMNHfcNHfMNHfcNHfcNHfcNHfcNHfcNHfcNHfcNHfMNGfMJHfMNGfMJHfcNHfcNHfMNHfcNHfMNGfMNHfcNGfMNGfMNHfcNHfMNHfcNHfcNHfcNHfcNHfcNHfMNGfMNHfMNHfcNHfMNHfcNHfcNHfcNGfMJHfMNHfMNHfcNHfcNHfcNGfMJGfMNGfMNHfcNHfcNHfMNHfcNHfcNGfMNHfcNHfcNHfcNGfMNGfMNHfMNGfMJHfcNGfMJGfMNHfcNHfcNHfMNGfMJHfcNHfMNHfcNHfMNGfMJGfMPs1rtiAAAAo3RSTlMAD1Q/aRwB/gH84QTaD45g9WXIV/xOCsdv/vzT/kOaEY0JqBzK/bEVPJepB5gusiv6lvmb0VEon/AQSzeRdFYGE+1WXQL3LNf0A/I8fQY26uXoIjwD2dSj+UYkn+ZagvkBHvjjguv7J9IICwMZFcE6QEK29Sq8z5Hv8LENLgigym0J0yDpHqzuChNhU+Z6Ld8wZ+OjzdvO+8Dq4pkCnKIEv79CZ9gmMwAAAhRJREFUeNqV1WNzXlEUhuHdNmmS2kJq27Zt27Zt2+b9POt3dtLMZNq8wTnXaM9ec39dK+X2++ePvEmDbyU0zNl0/2z4lSs5dKGbkb7nac7eVgBfvuZoWrdCgvLG2ZMOG1BgTcjRHOhqQDF4UfZm04MgQMOXZW86lWGANh0yJzPKhSPQ+gGZm0fHJST8tE/m5s46hUCcmZK5uboVQpI6j8vcnLyIQeClmZsnu7Fw4P6lWZttXUII5GbNszYtuwAEsHBEKvCyxuZVt0BCIaYXDHduL3lzq7ApKlEgQGpRMDx83/B2V6rmcWfEX27TNFVz7zwB/tQo/adtO2FJQSxeXb05cde2ZD7cTP9ovwNjBOGWqbrLkoUtx/VrVb+nNgoHgUzvVODhR0IQEnGjOFV6fgkLA6hJj1ToSsdAOGRYtSZVKN5jQkhAu0apJs3fIwcGNLKoYiEeBAtC4J6pZse6YhkHiDFDjpw2KASGZr1SLY6+swWSgI5bqp6438BUq+IXBBCATYDAshmV6rD5NQKDbYdAEGJlg1SX8SsgZEBCBBaovvswbJYgwkCAAXQu1Wf5RASAQ8IO9s9P9VrSSgpAETgCTc10seZJVLLEvkkpi8mjAwQgRFHKpmEZgANgwdqU0ZwyhCEUbXOcuxIjAWPnpuw62ci4fcrjGQL1bZxy2UvA7JRTC2jSNG9UOpRpKbfSQTNTXf4ALSFjLFGk+uwAAAAASUVORK5CYII=");
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 27px;
    height: 24px;
}

.document-link {
    display: inline-block;
}

.document-link:before,
.document-link:after {
    content: " ";
    display: table;
}

.document-link:after {
    clear: both;
}

.document-link .icon {
    float: left;
}

.document-link a {
    display: block;
    overflow: hidden;
}

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

.links-list li {
    font-size: 22px;
    color: #0075bb;
    margin: 20px 0;
}

.links-list a {
    text-decoration: none;
    border-bottom: solid 1px transparent;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.links-list a:hover {
    border-bottom-color: inherit;
    text-decoration: none;
}

.links-list .has-child > a {
    position: relative;
}

.links-list .has-child > a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: .3em 0 0 15px;
    border: solid 2px #828282;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.links-list .has-child > a.opened:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: .4em;
    border-color: #0075bb;
}

.links-list .has-child ul {
    display: none;
}

.links-list .has-child li {
    margin: 15px 0;
    padding-left: 20px;
}

.links-list .has-child li a {
    font-size: 16px;
}

.teachers-item {
    color: #1c1c1c;
}

.teachers-item h2 a,
.teachers-item .h2 a {
    color: #1c1c1c;
    text-decoration: none;
}

.teachers-item h2 a:hover,
.teachers-item .h2 a:hover {
    color: #0075bb;
}

.teacher-info {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .teacher-info {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.teacher-info-position {
    color: #1c1c1c;
    font-size: 18px;
    line-height: 22px;
}

.teacher-table td {
    border-top: 0;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 24px;
}

.teacher-table td:nth-child(2n) {
    color: #1c1c1c;
}

@media (max-width: 768px) {
    .teacher-table td:nth-child(2n) {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .teacher-table td:nth-child(2n+1) {
        padding-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .teacher-table td {
        width: 100%;
    }

    .teacher-table {
        margin-top: -3px;
    }
}

.teacher-table td p:first-child {
    margin-top: 0;
}

.teacher-table td p:last-child {
    margin-bottom: 0;
}

.teacher-table .col {
    float: none;
}

.dep-table td {
    border-top: 0;
    font-weight: 500;
    padding: 14px 18px;
    font-size: 20px;
    line-height: 24px;
}

@media(max-width: 429px) {
    .dep-table td {
        border-top: 0;
        font-weight: 500;
        padding: 7px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 390px) {
    .dep-table td {
        border-top: 0;
        font-weight: 500;
        padding: 7px;
        font-size: 18px;
        line-height: 13px;
    }
}

@media (max-width: 375px) {
    .dep-table td {
        border-top: 0;
        font-weight: 500;
        padding: 7px;
        font-size: 18px;
        line-height: 13px;
    }
}

@media (max-width:280px) {
    .dep-table td {
        border-top: 0;
        font-weight: 500;
        padding: 7px;
        font-size: 18px;
        line-height: 13px;
    }
}

.dep-table td:nth-child(2n) {
    color: #1c1c1c;
}

@media (max-width: 768px) {
    .dep-table td:nth-child(2n) {
        padding-top: 16px;
    }
}

@media (max-width: 768px) {
    .dep-table td:nth-child(2n+1) {
        padding-bottom: 8px;
    }
}

@media (max-width: 768px) {
    .dep-table td {
        width: 100%;
    }
}

.dep-table td p:first-child {
    margin-top: 0;
}

.dep-table td p:last-child {
    margin-bottom: 0;
}

.dep-table .col {
    float: none;
}

.teacher-description {
    color: #1c1c1c;
    margin-top: 41px;
    margin-bottom: 10px;
    line-height: 30px;
}

.vertical-filter-box {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding: 10px 0;
}

.vertical-filter-box.first {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

.vertical-filter-box.active .vertical-filter-header:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
}

.vertical-filter-box.active .vertical-filter-content {
    display: block;
}

.vertical-filter-header {
    position: relative;
    padding: 5px 15px 5px 0;
    cursor: pointer;
}

.vertical-filter-header:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: solid 2px #ffffff;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.vertical-filter-content {
    margin-top: 15px;
    display: none;
}

.container-footer {
    background: #0075bb;
    color: #ffffff;
    padding: 30px 20px;
    line-height: 25px;
    width: 1600px;
    margin-top: -400px;
    padding-top: 500px;
}

@media (min-width: 769px) {
    .container-footer {
        padding: 70px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .container-footer {
        background: #0075bb;
    }
}

.container-footer a {
    color: #ffffff;
}

.container-footer a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {
    .container-footer, .container-footer a,
    .container-footer a:hover {
        color: #0074bc;
    }
}

.container-footer-white {
    background: #ffffff;
    z-index: 0;
    color: #828282;
    padding: 30px 20px;
    line-height: 25px;
    max-width: 1680px;
    width: 97.5%;
    margin-top: 20rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px 30px 0 0;
    box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1799px) {
    .container-footer-white {
        margin-top: 2rem;
    }
}

@media (max-width: 1700px) {
    .container-footer-white {
        margin-top: 20rem;
    }
}

@media (max-width: 1399px) {
    .container-footer-white {
        margin-top: 20rem;
    }
}

@media (max-width: 1366px) {
    .container-footer-white {
        margin-top: 20rem;
    }
}

@media (max-width: 1279px) {
    .container-footer-white {
        margin-top: 21rem;
    }
}

@media (max-width: 1199px) {
    .container-footer-white {
        margin-top: 20rem;
    }
}

@media (max-width: 1045px) {
    .container-footer-white {
        margin-top: 21rem;
    }
}

@media (max-width: 1600px) {
    .container-footer-white {
        border-radius: 25px 25px 0 0;
    }
}

@media (max-width: 1024px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 100%;
        margin-top: 20rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px 20px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 1000px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1000px;
        width: 100%;
        margin-top: 20rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px 20px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 991px) {
    .container-footer-white {
        margin-top: 21rem;
    }
}

@media (max-width: 900px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 100%;
        margin-top: 21rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 876px) {
    .container-footer-white {
        margin-top: 26rem;
    }
}

@media (max-width: 860px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 100%;
        margin-top: 27rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 834px) {
    .container-footer-white {
        margin-top: 26rem;
    }
}

@media (max-width: 820px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 100%;
        margin-top: 26rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 18px 18px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 768px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 768px;
        width: 100%;
        margin-top: 26rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 428px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 96%;
        margin-top: 26rem;
        margin-left: 1rem;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 414px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 100%;
        margin-top: 26rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 390px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 100%;
        margin-top: 26rem;
        margin-left: 0rem;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

@media (max-width: 375px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        width: 99%;
        margin-top: 26rem;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

.events_nav {
    margin-top: 1700px;
    margin-left: -781px;
}

.news_nav {
    margin-top: -7rem;
    margin-left: -24px;
}

@media (max-width: 876px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: -24px;
    }
}

@media (max-width: 860px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: -24px;
    }
}

@media (max-width: 660px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: 0;
    }
}

@media (max-width: 390px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: 0;
    }
}

@media (max-width: 384px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: 0;
    }
}

@media (max-width: 1399px) and (min-width: 1024px) {
    .news_nav {
        margin-top: -7rem;
        margin-left: -5rem;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: -5rem;
    }
}

@media (max-width: 1000px) and (min-width: 900px) {
    .news_nav {
        margin-top: -8rem;
        margin-left: -5rem;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .container-footer-white {
        max-width: 1599px;
        width: 98%;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .news_nav {
        margin-top: -7rem;
        margin-left: 0;
    }
}

@media (min-width: 1800px) {
    .container-footer-white {
        background: #ffffff;
        color: #828282;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1680px;
        margin-top: 3rem;
        width: 97.8%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px 30px 0 0;
        box-shadow: 1px -1px 10px 1px rgba(0, 0, 0, 11%);
    }
}

.container-footer-white a {
    color: #828282;
}

.container-footer-white a:hover {
    color: #828282;
}

@media (max-width: 768px) {
    .container-footer-white, .container-footer-white a,
    .container-footer-white a:hover {
        color: #828282;
        margin-top: -4rem;
        border-radius: 12px 12px 0 0;
    }
}

.social-network {
    display: inline-block;
    width: 30px;
}

.social-network + .social-network {
    margin-left: 5px;
}

.social-networks {
    float: right;
}

@media (min-width: 769px) and (max-width: 991px) {
    .social-networks {
        display: none;
    }
}

.footer-menu-content ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
    margin-top: 47px;
    margin-left: 9px;
    text-align: center;
    line-height: 27px;
}

@media (max-width: 1440px) and (min-width: 768px) {
    .footer-menu-content ul {
        margin: 0;
        padding: 0;
        font-size: 10px;
        list-style: none;
        margin-top: 47px;
        margin-left: -4px;
        text-align: center;
        line-height: 21px;
    }
}

.text-footer-mob-main {
    display: none;
}

.text-footer-mob {
    display: none;
}

.text-footer {
    font-size: 10pt;
    color: #0075bb;
}

@media (max-width: 1440px) {
    .text-footer {
        font-size: 10px;
    }
}

@media (max-width: 280px) {
    .text-footer {
        font-size: 6pt;
        color: #0075bb;
    }
}

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

@media (max-width: 768px) {
    .footer-menu-content ul {
    }

    .text-footer-mob-main {
        display: block;
        font-size: 12pt;
        color: #0075bb;
        font-weight: 600;
    }

    .text-footer-mob {
        display: block;
        font-size: 10pt;
        color: #0075bb;
    }
}

.burger-menu-content ul {
    margin-left: -12px;
    padding: 0;
    list-style: none;
    margin-top: 0;
    text-align: center;
}

.burger-menu-content-service ul {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}

.burger-menu-content-service ul li {
    text-align: center;
}

.footer-menu-content ul ul {
    display: none;
}

@media (min-width: 768px) {
    .footer-menu-content ul ul {
        display: block;
    }
}

.footer-menu-content h4,
.footer-menu-content .h4 {
    margin-bottom: -12px;
}

@media (max-width: 767px) {
    .footer-menu-content h4,
    .footer-menu-content .h4 {
        text-transform: uppercase;
        position: relative;
        cursor: pointer;
    }

    .footer-menu-content h4:after,
    .footer-menu-content .h4:after {
        position: absolute;
        content: "";
        content: " ";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("/local/templates/test_new/images/all-icons.png") no-repeat -80px -60px;
    }

    .footer-menu-content h4.opened:after,
    .footer-menu-content .h4.opened:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        border-color: #0074bc;
    }

    @media screen and (min-resolution: 192dpi) {
        .footer-menu-content h4:after,
        .footer-menu-content .h4:after {
            background-image: url(/local/templates/test_new/images/all-icons@2x.png);
            background-size: 200px 300px;
        }
    }
}

.map-block {
    border-radius: 0 0 4px 4px;
}

.switch-block {
    display: inline-block;
    background: #ffffff;
    border-radius: 15px;
    line-height: 0;
    font-size: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.switch-block-item {
    color: #828282;
    text-decoration: none;
    display: inline-block;
    font: normal 16px/20px "Inter", sans-serif;
    padding: 5px 25px;
    border-radius: 15px;
}

.switch-block-item.active {
    color: #0075bb;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #0075bb;
}

.info-box-close {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    vertical-align: text-top;
    opacity: .7;
}

.info-box-close:hover {
    opacity: 1;
}

.info-box-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -20px 0 0 -10px;
    content: "\00D7";
    font: normal 24px/40px "Inter", sans-serif;
    vertical-align: middle;
}

.schedule-header {
    color: rgba(255, 255, 255, 0.7);
    padding: 30px 0;
    font-size: 14px;
}

.schedule-header h1,
.schedule-header .h1 {
    color: #ffffff;
}

.session-info {
    line-height: 20px;
}

.session-info .h3 {
    line-height: 20px;
}

.session-info:before,
.session-info:after {
    content: " ";
    display: table;
}

.session-info:after {
    clear: both;
}

.week-link {
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}

.week-link:hover {
    color: #ffffff;
}

.week-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("/local/templates/test_new/images/all-icons.png") no-repeat -80px 0;
}

@media screen and (min-resolution: 192dpi) {
    .week-link:after {
        background-image: url(/local/templates/test_new/images/all-icons@2x.png);
        background-size: 200px 300px;
    }
}

.week-link-prev {
    padding-left: 40px;
}

.week-link-prev:after {
    left: 5px;
}

.week-link-prev:hover:after {
    background-position: -100px 0;
}

.week-link-next {
    padding-right: 40px;
}

.week-link-next:after {
    right: 5px;
    background-position: -80px -20px;
}

.week-link-next:hover:after {
    background-position: -100px -20px;
}

.special-settings {
    display: none;
}

.special-aaVersion-on .special-settings {
    display: block;
}

.aa-show {
    display: none;
}

.special-aaVersion-on .aa-show {
    display: inline-block;
    float: right;
}

.special-aaVersion-on .aa-hide {
    display: none;
}

ol.unstyled,
ul.unstyled {
    margin-left: -34px;
    margin-top: 29px;
    margin-bottom: 0;
    padding: 0;
    font-size: 13px;
    text-decoration: underline;
    width: 300px;
    list-style: none;
    line-height: 30px;
}

@media (max-width: 1200px) and (min-width: 1100px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: -34px;
        margin-top: 29px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 12px;
        text-decoration: underline;
        width: 200px;
        list-style: none;
    }
}

@media (max-width: 1100px) and (min-width: 1000px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: -34px;
        margin-top: 29px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 12px;
        text-decoration: underline;
        width: 225px;
        list-style: none;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: -34px;
        margin-top: 29px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 9px;
        text-decoration: underline;
        width: 200px;
        list-style: none;
    }
}

@media (max-width: 768px) and (min-width: 600px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: 20px;
        margin-top: 37px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 12px;
        text-decoration: underline;
        width: 220px;
        list-style: none;
    }
}

@media (max-width: 600px) and (min-width: 360px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: 20px;
        margin-top: 37px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 11px;
        text-decoration: underline;
        width: 200px;
        list-style: none;
        line-height: 25px;
    }
}

@media (max-width: 430px) and (min-width: 360px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: 10px;
        margin-top: 37px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 5pt;
        text-decoration: underline;
        width: 100%;
        list-style: none;
        line-height: 25px;
    }
}

@media (max-width: 390px) and (min-width: 360px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: 10px;
        margin-top: 37px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 4.5pt;
        text-decoration: underline;
        width: 100%;
        list-style: none;
        line-height: 25px;
    }
}

@media (max-width: 360px) and (min-width: 280px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: 10px;
        line-height: 21px;
        margin-top: 37px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 5px;
        text-decoration: underline;
        width: 100%;
        list-style: none;
    }
}

@media (max-width: 300px) and (min-width: 240px) {
    ol.unstyled,
    ul.unstyled {
        margin-left: 10px;
        line-height: 21px;
        margin-top: 37px;
        margin-bottom: -20px;
        padding: 0;
        font-size: 6px;
        text-decoration: underline;
        width: 100%;
        list-style: none;
    }
}

ul.big-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

ul.big-list li {
    margin: 5px 0;
    font-size: 18px;
    line-height: 25px;
}

.ta-center,
.table th.ta-center,
.table td.ta-center {
    text-align: center;
}

.ta-left,
.table th.ta-left,
.table td.ta-left {
    text-align: left;
}

.ta-right,
.table th.ta-right,
.table td.ta-right {
    text-align: right;
}

.va-bottom,
.table th.va-bottom,
.table td.va-bottom {
    vertical-align: bottom;
}

.va-top,
.table th.va-top,
.table td.va-top {
    vertical-align: top;
}

.va-middle,
.table th.va-middle,
.table td.va-middle {
    vertical-align: middle;
}

.td-n {
    text-decoration: none;
}

.td-u {
    text-decoration: underline;
}

.tt-u {
    text-transform: uppercase;
}

.tt-n {
    text-transform: none;
}

.hide,
.d-n {
    display: none;
}

.show,
.d-b {
    display: block;
}

.inline-block,
.d-ib {
    display: inline-block;
}

.inline,
.d-i {
    display: inline;
}

.invisible,
.vis-h {
    visibility: hidden;
}

.verdana {
    font-family: Verdana, sans-serif;
}

.tahoma {
    font-family: Tahoma, sans-serif;
}

.arial {
    font-family: Arial, sans-serif;
}

.p-r,
.pos-r {
    position: relative;
}

.p-a,
.pos-a {
    position: absolute;
}

.p-f,
.pos-f {
    position: fixed;
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.ov-h {
    overflow: hidden;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible,
.viz-h {
    visibility: hidden;
}

.p0 {
    padding: 0;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.pt0 {
    padding-top: 0;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pr0 {
    padding-right: 0;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pb0 {
    padding-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pl0 {
    padding-left: 0;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.m0 {
    margin: 0;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.m40 {
    margin: 40px;
}

.m50 {
    margin: 50px;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr0 {
    margin-right: 0;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml0 {
    margin-left: 0;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.text-light,
a.text-light {
    color: #5d5d5d;
}

@media (max-width: 600px) {
    .text-light,
    a.text-light {
        color: #5d5d5d;
        margin-bottom: -9px;
    }
}

.text-light h5, .text-light .h5 {
    margin-top: 10px;
}

.text-dark,
a.text-dark {
    color: #1c1c1c;
}

.text-muted,
a.text-muted {
    color: #ffffff;
    font-family: "Inter", Sans-Serif;
    font-weight: 600;
    font-size: 13pt;
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .text-muted,
    a.text-muted {
        color: #ffffff;
        font-family: "Inter", Sans-Serif;
        font-weight: 600;
        font-size: 10pt;
    }
}

@media (max-width: 1000px) and (min-width: 450px) {
    .text-muted,
    a.text-muted {
        color: #ffffff;
        font-family: "Inter", Sans-Serif;
        font-weight: 600;
        font-size: 9pt;
    }
}

@media (max-width: 450px) and (min-width: 280px) {
    .text-muted,
    a.text-muted {
        color: #ffffff;
        font-family: "Inter", Sans-Serif;
        font-weight: 600;
        font-size: 8pt;
    }
}

@media (max-width: 280px) {
    .text-muted,
    a.text-muted {
        color: #ffffff;
        font-family: "Inter", Sans-Serif;
        font-weight: 600;
        font-size: 6.5pt;
    }
}

.text-primary,
a.text-primary {
    color: #0075bb;
}

.text-secondary,
a.text-secondary {
    color: #45a3ba;
}

.text-additional,
a.text-additional {
    color: #dcecf6;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz30 {
    font-size: 30px;
}

@media (max-width: 768px) {
    .mb-fz12 {
        font-size: 12px;
    }

    .mb-fz14 {
        font-size: 14px;
    }

    .mb-fz16 {
        font-size: 16px;
    }

    .mb-fz18 {
        font-size: 18px;
    }

    .mb-fz20 {
        font-size: 20px;
    }

    .mb-fz22 {
        font-size: 22px;
    }

    .mb-fz24 {
        font-size: 24px;
    }

    .mb-fz26 {
        font-size: 26px;
    }

    .mb-fz30 {
        font-size: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tablet-fz12 {
        font-size: 12px;
    }

    .tablet-fz14 {
        font-size: 14px;
    }

    .tablet-fz16 {
        font-size: 16px;
    }

    .tablet-fz18 {
        font-size: 18px;
    }

    .tablet-fz20 {
        font-size: 20px;
    }

    .tablet-fz22 {
        font-size: 22px;
    }

    .tablet-fz24 {
        font-size: 24px;
    }

    .tablet-fz26 {
        font-size: 26px;
    }

    .tablet-fz30 {
        font-size: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .dt-fz12 {
        font-size: 12px;
    }

    .dt-fz14 {
        font-size: 14px;
    }

    .dt-fz16 {
        font-size: 16px;
    }

    .dt-fz18 {
        font-size: 18px;
    }

    .dt-fz20 {
        font-size: 20px;
    }

    .dt-fz22 {
        font-size: 22px;
    }

    .dt-fz24 {
        font-size: 24px;
    }

    .dt-fz26 {
        font-size: 26px;
    }

    .dt-fz30 {
        font-size: 30px;
    }
}

@media (min-width: 1280px) {
    .ld-fz12 {
        font-size: 12px;
    }

    .ld-fz14 {
        font-size: 14px;
    }

    .ld-fz16 {
        font-size: 16px;
    }

    .ld-fz18 {
        font-size: 18px;
    }

    .ld-fz20 {
        font-size: 20px;
    }

    .ld-fz22 {
        font-size: 22px;
    }

    .ld-fz24 {
        font-size: 24px;
    }

    .ld-fz26 {
        font-size: 26px;
    }

    .ld-fz30 {
        font-size: 30px;
    }
}

.alert {
    border: solid 1px #ea5600;
    background: rgba(234, 86, 0, 0.1);
    color: #ea5600;
    border-radius: 5px;
}

.alert-info {
    color: #45a3ba;
    background: rgba(69, 163, 186, 0.2);
    border-color: #45a3ba;
}

.alert-success {
    color: #409990;
    background: rgba(64, 153, 144, 0.2);
    border-color: #409990;
}

.alert-error {
    color: #a42338;
    background: rgba(164, 35, 56, 0.2);
    border-color: #a42338;
}

.alert p:first-child {
    margin-top: 0;
}

.alert p:last-child {
    margin-bottom: 0;
}

.alert font.errortext,
.alert font {
    color: inherit !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}

.fleft,
.fll,
.fl-l {
    float: left;
}

.fright,
.flr,
.fl-r {
    float: right;
}

img[align="right"] {
    padding: 0 0 20px 20px;
}

img[align="left"] {
    padding: 0 20px 20px 0;
}

img.ta-center,
img[align="center"] {
    display: block;
    margin: 0 auto;
}

.photo-item-cont .photo-item-inner img {
    max-width: none;
}


/* ========================================================================== */
/* 12.12.18 */
/* ========================================================================== */

.form-control-text {
    color: #1C1C1C;
}

.form-control-text h2 {
    margin-top: 0;
}

.form-control-btn {
    text-align: center;
}

.form-act-btn {
    display: inline-block;
    margin: 0 0 0 -5px;
}

.form-control-btn a.btn,
.form-control-btn button.btn,
.form-act-btn button.btn {
    width: 270px;
    padding: 0;
    display: block;
    margin: 50px auto 30px auto;
}

.form-control-btn a.btn:hover {
    text-decoration: none;
}

.form-control-btn a {
    max-width: 497px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
}

.form-control-btn a:hover {
    text-decoration: underline;
}

.form-control-btn {
}

.white-box_authors .form-label {
    text-align: left;
    line-height: 20px;
    padding-bottom: 4px;
}

.white-box_authors b,
.white-box_authors .form-label b {
    margin-top: 22px;
    display: block;
    margin-bottom: 14px;
}

.white-box_authors .form-choise {
    height: 40px;
    border: 1px solid #0075bb;
    display: inline-block;
    border-radius: 2px;
}

.white-box_authors .form-choise a {
    width: 135px;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #DCECF6;
    color: #0075bb;
}

.white-box_authors .form-choise a.active {
    background: white;
    color: #1C1C1C;
}

.white-box_authors .form-choise a:hover {
    background: #0075bb;
    color: white;
}

.white-box_authors .form-choise a:first-child {
    border-right: 1px solid #0075bb;
}

.white-box_authors .del {
    display: none;
    width: auto;
}

.white-box_authors .small-text,
.white-box_authors .small-text p {
    font-size: 14px;
    line-height: normal;
    color: #828282;
}

.white-box_authors .small-text .morelink {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 10px;
}

.white-box_authors .form-headline_mb0 {
    margin-bottom: 0;
}

.white-box_authors p {
    margin-top: 0;
    line-height: 22px;
    font-size: 16px;
    color: #1C1C1C;
}

.white-box_authors b {
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
    color: #1C1C1C;
}

.white-box_authors .complete {
    display: none;
}

#where {
    display: none;
}

.white-box_authors .form-del-author {
    font-weight: 600;
    line-height: 40px;
    font-size: 14px;
    color: #0075bb;
}

.white-box_authors .form-add-author {
    margin: 15px 0;
}

.white-box_authors .form-textarea {
    margin: 20px 0 30px 0;
}

.btn-empty-blue {
    background: #FFFFFF;
    border: 1px solid #0075bb;
    color: #0075bb;
}

.alert-success-form {
    background: #0075bb;
    text-align: center;
    border-radius: 0;
    border: none;
    text-align: center;
    padding: 80px 20px 60px 20px;
}

.alert-success-form .col-10 {
    margin: 0 auto;
}

.alert-success-form p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

.alert-success-form p b {
    line-height: 39px;
    font-size: 28px;
    color: white;
    font-weight: normal;
    margin-bottom: 38px;
}

.alert-success-form button {
    font-size: 16px;
    color: #0075bb;
    margin-top: 50px;
}

.alert-success-form-title {
    margin-bottom: 38px;
}

.alert-success-form button:hover {
    background: #106196;
}

.added-author {
    display: none;
}

.added-author.show-author {
    display: block;
}

.white-box_authors .filename {
    background: #fff;
    border: 0;
    margin: 20px 0 0 0;
    padding-left: 35px;
}

.white-box_authors .show-upload {
    display: inline-block;
}

.white-box_authors .delete-upload {
    width: 20px;
    height: 24px;
    background: url(/local/templates/test_new/images/all-icons-black.png) no-repeat 1px -100px;
    padding: 0;
    margin: 0 0 -8px 15px;
    transform: scale(0.65);
    filter: opacity(0.50);
    cursor: pointer;
}

.white-box_authors .delete-upload:hover {
    filter: none;
}

.white-box_authors .form-file-upload {
    position: relative;
    overflow: hidden;
    width: 205px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #0075bb;
    border-radius: 30px;
    color: #0075bb;
    text-align: center;
}

.white-box_authors .form-file-upload:hover {
    background: #DCECF6;
}

.white-box_authors .form-file-upload input[type="file"] {
    display: none;
}

.filename {
    display: none;
    color: #0075bb;
    position: relative;
}

.filename:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 24px;
    display: inline-block;
    top: 0;
    left: 0;
    margin-right: 16px;
    background: url("/local/templates/test_new/images/file-upload.png") 0 0 no-repeat;
}

.form-file-upload {
    margin: 30px 0 30px 0;
}

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

.white-box_authors .form-file-upload span {
    line-height: 36px;
}

.white-box_authors .patronymic div:not(.form-label) {
    display: inline-block;
}

.white-box_authors .patronymic-label {
    margin-left: 40px;
}

.white-box_authors .form-calendar,
.white-box_authors .form-search {
    position: relative;
}

.white-box_authors .form-calendar input.input-block:hover ~ .icon-calendar,
.white-box_authors .form-search input.input-block:hover ~ .icon-search-black {
    filter: invert(1);
}

.white-box_authors .form-calendar input.input:focus:hover ~ .icon-calendar,
.white-box_authors .form-search input.input:focus:hover ~ .icon-search-black {
    filter: invert(0);
}

.icon-search-black {
    background-image: url(/local/templates/test_new/images/all-icons-black.png);
    background-position: 0 -38px;
    background-color: none;
    border: none;
    outline: none;
}

.icon-calendar {
    background-image: url(/local/templates/test_new/images/calendar.png);
    background-size: unset;
}

.icon-close-red {
    background-image: url(/local/templates/test_new/images/close-red.png);
    width: 22px;
    height: 22px;
    margin-right: 11px;
    background-size: unset;
}

.white-box_authors .icon-search-black,
.white-box_authors .icon-calendar {
    top: 10px;
    position: absolute;
    right: 10px;
}

.white-box_authors .form-table,
.white-box_authors .form-empty-appeals {
    margin-top: 22px;
}

.white-box_authors .form-table .form-row,
.white-box_authors .form-table .form-caption {
    display: flex;
    margin: 0 0 -1px 0;
    justify-content: space-between;
}

.white-box_authors .form-table .form-caption b,
.white-box_authors .form-table .form-row span {
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 14px;
}

.white-box_authors .form-table .form-caption {
    background: #F7F7F7;
}

.white-box_authors .form-table .form-caption b {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #828282;
}

.white-box_authors .form-table .form-caption b:nth-child(1),
.white-box_authors .form-table .form-caption b:nth-child(3),
.white-box_authors .form-table .form-row span:nth-child(1),
.white-box_authors .form-table .form-row span:nth-child(3) {
    width: 404px;
}

.white-box_authors .jq-selectbox li.selected:hover,
.white-box_authors .jq-selectbox li:hover {
    color: #0075bb;
    background: white;
}

.white-box_authors .jq-selectbox__dropdown {
    padding-right: 0;
}

.input-block_statistic {
    max-width: 97px;
    margin-bottom: 16px;
}

.rwd-table,
.rwd-table .rwd-table {
    min-width: 270px;
    width: 100%;
}

.rwd-table .rwd-table tr {
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

.rwd-table .rwd-table th {
    display: none;
}

.rwd-table .rwd-table td {
    display: block;
}

.rwd-table .rwd-table td:before {
    content: attr(data-th) " ";
    font-weight: bold;
    display: inline-block;
}

.rwd-table .rwd-table th, .rwd-table .rwd-table td {
    text-align: left;
}

.rwd-table .rwd-table {
    overflow: hidden;
}

.rwd-table .rwd-table tr {
    border-color: #EDEDED;
}

.rwd-table tr {
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.rwd-table th {
    display: none;
    padding: 10px 7px 11px 7px;
}

.rwd-table td {
    display: block;
    padding: 5px 14px;
}

.rwd-table td:first-child {
    padding: 11px 7px 12px 14px;
    background: #F7F7F7;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}

.rwd-table tr td {
    font-size: 12px;
}

.rwd-table td:before {
    content: attr(data-th) " ";
    display: inline-block;
}

.rwd-table tr {
    border-color: #EDEDED;
}

.rwd-table th, .rwd-table td:before {
    color: #828282;
    line-height: 16px;
    font-size: 12px;
}

.rwd-table tr td {
    text-align: right;
    font-size: 12px;
}

.rwd-table tr td:before {
    float: left;
}

.rwd-table .table-title, .rwd-table .table-title td, .rwd-table .table-title td:first-child {
    background: #F7F7F7;
    font-weight: bold;
    color: #828282;
}

.main-user-consent-request {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -20px;
}

.main-user-consent-request input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.main-user-consent-request-announce {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    color: #828282;
    float: left;
    padding-left: 23px;
    margin-bottom: 15px;
}

.main-user-consent-request-announce:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 -23px;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
    border: solid 1px #d4d4d4;
    border-radius: 2px;
    position: relative;
}

.main-user-consent-request-announce:after {
    display: none;
    content: " ";
    position: absolute;
    border: solid #0075bb;
    border-width: 0 0 2px 2px;
    height: 4px;
    width: 9px;
    left: 4px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-user-consent-request input:checked + .main-user-consent-request-announce:after {
    display: block;
}

@media (min-width: 992px) {
    .rwd-table th:first-child {
        padding-left: 14px;
    }

    .rwd-table th {
        background: #F7F7F7;
    }

    .rwd-table td:first-child {
        background: white;
    }

    .rwd-table th,
    .rwd-table td {
        border: 1px solid #EDEDED;
    }

    .rwd-table .rwd-table td:before,
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        line-height: 22px;
        font-size: 12px;
        vertical-align: top;
        padding: 10px 7px 11px 7px;
    }

    .rwd-table th {
        line-height: 16px;
    }

    .rwd-table th {
        text-align: left;
    }

    .rwd-table td {
        text-align: right;
    }

    .rwd-table tr td:first-child {
        font-size: 14px;
        text-align: left;
        width: 313px;
    }
}

@media (max-width: 991px) {
    .rwd-table tr td {
        padding-right: 53px;
    }

    .rwd-table tr td:nth-child(2) {
        padding-top: 11px;
    }

    .rwd-table tr td:last-child {
        padding-bottom: 11px;
        border-bottom: 1px solid #EDEDED;
    }
}

@media screen and (max-width: 1280px) {

    .white-box_authors .patronymic-label {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1279px) {
    .main-user-consent-request {
        margin-left: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .form-act-btn button.btn {
        margin: 5px auto 15px auto;
        width: 250px;
    }

    .white-box_authors .form-table .form-caption {
        display: none;
    }

    .white-box_authors .form-table .form-row span:nth-child(1),
    .white-box_authors .form-table .form-row span:nth-child(3) {
        width: auto;
    }

    .white-box_authors .form-table .form-row {
        display: block;
        border: 1px solid #EDEDED;
        box-sizing: border-box;
        padding: 11px 14px;
        position: relative;
    }

    .white-box_authors .form-table .form-row span {
        border: 0;
        padding: 0;
    }

    .white-box_authors .form-table .form-row span:nth-child(3) {
        position: absolute;
        right: 14px;
        top: 11px;
    }

    .icon-close-red {
        float: left;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    . _authors.padding-box {
        padding: 20px;
    }

    .white-box_authors .patronymic-label {
        font-size: 14px;
        margin-left: 0;
    }

    .checkbox + label.patronymic-label > span {
        margin-right: 2px;
    }

    .main-user-consent-request {
        margin-left: -10px;
    }
}

@media screen and (max-width: 768px) {
    .white-box_authors .patronymic-label {
        margin-left: 0;
        margin-top: 10px;
        font-size: 16px;
    }

    .white-box_authors .form-choise a {
        width: 132px;
    }

    .white-box_authors .form-add-author {
        font-size: 14px;
    }

    .input-block_statistic {
        margin-bottom: 14px;
    }

    .main-user-consent-request {
        margin-left: -5px;
    }
}

.table-special {
    font-size: 12px;
    line-height: 16px;
    table-layout: fixed;
    word-wrap: break-word;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    margin-bottom: 100px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 82%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 79%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 93%;
        margin-left: 32px;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 1000px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 67%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 842px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 74%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
    }
}

@media (max-width: 428px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 71%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 100px;
        margin-top: 39px;
    }
}

@media (max-width: 375px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 69%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 55px;
    }
}

@media (max-width: 360px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 66%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 55px;
    }
}

@media (max-width: 320px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 66%;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        margin-bottom: 55px;
    }
}

@media (max-width: 240px) {
    .table-special {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 89%;
        margin-left: 17px;
        background-color: #ffffff;
        margin-bottom: 55px;
    }
}

.btn-all-workers {
    display: inline-block;
    color: #0074bb;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 22px;
    width: 152px;
    border-radius: 3px;
    margin-left: 1295px;
    margin-top: 40px;
    margin-bottom: -156px;
}

@media (max-width: 1600px) and (min-width: 1440px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 152px;
        border-radius: 3px;
        margin-left: 75.5rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 152px;
        border-radius: 3px;
        margin-left: 70.5rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1366px) and (min-width: 1200px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 152px;
        border-radius: 3px;
        margin-left: 62rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 152px;
        border-radius: 3px;
        margin-left: 46.5rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1000px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 152px;
        border-radius: 3px;
        margin-left: 39.5rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 876px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 135px;
        border-radius: 3px;
        margin-left: 35.5rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 834px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 135px;
        border-radius: 3px;
        margin-left: 33rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 800px) {
    .btn-all-workers {
        display: inline-block;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 135px;
        border-radius: 3px;
        margin-left: 31rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

@media (max-width: 768px) {
    .btn-all-workers {
        display: none;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 152px;
        border-radius: 3px;
        margin-left: 46.5rem;
        margin-top: 40px;
        margin-bottom: -156px;
    }
}

.btn-all-workers:hover,
.btn-all-workers:focus {
    color: #0075bb;
    background: #ffffff;
    text-decoration: none;
}

.table.table-special td {
    line-height: 27px;
    font-size: 16px;
    font-weight: 500;
}

.showpart-container-list.active {
    max-height: 77px;
    overflow: hidden;
    font-size: 16px;
}

.showpart-btn-list {
    display: inline-block;
    top: -16px;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    word-break: break-word;
    color: #337ab7;
    margin-top: 3px;
}

.showpart-container-list.show {
    max-height: 100%;
    overflow: visible;
    font-size: 16px;
}

.svesen .breadcrumb {
    border-bottom: 0 solid #DBDBDB;
    margin-bottom: 20px;
}

@media (max-width: 428px) {
    .table.table-special td {
        line-height: 18px;
        font-size: 11px;
        font-weight: 500;
    }

    .showpart-container-list.active {
        max-height: 77px;
        overflow: hidden;
        font-size: 11px;
    }

    .showpart-container-list.show {
        max-height: 100%;
        overflow: visible;
        font-size: 11px;
    }
}

@media (max-width: 240px) {
    .table.table-special td {
        line-height: 12px;
        font-size: 8px;
        font-weight: 500;
    }

    .showpart-container-list.active {
        max-height: 77px;
        overflow: hidden;
        font-size: 8px;
    }

    .showpart-container-list.show {
        max-height: 100%;
        overflow: visible;
        font-size: 8px;
    }
}

@media (max-width: 1200px) {
    .svesen {
        padding-left: 0;
        padding-right: 0;
    }
}

.polozhenie {
    display: flex;
    align-items: center;
}

.polozhenie img {
    width: 22px;
    height: 22px;
    border-radius: 0;
}

.polozhenie h5, .polozhenie .h5 {
    margin-left: 7px;
    margin-top: 16px;
}

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

.document img {
    width: 22px;
    height: 22px;
    border-radius: 0;
}

.document a, .document .a {
    margin-left: 5px;
    margin-right: 5px;
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0075bb;
    z-index: 100500;
    opacity: 1;
}

#page-preloader .spinner {
    width: 43px;
    height: 43px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("/local/templates/test_new/images/test.gif") no-repeat 50% 50%;
    margin: -26px 0 0 -26px;
}

.container-full {
    max-width: 1680px;
    width: 100%;
    background: white;
    margin-left: auto;
    margin-top: -306px;
    margin-right: auto;
    margin-bottom: 0%;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full {
        max-width: 1595px;
        width: 100%;
        background: white;
        margin-top: -10%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .container-full {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -4%;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1499px) {
    .container-full {
        max-width: 1599px;
        width: 100%;
        background: white;
        margin-top: -8%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 1499px) and (min-width: 1399px) {
    .container-full {
        max-width: 1599px;
        width: 100%;
        background: white;
        margin-top: -20%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .container-full {
        max-width: 1440px;
        width: 100%;
        background: white;
        margin-top: -20%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .container-full {
        max-width: 1536px;
        width: 100%;
        background: white;
        margin-top: -8%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .container-full {
        max-width: 1400px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        margin-bottom: -1px;
    }
}

@media (max-width: 1367px) and (min-width: 1200px) {
    .container-full {
        max-width: 1400px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -260px;
        margin-right: auto;
        margin-bottom: -1px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .container-full {
        max-width: 1280px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -265px;
        margin-right: auto;
        margin-bottom: -1px;
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    .container-full {
        max-width: 1200px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .container-full {
        max-width: 1200px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -175px;
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .container-full {
        max-width: 900px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -16rem;
        margin-right: auto;
        padding-top: 1px;
        margin-bottom: -270px;
    }
}

@media (max-width: 768px) {
    .container-full {
        max-width: 900px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -16rem;
        margin-right: auto;
        padding-top: 1px;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) and (min-width: 390px) {
    .container-full {
        max-width: 414px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -11rem;
        margin-right: auto;
        padding-top: 1px;
        margin-bottom: -270px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .container-full {
        max-width: 1680px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -178px;
        margin-right: auto;
        margin-bottom: 0%;
    }
}

.container-full-institut {
    max-width: 1680px;
    background: white;
    width: 88.39%;
    display: flex;
    margin-left: 6.25%;
    margin-top: -10.03%;
    margin-right: 6.25%;
}

@media (min-width: 1521px) and (max-width: 1820px) {
    .container-full-institut {
        max-width: 1680px;
        background: white;
        width: 88.39%;
        margin-left: 6.25%;
        margin-top: -6.03%;
        margin-right: 6.25%;
    }
}

@media (min-width: 1303px) and (max-width: 1521px) {
    .container-full-institut {
        max-width: 1680px;
        background: white;
        width: 88.39%;
        margin-left: 6.25%;
        margin-top: -8.03%;
        margin-right: 6.25%;
    }
}

@media (min-width: 1026px) and (max-width: 1303px) {
    .container-full-institut {
        max-width: 1680px;
        background: white;
        width: 88.39%;
        margin-left: 6.25%;
        margin-top: -10.03%;
        margin-right: 6.25%;
    }
}

@media (max-width: 1025px) {
    .container-full-institut {
        max-width: 1680px;
        background: white;
        width: 88.39%;
        margin-left: 6.25%;
        margin-top: -25.03%;
        margin-right: 6.25%;
    }
}

.back-container-institut {
    width: 1670px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: 1.1%;
    margin-top: 201px;
    margin-right: 1.1%;
    width: 100%;
    margin-bottom: 320px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

.container-detail-person {
    max-width: 1680px;
    background: white;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-top: -15.03%;
    margin-right: auto;
}

@media (min-width: 1521px) and (max-width: 1820px) {
    .container-detail-person {
        max-width: 1600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -20.03%;
        margin-right: auto;
    }
}

@media (min-width: 1530px) and (max-width: 1536px) {
    .container-detail-person {
        max-width: 1536px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -20.03%;
        margin-right: auto;
    }
}

@media (min-width: 1400px) and (max-width: 1521px) {
    .container-detail-person {
        max-width: 1600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -20.03%;
        margin-right: auto;
    }
}

@media (min-width: 1400px) and (max-width: 1440px) {
    .container-detail-person {
        max-width: 1600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -20.03%;
        margin-right: auto;
    }
}

@media (min-width: 1026px) and (max-width: 1400px) {
    .container-detail-person {
        max-width: 1600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -20rem;
        margin-right: auto;
    }
}

@media (min-width: 1260px) and (max-width: 1280px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: 0rem;
        margin-top: -20rem;
        margin-right: auto;
    }
}

@media (max-width: 1025px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -35.03%;
        margin-right: auto;
    }
}

@media (max-width: 888px) {
    .container-detail-person {
        max-width: 900px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -35.03%;
        margin-right: auto;
    }
}

@media (max-width: 800px) {
    .container-detail-person {
        max-width: 800px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -35.03%;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .container-detail-person {
        max-width: 768px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -35.03%;
        margin-right: auto;
        margin-bottom: -38rem;
    }
}

@media (max-width: 660px) {
    .container-detail-person {
        max-width: 660px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -37.03%;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .container-detail-person {
        max-width: 600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -37.03%;
        margin-right: auto;
    }
}

@media (max-width: 540px) {
    .container-detail-person {
        max-width: 540px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -37.03%;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .container-detail-person {
        max-width: 480px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -39.03%;
        margin-right: auto;
    }
}

@media (max-width: 414px) {
    .container-detail-person {
        max-width: 414px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -37.03%;
        margin-right: auto;
    }
}

@media (max-width: 390px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -39.03%;
        margin-right: auto;
    }
}

@media (max-width: 375px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -32.03%;
        margin-right: auto;
    }
}

@media (max-width: 353px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -7rem;
        margin-right: auto;
    }
}

@media (max-width: 320px) {
    .container-detail-person {
        max-width: 320px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -35.03%;
        margin-right: auto;
    }
}

@media (max-width: 280px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -5rem;
        margin-right: auto;
    }
}

@media (max-width: 240px) {
    .container-detail-person {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-top: -35.03%;
        margin-right: auto;
    }
}

.container-detail-pages {
    max-width: 1680px;
    background: white;
    width: 100%;
    display: flex;
    padding-top: 10px;
    margin-left: auto;
    margin-top: -15rem;
    margin-right: auto;
    margin-bottom: -3.5rem;
}

@media (min-width: 1600px) and (max-width: 1820px) {
    .container-detail-pages {
        max-width: 1600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1530px) and (max-width: 1599px) {
    .container-detail-pages {
        max-width: 1600px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1303px) and (max-width: 1521px) {
    .container-detail-pages {
        max-width: 1521px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1026px) and (max-width: 1303px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1025px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 800px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -25rem;
    }
}

@media (max-width: 600px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -25rem;
    }
}

@media (max-width: 414px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 375px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 320px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 280px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 110%;
        margin-left: -0.8rem;
        margin-right: auto;
    }
}

@media (max-width: 240px) {
    .container-detail-pages {
        max-width: 1680px;
        background: white;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.back-detail-pages {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-top: 12rem;
    width: 97.5%;
    z-index: 1;
    max-height: max-content;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    padding-top: 55px;
}

@media (max-width:1700px) {
    .back-detail-pages {
        margin-bottom: -18rem;
    }
}

@media (max-width:1536px) {
    .back-detail-pages {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-top: 12rem;
        width: 97.5%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -18rem;
    }
}

@media (max-width:1440px) {
    .back-detail-pages {
        max-width: 1600px;
        border-radius: 20px;
        margin-top: 12rem;
        width: 97.5%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -18rem;
    }
}

@media (max-width:1366px) {
    .back-detail-pages {
        max-width: 1600px;
        border-radius: 20px;
        margin-top: 12rem;
        width: 97.5%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -18rem;
    }
}

@media (max-width:1280px) {
    .back-detail-pages {
        max-width: 1600px;
        border-radius: 20px;
        margin-top: 12rem;
        width: 97.5%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -18rem;
    }
}

@media (max-width:1279px) {
    .back-detail-pages {
        max-width: 1600px;
        border-radius: 20px;
        margin-top: 13rem;
        width: 97.5%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -17rem;
    }
}

@media (max-width:1045px) {
    .back-detail-pages {
        max-width: 1600px;
        border-radius: 20px;
        margin-top: 13rem;
        width: 97%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -19rem;
    }
}

@media (max-width:1024px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -17.4rem;
    }
}

@media (max-width: 912px) {
    .back-detail-pages {
        max-width: 912px;
        border-radius: 18px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -23.2rem;
    }
}

@media (max-width: 876px) {
    .back-detail-pages {
        max-width: 912px;
        border-radius: 18px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -22rem;
    }
}

@media (max-width: 834px) {
    .back-detail-pages {
        max-width: 912px;
        border-radius: 18px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -22rem;
    }
}

@media (max-width: 810px) {
    .back-detail-pages {
        max-width: 912px;
        border-radius: 18px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: -22rem;
    }
}

@media (max-width: 800px) {
    .back-detail-pages {
        max-width: 800px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -1.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
    }
}

@media (max-width: 767px) {
    .back-detail-pages {
        max-width: 800px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -1.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
    }
}

@media (max-width: 660px) {
    .back-detail-pages {
        max-width: 800px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
    }
}

@media (max-width: 600px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 30px;
        margin-top: 14rem;
        margin-bottom: 0.8rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
    }
}

@media (max-width: 414px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 375px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 320px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: 0.7rem;
    }
}

@media (max-width: 280px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 20px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 240px) {
    .back-detail-pages {
        max-width: 1645px;
        border-radius: 14px;
        margin-top: 14rem;
        width: 100%;
        max-height: max-content;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
        padding-top: 55px;
        margin-bottom: 1rem;
    }
}

.container-full-footer {
    max-width: 1680px;
    width: 100%;
    background: white;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: -16%;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full-footer {
        max-width: 1600px;
        width: 100%;
        background: white;
        display: flex;
        margin-bottom: -270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1440px) {
    .container-full-footer {
        max-width: 1599px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .container-full-footer {
        max-width: 1440px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .container-full-footer {
        max-width: 1400px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1280px) and (min-width: 1279px) {
    .container-full-footer {
        max-width: 1280px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .container-full-footer {
        max-width: 1024px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1000px) and (min-width: 991px) {
    .container-full-footer {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -16%;
    }
}

@media (max-width: 991px) and (min-width: 800px) {
    .container-full-footer {
        max-width: 991px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -16%;
    }
}

@media (max-width: 912px) and (min-width: 911px) {
    .container-full-footer {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-top: 12%;
        margin-bottom: -16%;
    }
}

@media (max-width: 910px) and (min-width: 876px) {
    .container-full-footer {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-top: 12%;
        margin-bottom: -16%;
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .container-full-footer {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -16%;
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .container-full-footer {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -16%;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 21rem;
        padding-top: 180px;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 767px) and (min-width: 712px) {
    .container-full-footer {
        max-width: 767px;
        width: 100%;
        margin-top: 21rem;
        padding-top: 180px;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 712px) and (min-width: 711px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 21rem;
        padding-top: 180px;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 711px) and (min-width: 660px) {
    .container-full-footer {
        max-width: 711px;
        width: 100%;
        margin-top: 21rem;
        padding-top: 180px;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 660px) and (min-width: 375px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 14rem;
        padding-top: 16rem;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 428px) and (min-width: 414px) {
    .container-full-footer {
        max-width: 1200px;
        width: 104%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: -1rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) and (min-width: 375px) {
    .container-full-footer {
        max-width: 1200px;
        width: 108%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: -1rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 390px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 375px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 360px) {
    .container-full-footer {
        max-width: 1200px;
        width: 100%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

.container-full-footer-blue {
    max-width: 1680px;
    width: 98%;
    background: white;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-bottom: -16%;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full-footer-blue {
        width: 1595px;
        background: white;
        display: flex;
        margin-bottom: -270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .container-full-footer-blue {
        max-width: 1599px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .container-full-footer-blue {
        width: 1200px;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1000px) and (min-width: 991px) {
    .container-full-footer-blue {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -16%;
    }
}

@media (max-width: 991px) and (min-width: 800px) {
    .container-full-footer-blue {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -16%;
        padding-bottom: 270px;
    }
}

@media (max-width: 768px) and (min-width: 660px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 100%;
        margin-top: 1rem;
        padding-top: 180px;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 660px) and (min-width: 375px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 100%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 428px) and (min-width: 414px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 104%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: -1rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) and (min-width: 375px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 108%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: -1rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 103%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: -1rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 390px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 104%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: -1rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 375px) {
    .container-full-footer-blue {
        max-width: 1200px;
        width: 100%;
        margin-top: 13rem;
        padding-top: 16rem;
        background: white;
        margin-left: 0rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

.back-detail-person {
    width: 1670px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: 1.1%;
    margin-top: 14rem;
    margin-right: 1.1%;
    width: 100%;
    z-index: 1;
    margin-bottom: 16rem;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (min-width: 1700px) and (max-width: 1800px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (min-width: 1600px) and (max-width: 1700px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -2.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .back-detail-person {
        max-width: 1670px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -2.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 17.5rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1400px) and (min-width: 1199px) {
    .back-detail-person {
        max-width: 1600px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 97%;
        margin-bottom: -2rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) and (min-width: 1026px) {
    .back-detail-person {
        width: 1200px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -33px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1026px) and (min-width: 970px) {
    .back-detail-person {
        width: 1200px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -33px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 970px) and (min-width: 900px) {
    .back-detail-person {
        width: 1200px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -33px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) and (min-width: 1044px) {
    .back-detail-person {
        width: 1045px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -33px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        width: 97.5%;
        margin-bottom: -33px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) and (min-width: 911px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 18.3rem;
        margin-right: auto;
        width: 97.5%;
        margin-bottom: -33px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 900px) {
    .back-detail-person {
        width: 900px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -118px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 842px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -118px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -118px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -118px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 22px;
        margin-left: auto;
        margin-top: 15.9rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 11rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 22px;
        margin-left: auto;
        margin-top: 15rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 11rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 712px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 14.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 11rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 22px;
        margin-left: auto;
        margin-top: 14rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 14rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 600px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 22px;
        margin-left: auto;
        margin-top: 13.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 14rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 550px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 12.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 13.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 500px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 11.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 13.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 11rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 13.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 9rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 9rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 7rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 219px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 360px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 6.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 217px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 320px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: 0.1rem;
        margin-top: 6.4rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -87px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 280px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -87px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-detail-person {
        width: 1670px;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 4.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -87px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-img-detail-person {
    width: 399px;
    height: 486px;
    margin-top: 110px;
    margin-left: 3rem;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .back-img-detail-person {
        width: 399px;
        height: 486px;
        margin-top: 110px;
        margin-left: 5.5rem;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .back-img-detail-person {
        width: 350px;
        height: 390px;
        margin-top: 90px;
        margin-left: 1rem;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .back-img-detail-person {
        width: 308px;
        height: 397px;
        margin-top: 110px;
        margin-left: -0.5rem;
    }
}

@media (max-width: 1000px) {
    .back-img-detail-person {
        width: 286px;
        height: 343px;
        margin-top: -17px;
        margin-left: -3.5rem;
    }
}

@media (max-width: 842px) {
    .back-img-detail-person {
        width: 238px;
        height: 270px;
        margin-top: -17px;
        margin-left: -0.5rem;
    }
}

@media (max-width: 820px) {
    .back-img-detail-person {
        width: 238px;
        height: 270px;
        margin-top: 100px;
        margin-left: -1.7rem;
    }
}

@media (max-width: 800px) {
    .back-img-detail-person {
        width: 238px;
        height: 270px;
        margin-top: 9rem;
        margin-left: -1rem;
    }
}

@media (max-width: 768px) {
    .back-img-detail-person {
        width: 200px;
        height: 240px;
        margin-top: 14px;
        margin-left: -0.5rem;
    }
}

@media (max-width: 712px) {
    .back-img-detail-person {
        width: 200px;
        height: 251px;
        margin-top: 14px;
        margin-left: 0.2rem;
    }
}

@media (max-width: 600px) {
    .back-img-detail-person {
        width: 169px;
        height: 188px;
        margin-top: 14px;
        margin-left: -0.5rem;
    }
}

@media (max-width: 428px) {
    .back-img-detail-person {
        width: 107px;
        height: 129px;
        margin-top: 25px;
        margin-left: 0.2rem;
    }
}

@media (max-width: 320px) {
    .back-img-detail-person {
        width: 107px;
        height: 129px;
        margin-top: 25px;
        margin-left: -0.1rem;
    }
}

@media (max-width: 240px) {
    .back-img-detail-person {
        width: 88px;
        height: 104px;
        margin-top: 25px;
        margin-left: -0.1rem;
    }
}

.detail-person-footer {
    margin-top: -302px;
}

.img_detail_person {
    max-width: 304px;
    max-height: 379px;
    width: 100%;
    display: flex;
    margin-left: 1rem;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .img_detail_person {
        width: 100%;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .img_detail_person {
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .img_detail_person {
        width: 27%;
    }
}

@media (max-width: 1024px) {
    .img_detail_person {
        width: 35%;
    }
}

@media (max-width: 873px) {
    .img_detail_person {
        width: 31%;
    }
}

@media (max-width: 842px) {
    .img_detail_person {
    }
}

@media (max-width: 834px) {
    .img_detail_person {
        width: 26%;
        margin-left: 9px;
    }
}

@media (max-width: 820px) {
    .img_detail_person {
        margin-left: 9px;
    }
}

@media (max-width: 800px) {
    .img_detail_person {
        width: 27%;
    }
}

@media (max-width: 768px) {
    .img_detail_person {
        margin-top: -5px;
        margin-left: -6px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .img_detail_person {
        width: 28%;
        margin-top: -5px;
        margin-left: -6px;
    }
}

@media (max-width: 712px) {
    .img_detail_person {
        width: 29%;
        margin-top: 0;
        margin-left: -6px;
    }
}

@media (max-width: 660px) {
    .img_detail_person {
        width: 35%;
        margin-top: 0;
        margin-left: -6px;
    }
}

@media (max-width: 600px) {
    .img_detail_person {
        width: 32%;
        margin-top: -9px;
        margin-left: -6px;
    }
}

@media (max-width: 550px) {
    .img_detail_person {
        width: 34%;
        margin-top: 0;
        margin-left: -6px;
    }
}

@media (max-width: 500px) {
    .img_detail_person {
        margin-top: 0;
        width: 39%;
        margin-left: -6px;
    }
}

@media (max-width: 480px) {
    .img_detail_person {
        width: 122px;
        height: 145px;
        margin-top: 0;
        margin-left: -6px;
    }
}

@media (max-width: 430px) {
    .img_detail_person {
        width: 122px;
        height: 145px;
        margin-top: 0;
        margin-left: -6px;
    }
}

@media (max-width: 428px) {
    .img_detail_person {
        width: 90px;
        height: 114px;
        margin-top: -4px;
        margin-left: -6px;
    }
}

@media (max-width: 414px) {
    .img_detail_person {
        width: 103px;
        height: 111px;
        margin-top: -4px;
        margin-left: -6px;
    }
}

@media (max-width: 412px) {
    .img_detail_person {
        width: 103px;
        height: 122px;
        margin-top: -4px;
        margin-left: -6px;
    }
}

@media (max-width: 393px) {
    .img_detail_person {
        width: 103px;
        height: 122px;
        margin-top: -4px;
        margin-left: -6px;
    }
}

@media (max-width: 390px) {
    .img_detail_person {
        width: 78px;
        height: 100px;
        margin-top: -6px;
        margin-left: -6px;
    }
}

@media (max-width: 360px) {
    .img_detail_person {
        width: 78px;
        height: 100px;
        margin-top: -6px;
        margin-left: -6px;
    }
}

@media (max-width: 320px) {
    .img_detail_person {
        width: 82px;
        height: 95px;
        margin-top: -4px;
        margin-left: -6px;
    }
}

@media (max-width: 280px) {
    .img_detail_person {
        width: 70px;
        height: 95px;
        margin-top: -4px;
        margin-left: -6px;
    }
}

@media (max-width: 240px) {
    .img_detail_person {
        width: 62px;
        height: 80px;
        margin-top: 0;
        margin-left: -6px;
    }
}

.white-back-person-detail {
    display: flex;
    margin-left: 376px;
    width: 153%;
    height: 468px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 426px;
        width: 130%;
        height: 468px;
        margin-top: -478px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 310px;
        width: 153%;
        height: 385px;
        margin-top: -375px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 252px;
        width: 157%;
        height: 391px;
        margin-top: -401px;
    }
}

@media (max-width: 1000px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 186px;
        width: 84%;
        height: 337px;
        margin-top: -329px;
    }
}

@media (max-width: 842px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 193px;
        width: 73%;
        height: 266px;
        margin-top: -260px;
    }
}

@media (max-width: 820px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 170px;
        width: 173%;
        height: 266px;
        margin-top: -260px;
    }
}

@media (max-width: 800px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 183px;
        width: 166%;
        height: 266px;
        margin-top: -260px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 9.9rem;
        width: 170%;
        height: 231px;
        margin-top: -225px;
    }
}

@media (max-width: 767px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 10.1rem;
        width: 75%;
        height: 238px;
        margin-top: -232px;
    }
}

@media (max-width: 712px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 10.6rem;
        width: 75%;
        height: 238px;
        margin-top: -232px;
    }
}

@media (max-width: 600px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 8.5rem;
        width: 70%;
        height: 184px;
        margin-top: -180px;
    }
}

@media (max-width: 540px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 8.4rem;
        width: 74%;
        height: 181px;
        margin-top: -176px;
    }
}

@media (max-width: 428px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 95px;
        width: 73%;
        height: 124px;
        margin-top: -121px;
    }
}

@media (max-width: 320px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 89px;
        width: 71%;
        height: 117px;
        margin-top: -115px;
    }
}

@media (max-width: 280px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 89px;
        width: 67.5%;
        height: 117px;
        margin-top: -115px;
    }
}

@media (max-width: 240px) {
    .white-back-person-detail {
        display: flex;
        margin-left: 73px;
        width: 68.5%;
        height: 99px;
        margin-top: -97px;
    }
}

.test-gg {
    display: inline-block;
    margin-bottom: 50px;
}

.post-person {
    margin-top: 8rem;
    margin-left: 3rem;
    color: #0075bb;
}

.name-person {
    color: #0075bb;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin-left: 3rem;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .name-post {
        margin-left: 390px;
        margin-top: -201px;
    }

    .post-person {
        margin-top: 4rem;
        margin-left: 2rem;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .name-post {
        margin-left: 317px;
        margin-top: -162px;
    }

    .post-person {
        margin-top: 1rem;
        margin-left: 2rem;
        color: #0075bb;
    }
}

@media (max-width: 1000px) {
    .name-post {
        margin-left: 241px;
        margin-top: -130px;
        margin-right: -13px;
    }

    .post-person {
        margin-top: 2rem;
        margin-left: 2rem;
        color: #0075bb;
    }
}

@media (max-width: 834px) {
    .name-post {
        margin-left: 239px;
        margin-top: -103px;
    }

    .post-person {
        margin-top: 1rem;
        margin-left: 1rem;
        font-size: 12pt;
        margin-right: -22px;
        line-height: 23px;
    }
}

@media (max-width: 810px) {
    .name-post {
        margin-left: 239px;
        margin-top: -103px;
    }

    .post-person {
        margin-top: 1rem;
        margin-left: 1rem;
        font-size: 12pt;
        margin-right: -32px;
        line-height: 23px;
    }
}

@media (max-width: 768px) {
    .name-post {
        margin-left: 222px;
        margin-top: 30px;
    }

    .post-person {
        margin-top: 1rem;
        margin-left: 2rem;
        font-size: 14pt;
        margin-right: 17px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .name-post {
        margin-left: 170px;
        margin-top: 30px;
    }

    .post-person {
        margin-left: 1rem;
        font-size: 11pt;
        margin-right: 17px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    .name-post {
        margin-left: 150px;
        margin-top: 0;
    }

    .post-person {
        font-size: 9pt;
        margin-right: 27px;
        line-height: 15px;
        margin-top: 0;
        margin-left: 1rem;
    }
}

.name-person {
    color: #0075bb;
    font-size: 45px;
    font-weight: 800;
    line-height: 60px;
    margin-left: 3rem;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .name-person {
        font-size: 32px;
        font-weight: 800;
        line-height: 60px;
        margin-left: 2rem;
    }
}

@media (max-width: 1200px) {
    .name-person {
        font-size: 52px;
        font-weight: 800;
        line-height: 60px;
        margin-left: 2rem;
    }
}

@media (max-width: 1000px) {
    .name-person {
        font-size: 27px;
        font-weight: 800;
        line-height: 60px;
    }

    .content-person {
        margin-left: 7rem;
    }
}

@media (max-width: 842px) {
    .name-person {
        font-size: 32px;
        font-weight: 800;
        line-height: 51px;
        margin-left: 1rem;
    }
}

@media (max-width: 768px) {
    .name-person {
        font-size: 22pt;
        font-weight: 800;
        line-height: 35px;
    }
}

@media (max-width: 600px) {
    .name-person {
        margin-left: 1rem;
        font-size: 22pt;
        font-weight: 800;
        line-height: 35px;
    }
}

@media (max-width: 540px) {
    .name-person {
        font-size: 18px;
        font-weight: 800;
        line-height: 23px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .name-post {
        margin-left: 316px;
        margin-top: -163px;
    }
}

@media (max-width: 428px) {
    .post-person {
        font-size: 7pt;
        margin-right: -38px;
        line-height: 11px;
        margin-left: 0;
        margin-top: 10px;
    }

    .name-person {
        margin-left: 0;
        font-size: 15px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 120px;
        margin-top: -5px;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

@media (max-width: 390px) {
    .post-person {
        font-size: 7pt;
        margin-right: -80px;
        line-height: 9px;
    }

    .name-person {
        font-size: 15px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 120px;
        margin-top: -5px;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

@media (max-width: 375px) {
    .post-person {
        font-size: 7pt;
        margin-right: -19px;
        line-height: 9px;
        margin-top: 2px;
    }

    .name-person {
        font-size: 15px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 120px;
        margin-top: -5px;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

@media (max-width: 350px) {
    .post-person {
        font-size: 7pt;
        margin-right: -80px;
        line-height: 9px;
    }

    .name-person {
        font-size: 15px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 100px;
        margin-top: -5px;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

@media (max-width: 320px) {
    .post-person {
        font-size: 6pt;
        margin-right: auto;
        line-height: 11px;
    }

    .name-person {
        font-size: 13px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 80px;
        margin-top: 2px;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

@media (max-width: 280px) {
    .post-person {
        font-size: 6pt;
        margin-right: auto;
        line-height: 8px;
    }

    .name-person {
        font-size: 10px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 70px;
        margin-top: 2px;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

@media (max-width: 240px) {
    .post-person {
        font-size: 6pt;
        line-height: 8px;
    }

    .name-person {
        font-size: 10px;
        font-weight: 800;
        line-height: 19px;
    }

    .name-post {
        margin-left: 50px;
        margin-top: 0;
    }

    .content-person {
        margin-bottom: -94px;
    }
}

.text-table {
    font-size: 40px;
}

.container-full-news {
    max-width: 1680px;
    width: 100%;
    z-index: 0;
    background: white;
    margin-left: auto;
    margin-top: -24rem;
    margin-right: auto;
    display: flex;
    margin-bottom: -23rem;
}

@media (max-width: 1860px) {
    .container-full-news {
        max-width: 1680px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -24rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -23rem;
    }
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full-news {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -24%;
        display: flex;
        margin-bottom: -36rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .container-full-news {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -24%;
        display: flex;
        margin-bottom: -36rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .container-full-news {
        max-width: 1599px;
        width: 100%;
        background: white;
        margin-top: -23rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -36rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .container-full-news {
        max-width: 1399px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -20rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1024px) and (min-width: 998px) {
    .container-full-news {
        max-width: 1024px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -416px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 998px) and (min-width: 860px) {
    .container-full-news {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -312px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 860px) and (min-width: 800px) {
    .container-full-news {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-top: -312px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .container-full-news {
        max-width: 1000px;
        width: 100%;
        background: white;
        margin-top: -312px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .container-full-news {
        max-width: 800px;
        width: 100%;
        background: white;
        margin-top: -312px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 768px) {
    .container-full-news {
        max-width: 1680px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -43rem;
    }
}

@media (max-width: 660px) and (min-width: 640px) {
    .container-full-news {
        max-width: 660px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -40rem;
    }
}

@media (max-width: 640px) and (min-width: 414px) {
    .container-full-news {
        max-width: 640px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -312px;
        margin-right: auto;
        display: flex;
        margin-bottom: -40rem;
    }
}

@media (max-width: 600px) and (min-width: 599px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -312px;
        margin-right: auto;
        display: flex;
        margin-bottom: -40rem;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .container-full-news {
        max-width: 480px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -298px;
        margin-right: auto;
        display: flex;
        margin-bottom: -40rem;
    }
}

@media (max-width: 414px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -57%;
    }
}

@media (max-width: 390px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -57%;
    }
}

@media (max-width: 375px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: 0rem;
        margin-top: -257px;
        margin-right: auto;
        display: flex;
        margin-bottom: -53%;
    }
}

@media (max-width: 360px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -257px;
        margin-right: auto;
        display: flex;
        margin-bottom: -53%;
    }
}

@media (max-width: 320px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -257px;
        margin-right: auto;
        display: flex;
        margin-bottom: -52%;
    }
}

@media (max-width: 280px) {
    .container-full-news {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -257px;
        margin-right: auto;
        display: flex;
        margin-bottom: -57%;
    }
}

@media (max-width: 240px) {
    .container-full-news {
        max-width: 240px;
        width: 100%;
        padding: 0;
        background: white;
        margin-left: auto;
        margin-top: -257px;
        margin-right: auto;
        display: flex;
        margin-bottom: -57%;
    }

    .container-main {
        padding-left: 0;
    }
}

.container-full-person {
    max-width: 1680px;
    width: 100%;
    background: white;
    margin-left: auto;
    margin-top: -306px;
    margin-right: auto;
    display: flex;
    margin-bottom: -16%;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full-person {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -15rem;
        display: flex;
        margin-bottom: -35.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .container-full-person {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -15%;
        display: flex;
        margin-bottom: -270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .container-full-person {
        max-width: 1599px;
        background: white;
        margin-top: -15%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -677px;
        width: 100%;
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .container-full-person {
        max-width: 1440px;
        width: 100%;
        background: white;
        margin-top: -17%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .container-full-person {
        max-width: 1399px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1024px) and (min-width: 901px) {
    .container-full-person {
        max-width: 1200px;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 901px) and (min-width: 768px) {
    .container-full-person {
        max-width: 901px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .container-full-person {
        max-width: 768px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .container-full-person {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -22rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -44rem;
    }
}

@media (max-width: 712px) and (min-width: 600px) {
    .container-full-person {
        max-width: 712px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -18rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 600px) {
    .container-full-person {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -312px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 540px) {
    .container-full-person {
        max-width: 540px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -312px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) {
    .container-full-person {
        max-width: 414px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -312px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 390px) {
    .container-full-person {
        max-width: 390px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 389px) and (min-width: 375px) {
    .container-full-person {
        max-width: 389px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 375px) {
    .container-full-person {
        max-width: 375px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 320px) {
    .container-full-person {
        max-width: 320px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 280px) {
    .container-full-person {
        max-width: 280px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 240px) {
    .container-full-person {
        max-width: 240px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

.container-full-workers {
    max-width: 1680px;
    background: white;
    margin-left: auto;
    margin-top: -306px;
    margin-right: auto;
    display: flex;
    margin-bottom: -16%;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full-workers {
        width: 1595px;
        background: white;
        margin-top: -14%;
        display: flex;
        margin-bottom: -270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .container-full-workers {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -15.5%;
        display: flex;
        margin-bottom: -270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .container-full-workers {
        max-width: 1600px;
        width: 100%;
        background: white;
        margin-top: -16%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .container-full-workers {
        max-width: 1440px;
        width: 100%;
        background: white;
        margin-top: -17%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .container-full-workers {
        max-width: 1536px;
        width: 100%;
        background: white;
        margin-top: -15%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .container-full-workers {
        max-width: 1399px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1024px) and (min-width: 901px) {
    .container-full-workers {
        max-width: 1200px;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 901px) and (min-width: 768px) {
    .container-full-workers {
        max-width: 901px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -45rem;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .container-full-workers {
        max-width: 768px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -45rem;
    }
}

@media (max-width: 600px) {
    .container-full-workers {
        max-width: 600px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 540px) {
    .container-full-workers {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -313px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 480px) {
    .container-full-workers {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 412px) {
    .container-full-workers {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 360px) {
    .container-full-workers {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -280px;
    }
}

@media (max-width: 320px) {
    .container-full-workers {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -279px;
    }
}

@media (max-width: 280px) {
    .container-full-workers {
        max-width: 878px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -279px;
    }
}

.back-news-container {
    width: 1670px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: 1.1%;
    margin-top: 13rem;
    margin-right: 1.1%;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1;
    margin-bottom: 320px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1800px) {
    .back-news-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 15rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 33rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) {
    .back-news-container {
        margin-bottom: 14.5rem;
    }
}

@media (max-width: 1669px) and (min-width: 1600px) {
    .back-news-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 14rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 244px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .back-news-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        display: flex;
        width: 98%;
        margin-bottom: 244px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .back-news-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16rem;
        margin-right: auto;
        display: flex;
        width: 98%;
        margin-bottom: 244px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-news-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16rem;
        margin-right: auto;
        display: flex;
        width: 98%;
        margin-bottom: 244px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .back-news-container {
        max-width: 1400px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1344px) {
    .back-news-container {
        margin-top: 23.5rem;
    }
}

@media (max-width: 1344px) and (min-width: 1200px) {
    .back-news-container {
        margin-top: 27rem;
    }
}

@media (max-width: 1199px) and (min-width: 1000px) {
    .back-news-container {
        max-width: 1200px;
        background-image: url("/local/templates/test_new/images/back-big.png");
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 25rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .back-news-container {
        max-width: 1200px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 22.5rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1000px) and (min-width: 864px) {
    .back-news-container {
        max-width: 1000px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 26.5rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) and (min-width: 875px) {
    .back-news-container {
        max-width: 1000px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 26.5rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) and (min-width: 864px) {
    .back-news-container {
        margin-top: 19.5rem;
    }
}

@media (max-width: 864px) and (min-width: 800px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) and (min-width: 810px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -9.7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: 0.2rem;
        margin-top: 19.5rem;
        margin-right: auto;
        display: flex;
        width: 100%;
        margin-bottom: -9.7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) {
    .back-news-container {
        max-width: 768px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 712px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-top: 19rem;
        display: flex;
        width: 100%;
        margin-bottom: 265px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-top: 19rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 540px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 20px;
        margin-top: 18rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 470px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 6.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 389px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 384px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 320px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-news-container {
        max-width: 1400px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-size: fit-content;
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18rem;
        display: flex;
        width: 100%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-all-news-container-controler {
    margin-top: 13rem;
    margin-bottom: 4rem;
    z-index: 0;
}

@media (max-width: 1800px) {
    .back-all-news-container-controler {
        margin-top: 15rem;
        margin-bottom: 18rem;
    }
}

@media (max-width: 1700px) {
    .back-all-news-container-controler {
        margin-top: 15rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1600px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1599px) {
    .back-all-news-container-controler {
        margin-top: 16rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1500px) {
    .back-all-news-container-controler {
        margin-top: 16rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 1440px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 1400px) {
    .back-all-news-container-controler {
        margin-top: 20rem;
        margin-bottom: 3rem;
    }
}

@media (max-width: 1399px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -14rem;
    }
}

@media (max-width: 1366px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -14rem;
    }
}

@media (max-width: 1300px) {
    .back-all-news-container-controler {
        margin-top: 16rem;
        margin-bottom: -13rem;
    }
}

@media (max-width: 1279px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -14rem;
    }
}

@media (max-width: 1200px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -13rem;
        width: 97.5%;
    }
}

@media (max-width: 1199px) {
    .back-all-news-container-controler {
        margin-top: 21rem;
        margin-bottom: -6rem;
        width: 97.5%;
    }
}

@media (max-width: 1100px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -6rem;
        width: 97.5%;
    }
}

@media (max-width: 1099px) {
    .back-all-news-container-controler {
        margin-top: 21rem;
        margin-bottom: -5rem;
        width: 97.5%;
    }
}

@media (max-width: 1024px) {
    .back-all-news-container-controler {
        margin-top: 14rem;
        margin-bottom: -10rem;
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -10rem;
        width: 100%;
    }
}

@media (max-width: 998px) {
    .back-all-news-container-controler {
        margin-top: 11rem;
        margin-bottom: -10rem;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .back-all-news-container-controler {
        margin-top: 13rem;
        margin-bottom: -10rem;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .back-all-news-container-controler {
        margin-top: 12rem;
        margin-bottom: -11rem;
        width: 100%;
    }
}

@media (max-width: 876px) {
    .back-all-news-container-controler {
        margin-top: 12rem;
        margin-bottom: -15rem;
        width: 100%;
    }
}

@media (max-width: 860px) {
    .back-all-news-container-controler {
        margin-top: 12rem;
        margin-bottom: -16rem;
        width: 100%;
    }
}

@media (max-width: 840px) {
    .back-all-news-container-controler {
        margin-top: 13rem;
        margin-bottom: -16rem;
        width: 100%;
    }
}

@media (max-width: 834px) {
    .back-all-news-container-controler {
        margin-top: 13rem;
        margin-bottom: -15rem;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .back-all-news-container-controler {
        margin-top: 19rem;
        margin-bottom: 16rem;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .back-all-news-container-controler {
        margin-top: 24rem;
        margin-bottom: 16rem;
        width: 100%;
    }
}

@media (max-width: 660px) {
    .back-all-news-container-controler {
        margin-top: 21rem;
        margin-bottom: 16rem;
        width: 100%;
    }
}

@media (max-width: 414px) {
    .back-all-news-container-controler {
        margin-top: 20rem;
        margin-bottom: -9rem;
        width: 100%;
    }
}

@media (max-width: 375px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -11rem;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .back-all-news-container-controler {
        margin-top: 17rem;
        margin-bottom: -14rem;
        width: 100%;
    }
}

.mob-footer {
    display: flex;
}

.mob-footer-hide {
    display: none;
}

@media (max-width: 768px) {
    .mob-footer {
        display: none;
    }

    .mob-footer-hide {
        display: block;
    }
}

.back-news-detail-container {
    width: 1670px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: 1.1%;
    margin-top: 13rem;
    margin-right: 1.1%;
    display: flex;
    width: 100%;
    z-index: 1;
    margin-bottom: 21.5rem;
    padding-bottom: 100px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1800px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: 1.1%;
        margin-top: 15rem;
        margin-right: 1.1%;
        display: flex;
        width: 100%;
        margin-bottom: 32.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: 1.1%;
        margin-top: 15rem;
        margin-right: 1.1%;
        display: flex;
        width: 100%;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 229px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 25px;
        margin-left: auto;
        margin-top: 16rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 229px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1440px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 25px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 229px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1400px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        display: flex;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16.5rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -3.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1366px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16.5rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -4.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1344px) {
    .back-news-detail-container {
        max-width: 1400px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 16.5rem;
        margin-right: auto;
        display: flex;
        margin-bottom: -4.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1280px) {
    .back-news-detail-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1279px) {
    .back-news-detail-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: -5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1200px) {
    .back-news-detail-container {
        max-width: 1200px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 22px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) {
    .back-news-detail-container {
        max-width: 1200px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 22px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) {
    .back-news-detail-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        display: flex;
        width: 97.5%;
        margin-bottom: 27px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 13.5rem;
        display: flex;
        width: 100%;
        margin-bottom: -69px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1000px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 18rem;
        display: flex;
        width: 100%;
        margin-bottom: -60px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11rem;
        display: flex;
        width: 100%;
        margin-bottom: -60px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 992px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 13.5rem;
        display: flex;
        width: 100%;
        margin-bottom: -60px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12.5rem;
        display: flex;
        width: 100%;
        margin-bottom: -145px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 860px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 12rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 840px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 13rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 13.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: 0rem;
        margin-top: 13.5rem;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: -8.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 810px) and (min-width: 809px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: 0rem;
        margin-top: 12.5rem;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: -8.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 13.5rem;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: -8.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 23.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 712px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 23.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 18.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 640px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 20rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 540px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: 0rem;
        margin-top: 21rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: 0rem;
        margin-top: 21rem;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: 15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 330px;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 20.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 384px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 330px;
        display: flex;
        width: 100%;
        margin-right: 0rem;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 17.5rem;
        display: flex;
        width: 99.5%;
        margin-right: auto;
        margin-bottom: -12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 320px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 17px;
        margin-left: auto;
        margin-top: 17.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: -13.9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 280px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 15.5rem;
        display: flex;
        width: 100%;
        margin-right: auto;
        margin-bottom: -14rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-news-detail-container {
        width: 1670px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 15.5rem;
        display: flex;
        width: 99.5%;
        margin-right: auto;
        margin-bottom: -16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-person-container {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    z-index: 1;
    height: fit-content;
    margin-left: 1.1%;
    margin-top: 19%;
    margin-right: 1.01%;
    width: 98%;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (min-width: 1801px) {
    .back-person-container {
        max-width: 1680px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 16.5%;
        margin-right: auto;
        width: 97.7%;
        margin-bottom: 14rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1800px) and (min-width: 1799px) {
    .back-person-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8%;
        margin-right: auto;
        margin-bottom: 34rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1799px) and (min-width: 1700px) {
    .back-person-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8%;
        margin-right: auto;
        margin-bottom: 32rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) and (min-width: 1599px) {
    .back-person-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8%;
        margin-right: auto;
        margin-bottom: 14rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-person-container {
        max-width: 1600px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8%;
        margin-right: auto;
        margin-bottom: -5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1599px) and (min-width: 1536px) {
    .back-person-container {
        max-width: 1565px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 13%;
        margin-right: auto;
        margin-bottom: 21%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1500px) {
    .back-person-container {
        max-width: 1565px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 13%;
        margin-right: auto;
        margin-bottom: 22%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1500px) and (min-width: 1399px) {
    .back-person-container {
        max-width: 1565px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 13%;
        margin-right: auto;
        margin-bottom: 23%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .back-person-container {
        max-width: 1415px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 14.8%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -4%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1366px) {
    .back-person-container {
        max-width: 1365px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 20%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1366px) and (min-width: 1300px) {
    .back-person-container {
        max-width: 1365px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 20%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1300px) and (min-width: 1250px) {
    .back-person-container {
        max-width: 1365px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 22%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .back-person-container {
        max-width: 1365px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 23%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) and (min-width: 1099px) {
    .back-person-container {
        max-width: 1175px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24%;
        margin-right: auto;
        margin-bottom: -11%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1099px) and (min-width: 991px) {
    .back-person-container {
        max-width: 1068px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 26%;
        margin-right: auto;
        margin-bottom: -14%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) and (min-width: 1024px) {
    .back-person-container {
        max-width: 1068px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 27.4%;
        margin-right: auto;
        margin-bottom: -17%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    .back-person-container {
        max-width: 1024px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 28%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 991px) {
    .back-person-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 30%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 940px) {
    .back-person-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 33%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) {
    .back-person-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 33%;
        margin-right: auto;
        margin-bottom: -16%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) {
    .back-person-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 35%;
        margin-right: auto;
        margin-bottom: -16%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 860px) {
    .back-person-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 35%;
        margin-right: auto;
        margin-bottom: -19%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) {
    .back-person-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 36%;
        margin-right: auto;
        margin-bottom: -16%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) {
    .back-person-container {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 42%;
        margin-right: auto;
        margin-bottom: 34%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 818px) {
    .back-person-container {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 37%;
        margin-right: auto;
        margin-bottom: -17%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .back-person-container {
        max-width: 768px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 38.4%;
        margin-right: auto;
        margin-bottom: -21%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) {
    .back-person-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 40.4%;
        margin-right: auto;
        margin-bottom: -20%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 766px) {
    .back-person-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 40.4%;
        margin-right: auto;
        margin-bottom: -40%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 712px) {
    .back-person-container {
        max-width: 712px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17.5rem;
        margin-right: auto;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) {
    .back-person-container {
        max-width: 712px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 600px) {
    .back-person-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-person-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 15px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-person-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-person-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-workers-container {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: auto;
    margin-top: 16%;
    z-index: 1;
    margin-right: auto;
    width: 98%;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (min-width: 1801px) {
    .back-workers-container {
        max-width: 1680px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 16.3%;
        margin-right: auto;
        width: 97.7%;
        margin-bottom: 13.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .back-workers-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8%;
        margin-right: auto;
        margin-bottom: 13%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) and (min-width: 1599px) {
    .back-workers-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8%;
        margin-right: auto;
        margin-bottom: -4.5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-workers-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 13.5%;
        margin-right: auto;
        margin-bottom: -4.5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .back-workers-container {
        max-width: 1599px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 13.8%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .back-workers-container {
        max-width: 1440px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 14.8%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-workers-container {
        max-width: 1536px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 13.8%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .back-workers-container {
        max-width: 1400px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1366px) {
    .back-workers-container {
        margin-top: 20%;
        margin-bottom: -4rem;
    }
}

@media (max-width: 1366px) and (min-width: 1300px) {
    .back-workers-container {
        margin-top: 20%;
        margin-bottom: -4.5rem;
    }
}

@media (max-width: 1300px) and (min-width: 1279px) {
    .back-workers-container {
        margin-top: 21%;
        margin-bottom: -4.5rem;
    }
}

@media (max-width: 1279px) and (min-width: 1200px) {
    .back-workers-container {
        margin-top: 23%;
        margin-bottom: -4.5rem;
    }
}

@media (max-width: 1199px) and (min-width: 1170px) {
    .back-workers-container {
        max-width: 1170px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 23.4%;
        margin-right: auto;
        margin-bottom: -12%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1170px) and (min-width: 1140px) {
    .back-workers-container {
        max-width: 1140px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24.4%;
        margin-right: auto;
        margin-bottom: -12%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1140px) and (min-width: 1099px) {
    .back-workers-container {
        max-width: 1110px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24.4%;
        margin-right: auto;
        margin-bottom: -12%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1099px) and (min-width: 1070px) {
    .back-workers-container {
        max-width: 1070px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 25.4%;
        margin-right: auto;
        margin-bottom: -15%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1070px) and (min-width: 991px) {
    .back-workers-container {
        max-width: 1040px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 26.4%;
        margin-right: auto;
        margin-bottom: -15%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1022px) and (min-width: 991px) {
    .back-workers-container {
        margin-top: 28.4%;
    }
}

@media (max-width: 1045px) and (min-width: 1024px) {
    .back-workers-container {
        max-width: 1015px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 27.4%;
        margin-right: auto;
        margin-bottom: -17%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .back-workers-container {
        max-width: 1068px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 27.9%;
        margin-right: auto;
        margin-bottom: -6%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1022px) and (min-width: 1015px) {
    .back-workers-container {
        max-width: 1015px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 27.4%;
        margin-right: auto;
        margin-bottom: -6%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1015px) and (min-width: 991px) {
    .back-workers-container {
        max-width: 1015px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 27.4%;
        margin-right: auto;
        margin-bottom: -6%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 991px) {
    .back-workers-container {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 29.4%;
        margin-right: auto;
        margin-bottom: -6%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 968px) {
    .back-workers-container {
        max-width: 968px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 30.4%;
        margin-right: auto;
        margin-bottom: -6%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 920px) {
    .back-workers-container {
        max-width: 920px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 32.4%;
        margin-right: auto;
        margin-bottom: -7%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) {
    .back-workers-container {
        max-width: 920px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 32.4%;
        margin-right: auto;
        margin-bottom: -16%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 901px) {
    .back-workers-container {
        max-width: 920px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 32.4%;
        margin-right: auto;
        margin-bottom: 34%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) {
    .back-workers-container {
        max-width: 920px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 32.4%;
        margin-right: auto;
        margin-bottom: 35%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 860px) {
    .back-workers-container {
        max-width: 920px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 32.4%;
        margin-right: auto;
        margin-bottom: 34%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 840px) {
    .back-workers-container {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 36.4%;
        margin-right: auto;
        margin-bottom: 81%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) {
    .back-workers-container {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 36.4%;
        margin-right: auto;
        margin-bottom: 36%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) {
    .back-workers-container {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 36.4%;
        margin-right: auto;
        margin-bottom: 38%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) {
    .back-workers-container {
        max-width: 768px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: 18rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) {
    .back-workers-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: 19rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 766px) {
    .back-workers-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -19rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) {
    .back-workers-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -19rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 600px) {
    .back-workers-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 540px) {
    .back-workers-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) {
    .back-workers-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 360px) {
    .back-workers-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 15px;
        margin-left: 0.1rem;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-academic-container {
    max-width: 1640px;
    background-image: url("/local/templates/test_new/images/academic.png");
    border-radius: 30px;
    margin-left: 1.25%;
    margin-top: 22rem;
    margin-right: 1.25%;
    width: 100%;
    z-index: 1;
    margin-bottom: 19.5rem;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1800px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/academic.png");
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 32.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1746px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 22rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1400px) {
    .back-academic-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) {
    .back-academic-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 12rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1300px) {
    .back-academic-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 12rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) {
    .back-academic-container {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 22.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 2rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 24.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1000px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 24.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -3.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) and (min-width: 799px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: 0.3rem;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 97.5%;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 600px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: 1.25%;
        margin-top: 18.5rem;
        margin-right: 1.25%;
        width: 100%;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-academic-container {
        max-width: 1640px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 15.5rem;
        margin-right: auto;
        width: 100%;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-department-container {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    height: auto;
    margin-left: 1.1%;
    margin-top: 19%;
    margin-right: 1.01%;
    z-index: 1;
    width: 98%;
    height: max-content;
    margin-bottom: 4.5rem;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (min-width: 1801px) {
    .back-department-container {
        max-width: 1680px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 22rem;
        width: 98.7%;
        margin-bottom: 19rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .back-department-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-bottom: 33rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) and (min-width: 1599px) {
    .back-department-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 23rem;
        margin-bottom: 1rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-department-container {
        max-width: 1600px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 25px;
        margin-left: auto;
        margin-top: 21.8%;
        margin-bottom: 1rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .back-department-container {
        max-width: 1599px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 3.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-department-container {
        margin-bottom: 1rem;
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .back-department-container {
        max-width: 1440px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-top: 21rem;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1199px) {
    .back-department-container {
        max-width: 1400px;
        width: 98%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -13rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {
    .back-department-container {
        max-width: 1200px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 22.5rem;
        margin-right: auto;
        margin-bottom: -6rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1100px) and (min-width: 1024px) {
    .back-department-container {
        max-width: 1100px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 22.3rem;
        margin-right: auto;
        margin-bottom: -5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 998px) {
    .back-department-container {
        max-width: 1024px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 24.3rem;
        margin-right: auto;
        margin-bottom: -11rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) and (min-width: 810px) {
    .back-department-container {
        max-width: 1000px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) and (min-width: 834px) {
    .back-department-container {
        max-width: 1000px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) and (min-width: 800px) {
    .back-department-container {
        max-width: 1000px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) and (min-width: 911px) {
    .back-department-container {
        max-width: 912px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -2.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .back-department-container {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -15.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .back-department-container {
        max-width: 768px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) and (min-width: 640px) {
    .back-department-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 25rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) and (min-width: 640px) {
    .back-department-container {
        max-width: 767px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 20rem;
        margin-bottom: 15rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 640px) and (min-width: 451px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 20rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 451px) and (min-width: 428px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-bottom: 16rem;
        margin-top: 20rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: 0.1rem;
        margin-bottom: -10rem;
        margin-top: 20rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-bottom: -10rem;
        margin-top: 20rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 19px;
        margin-left: auto;
        margin-bottom: -12rem;
        margin-top: 17.5rem;
        margin-right: auto;
        padding-bottom: 50px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-department-container {
        max-width: 750px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 14px;
        margin-left: auto;
        margin-bottom: -16rem;
        margin-top: 17.5rem;
        margin-right: auto;
        padding-bottom: 50px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.back-department-detail-container {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/dep-back.png");
    border-radius: 30px;
    height: auto;
    margin-left: auto;
    margin-top: 22rem;
    margin-right: auto;
    z-index: 1;
    width: 98%;
    margin-bottom: 19rem;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .back-department-detail-container {
        max-width: 1564px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-bottom: 32.5rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) and (min-width: 1599px) {
    .back-department-detail-container {
        max-width: 1564px;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 23rem;
        margin-bottom: 15rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-department-detail-container {
        max-width: 1600px;
        width: 98%;
        border-radius: 25px;
        margin-left: auto;
        margin-top: 22rem;
        margin-bottom: 14rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .back-department-detail-container {
        max-width: 1599px;
        width: 98%;
        border-radius: 30px;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-department-detail-container {
        width-max: 1536px;
        width: 98%;
        border-radius: 25px;
        margin-top: 21rem;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1440px) and (min-width: 1399px) {
    .back-department-detail-container {
        max-width: 1440px;
        width: 98%;
        border-radius: 20px;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 14.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1199px) {
    .back-department-detail-container {
        max-width: 1400px;
        width: 98%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1366px) and (min-width: 1199px) {
    .back-department-detail-container {
        max-width: 1400px;
        width: 98%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1280px) and (min-width: 1199px) {
    .back-department-detail-container {
        max-width: 1400px;
        width: 98%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1279px) and (min-width: 1199px) {
    .back-department-detail-container {
        max-width: 1400px;
        width: 97.5%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) and (min-width: 1100px) {
    .back-department-detail-container {
        max-width: 1200px;
        width: 97.5%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 22.5rem;
        margin-right: auto;
        margin-bottom: 3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1100px) and (min-width: 1024px) {
    .back-department-detail-container {
        max-width: 1100px;
        width: 97.5%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 22.3rem;
        margin-right: auto;
        margin-bottom: 2rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 998px) {
    .back-department-detail-container {
        max-width: 1024px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 24.3rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) and (min-width: 800px) {
    .back-department-detail-container {
        max-width: 1000px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -3.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) and (min-width: 800px) {
    .back-department-detail-container {
        max-width: 1000px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) and (min-width: 800px) {
    .back-department-detail-container {
        max-width: 1000px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .back-department-detail-container {
        max-width: 846px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .back-department-detail-container {
        max-width: 768px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) and (min-width: 640px) {
    .back-department-detail-container {
        max-width: 767px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 25rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) and (min-width: 640px) {
    .back-department-detail-container {
        max-width: 767px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 20rem;
        margin-bottom: 15rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 640px) and (min-width: 451px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 20rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 451px) and (min-width: 428px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 20rem;
        margin-bottom: 16rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-bottom: 16rem;
        margin-top: 20rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-bottom: -9rem;
        margin-top: 20rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-bottom: -10rem;
        margin-top: 20rem;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 19px;
        margin-left: auto;
        margin-bottom: -12rem;
        margin-top: 16.5rem;
        margin-right: auto;
        padding-bottom: 50px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-department-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 14px;
        margin-left: auto;
        margin-bottom: -16rem;
        margin-top: 16.5rem;
        margin-right: auto;
        padding-bottom: 50px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.img_name_dep {
    margin-bottom: 90px;
    width: 1342px;
    height: 119px;
    z-index: -1;
    position: relative;
    margin-top: 2rem;
    margin-left: 9.5rem;
    border-radius: 0;
}

@media (max-width: 1800px) {
    .img_name_dep {
        margin-left: 7.5rem;
    }
}

@media (max-width: 1746px) {
    .img_name_dep {
        margin-bottom: 90px;
        width: 1342px;
        height: 117px;
        margin-top: 76px;
        margin-left: 7.5rem;
        border-radius: 0;
    }
}

@media (max-width: 1600px) {
    .img_name_dep {
        margin-bottom: 80px;
        width: 1056px;
        height: 117px;
        margin-top: 100px;
        margin-left: 16rem;
        border-radius: 0;
    }
}

@media (max-width: 1536px) {
    .img_name_dep {
        margin-bottom: 80px;
        width: 1056px;
        height: 117px;
        margin-top: 100px;
        margin-left: 14rem;
        border-radius: 0;
    }
}

@media (max-width: 1440px) {
    .img_name_dep {
        margin-bottom: 80px;
        width: 1056px;
        height: 117px;
        margin-top: 120px;
        margin-left: 11.5rem;
        border-radius: 0;
    }
}

@media (max-width: 1400px) {
    .img_name_dep {
        margin-bottom: 80px;
        width: 1056px;
        height: 117px;
        margin-top: 100px;
        margin-left: 10rem;
        border-radius: 0;
    }
}

@media (max-width: 1366px) {
    .img_name_dep {
        margin-bottom: 80px;
        width: 1056px;
        height: 117px;
        margin-top: 100px;
        margin-left: 8.5rem;
        border-radius: 0;
    }
}

@media (max-width: 1280px) {
    .img_name_dep {
        margin-bottom: 80px;
        width: 1056px;
        height: 117px;
        margin-top: 120px;
        margin-left: 6rem;
        border-radius: 0;
    }
}

@media (max-width: 1200px) {
    .img_name_dep {
        margin-bottom: 70px;
        width: 891px;
        height: 117px;
        margin-top: 6rem;
        margin-left: 8.5rem;
        margin-right: auto;
        border-radius: 0;
    }
}

@media (max-width: 1130px) {
    .img_name_dep {
        margin-bottom: 70px;
        width: 891px;
        height: 117px;
        margin-top: 6rem;
        margin-left: 6.5rem;
        margin-right: auto;
        border-radius: 0;
    }
}

@media (max-width: 1100px) {
    .img_name_dep {
        margin-bottom: 70px;
        width: 759px;
        height: 117px;
        margin-top: 100px;
        margin-left: 9.5rem;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    .img_name_dep {
        margin-bottom: 70px;
        width: 759px;
        height: 117px;
        margin-top: 160px;
        margin-left: 8.5rem;
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .img_name_dep {
        margin-bottom: 65px;
        width: 601px;
        height: 117px;
        margin-top: 7rem;
        margin-left: 12.5rem;
        border-radius: 0;
    }
}

@media (max-width: 912px) {
    .img_name_dep {
        margin-bottom: 65px;
        width: 601px;
        height: 117px;
        margin-top: 120px;
        margin-left: 10rem;
        border-radius: 0;
    }
}

@media (max-width: 830px) {
    .img_name_dep {
        margin-bottom: 65px;
        width: 601px;
        height: 117px;
        margin-top: 120px;
        margin-left: 7rem;
        border-radius: 0;
    }
}

@media (max-width: 820px) {
    .img_name_dep {
        margin-bottom: 65px;
        width: 601px;
        height: 117px;
        margin-top: 183px;
        margin-left: 7rem;
        border-radius: 0;
    }
}

@media (max-width: 800px) {
    .img_name_dep {
        margin-bottom: 65px;
        width: 601px;
        height: 117px;
        margin-top: 100px;
        margin-left: 6rem;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .img_name_dep {
        margin-bottom: -40px;
        width: 601px;
        height: 117px;
        margin-top: 0;
        margin-left: 5rem;
        border-radius: 0;
    }
}

@media (max-width: 700px) {
    .img_name_dep {
        margin-bottom: -40px;
        width: 601px;
        height: 117px;
        margin-top: 0;
        margin-left: 2.5rem;
        border-radius: 0;
    }
}

@media (max-width: 660px) {
    .img_name_dep {
        margin-bottom: -40px;
        width: 601px;
        height: 117px;
        margin-top: 0;
        margin-left: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .img_name_dep {
        margin-bottom: -40px;
        width: 543px;
        height: 117px;
        margin-top: 0;
        margin-left: 3rem;
        border-radius: 0;
    }
}

@media (max-width: 620px) {
    .img_name_dep {
        margin-bottom: -40px;
        width: 543px;
        height: 117px;
        margin-top: 0;
        margin-left: 2rem;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .img_name_dep {
        margin-bottom: -20px;
        width: 369px;
        height: 117px;
        margin-top: 2px;
        margin-left: 6.5rem;
        border-radius: 0;
    }
}

@media (max-width: 540px) and (min-width: 539px) {
    .img_name_dep {
        margin-bottom: -20px;
        width: 369px;
        height: 117px;
        margin-top: 2px;
        margin-left: 5.5rem;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .img_name_dep {
        margin-bottom: -20px;
        width: 382px;
        height: 117px;
        margin-top: 2px;
        margin-left: 3rem;
        border-radius: 0;
    }
}

@media (max-width: 450px) {
    .img_name_dep {
        margin-bottom: -20px;
        width: 382px;
        height: 117px;
        margin-top: 2px;
        margin-left: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 425px) {
    .img_name_dep {
        margin-bottom: -20px;
        width: 382px;
        height: 117px;
        margin-top: 2px;
        margin-left: 1rem;
        border-radius: 0;
    }
}

@media (max-width: 414px) {
    .img_name_dep {
        margin-bottom: -65px;
        width: 313px;
        height: 112px;
        margin-top: -22px;
        margin-left: 3rem;
        border-radius: 0;
    }
}

@media (max-width: 390px) {
    .img_name_dep {
        margin-bottom: -65px;
        width: 313px;
        height: 112px;
        margin-top: -22px;
        margin-left: 2.5rem;
        border-radius: 0;
    }
}

@media (max-width: 375px) {
    .img_name_dep {
        margin-bottom: -70px;
        width: 301px;
        height: 117px;
        margin-top: -25px;
        margin-left: 2.4rem;
        border-radius: 0;
    }
}

@media (max-width: 360px) {
    .img_name_dep {
        margin-bottom: -70px;
        width: 301px;
        height: 117px;
        margin-top: -25px;
        margin-left: 1.3rem;
        border-radius: 0;
    }
}

@media (max-width: 320px) {
    .img_name_dep {
        margin-bottom: -70px;
        width: 273px;
        height: 117px;
        margin-top: -25px;
        margin-left: 1rem;
        border-radius: 0;
    }
}

@media (max-width: 280px) {
    .img_name_dep {
        margin-bottom: -70px;
        width: 234px;
        height: 117px;
        margin-top: -25px;
        margin-left: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 240px) {
    .img_name_dep {
        margin-bottom: -70px;
        width: 208px;
        height: 117px;
        margin-top: -25px;
        margin-left: 1rem;
        border-radius: 0;
    }
}

.img_name_dep_kafedr {
    margin-bottom: 97px;
    width: 1342px;
    height: auto;
    z-index: -1;
    position: relative;
    margin-top: 4rem;
    margin-left: 9.5rem;
    border-radius: 0;
}

@media (max-width: 1746px) {
    .img_name_dep_kafedr {
        margin-bottom: 99px;
        width: 1342px;
        height: 119px;
        margin-top: 4rem;
        margin-left: 7.5rem;
        border-radius: 0;
    }
}

@media (max-width: 1600px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 1056px;
        height: 117px;
        margin-top: 76px;
        margin-left: 15rem;
        border-radius: 0;
    }
}

@media (max-width: 1500px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 1056px;
        height: 117px;
        margin-top: 76px;
        margin-left: 12rem;
        border-radius: 0;
    }
}

@media (max-width: 1400px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 1056px;
        height: 117px;
        margin-top: 76px;
        margin-left: 9rem;
        border-radius: 0;
    }
}

@media (max-width: 1300px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 1056px;
        height: 117px;
        margin-top: 76px;
        margin-left: 6rem;
        border-radius: 0;
    }
}

@media (max-width: 1200px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 891px;
        height: 117px;
        margin-top: 76px;
        margin-left: 8rem;
        border-radius: 0;
    }
}

@media (max-width: 1100px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 759px;
        height: 117px;
        margin-top: 76px;
        margin-left: 8rem;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    .img_name_dep_kafedr {
        margin-bottom: 100px;
        width: 759px;
        height: 117px;
        margin-top: 76px;
        margin-left: 7rem;
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .img_name_dep_kafedr {
        margin-bottom: 78px;
        width: 601px;
        height: 117px;
        margin-top: 106px;
        margin-left: 11.5rem;
        border-radius: 0;
    }
}

@media (max-width: 876px) {
    .img_name_dep_kafedr {
        margin-bottom: 78px;
        width: 601px;
        height: 117px;
        margin-top: 106px;
        margin-left: 8.5rem;
        border-radius: 0;
    }
}

@media (max-width: 834px) {
    .img_name_dep_kafedr {
        margin-bottom: 78px;
        width: 601px;
        height: 117px;
        margin-top: 106px;
        margin-left: 6.5rem;
        border-radius: 0;
    }
}

@media (max-width: 820px) {
    .img_name_dep_kafedr {
        margin-bottom: 78px;
        width: 601px;
        height: 117px;
        margin-top: 16px;
        margin-left: 7rem;
        border-radius: 0;
    }
}

@media (max-width: 800px) {
    .img_name_dep_kafedr {
        margin-bottom: 78px;
        width: 601px;
        height: 117px;
        margin-top: 50px;
        margin-left: 6rem;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .img_name_dep_kafedr {
        margin-bottom: 25px;
        width: 601px;
        height: 117px;
        margin-top: 0;
        margin-left: 5rem;
        border-radius: 0;
    }
}

@media (max-width: 700px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 601px;
        height: 117px;
        margin-top: 0;
        margin-left: 2rem;
        border-radius: 0;
    }
}

@media (max-width: 650px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 601px;
        height: 117px;
        margin-top: 0;
        margin-left: 1rem;
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 544px;
        height: 117px;
        margin-top: 0;
        margin-left: 3rem;
        border-radius: 0;
    }
}

@media (max-width: 620px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 544px;
        height: 117px;
        margin-top: 0;
        margin-left: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 369px;
        height: 117px;
        margin-top: 2px;
        margin-left: 6.5rem;
        border-radius: 0;
    }
}

@media (max-width: 540px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 400px;
        height: 117px;
        margin-top: 2px;
        margin-left: 4.5rem;
        border-radius: 0;
    }
}

@media (max-width: 480px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 415px;
        height: 117px;
        margin-top: 2px;
        margin-left: 2rem;
        border-radius: 0;
    }
}

@media (max-width: 440px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 384px;
        height: 117px;
        margin-top: 2px;
        margin-left: 1rem;
        border-radius: 0;
    }
}

@media (max-width: 428px) {
    .img_name_dep_kafedr {
        margin-bottom: 0;
        width: 384px;
        height: 117px;
        margin-top: 2px;
        margin-left: 1rem;
        border-radius: 0;
    }
}

@media (max-width: 414px) {
    .img_name_dep_kafedr {
        margin-bottom: -40px;
        width: 313px;
        height: 112px;
        margin-top: -22px;
        margin-left: 3rem;
        border-radius: 0;
    }
}

@media (max-width: 390px) {
    .img_name_dep_kafedr {
        margin-bottom: -40px;
        width: 313px;
        height: 112px;
        margin-top: -22px;
        margin-left: 2rem;
        border-radius: 0;
    }
}

@media (max-width: 375px) {
    .img_name_dep_kafedr {
        margin-bottom: -40px;
        width: 301px;
        height: 117px;
        margin-top: -25px;
        margin-left: 2rem;
        border-radius: 0;
    }
}

@media (max-width: 320px) {
    .img_name_dep_kafedr {
        margin-bottom: -40px;
        width: 273px;
        height: 117px;
        margin-top: -25px;
        margin-left: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 280px) {
    .img_name_dep_kafedr {
        margin-bottom: -40px;
        width: 233px;
        height: 113px;
        margin-top: -25px;
        margin-left: 1.5rem;
        border-radius: 0;
    }
}

@media (max-width: 240px) {
    .img_name_dep_kafedr {
        margin-bottom: -40px;
        width: 208px;
        height: 113px;
        margin-top: -25px;
        margin-left: 1rem;
        border-radius: 0;
    }
}

.white-box-dep {
    background-image: url("/local/templates/test_new/images/box-blue.png");
    color: black;
    position: relative;
    z-index: 1;
    box-shadow: -1px -1px 9px 10px rgba(1, 1, 0, 0.3);
    width: 1393px;
    height: 369px;
    margin-top: -103px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 35px;
}

@media (max-width: 1600px) {
    .white-box-dep {
        width: 1123px;
        height: 369px;
        margin-top: -103px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 1450px) {
    .white-box-dep {
        width: 1123px;
        height: 369px;
        margin-top: -103px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 1200px) {
    .white-box-dep {
        width: 940px;
        height: 305px;
        margin-top: -103px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 1100px) {
    .white-box-dep {
        width: 815px;
        height: 267px;
        margin-top: -103px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 991px) {
    .white-box-dep {
        width: 648px;
        height: 267px;
        margin-top: -103px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 768px) {
    .white-box-dep {
        width: 648px;
        height: 267px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 700px) {
    .white-box-dep {
        width: 96%;
        height: 267px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
        box-shadow: none;
    }
}

@media (max-width: 640px) {
    .white-box-dep {
        width: 600px;
        height: 245px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 620px) {
    .white-box-dep {
        width: 99%;
        height: 245px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 35px;
    }
}

@media (max-width: 600px) and (min-width: 451px) {
    .white-box-dep {
        width: 416px;
        height: 181px;
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 540px) and (min-width: 539px) {
    .white-box-dep {
        width: 416px;
        height: 172px;
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 451px) and (min-width: 428px) {
    .white-box-dep {
        width: 100%;
        height: 181px;
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 430px) {
    .white-box-dep {
        width: 350px;
        height: 150px;
        margin-top: -25px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 414px) {
    .white-box-dep {
        width: 350px;
        height: 150px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 412px) {
    .white-box-dep {
        width: 373px;
        height: 150px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 390px) {
    .white-box-dep {
        width: 345px;
        height: 144px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 375px) {
    .white-box-dep {
        width: 325px;
        height: 144px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 360px) {
    .white-box-dep {
        width: 343px;
        height: 144px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 320px) {
    .white-box-dep {
        width: 300px;
        height: 131px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
    }
}

@media (max-width: 280px) {
    .white-box-dep {
        width: 250px;
        height: 115px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 13px;
    }
}

@media (max-width: 240px) {
    .white-box-dep {
        width: 224px;
        height: 105px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 13px;
    }
}

.pdf {
    width: 2%;
    border-radius: 0;
    margin-top: 6px;
    margin-left: 20px;
}

.pdf-tel {
    width: 2%;
    border-radius: 0;
}

.white-box-tables {
    background: #ffffff;
    color: black;
    position: relative;
    z-index: 0;
    box-shadow: -1px -1px 9px 10px rgba(1, 1, 0, 0.2);
    width: 1317px;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    border-radius: 0 0 30px 30px;
}

.white-box-tables-con {
    background: #ffffff;
    color: black;
    box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    border-radius: 30px;
    height: fit-content;
}

@media (max-width: 1600px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 1048px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 1280px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 1048px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 1279px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 1048px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 1200px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 878px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 1100px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 751px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 991px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 594px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 912px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 594px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 820px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 594px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 800px) and (min-width: 712px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 594px;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 768px) and (min-width: 712px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 594px;
        margin-top: -39px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 712px) and (min-width: 640px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 594px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 640px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 547px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 5px;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 600px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 376px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 540px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 376px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 480px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 376px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 430px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 313px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        padding: 0;
        height: fit-content;
    }
}

@media (max-width: 414px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 322px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 393px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 322px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 30px 30px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        border-radius: 30px;
        height: fit-content;
    }
}

@media (max-width: 390px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 307px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 10px 10px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        height: fit-content;
    }
}

@media (max-width: 375px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 290px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 10px 10px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        height: fit-content;
    }
}

@media (max-width: 320px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 270px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 10px 10px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        height: fit-content;
    }
}

@media (max-width: 280px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 222px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 10px 10px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        height: fit-content;
    }
}

@media (max-width: 240px) {
    .white-box-tables {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 206px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 0 0 10px 10px;
    }

    .white-box-tables-con {
        background: #ffffff;
        color: black;
        box-shadow: 0 0 0 0 rgba(1, 1, 0, 0.2);
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        height: fit-content;
    }
}

.ac-it {
    margin-bottom: 29px;
    padding: 0;
    border-radius: 16px;
}

.style_text_sot {
    font-size: 32px;
    font-weight: 700;
    color: #0075bb;
}

@media (max-width: 1280px) {
    .style_text_sot {
        font-size: 24px;
        font-weight: 700;
        color: #0075bb;
    }

    .ac-it {
        box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
        margin-bottom: 55px;
        padding: 0;
        border-radius: 35px;
    }
}

@media (max-width: 1024px) {
    .style_text_sot {
        font-size: 18px;
        font-weight: 700;
        color: #0075bb;
    }

    .ac-it {
        box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
        margin-bottom: 55px;
        padding: 0;
        border-radius: 35px;
    }
}

@media (max-width: 991px) {
    .style_text_sot {
        font-size: 16px;
        font-weight: 700;
        color: #0075bb;
    }

    .ac-it {
        box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
        margin-bottom: 55px;
        padding: 0;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .ac-it {
        margin-bottom: 15px;
    }
}

@media (max-width: 375px) {
    .style_text_sot {
        font-size: 12px;
        font-weight: 700;
        color: #0075bb;
    }

    .ac-it {
        box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
        margin-bottom: 20px;
        padding: 0;
        border-radius: 30px;
    }
}

@media (max-width: 240px) {
    .style_text_sot {
        font-size: 10px;
        font-weight: 700;
        color: #0075bb;
        line-height: 10px;
    }

    .ac-it {
        box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
        margin-bottom: 55px;
        padding: 6px;
        border-radius: 9px;
    }
}

.ac-it-sch {
    box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 16px;
}

.style_text_sch {
    font-size: 16px;
    font-weight: 700;
    color: #0075bb;
}

.table-contact-dep {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-contact-dep {
    width: 100%;
    margin-left: -10px;
    margin-bottom: 50px;
}

.table-contact-dep th,
.table-contact-dep td {
    padding: 21px 21px 21px 18px;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 1100px) {
    .table-contact-dep th,
    .table-contact-dep td {
        font-size: 10pt;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .table-contact-dep th,
    .table-contact-dep td {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .table-contact-dep th,
    .table-contact-dep td {
        font-size: 10pt;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 9px;
        font-size: 10pt;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 428px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 7px;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 393px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 7px;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 390px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 7px;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 98%;
        max-width: 117%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 7px;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 320px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 7px;
        font-size: 11px;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        word-wrap: break-word;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 280px) {
    .table-contact-dep th,
    .table-contact-dep td {
        padding: 7px;
        font-size: 8px;
        line-height: 15px;
        text-align: left;
        vertical-align: top;
    }

    .table-contact-dep {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.table-contact-dep th {
    font-weight: bold;
    background: #f7f7f7;
}

.table-contact-dep thead th {
    vertical-align: bottom;
}

.table-contact-dep caption + thead tr:first-child th,
.table-contact-dep caption + thead tr:first-child td,
.table-contact-dep colgroup + thead tr:first-child th,
.table-contact-dep colgroup + thead tr:first-child td,
.table-contact-dep thead:first-child tr:first-child th,
.table-contact-dep thead:first-child tr:first-child td {
    border-top: 0;
}

.table-contact-dep tbody + tbody {
    border-top: 2px solid #ededed;
}

.table-contact-dep .table {
    background-color: #f5f5f5;
}

.blue-stroke {
    background: #AEC6DD;
}

.name_link_head {
    color: #ffffff;
}

.institut_contact {
    font-size: 24px;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .institut_contact {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .institut_contact {
        font-size: 16px;
        margin-left: -10px;
    }
}

@media (max-width: 428px) {
    .institut_contact {
        font-size: 16px;
        margin-left: -7px;
    }
}

@media (max-width: 280px) {
    .institut_contact {
        font-size: 11px;
        margin-left: -7px;
    }
}

.table-special-dep {
    font-size: 12px;
    line-height: 16px;
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
    border-width: 0;
    height: auto;
    margin-top: 1rem;
    background-color: #AEC6DD;
}

@media (max-width: 768px) {
    .table-special-dep {
        font-size: 12px;
        line-height: 16px;
        table-layout: fixed;
        word-wrap: break-word;
        width: 100%;
        border-width: 0;
        height: auto;
        margin-top: 14px;
        background-color: #AEC6DD;
    }
}

@media (max-width: 600px) {
    .table-special-dep {
        table-layout: fixed;
        word-wrap: break-word;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 3px;
        background-color: #AEC6DD;
    }
}

@media (max-width: 393px) {
    .table-special-dep {
        table-layout: fixed;
        word-wrap: break-word;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 3px;
        background-color: #AEC6DD;
    }
}

@media (max-width: 390px) {
    .table-special-dep {
        table-layout: fixed;
        word-wrap: break-word;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3px;
        background-color: #AEC6DD;
    }
}

@media (max-width: 240px) {
    .table-special-dep {
        table-layout: fixed;
        word-wrap: break-word;
        max-width: 300px;
        width: 102%;
        height: auto;
        margin-left: 0;
        margin-top: 3px;
        background-color: #AEC6DD;
    }
}

.head-img {
    width: 270px;
    height: 339px;
    margin-left: 37px;
    background-size: cover;
    margin-top: -5.5rem;
}

@media (max-width: 1600px) {
    .head-img {
        width: 270px;
        height: 339px;
        margin-left: -13px;
        background-size: cover;
        margin-top: -5.5rem;
    }
}

@media (max-width: 1284px) {
    .head-img {
        width: 270px;
        height: 339px;
        margin-left: -13px;
        background-size: cover;
        margin-top: -5.5rem;
    }
}

@media (max-width: 1279px) {
    .head-img {
        width: 270px;
        height: 339px;
        margin-left: -43px;
        background-size: cover;
        margin-top: -4.9rem;
    }
}

@media (max-width: 1200px) {
    .head-img {
        width: 225px;
        height: 273px;
        margin-left: -3px;
        background-size: cover;
        margin-top: -4.75rem;
    }
}

@media (max-width: 1100px) {
    .head-img {
        width: 190px;
        height: 236px;
        margin-left: -3px;
        background-size: cover;
        margin-top: -2.28rem;
    }
}

@media (max-width: 991px) {
    .head-img {
        width: 182px;
        height: 236px;
        margin-left: 6px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .head-img {
        width: 182px;
        height: 242px;
        margin-left: 6px;
        background-size: cover;
        margin-top: -2.85rem;
    }
}

@media (max-width: 767px) {
    .head-img {
        width: 181px;
        height: 237px;
        margin-left: -8px;
        background-size: cover;
        margin-top: -3.5rem;
    }
}

@media (max-width: 640px) {
    .head-img {
        width: 174px;
        height: 226px;
        margin-left: -8px;
        background-size: cover;
        margin-top: -4.15rem;
    }
}

@media (max-width: 600px) {
    .head-img {
        width: 126px;
        height: 164px;
        margin-left: -15px;
        background-size: cover;
        margin-top: -2.9rem;
    }
}

@media (max-width: 540px) {
    .head-img {
        width: 118px;
        height: 153px;
        margin-left: -15px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 430px) {
    .head-img {
        width: 118px;
        height: 163px;
        margin-left: 13px;
        background-size: cover;
        margin-top: -3.5rem;
    }
}

@media (max-width: 428px) {
    .head-img {
        width: 102px;
        height: 133px;
        margin-left: 8px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 414px) {
    .head-img {
        width: 109px;
        height: 138px;
        margin-left: 3px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 412px) {
    .head-img {
        width: 109px;
        height: 138px;
        margin-left: 12px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 393px) {
    .head-img {
        width: 109px;
        height: 138px;
        margin-left: 15px;
        background-size: cover;
        margin-top: -1.95rem;
    }
}

@media (max-width: 390px) {
    .head-img {
        width: 102px;
        height: 129px;
        margin-left: 9px;
        background-size: cover;
        margin-top: -3rem;
    }
}

@media (max-width: 384px) {
    .head-img {
        width: 102px;
        height: 129px;
        margin-left: 9px;
        background-size: cover;
        margin-top: -3.1rem;
    }
}

@media (max-width: 375px) {
    .head-img {
        width: 101px;
        height: 129px;
        margin-left: 6px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 360px) {
    .head-img {
        width: 101px;
        height: 129px;
        margin-left: 13px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 320px) {
    .head-img {
        width: 90px;
        height: 119px;
        margin-left: 4px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 280px) {
    .head-img {
        width: 74px;
        height: 103px;
        margin-left: 3px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 240px) {
    .head-img {
        width: 70px;
        height: 97px;
        margin-left: -26px;
        background-size: cover;
        margin-top: -1.25rem;
    }
}

.head_dol {
    margin-left: 392px;
    margin-top: 50px;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .head_dol {
        margin-left: 368px;
        margin-top: 50px;
        color: #ffffff;
    }
}

@media (max-width: 1100px) {
    .head_dol {
        margin-left: 276px;
        margin-top: 9px;
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    .head_dol {
        margin-left: 254px;
        margin-top: 23px;
        color: #ffffff;
    }
}

@media (max-width: 640px) {
    .head_dol {
        margin-left: 212px;
        margin-top: 22px;
        color: #ffffff;
    }
}

@media (max-width: 600px) {
    .head_dol {
        margin-left: 126px;
        margin-top: 1px;
        color: #ffffff;
        font-size: 9pt;
    }
}

@media (max-width: 430px) {
    .head_dol {
        margin-left: 157px;
        margin-top: 35px;
        color: #ffffff;
        font-size: 9pt;
    }
}

@media (max-width: 428px) {
    .head_dol {
        margin-left: 157px;
        margin-top: 18px;
        color: #ffffff;
        font-size: 9pt;
    }
}

@media (max-width: 414px) {
    .head_dol {
        margin-left: 163px;
        margin-top: 14px;
        color: #ffffff;
        font-size: 9pt;
    }
}

@media (max-width: 393px) {
    .head_dol {
        margin-left: 150px;
        margin-top: 5px;
        color: #ffffff;
        font-size: 9pt;
    }
}

@media (max-width: 390px) {
    .head_dol {
        margin-left: 130px;
        margin-top: 25px;
        margin-bottom: 24px;
        color: #ffffff;
        font-size: 9pt;
        line-height: 9px;
    }
}

@media (max-width: 384px) {
    .head_dol {
        margin-left: 134px;
        margin-top: 26px;
        color: #ffffff;
        font-size: 9pt;
    }
}

@media (max-width: 375px) {
    .head_dol {
        margin-left: 130px;
        margin-top: 13px;
        color: #ffffff;
        font-size: 8pt;
    }
}

@media (max-width: 320px) {
    .head_dol {
        margin-left: 115px;
        margin-top: 10px;
        color: #ffffff;
        font-size: 8pt;
        line-height: 13px;
    }
}

@media (max-width: 280px) {
    .head_dol {
        margin-left: 90px;
        margin-top: 10px;
        color: #ffffff;
        font-size: 7pt;
    }
}

@media (max-width: 240px) {
    .head_dol {
        margin-left: 60px;
        margin-top: -20px;
        color: #ffffff;
        font-size: 6pt;
        line-height: 10px;
    }
}

.head-name {
    margin-top: 22px;
    font-size: 64px;
    line-height: 77px;
    margin-left: -75px;
    margin-right: -158px;
}

.head-name-kaf {
    font-size: 45px;
    line-height: 77px;
    margin-left: -75px;
    margin-right: 0;
}

@media (max-width: 1600px) {
    .head-name {
        font-size: 64px;
        line-height: 77px;
        margin-left: 13px;
        margin-right: 119px;
    }
}

@media (max-width: 1200px) {
    .head-name {
        font-size: 46px;
        line-height: 54px;
        margin-left: 54px;
        margin-right: 119px;
    }
}

@media (max-width: 1100px) {
    .head-name {
        font-size: 33px;
        line-height: 43px;
        margin-left: 1px;
        margin-right: 119px;
    }
}

@media (max-width: 991px) {
    .head-name {
        font-size: 33px;
        line-height: 46px;
        margin-left: -70px;
        margin-right: 119px;
    }
}

@media (max-width: 769px) {
    .head-name {
        font-size: 39px;
        line-height: 54px;
        margin-left: -71px;
    }
}

@media (max-width: 768px) {
    .head-name {
        font-size: 37px;
        line-height: 46px;
        margin-left: 249px;
    }
}

@media (max-width: 640px) {
    .head-name {
        font-size: 30px;
        line-height: 35px;
        margin-left: 206px;
    }
}

@media (max-width: 600px) {
    .head-name {
        font-size: 19px;
        line-height: 28px;
        margin-left: 121px;
    }
}

@media (max-width: 430px) {
    .head-name {
        font-size: 17px;
        line-height: 21px;
        margin-left: 151px;
    }
}

@media (max-width: 414px) {
    .head-name {
        font-size: 17px;
        line-height: 21px;
        margin-left: 157px;
    }
}

@media (max-width: 393px) {
    .head-name {
        font-size: 17px;
        line-height: 20px;
        margin-left: 145px;
    }
}

@media (max-width: 390px) {
    .head-name {
        font-size: 17px;
        line-height: 21px;
        margin-left: 124px;
        margin-top: -75px;
    }
}

@media (max-width: 384px) {
    .head-name {
        font-size: 17px;
        line-height: 23px;
        margin-left: 128px;
    }
}

@media (max-width: 375px) {
    .head-name {
        font-size: 17px;
        line-height: 21px;
        margin-left: 124px;
    }
}

@media (max-width: 320px) {
    .head-name {
        font-size: 16px;
        line-height: 21px;
        margin-left: 109px;
    }
}

@media (max-width: 280px) {
    .head-name {
        font-size: 14px;
        line-height: 16px;
        margin-left: 84px;
        margin-top: -80px;
    }
}

.name_link_head .a:hover {
    font-size: 64px;
    line-height: 77px;
    margin-left: -75px;
    margin-right: 119px;
    color: #ffffff;
}

.back-news-container .breadcrumb {
    margin-top: 100px;
}

.container-footer {
    background-image: url("/local/templates/test_new/images/blue-main-footer.png");
    color: #ffffff;
    padding: 30px 20px;
    line-height: 25px;
    max-width: 1860px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    margin-left: auto;
    margin-top: -840px;
    padding-top: 758px;
    margin-right: auto;
}

@media (max-width: 1860px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 1860px;
        width: 99%;
        margin-left: auto;
        margin-top: -773px;
        padding-top: 694px;
        margin-right: auto;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -778px;
        padding-top: 694px;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -820px;
        padding-top: 694px;
        margin-right: auto;
    }
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -680px;
        padding-top: 630px;
        margin-right: auto;
    }
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -670px;
        padding-top: 630px;
        margin-right: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -610px;
        padding-top: 550px;
        margin-right: auto;
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -550px;
        padding-top: 510px;
        margin-right: auto;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 98%;
        margin-left: auto;
        margin-top: -495px;
        padding-top: 510px;
        margin-right: auto;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .container-footer {
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        border-radius: 20px 20px 0 0;
        margin-top: -31rem;
        padding-top: 510px;
        margin-right: auto;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        border-radius: 20px 20px 0 0;
        margin-top: -34rem;
        padding-top: 510px;
        margin-right: auto;
    }
}

@media (max-width: 740px) and (min-width: 700px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        margin-top: -59rem;
        padding-top: 920px;
        margin-right: auto;
    }
}

@media (max-width: 700px) and (min-width: 660px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        margin-top: -54rem;
        padding-top: 920px;
        margin-right: auto;
    }
}

@media (max-width: 660px) and (min-width: 450px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        margin-top: -54rem;
        padding-top: 925px;
        margin-right: auto;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        margin-top: -54rem;
        padding-top: 925px;
        margin-right: auto;
    }
}

@media (max-width: 479px) and (min-width: 450px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        width: 100%;
        margin-left: auto;
        margin-top: -54rem;
        padding-top: 925px;
        margin-right: auto;
    }
}

@media (max-width: 450px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 450px;
        width: 98%;
        margin-left: 0.25rem;
        margin-right: auto;
        border-radius: 10px 10px 0 0;
        margin-top: -54rem;
        padding-top: 795px;
    }
}

@media (max-width: 430px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 450px;
        width: 98%;
        margin-left: 0.25rem;
        margin-right: auto;
        border-radius: 10px 10px 0 0;
        margin-top: -54rem;
        padding-top: 795px;
    }
}

@media (max-width: 375px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 450px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px 10px 0 0;
        margin-top: -54rem;
        padding-top: 795px;
    }
}

@media (max-width: 360px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 450px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px 10px 0 0;
        margin-top: -51rem;
        padding-top: 795px;
    }
}

@media (max-width: 280px) {
    .container-footer {
        background-image: none;
        color: #ffffff;
        padding: 30px 20px;
        line-height: 25px;
        max-width: 450px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px 10px 0 0;
        margin-top: -74rem;
        padding-top: 795px;
    }
}

.bottom-head {
    font-size: 32px;
    margin-left: 8px;
    margin-top: 61px;
}

@media (max-width: 1440px) and (min-width: 765px) {
    .bottom-head {
        font-size: 24px;
        margin-left: 0;
        margin-top: 61px;
    }
}

@media (max-width: 450px) {
    .bottom-head {
        font-size: 24px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 61px;
    }
}

@media (max-width: 280px) {
    .bottom-head {
        font-size: 12px;
        margin-left: -1rem;
        margin-right: auto;
        margin-top: 39px;
    }
}

.bottom-main {
    font-size: 12px;
    margin-top: -18px;
    line-height: 30px;
}

@media (max-width: 450px) {
    .bottom-main {
        font-size: 12px;
        margin-top: 100px;
        line-height: 30px;
    }
}

.vus {
    font-size: 12px;
    margin-top: 56px;
    margin-left: 14px;
}

@media (max-width: 768px) {
    .vus {
        font-size: 12px;
        margin-top: 56px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

.vus_main {
    font-size: 12px;
    margin-top: 13px;
    margin-left: 33rem;
}

@media (max-width: 1600px) and (min-width: 1536px) {
    .vus_main {
        font-size: 12px;
        margin-top: 86px;
        margin-left: 33%;
    }
}

@media (max-width: 1536px) and (min-width: 1440px) {
    .vus_main {
        font-size: 12px;
        margin-top: 86px;
        margin-left: 31%;
    }
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 33%;
    }
}

@media (max-width: 1366px) and (min-width: 1280px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 32%;
    }
}

@media (max-width: 1280px) and (min-width: 1024px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 30%;
    }
}

@media (max-width: 1024px) and (min-width: 876px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 28%;
    }
}

@media (max-width: 876px) and (min-width: 834px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 24%;
    }
}

@media (max-width: 834px) and (min-width: 820px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 22%;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 21.5%;
    }
}

@media (max-width: 810px) and (min-width: 768px) {
    .vus_main {
        font-size: 10px;
        margin-top: 0;
        margin-left: 21%;
    }
}

@media (max-width: 768px) {
    .vus_main {
    }
}


/* ========================================================================== */
/* History RGUK */
/* ========================================================================== */

.container-full-history {
    max-width: 1680px;
    background: white;
    margin-left: auto;
    margin-top: -306px;
    margin-right: auto;
    display: flex;
    margin-bottom: -16%;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .container-full-history {
        max-width: 1595px;
        width: 100%;
        background: white;
        margin-top: -15rem;
        display: flex;
        margin-bottom: -270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .container-full-history {
        max-width: 1599px;
        width: 100%;
        background: white;
        margin-top: -15rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1399px) and (min-width: 1024px) {
    .container-full-history {
        max-width: 1400px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 1024px) and (min-width: 901px) {
    .container-full-history {
        max-width: 1200px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 901px) and (min-width: 800px) {
    .container-full-history {
        max-width: 901px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 800px) and (min-width: 799px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 799px) and (min-width: 768px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 768px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 753px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 640px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 600px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 540px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 480px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 428px) {
    .container-full-history {
        max-width: 428px;
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 414px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 390px) and (min-width: 375px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 320px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 280px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

@media (max-width: 240px) {
    .container-full-history {
        width: 100%;
        background: white;
        margin-left: auto;
        margin-top: -306px;
        margin-right: auto;
        display: flex;
        margin-bottom: -270px;
    }
}

.back-container-history {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    height: fit-content;
    margin-left: auto;
    z-index: 1;
    margin-left: 1.1%;
    margin-top: 19%;
    margin-right: 1.01%;
    width: 98%;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1800px) and (min-width: 1799px) {
    .back-container-history {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 13rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1799px) and (min-width: 1700px) {
    .back-container-history {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 13rem;
        margin-right: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) and (min-width: 1599px) {
    .back-container-history {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 13rem;
        margin-right: auto;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (min-width: 1801px) {
    .back-container-history {
        max-width: 1680px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        width: 98%;
        margin-bottom: 13rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .back-container-history {
        max-width: 1599px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 12.8rem;
        margin-right: auto;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1366px) {
    .back-container-history {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        margin-bottom: -4rem;
        width: 97.5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1366px) and (min-width: 1300px) {
    .back-container-history {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17rem;
        margin-right: auto;
        margin-bottom: -3rem;
        width: 97.5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1300px) and (min-width: 1250px) {
    .back-container-history {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -3rem;
        width: 97.5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .back-container-history {
        max-width: 1600px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -3rem;
        width: 97.5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) and (min-width: 1099px) {
    .back-container-history {
        max-width: 1170px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -10%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1099px) and (min-width: 991px) {
    .back-container-history {
        max-width: 1068px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -13%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) and (min-width: 1024px) {
    .back-container-history {
        max-width: 1068px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 27.4%;
        margin-right: auto;
        margin-bottom: -17%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    .back-container-history {
        max-width: 1068px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 28%;
        margin-right: auto;
        margin-bottom: -5%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 991px) {
    .back-container-history {
        max-width: 991px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -6%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) {
    .back-container-history {
        max-width: 876px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -26%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 860px) {
    .back-container-history {
        max-width: 876px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: 28%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) {
    .back-container-history {
        max-width: 876px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -17%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: 0rem;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -20%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -20%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -15%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 640px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -19%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 600px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -19%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 540px) {
    .back-container-history {
        max-width: 846px;
        width: 100%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -22%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) {
    .back-container-history {
        max-width: 846px;
        width: 99%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -19%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-container-history {
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: 0rem;
        width: 100%;
        margin-top: 20.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-container-history {
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        width: 100%;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-container-history {
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        width: 100%;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-container-history {
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        width: 100%;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-container-history {
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 18px;
        margin-left: auto;
        width: 100%;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -7rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.btn-all-history {
    display: inline-block;
    color: #0074bb;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 24px;
    width: 120px;
    border-radius: 3px;
    margin-left: 1235px;
    margin-top: -474px;
    margin-bottom: -156px;
}

@media (max-width: 1800px) {
    .btn-all-history {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 24px;
        width: 120px;
        border-radius: 3px;
        margin-left: 1210px;
        margin-top: -474px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1600px) {
    .btn-all-history {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 24px;
        width: 120px;
        border-radius: 3px;
        margin-left: 90%;
        margin-top: -474px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1400px) {
    .btn-all-history {
        display: inline-block;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 24px;
        width: 105px;
        border-radius: 3px;
        margin-left: 90%;
        margin-top: -428px;
        margin-bottom: -156px;
    }
}

@media (max-width: 1200px) {
    .btn-all-history {
        display: inline-block;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 21px;
        width: 105px;
        border-radius: 3px;
        margin-left: 89%;
        margin-top: -395px;
        margin-bottom: -156px;
    }
}

@media (max-width: 991px) {
    .btn-all-history {
        display: inline-block;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 22px;
        width: 102px;
        border-radius: 3px;
        margin-left: 86%;
        margin-top: -395px;
        margin-bottom: -156px;
    }
}

@media (max-width: 768px) {
    .btn-all-history {
        display: none;
        color: #0074bb;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 17px;
        width: 94px;
        border-radius: 3px;
        margin-left: 86%;
        margin-top: -395px;
        margin-bottom: -156px;
    }
}

.btn-all-history:hover,
.btn-all-history:focus {
    color: #0075bb;
    background: #ffffff;
    text-decoration: none;
}

.vek-ist {
    width: 79%;
    height: 99px;
    z-index: -1;
    position: relative;
    margin-top: 159px;
    margin-left: 172px;
    border-radius: 0;
}

.ist-text {
    display: flex;
    font-size: 50px;
    margin-left: 114px;
    margin-top: -39px;
}

.un-text {
    display: flex;
    font-size: 45px;
    margin-left: 856px;
    margin-top: -21px;
}

.text-i {
    margin-left: 374px;
    margin-top: -24px;
    font-size: 20.45px;
}

.text-i-1 {
    margin-left: 487px;
    margin-top: 51px;
    font-size: 19.9px;
    margin-right: 114px;
    text-align: justify;
    margin-bottom: 5px;
}

.text-i-2 {
    margin-left: 437px;
    margin-top: 84px;
    font-size: 19.9px;
    margin-right: 114px;
    text-align: justify;
    margin-bottom: 5px;
}

.text-i-3 {
    margin-left: 433px;
    margin-top: 84px;
    font-size: 19.9px;
    margin-right: 118px;
    text-align: justify;
    margin-bottom: 5px;
}

.text-i-4 {
    margin-left: 429px;
    margin-top: 32px;
    font-size: 19.9px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 5px;
}

.history-text {
    font-size: 19.99px;
    margin-top: -5px;
    margin-left: 115px;
    margin-right: 114px;
    text-align: justify;
}

.history-text-1 {
    font-size: 19.99px;
    margin-top: -11px;
    margin-left: 116px;
    margin-right: 118px;
    text-align: justify;
    text-indent: 17px;
}

.history-text-2 {
    font-size: 19.99px;
    margin-top: -31px;
    margin-left: 116px;
    margin-right: 113px;
    text-align: justify;
}

.history-text-3 {
    font-size: 19.99px;
    margin-top: 20px;
    margin-left: 116px;
    margin-right: 114px;
    text-align: justify;
}

.history-text-4 {
    font-size: 19.99px;
    margin-top: -33px;
    margin-left: 115px;
    margin-right: 114px;
    text-align: justify;
}

.history-text-5 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 119px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-6 {
    font-size: 19.99px;
    margin-top: -12px;
    margin-left: 117px;
    margin-right: 121px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-7 {
    font-size: 19.99px;
    margin-top: -38px;
    margin-left: 117px;
    margin-right: 123px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-8 {
    font-size: 19.99px;
    margin-top: -13px;
    margin-left: 117px;
    margin-right: 122px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-9 {
    font-size: 19.99px;
    margin-top: -39px;
    margin-left: 117px;
    margin-right: 122px;
    text-align: justify;
    margin-bottom: 55px;
}

.history-text-10 {
    font-size: 19.99px;
    margin-top: -11px;
    margin-left: 117px;
    margin-right: 121px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-11 {
    font-size: 19.99px;
    margin-top: -38px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-12 {
    font-size: 19.99px;
    margin-top: -13px;
    margin-left: 115px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-13 {
    font-size: 19.99px;
    margin-top: -35px;
    margin-left: 115px;
    margin-right: 116px;
    text-align: justify;
    margin-bottom: 13px;
}

.history-text-14 {
    font-size: 19.99px;
    margin-top: -31px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-15 {
    font-size: 19.99px;
    margin-top: 22px;
    margin-left: 115px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-16 {
    font-size: 19.99px;
    margin-top: -37px;
    margin-left: 115px;
    margin-right: 116px;
    text-align: justify;
    margin-bottom: 13px;
}

.history-text-17 {
    font-size: 19.99px;
    margin-top: 18px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 21px;
}

.history-text-18 {
    font-size: 19.99px;
    margin-top: 18px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: 33px;
}

.history-text-19 {
    font-size: 19.99px;
    margin-top: -12px;
    margin-left: 117px;
    margin-right: 232px;
    text-align: justify;
    margin-bottom: 21px;
}

.history-text-20 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
    margin-bottom: -162px;
}

.history-text-21 {
    font-size: 19.99px;
    margin-top: -4px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-22 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-23 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-24 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-25 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-26 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-27 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-28 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.history-text-29 {
    font-size: 19.99px;
    margin-top: -3px;
    margin-left: 117px;
    margin-right: 115px;
    text-align: justify;
}

.hist1 {
    border-radius: 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    max-width: 1131px;
    max-height: 527px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist2 {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -32px;
    max-width: 1122px;
    max-height: 584px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist3 {
    border-radius: 0;
    margin-left: -851px;
    margin-top: 20px;
    width: 280px;
    height: 356px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist4 {
    border-radius: 0;
    margin-left: 5px;
    margin-top: 11px;
    width: 1132px;
    height: 267px;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist5 {
    border-radius: 0;
    margin-left: -851px;
    margin-top: 13px;
    width: 280px;
    height: 397px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist6 {
    border-radius: 0;
    margin-left: 5px;
    margin-top: 9px;
    width: 1132px;
    height: 267px;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist7 {
    border-radius: 0;
    margin-left: -853px;
    margin-top: -9px;
    width: 313px;
    height: 429px;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist8 {
    border-radius: 0;
    margin-left: 5px;
    margin-top: 9px;
    width: 1132px;
    height: 267px;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist9 {
    border-radius: 0;
    margin-left: -853px;
    margin-top: 1px;
    width: 312px;
    height: 429px;
    margin-bottom: 10px;
    text-indent: 30px;
}

.hist10 {
    border-radius: 0;
    margin-left: -6px;
    margin-top: 22px;
    width: 1131px;
    height: 266px;
    margin-bottom: -6px;
    text-indent: 30px;
}

.hist11 {
    border-radius: 0;
    margin-left: -452px;
    margin-top: -744px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist18 {
    border-radius: 0;
    margin-left: 1090px;
    margin-top: -635px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist17 {
    border-radius: 0;
    margin-left: -437px;
    margin-top: -820px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist13 {
    border-radius: 0;
    margin-left: -458px;
    margin-top: -815px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist14 {
    border-radius: 0;
    margin-left: -458px;
    margin-top: -851px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist12 {
    border-radius: 0;
    margin-left: 1081px;
    margin-top: -626px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist16 {
    border-radius: 0;
    margin-left: 1082px;
    margin-top: -662px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.hist15 {
    border-radius: 0;
    margin-left: 1031px;
    margin-top: -435px;
    width: 39px;
    height: 39px;
    margin-bottom: 5px;
    text-indent: 30px;
}

.cit-text {
    font-size: 36.7px;
    margin-left: 484px;
    margin-top: -437px;
}

.cit-text-2 {
    font-size: 32.9px;
    margin-left: 481px;
    margin-top: -465px;
}

.cit-text-3 {
    font-size: 32.9px;
    margin-left: 481px;
    margin-top: -482px;
    margin-right: 77px;
}

.cit-text-4 {
    font-size: 32.9px;
    margin-left: 480px;
    margin-top: -510px;
    margin-right: 120px;
}

@media (max-width: 1800px) {
    .vek-ist {
        width: 80.5%;
        height: 99px;
        z-index: -1;
        position: relative;
        margin-top: 159px;
        margin-left: 160px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 50px;
        margin-left: 114px;
        margin-top: -39px;
    }

    .un-text {
        display: flex;
        font-size: 45px;
        margin-left: 856px;
        margin-top: -21px;
    }

    .text-i {
        margin-left: 374px;
        margin-top: -24px;
        font-size: 20.45px;
    }

    .text-i-1 {
        margin-left: 487px;
        margin-top: 51px;
        font-size: 19.9px;
        margin-right: 114px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 437px;
        margin-top: 84px;
        font-size: 19.9px;
        margin-right: 114px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 433px;
        margin-top: 84px;
        font-size: 19.9px;
        margin-right: 118px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 429px;
        margin-top: 32px;
        font-size: 19.9px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 19.99px;
        margin-top: -5px;
        margin-left: 115px;
        margin-right: 114px;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 19.99px;
        margin-top: -11px;
        margin-left: 116px;
        margin-right: 118px;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 19.99px;
        margin-top: -31px;
        margin-left: 116px;
        margin-right: 113px;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 19.99px;
        margin-top: 20px;
        margin-left: 116px;
        margin-right: 114px;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 19.99px;
        margin-top: -33px;
        margin-left: 115px;
        margin-right: 114px;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 19.99px;
        margin-top: -3px;
        margin-left: 117px;
        margin-right: 119px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 19.99px;
        margin-top: -12px;
        margin-left: 117px;
        margin-right: 121px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 19.99px;
        margin-top: -38px;
        margin-left: 117px;
        margin-right: 123px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 19.99px;
        margin-top: -13px;
        margin-left: 117px;
        margin-right: 122px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 19.99px;
        margin-top: -39px;
        margin-left: 117px;
        margin-right: 122px;
        text-align: justify;
        margin-bottom: 55px;
    }

    .history-text-10 {
        font-size: 19.99px;
        margin-top: -11px;
        margin-left: 117px;
        margin-right: 121px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 19.99px;
        margin-top: -38px;
        margin-left: 117px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 19.99px;
        margin-top: -13px;
        margin-left: 115px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 19.99px;
        margin-top: -35px;
        margin-left: 115px;
        margin-right: 116px;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 19.99px;
        margin-top: -31px;
        margin-left: 117px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 19.99px;
        margin-top: 22px;
        margin-left: 115px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 19.99px;
        margin-top: -37px;
        margin-left: 115px;
        margin-right: 116px;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 19.99px;
        margin-top: 18px;
        margin-left: 117px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 19.99px;
        margin-top: 18px;
        margin-left: 117px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 19.99px;
        margin-top: -12px;
        margin-left: 117px;
        margin-right: 232px;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 19.99px;
        margin-top: -3px;
        margin-left: 117px;
        margin-right: 115px;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        max-width: 1131px;
        max-height: 527px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -32px;
        max-width: 1100px;
        max-height: 570px;
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -825px;
        margin-top: 20px;
        width: 280px;
        height: 356px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 11px;
        width: 1105px;
        height: 260px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -825px;
        margin-top: 13px;
        width: 280px;
        height: 397px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1105px;
        height: 260px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -825px;
        margin-top: -9px;
        width: 313px;
        height: 429px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1105px;
        height: 260px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -825px;
        margin-top: 1px;
        width: 312px;
        height: 429px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: -6px;
        margin-top: 22px;
        width: 1105px;
        height: 260px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -420px;
        margin-top: -745px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 1085px;
        margin-top: -635px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -437px;
        margin-top: -820px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -458px;
        margin-top: -815px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -458px;
        margin-top: -851px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 1081px;
        margin-top: -626px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 1082px;
        margin-top: -662px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 1031px;
        margin-top: -435px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 36.7px;
        margin-left: 484px;
        margin-top: -437px;
    }

    .cit-text-2 {
        font-size: 32.9px;
        margin-left: 481px;
        margin-top: -465px;
    }

    .cit-text-3 {
        font-size: 32.9px;
        margin-left: 481px;
        margin-top: -482px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 32.9px;
        margin-left: 480px;
        margin-top: -510px;
        margin-right: 120px;
    }
}

@media (max-width: 1600px) {
    .vek-ist {
        width: 80.9%;
        height: 99px;
        margin-top: 146px;
        margin-left: 138px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 48px;
        margin-left: 6.3rem;
        margin-top: -2rem;
    }

    .un-text {
        display: flex;
        font-size: 30px;
        margin-left: 40rem;
        margin-top: -27px;
    }

    .text-i {
        margin-left: 361.6px;
        margin-top: -25px;
        font-size: 16px;
    }

    .text-i-1 {
        margin-left: 26rem;
        margin-top: 47px;
        font-size: 16.9px;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 26rem;
        margin-top: 47px;
        font-size: 16.9px;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 26rem;
        margin-top: 47px;
        font-size: 16.9px;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 26rem;
        margin-top: 47px;
        font-size: 16.9px;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 16.99px;
        margin-top: -9px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 16.2px;
        margin-top: -10px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 16.99px;
        margin-top: -33px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 16.99px;
        margin-top: 20px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 16.99px;
        margin-top: -31px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 16.99px;
        margin-top: -3px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 16.99px;
        margin-top: -13px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 16.99px;
        margin-top: -34px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 16.99px;
        margin-top: -13px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 16.99px;
        margin-top: -39px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 55px;
    }

    .history-text-10 {
        font-size: 16.99px;
        margin-top: -19px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 16.99px;
        margin-top: -38px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 16.99px;
        margin-top: -17px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 16.99px;
        margin-top: -33px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 16.99px;
        margin-top: -30px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 16.99px;
        margin-top: 22px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 16.99px;
        margin-top: -37px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 16.99px;
        margin-top: 18px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 16.99px;
        margin-top: 18px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 16.99px;
        margin-top: -12px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 16.99px;
        margin-top: -3px;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        max-width: 1131px;
        max-height: 527px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        margin-top: -32px;
        max-width: 1090px;
        width: 89%;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -52rem;
        margin-top: 20px;
        width: 267px;
        height: 337px;
        margin-bottom: 70px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        margin-top: 11px;
        max-width: 1090px;
        max-height: 257px;
        width: 91%;
        height: 100%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -52rem;
        margin-top: 20px;
        width: 267px;
        height: 337px;
        margin-bottom: 90px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 6.3rem;
        margin-right: 6.5rem;
        margin-top: 11px;
        max-width: 1090px;
        max-height: 257px;
        width: 85%;
        height: 80%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -52rem;
        margin-top: 5px;
        width: 303px;
        height: 384px;
        margin-bottom: 90px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -52rem;
        margin-top: 20px;
        width: 303px;
        height: 399px;
        margin-bottom: 70px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 6.5rem;
        margin-top: 11px;
        max-width: 1078px;
        max-height: 257px;
        width: 100%;
        height: 95%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -26rem;
        margin-top: -748px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 775px;
        margin-top: -610px;
        width: 39px;
        height: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -26rem;
        margin-top: -850px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -27rem;
        margin-top: -815px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -27rem;
        margin-top: -843px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 54rem;
        margin-top: -605px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 58rem;
        margin-top: -639px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 58rem;
        margin-top: -511px;
        width: 39px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 28.7px;
        margin-left: 29rem;
        margin-top: -414px;
    }

    .cit-text-2 {
        font-size: 28.7px;
        margin-right: 100px;
        margin-left: 28rem;
        margin-top: -449px;
    }

    .cit-text-3 {
        font-size: 28.7px;
        margin-left: 28rem;
        margin-top: -467px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 28.7px;
        margin-left: 29rem;
        margin-top: -491px;
        margin-right: 115px;
    }
}

@media (max-width: 1536px) {
    .un-text {
        margin-left: 57rem;
        margin-top: -10px;
        font-size: 27px;
    }

    .hist2 {
        max-width: 1039px;
        width: 89%;
    }

    .hist3 {
        margin-left: -48rem;
        margin-bottom: 51px;
    }

    .hist4 {
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        max-width: 1039px;
        width: 89%;
        margin-bottom: 51px;
    }

    .hist5 {
        margin-left: -48rem;
        margin-bottom: 85px;
    }

    .hist7 {
        margin-left: -48rem;
        margin-bottom: 96px;
    }

    .hist9 {
        margin-left: -48rem;
        margin-bottom: 51px;
    }

    .hist6 {
        width: 84%;
    }

    .hist11 {
        margin-left: -22rem;
    }

    .hist13 {
        margin-left: -24rem;
    }

    .hist14 {
        margin-left: -24rem;
    }

    .hist15 {
        margin-left: 64rem;
    }

    .hist17 {
        margin-left: -22rem;
    }

    .hist18 {
        margin-left: 810px;
    }
}

@media (max-width: 1440px) {
    .un-text {
        margin-left: 53rem;
        margin-top: -11px;
    }

    .hist2 {
        max-width: 980px;
        width: 89%;
    }

    .hist3 {
        margin-left: -44rem;
        margin-bottom: 51px;
    }

    .hist4 {
        margin-left: 6.5rem;
        margin-right: 6.5rem;
        max-width: 980px;
        width: 89%;
        margin-bottom: 51px;
    }

    .hist5 {
        margin-left: -44rem;
        margin-bottom: 85px;
    }

    .hist7 {
        margin-left: -44rem;
        margin-bottom: 96px;
    }

    .hist9 {
        margin-left: -44rem;
        margin-bottom: 51px;
    }

    .hist6 {
        width: 83%;
    }

    .hist11 {
        margin-left: -18rem;
    }

    .hist18 {
        margin-left: 57rem;
    }

    .hist13 {
        margin-left: -19rem;
    }

    .hist14 {
        margin-left: -19rem;
    }

    .hist15 {
        margin-left: 59rem;
        margin-top: -29rem;
    }

    .hist16 {
        margin-top: -650px;
    }

    .hist17 {
        margin-left: -19rem;
    }
}

@media (max-width: 1400px) {
    .vek-ist {
        width: 77.9%;
        height: 99px;
        margin-top: 124px;
        margin-left: 129px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 38px;
        margin-left: 96px;
        margin-top: -62px;
    }

    .un-text {
        display: flex;
        font-size: 24.5px;
        margin-left: 39rem;
        margin-top: -23px;
    }

    .text-i {
        margin-left: 18rem;
        margin-top: -25px;
        font-size: 13.99px;
    }

    .text-i-1 {
        margin-left: 23rem;
        margin-top: 38px;
        font-size: 14.4px;
        margin-right: 85px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 23rem;
        margin-top: 69px;
        font-size: 14.6px;
        margin-right: 5.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 23rem;
        margin-top: 67px;
        font-size: 14.6px;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 23rem;
        margin-top: 40px;
        font-size: 14.7px;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 14.7px;
        margin-top: -8px;
        margin-left: 6rem;
        margin-right: 85px;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 13.4px;
        margin-top: -14px;
        margin-left: 6rem;
        margin-right: 89px;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 14.1px;
        margin-top: -33px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 14.6px;
        margin-top: 16px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 14.6px;
        margin-top: -31px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 14.6px;
        margin-top: -6px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 14.6px;
        margin-top: -15px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 14.6px;
        margin-top: -38px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 14.6px;
        margin-top: -17px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 14.6px;
        margin-top: -37px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 55px;
    }

    .history-text-10 {
        font-size: 14.6px;
        margin-top: -13px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 14.6px;
        margin-top: -38px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 14.6px;
        margin-top: -17px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 14.6px;
        margin-top: -33px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 14.6px;
        margin-top: -30px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 14.6px;
        margin-top: 22px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 14.6px;
        margin-top: -37px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 14.6px;
        margin-top: 18px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 14.99px;
        margin-top: -8px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 14.99px;
        margin-top: -12px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 14.6px;
        margin-top: -3px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        max-width: 1131px;
        max-height: 527px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: 1rem;
        margin-right: auto;
        margin-top: -41px;
        max-width: 950px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -45rem;
        margin-top: 17px;
        width: 234px;
        height: 295px;
        margin-bottom: 34px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 6rem;
        margin-right: 6rem;
        margin-top: 11px;
        max-width: 950px;
        max-height: 220px;
        width: 84%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .un-text {
        margin-top: -25px;
        margin-left: 31rem;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -44rem;
        margin-top: 11px;
        width: 232px;
        height: 331px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 6rem;
        margin-right: 6rem;
        margin-top: 2px;
        max-width: 955px;
        max-height: 220px;
        width: 84%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -42.5rem;
        margin-top: -10px;
        width: 260px;
        height: 358px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -42rem;
        margin-top: 1px;
        width: 293px;
        height: 408px;
        margin-bottom: 60px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 6rem;
        margin-top: 16px;
        max-width: 946px;
        max-height: 220px;
        width: 100%;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -365px;
        margin-top: -590px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 660px;
        margin-top: -495px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: -805px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -290px;
        margin-top: -710px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -280px;
        margin-top: -725px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 850px;
        margin-top: -550px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 875px;
        margin-top: -585px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 870px;
        margin-top: -490px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 24.7px;
        margin-left: 401px;
        margin-top: -339px;
    }

    .cit-text-2 {
        font-size: 24.9px;
        margin-left: 437px;
        margin-top: -405px;
    }

    .cit-text-3 {
        font-size: 24.9px;
        margin-left: 439px;
        margin-top: -420px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 24.9px;
        margin-left: 470px;
        margin-top: -476px;
        margin-right: 109px;
    }
}

@media (max-width: 1366px) {
    .vek-ist {
        width: 77.9%;
        height: 99px;
        margin-top: 124px;
        margin-left: 145px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 38px;
        margin-left: 96px;
        margin-top: -62px;
    }

    .un-text {
        display: flex;
        font-size: 26px;
        margin-left: 31rem;
        margin-top: -25px;
    }

    .text-i {
        margin-left: 18rem;
        margin-top: -25px;
        font-size: 13.99px;
    }

    .text-i-1 {
        margin-left: 23rem;
        margin-top: 38px;
        font-size: 14.4px;
        margin-right: 85px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 23rem;
        margin-top: 69px;
        font-size: 14.6px;
        margin-right: 5.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 23rem;
        margin-top: 67px;
        font-size: 14.6px;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 23rem;
        margin-top: 40px;
        font-size: 14.7px;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 14.7px;
        margin-top: -8px;
        margin-left: 6rem;
        margin-right: 85px;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 13.4px;
        margin-top: -14px;
        margin-left: 6rem;
        margin-right: 89px;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 14.1px;
        margin-top: -33px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 14.6px;
        margin-top: 16px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 14.6px;
        margin-top: -31px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 14.6px;
        margin-top: -6px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 14.6px;
        margin-top: -15px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 14.6px;
        margin-top: -38px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 14.6px;
        margin-top: -17px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 14.6px;
        margin-top: -37px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 55px;
    }

    .history-text-10 {
        font-size: 14.6px;
        margin-top: -13px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 14.6px;
        margin-top: -38px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 14.6px;
        margin-top: -17px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 14.6px;
        margin-top: -33px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 14.6px;
        margin-top: -30px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 14.6px;
        margin-top: 22px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 14.6px;
        margin-top: -37px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 14.6px;
        margin-top: 18px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 14.99px;
        margin-top: -8px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 14.99px;
        margin-top: -12px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 14.6px;
        margin-top: -3px;
        margin-left: 6rem;
        margin-right: 5rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        max-width: 1131px;
        max-height: 527px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: 1rem;
        margin-right: auto;
        margin-top: -41px;
        max-width: 925px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -43rem;
        margin-top: 17px;
        width: 234px;
        height: 295px;
        margin-bottom: 34px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 6rem;
        margin-right: 6rem;
        margin-top: 11px;
        max-width: 950px;
        max-height: 220px;
        width: 84%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .un-text {
        margin-top: -25px;
        margin-left: 34rem;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -42.5rem;
        margin-top: 11px;
        width: 232px;
        height: 331px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 6rem;
        margin-right: 6rem;
        margin-top: 2px;
        max-width: 955px;
        max-height: 220px;
        width: 84%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -42.5rem;
        margin-top: -10px;
        width: 260px;
        height: 358px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -42rem;
        margin-top: 1px;
        width: 293px;
        height: 408px;
        margin-bottom: 60px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 6rem;
        margin-top: 16px;
        max-width: 946px;
        max-height: 220px;
        width: 100%;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -365px;
        margin-top: -590px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 710px;
        margin-top: -495px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: -805px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -290px;
        margin-top: -710px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -280px;
        margin-top: -725px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 850px;
        margin-top: -550px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 875px;
        margin-top: -585px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 870px;
        margin-top: -490px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 24.7px;
        margin-left: 401px;
        margin-top: -339px;
    }

    .cit-text-2 {
        font-size: 24.9px;
        margin-left: 437px;
        margin-top: -405px;
    }

    .cit-text-3 {
        font-size: 24.9px;
        margin-left: 439px;
        margin-top: -420px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 24.9px;
        margin-left: 470px;
        margin-top: -476px;
        margin-right: 109px;
    }
}

@media (max-width: 1280px) {
    .vek-ist {
        width: 77.9%;
        height: 99px;
        margin-top: 124px;
        margin-left: 135px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 30px;
        margin-left: 53px;
        margin-top: -62px;
    }

    .un-text {
        display: flex;
        font-size: 13.5px;
        margin-left: 54rem;
        margin-top: -31px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -28px;
        font-size: 15.4px;
    }

    .text-i-1 {
        margin-left: 20rem;
        margin-top: 38px;
        font-size: 14.4px;
        margin-right: 54px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 20rem;
        margin-top: 69px;
        font-size: 14.6px;
        margin-right: 3.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 20rem;
        margin-top: 92px;
        font-size: 14.6px;
        margin-right: 3.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 22rem;
        margin-top: 28px;
        font-size: 14.7px;
        margin-right: 3.5rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 14.7px;
        margin-top: -8px;
        margin-left: 3.5rem;
        margin-right: 54px;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 14.4px;
        margin-top: -14px;
        margin-left: 3.5rem;
        margin-right: 54px;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 14.1px;
        margin-top: -33px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 14.6px;
        margin-top: 16px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 14.6px;
        margin-top: -31px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 14.6px;
        margin-top: -6px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 14.6px;
        margin-top: -15px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 14.6px;
        margin-top: -38px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 14.6px;
        margin-top: -17px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 14.6px;
        margin-top: -37px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 55px;
    }

    .history-text-10 {
        font-size: 14.6px;
        margin-top: -13px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 14.6px;
        margin-top: -38px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 14.6px;
        margin-top: -17px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 14.6px;
        margin-top: -33px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 14.6px;
        margin-top: -30px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 14.6px;
        margin-top: 22px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 14.6px;
        margin-top: -37px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 14.6px;
        margin-top: 18px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 14.99px;
        margin-top: -8px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 14.99px;
        margin-top: -12px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 14.6px;
        margin-top: -3px;
        margin-left: 4rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5px;
        max-width: 1131px;
        max-height: 527px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 941px;
        width: 89%;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -43rem;
        margin-top: 10px;
        width: 234px;
        height: 295px;
        margin-bottom: 25px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3.5rem;
        margin-right: 6rem;
        margin-top: 11px;
        max-width: 946px;
        max-height: 220px;
        width: 89%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -43rem;
        margin-top: 5px;
        width: 232px;
        height: 331px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 4rem;
        margin-right: 6rem;
        margin-top: 2px;
        max-width: 946px;
        max-height: 220px;
        width: 89%;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -42rem;
        margin-top: -10px;
        width: 260px;
        height: 358px;
        margin-bottom: 25px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -41.5rem;
        margin-top: 1px;
        width: 293px;
        height: 408px;
        margin-bottom: 30px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 6rem;
        margin-top: 16px;
        max-width: 946px;
        max-height: 220px;
        width: 100%;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -260px;
        margin-top: -580px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: -800px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -330px;
        margin-top: -710px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -325px;
        margin-top: -740px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 820px;
        margin-top: -550px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 750px;
        margin-top: -490px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 790px;
        margin-top: -575px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 750px;
        margin-top: -430px;
        width: 33px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 24.7px;
        margin-left: 401px;
        margin-top: -339px;
    }

    .cit-text-2 {
        font-size: 24.9px;
        margin-left: 366px;
        margin-top: -405px;
    }

    .cit-text-3 {
        font-size: 24.9px;
        margin-left: 366px;
        margin-top: -420px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 24.9px;
        margin-left: 425px;
        margin-top: -466px;
        margin-right: 109px;
    }
}

@media (max-width: 1200px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 120px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 29px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 20.5px;
        margin-left: 26rem;
        margin-top: -26px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -24px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 862px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -42rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 60px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 8px;
        max-width: 875px;
        width: 91%;
        height: 185px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -42rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: 45px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 6px;
        max-width: 875px;
        width: 92%;
        height: 185px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -42.5rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 65px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -42.5rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 130px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 875px;
        width: 101%;
        height: 175px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -400px;
        margin-top: -560px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 510px;
        margin-top: -490px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -370px;
        margin-top: -790px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -350px;
        margin-top: -560px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -228px;
        margin-top: -623px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 630px;
        margin-top: -460px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 830px;
        margin-top: -500px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 790px;
        margin-top: -580px;
        width: 22px;
        height: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 22.3px;
        margin-left: 293px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 20.7px;
        margin-left: 327px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 20.7px;
        margin-left: 336px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 17.9px;
        margin-left: 316px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 1100px) {
    .vek-ist {
        width: 77.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 122px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 29px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 11.5px;
        margin-left: 46rem;
        margin-top: -30px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -24px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -37rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 42px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 8px;
        max-width: 809px;
        width: 89%;
        height: 170px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -36.5rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: 30px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 6px;
        max-width: 810px;
        width: 89%;
        height: 180px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -37rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -37rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 115px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -315px;
        margin-top: -565px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 580px;
        margin-top: -480px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -270px;
        margin-top: -790px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -330px;
        margin-top: -550px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -310px;
        margin-top: -650px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 600px;
        margin-top: -440px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 620px;
        margin-top: -510px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 640px;
        margin-top: -580px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 22.3px;
        margin-left: 293px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 20.7px;
        margin-left: 282px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 20.7px;
        margin-left: 298px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 17.9px;
        margin-left: 316px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 1045px) {
    .vek-ist {
        width: 80.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 111px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 29px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 25.5px;
        margin-left: 36rem;
        margin-top: -11px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -24px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -34rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 42px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 8px;
        max-width: 809px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -34.5rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: 30px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 6px;
        max-width: 810px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -34.5rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 25px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -34.5rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 75px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -270px;
        margin-top: -565px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 620px;
        margin-top: -475px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -240px;
        margin-top: -760px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -280px;
        margin-top: -555px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -270px;
        margin-top: -600px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 650px;
        margin-top: -440px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 650px;
        margin-top: -460px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 640px;
        margin-top: -500px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 22.3px;
        margin-left: 293px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 20.7px;
        margin-left: 282px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 20.7px;
        margin-left: 298px;
        margin-top: -345px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 17.9px;
        margin-left: 316px;
        margin-top: -439px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 1024px) {
    .vek-ist {
        width: 76.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 117px;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 29px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 25.5px;
        margin-left: 36rem;
        margin-top: -11px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -24px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -34rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 42px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 8px;
        max-width: 809px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -34rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: 30px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 6px;
        max-width: 810px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -34rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -34rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 100px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -17rem;
        margin-top: -565px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 620px;
        margin-top: -475px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -240px;
        margin-top: -780px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -280px;
        margin-top: -560px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -260px;
        margin-top: -650px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 650px;
        margin-top: -440px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 650px;
        margin-top: -505px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 640px;
        margin-top: -540px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 22.3px;
        margin-left: 293px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 20.7px;
        margin-left: 282px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 20.7px;
        margin-left: 298px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 17.9px;
        margin-left: 316px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 991px) {
    .vek-ist {
        width: 80.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 29px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 11.5px;
        margin-left: 46rem;
        margin-top: -31px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -24px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -36.5rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 8px;
        max-width: 809px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -36.5rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 6px;
        max-width: 810px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -36.5rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 55px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -36.5rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 120px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -310px;
        margin-top: -570px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 480px;
        margin-top: -490px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -310px;
        margin-top: -790px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -310px;
        margin-top: -555px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -310px;
        margin-top: -650px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 680px;
        margin-top: -475px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 570px;
        margin-top: -520px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 620px;
        margin-top: -590px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 19.3px;
        margin-left: 292px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 17.7px;
        margin-left: 286px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 19.7px;
        margin-left: 292px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 16.9px;
        margin-left: 292px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 876px) {
    .vek-ist {
        width: 80.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 29px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 16px;
        margin-left: 32rem;
        margin-top: -31px;
    }

    .text-i {
        margin-left: 13rem;
        margin-top: -24px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -29rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 8px;
        max-width: 809px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -29.5rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-top: 6px;
        max-width: 810px;
        width: 89%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -29.5rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 55px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -29rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 120px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -200px;
        margin-top: -570px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 590px;
        margin-top: -490px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -195px;
        margin-top: -790px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -210px;
        margin-top: -555px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -200px;
        margin-top: -650px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 580px;
        margin-top: -475px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 570px;
        margin-top: -520px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 540px;
        margin-top: -555px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 19.3px;
        margin-left: 292px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 17.7px;
        margin-left: 286px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 19.7px;
        margin-left: 292px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 16.9px;
        margin-left: 292px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 834px) {
    .vek-ist {
        width: 80.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 22px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 20px;
        margin-left: 32.5rem;
        margin-top: -10px;
    }

    .text-i {
        margin-left: 10rem;
        margin-top: -27px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -27rem;
        margin-top: 30px;
        width: 202px;
        height: 254px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0.5rem;
        margin-top: 8px;
        max-width: 809px;
        width: 88%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
        margin-right: 0;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -27rem;
        margin-top: 30px;
        width: 201px;
        height: 284px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0.5rem;
        margin-top: 6px;
        max-width: 810px;
        width: 88%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
        margin-right: 0;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -27rem;
        margin-top: 15px;
        width: 222px;
        height: 306px;
        margin-bottom: 55px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -27rem;
        margin-top: 15px;
        width: 224px;
        height: 307px;
        margin-bottom: 120px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
        margin-right: 0;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -160px;
        margin-top: -570px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 610px;
        margin-top: -490px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -170px;
        margin-top: -790px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -170px;
        margin-top: -555px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -160px;
        margin-top: -650px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 560px;
        margin-top: -440px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 590px;
        margin-top: -520px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 490px;
        margin-top: -515px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 19.3px;
        margin-left: 292px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 17.7px;
        margin-left: 286px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 19.7px;
        margin-left: 292px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 16.9px;
        margin-left: 292px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 800px) {
    .vek-ist {
        width: 80.9%;
        height: 99px;
        margin-top: 100px;
        margin-left: 5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 18px;
        margin-left: 3rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 18px;
        margin-left: 26rem;
        margin-top: -32px;
    }

    .text-i {
        margin-left: 9rem;
        margin-top: -28px;
        font-size: 12.1px;
    }

    .text-i-1 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-2 {
        margin-left: 17rem;
        margin-top: 36px;
        font-size: 12.2px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 17rem;
        margin-top: 58px;
        font-size: 12.1px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 17rem;
        margin-top: 24px;
        font-size: 12.4px;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 12.3px;
        margin-top: -17px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.1px;
        margin-top: -34px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.4px;
        margin-top: 10px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.4px;
        margin-top: -36px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.3px;
        margin-top: -9px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.3px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.3px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.3px;
        margin-top: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.6px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.6px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.3px;
        margin-top: -33px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.3px;
        margin-top: -38px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.4px;
        margin-top: 15px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.4px;
        margin-top: -37px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.3px;
        margin-top: -3px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.6px;
        margin-top: -8px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.99px;
        margin-top: -19px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 13.3px;
        margin-top: -7px;
        margin-left: 3rem;
        margin-right: 3rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 11px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: 9px;
        width: 202px;
        height: 254px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 8px;
        max-width: 809px;
        width: 88%;
        height: 167px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: 6px;
        width: 201px;
        height: 284px;
        margin-bottom: -30px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 3rem;
        margin-right: 3rem;
        margin-top: 6px;
        max-width: 810px;
        width: 87%;
        height: 155px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: -6px;
        width: 222px;
        height: 306px;
        margin-bottom: 4px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: 1px;
        width: 224px;
        height: 307px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-right: 3rem;
        margin-left: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 167px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -145px;
        margin-top: -530px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist18 {
        border-radius: 0;
        margin-left: 615px;
        margin-top: -490px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -155px;
        margin-top: -735px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -155px;
        margin-top: -550px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -145px;
        margin-top: -620px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 440px;
        margin-top: -390px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 565px;
        margin-top: -470px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 500px;
        margin-top: -520px;
        width: 22px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 19.3px;
        margin-left: 292px;
        margin-top: -326px;
    }

    .cit-text-2 {
        font-size: 17.7px;
        margin-left: 286px;
        margin-top: -326px;
    }

    .cit-text-3 {
        font-size: 19.7px;
        margin-left: 292px;
        margin-top: -373px;
        margin-right: 77px;
    }

    .cit-text-4 {
        font-size: 16.9px;
        margin-left: 292px;
        margin-top: -455px;
        margin-right: 109px;
        margin-bottom: 65px;
    }
}

@media (max-width: 768px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: 38px;
        margin-left: 5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 17.5px;
        margin-left: 27rem;
        margin-top: -28px;
    }

    .text-i {
        margin-left: 7rem;
        margin-top: -29px;
        font-size: 12.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 12.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 12.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 12.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 12.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 12.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 13.7px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 12.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 12.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 12.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 12.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 12.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 12.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 12.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 12.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 12.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 12.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 12.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 12.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 12.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 12.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 12.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 12.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 12.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 12.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 12.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        width: 95%;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -31rem;
        margin-top: 9px;
        width: 157px;
        height: 219px;
        margin-bottom: 30px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 96%;
        height: 151px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -31rem;
        margin-top: 6px;
        width: 157px;
        height: 219px;
        margin-bottom: 15px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 96%;
        height: 151px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -31.5rem;
        margin-top: -6px;
        width: 165px;
        height: 224px;
        margin-bottom: 66px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -31.5rem;
        margin-top: 1px;
        width: 165px;
        height: 224px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 151px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        display: none;
    }

    .hist18 {
        display: none;
    }

    .hist17 {
        display: none;
    }

    .hist13 {
        display: none;
    }

    .hist14 {
        display: none;
    }

    .hist12 {
        display: none;
    }

    .hist16 {
        display: none;
    }

    .hist15 {
        display: none;
    }

    .cit-text {
        font-size: 21.3px;
        margin-left: 229px;
        margin-top: -290px;
        margin-bottom: 110px;
        color: #ffffff;
        font-weight: 300;
    }

    .cit-text-2 {
        font-size: 21.3px;
        margin-left: 274px;
        margin-top: -350px;
        margin-bottom: 90px;
        color: #ffffff;
        font-weight: 300;
    }

    .cit-text-3 {
        font-size: 21.3px;
        margin-left: 230px;
        margin-top: -325px;
        margin-right: 37px;
        margin-bottom: 90px;
        color: #ffffff;
        font-weight: 300;
    }

    .cit-text-4 {
        font-size: 17.6px;
        margin-left: 13rem;
        margin-top: -340px;
        margin-right: 42px;
        margin-bottom: 100px;
        color: #ffffff;
        font-weight: 300;
    }
}

@media (max-width: 753px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: 38px;
        margin-left: 5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 17.5px;
        margin-left: 32.5rem;
        margin-top: -25px;
    }

    .text-i {
        margin-left: 6.5rem;
        margin-top: -26px;
        font-size: 9.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 9.8px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 9.9px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 9.9px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 9.9px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 9.9px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 9.9px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 9.9px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 9.9px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 9.9px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -32.5rem;
        margin-top: 9px;
        width: 140px;
        height: 182px;
        margin-bottom: 65px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 95%;
        height: 130px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -32rem;
        margin-top: 6px;
        width: 140px;
        height: 182px;
        margin-bottom: 80px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 95%;
        height: 130px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -32rem;
        margin-top: -6px;
        width: 160px;
        height: 202px;
        margin-bottom: 100px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -32rem;
        margin-top: 1px;
        width: 165px;
        height: 224px;
        margin-bottom: 55px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 135px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        display: none;
    }

    .hist18 {
        display: none;
    }

    .hist17 {
        display: none;
    }

    .hist13 {
        display: none;
    }

    .hist14 {
        display: none;
    }

    .hist12 {
        display: none;
    }

    .hist16 {
        display: none;
    }

    .hist15 {
        display: none;
    }

    .cit-text {
        font-size: 17.3px;
        margin-left: 189px;
        margin-top: -238px;
        margin-bottom: 67px;
    }

    .cit-text-2 {
        font-size: 17.3px;
        margin-left: 176px;
        margin-top: -278px;
        margin-bottom: 58px;
    }

    .cit-text-3 {
        font-size: 17.3px;
        margin-left: 183px;
        margin-top: -313px;
        margin-right: 17px;
        margin-bottom: 66px;
    }

    .cit-text-4 {
        font-size: 14.6px;
        margin-left: 12rem;
        margin-top: -280px;
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: 38px;
        margin-left: 4rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 17.5px;
        margin-left: 24rem;
        margin-top: -25px;
    }

    .text-i {
        margin-left: 6.5rem;
        margin-top: -26px;
        font-size: 9.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 9.8px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 9.9px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 9.9px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 9.9px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 9.9px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 9.9px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 9.9px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 9.9px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 9.9px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: 9px;
        width: 140px;
        height: 182px;
        margin-bottom: 64px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 95%;
        height: 120px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: 6px;
        width: 140px;
        height: 182px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 95%;
        height: 120px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: -6px;
        width: 160px;
        height: 202px;
        margin-bottom: 100px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -25.5rem;
        margin-top: 1px;
        width: 165px;
        height: 224px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 120px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        display: none;
    }

    .hist17 {
        display: none;
    }

    .hist13 {
        display: none;
    }

    .hist14 {
        display: none;
    }

    .hist12 {
        display: none;
    }

    .hist16 {
        display: none;
    }

    .hist15 {
        display: none;
    }

    .cit-text {
        color: #ffffff;
        font-size: 17.3px;
        margin-left: 189px;
        margin-top: -238px;
        margin-bottom: 67px;
        font-weight: 300;
    }

    .cit-text-2 {
        font-size: 17.3px;
        margin-left: 176px;
        margin-top: -278px;
        margin-bottom: 58px;
    }

    .cit-text-3 {
        font-size: 17.3px;
        margin-left: 183px;
        margin-top: -313px;
        margin-right: 17px;
        margin-bottom: 66px;
    }

    .cit-text-4 {
        font-size: 14.6px;
        margin-left: 12rem;
        margin-top: -280px;
        margin-right: 10px;
    }
}

@media (max-width: 600px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: 38px;
        margin-left: 4rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 17.5px;
        margin-left: 24rem;
        margin-top: -10px;
    }

    .text-i {
        margin-left: 6.5rem;
        margin-top: -26px;
        font-size: 9.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 9.8px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 9.9px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 9.9px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 9.9px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 9.9px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 9.9px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 9.9px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 9.9px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 9.9px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -23.6rem;
        margin-top: 9px;
        width: 140px;
        height: 182px;
        margin-bottom: 64px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 95%;
        height: 109px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -23.5rem;
        margin-top: 6px;
        width: 140px;
        height: 182px;
        margin-bottom: 45px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 95%;
        height: 120px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -23.5rem;
        margin-top: -6px;
        width: 160px;
        height: 202px;
        margin-bottom: 80px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -23rem;
        margin-top: 1px;
        width: 165px;
        height: 224px;
        margin-bottom: 25px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 125px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        display: none;
    }

    .hist17 {
        display: none;
    }

    .hist13 {
        display: none;
    }

    .hist14 {
        display: none;
    }

    .hist12 {
        display: none;
    }

    .hist16 {
        display: none;
    }

    .hist15 {
        display: none;
    }

    .cit-text {
        font-size: 17.3px;
        margin-left: 189px;
        margin-top: -238px;
        margin-bottom: 67px;
    }

    .cit-text-2 {
        font-size: 17.3px;
        margin-left: 176px;
        margin-top: -278px;
        margin-bottom: 58px;
    }

    .cit-text-3 {
        font-size: 17.3px;
        margin-left: 183px;
        margin-top: -313px;
        margin-right: 17px;
        margin-bottom: 66px;
    }

    .cit-text-4 {
        font-size: 14.6px;
        margin-left: 12rem;
        margin-top: -280px;
        margin-right: 10px;
    }
}

@media (max-width: 540px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: 38px;
        margin-left: 3.5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 17.5px;
        margin-left: 19rem;
        margin-top: -25px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -14px;
        font-size: 9.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 9.8px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 9.9px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 9.9px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 9.9px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 9.9px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 9.9px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 9.9px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 9.9px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 9.9px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        width: 94%;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -20rem;
        margin-top: 9px;
        width: 140px;
        height: 182px;
        margin-bottom: 50px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 94%;
        height: 109px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -20rem;
        margin-top: 6px;
        width: 140px;
        height: 182px;
        margin-bottom: 0;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 94%;
        height: 109px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -20rem;
        margin-top: -6px;
        width: 160px;
        height: 202px;
        margin-bottom: 79px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -19.5rem;
        margin-top: 1px;
        width: 165px;
        height: 224px;
        margin-bottom: 9px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 109px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        display: none;
    }

    .hist17 {
        display: none;
    }

    .hist13 {
        display: none;
    }

    .hist14 {
        display: none;
    }

    .hist12 {
        display: none;
    }

    .hist16 {
        display: none;
    }

    .hist15 {
        display: none;
    }

    .cit-text {
        font-size: 17.3px;
        margin-left: 170px;
        margin-top: -238px;
        margin-bottom: 67px;
    }

    .cit-text-2 {
        font-size: 17.3px;
        margin-left: 176px;
        margin-top: -278px;
        margin-bottom: 58px;
    }

    .cit-text-3 {
        font-size: 17.3px;
        margin-left: 183px;
        margin-top: -313px;
        margin-right: 17px;
        margin-bottom: 66px;
    }

    .cit-text-4 {
        font-size: 14.6px;
        margin-left: 12rem;
        margin-top: -280px;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .vek-ist {
        width: 82.9%;
        height: 99px;
        margin-top: 5px;
        margin-left: 2.5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 17.5px;
        margin-left: 17rem;
        margin-top: -14px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -14px;
        font-size: 9.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: -50px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: -20px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 9.9px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 9.8px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 9.9px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 9.9px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 9.9px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 9.9px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 9.9px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 9.9px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 9.9px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 9.9px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 9.9px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 9.9px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 9.9px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 9.9px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 9.9px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -16.5rem;
        margin-top: 9px;
        width: 140px;
        height: 182px;
        margin-bottom: 64px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 94%;
        height: 109px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -17rem;
        margin-top: 6px;
        width: 140px;
        height: 182px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 94%;
        height: 109px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -16.5rem;
        margin-top: -6px;
        width: 160px;
        height: 202px;
        margin-bottom: 100px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -16rem;
        margin-top: 1px;
        width: 165px;
        height: 224px;
        margin-bottom: 40px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 109px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        display: none;
    }

    .hist17 {
        display: none;
    }

    .hist13 {
        display: none;
    }

    .hist14 {
        display: none;
    }

    .hist12 {
        display: none;
    }

    .hist16 {
        display: none;
    }

    .hist15 {
        display: none;
    }

    .cit-text {
        font-size: 17.3px;
        margin-left: 165px;
        margin-top: -272px;
        margin-bottom: 67px;
        padding-right: 1rem;
    }

    .cit-text-2 {
        font-size: 17.3px;
        margin-left: 155px;
        margin-top: -300px;
        margin-bottom: 110px;
        margin-right: auto;
    }

    .cit-text-3 {
        font-size: 17.3px;
        margin-left: 155px;
        margin-top: -300px;
        margin-right: 17px;
        margin-bottom: 80px;
    }

    .cit-text-4 {
        font-size: 14.6px;
        margin-left: 153px;
        margin-top: -305px;
        margin-right: 10px;
        margin-bottom: 45px;
    }
}

@media (max-width: 430px) {
    .hist3 {
        border-radius: 0;
        margin-left: -13.5rem;
        margin-top: 9px;
        width: 140px;
        height: 182px;
        margin-bottom: 64px;
        text-indent: 30px;
    }

    .hist5 {
        margin-left: -14rem;
    }

    .hist7 {
        margin-left: -14rem;
    }

    .hist9 {
        margin-left: -14rem;
    }
}

@media (max-width: 443px) {
    .un-text {
        display: flex;
        font-size: 8.5px;
        margin-left: 19rem;
        margin-top: -28px;
    }
}

@media (max-width: 428px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 2.7rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 16.5px;
        margin-left: 14rem;
        margin-top: -13px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        width: 91%;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -16rem;
        margin-top: 17px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 92%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -16rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 92%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -16rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -16rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 87px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 12.3px;
        margin-left: 117px;
        margin-top: -158px;
    }

    .cit-text-2 {
        font-size: 12.3px;
        margin-left: 122px;
        margin-top: -185px;
        margin-right: 1rem;
    }

    .cit-text-3 {
        font-size: 12.3px;
        margin-left: 143px;
        margin-top: -209px;
        margin-right: 37px;
        margin-bottom: 45px;
    }

    .cit-text-4 {
        font-size: 11.6px;
        margin-left: 8rem;
        margin-top: -220px;
        margin-right: 8px;
        margin-bottom: 45px;
    }
}

@media (max-width: 414px) {
    .vek-ist {
        width: 79.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 2.5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 16.5px;
        margin-left: 13rem;
        margin-top: -13px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: 17px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 91%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 92%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -15rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 87px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 12.3px;
        margin-left: 117px;
        margin-top: -166px;
    }

    .cit-text-2 {
        font-size: 12.3px;
        margin-left: 114px;
        margin-top: -186px;
    }

    .cit-text-3 {
        font-size: 12.3px;
        margin-left: 143px;
        margin-top: -209px;
        margin-right: 37px;
    }

    .cit-text-4 {
        font-size: 11.6px;
        margin-left: 8rem;
        margin-top: -220px;
        margin-right: 8px;
    }
}

@media (max-width: 393px) {
    .vek-ist {
        width: 79.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 2.5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 16.5px;
        margin-left: 12rem;
        margin-top: -13px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -14rem;
        margin-top: 17px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 91%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -14rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 92%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -14rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -14rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 87px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 12.3px;
        margin-left: 117px;
        margin-top: -166px;
    }

    .cit-text-2 {
        font-size: 12.3px;
        margin-left: 114px;
        margin-top: -186px;
    }

    .cit-text-3 {
        font-size: 12.3px;
        margin-left: 143px;
        margin-top: -209px;
        margin-right: 37px;
    }

    .cit-text-4 {
        font-size: 11.6px;
        margin-left: 8rem;
        margin-top: -220px;
        margin-right: 8px;
    }
}

@media (max-width: 390px) {
    .vek-ist {
        width: 79.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 2.5rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 16.5px;
        margin-left: 3.5rem;
        margin-top: -26px;
    }

    @media (max-width: 384px) {
        .un-text {
            display: flex;
            font-size: 16.5px;
            margin-left: 8.5rem;
            margin-top: -23px;
        }
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: 24px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -13.5rem;
        margin-top: 17px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 91%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -13.5rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 92%;
        height: 87px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -13.5rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -13.5rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 87px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 12.3px;
        margin-left: 117px;
        margin-top: -166px;
    }

    .cit-text-2 {
        font-size: 12.3px;
        margin-left: 114px;
        margin-top: -186px;
    }

    .cit-text-3 {
        font-size: 12.3px;
        margin-left: 143px;
        margin-top: -209px;
        margin-right: 37px;
    }

    .cit-text-4 {
        font-size: 11.6px;
        margin-left: 8rem;
        margin-top: -220px;
        margin-right: 8px;
    }
}

@media (max-width: 375px) {
    .vek-ist {
        margin-left: 2.3rem;
    }

    .un-text {
        display: flex;
        font-size: 13.5px;
        margin-left: 3.5rem;
        margin-top: -26px;
    }

    .hist3 {
        margin-left: -13rem;
    }

    .hist5 {
        margin-left: -13rem;
    }

    .hist6 {
        width: 91%;
    }

    .hist7 {
        margin-left: -13rem;
        margin-bottom: 20px;
    }

    .hist9 {
        margin-left: -13rem;
        margin-bottom: 20px;
    }

    .text-i-2 {
        margin-top: -25px;
    }

    .text-i-1 {
        margin-top: -25px;
    }

    .text-i-3 {
        margin-top: -25px;
    }

    .text-i-4 {
        margin-top: -43px;
    }
}

@media (max-width: 360px) {
    .vek-ist {
        margin-left: 2.3rem;
    }

    .un-text {
        display: flex;
        font-size: 16.5px;
        margin-left: 8.5rem;
        margin-top: -25px;
    }

    .hist3 {
        margin-left: -12.5rem;
    }

    .hist5 {
        margin-left: -12.5rem;
    }

    .hist6 {
        width: 91%;
    }

    .hist7 {
        margin-left: -12.5rem;
        margin-bottom: 20px;
    }

    .hist9 {
        margin-left: -12.5rem;
        margin-bottom: 20px;
    }

    .text-i-2 {
        margin-top: -25px;
    }

    .text-i-1 {
        margin-top: -25px;
    }

    .text-i-3 {
        margin-top: -25px;
    }

    .text-i-4 {
        margin-top: -43px;
    }
}

@media (max-width: 320px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 2.2rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 13.5px;
        margin-left: 8.5rem;
        margin-top: -27px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: -45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: -26px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: -46px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        width: 89%;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -10rem;
        margin-top: 17px;
        width: 90px;
        height: 117px;
        margin-bottom: -40px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 89%;
        height: 71px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -10rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: -45px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 89%;
        height: 71px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -10rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: -35px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -10rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 30px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 71px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 13.3px;
        margin-left: 119px;
        margin-top: -148px;
    }

    .cit-text-2 {
        font-size: 12.3px;
        margin-left: 123px;
        margin-top: -159px;
    }

    .cit-text-3 {
        font-size: 11.3px;
        margin-left: 120px;
        margin-top: -163px;
        margin-right: 27px;
    }

    .cit-text-4 {
        font-size: 9.6px;
        margin-left: 7.5rem;
        margin-top: -220px;
        margin-right: 8px;
    }
}

@media (max-width: 280px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 2.2rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 12.5px;
        margin-left: 8.5rem;
        margin-top: -11px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: -26px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: -46px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -7.5rem;
        margin-top: 4px;
        width: 90px;
        height: 117px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 90%;
        height: 58px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -7.5rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: -61px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 90%;
        height: 58px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -7.5rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: -40px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -7.5rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 58px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 9.3px;
        margin-left: 119px;
        margin-top: -148px;
        margin-bottom: 2px;
    }

    .cit-text-2 {
        font-size: 9.3px;
        margin-left: 117px;
        margin-top: -120px;
        margin-bottom: 26px;
    }

    .cit-text-3 {
        font-size: 9.3px;
        margin-left: 120px;
        margin-top: -156px;
        margin-right: 27px;
    }

    .cit-text-4 {
        font-size: 8.6px;
        margin-left: 7.5rem;
        margin-top: -220px;
        margin-right: 8px;
    }
}

@media (max-width: 280px) {
    .vek-ist {
        width: 78.9%;
        height: 99px;
        margin-top: -9px;
        margin-left: 1.8rem;
        border-radius: 0;
    }

    .ist-text {
        display: flex;
        font-size: 16px;
        margin-left: 1rem;
        margin-top: -74px;
    }

    .un-text {
        display: flex;
        font-size: 12.5px;
        margin-left: 6rem;
        margin-top: -11px;
    }

    .text-i {
        margin-left: 1rem;
        margin-top: -13px;
        font-size: 10.7px;
        margin-right: 1rem;
    }

    .text-i-1 {
        margin-left: 1rem;
        margin-top: 45px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 6px;
    }

    .text-i-2 {
        margin-left: 1rem;
        margin-top: 35px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-3 {
        margin-left: 1rem;
        margin-top: -26px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .text-i-4 {
        margin-left: 1rem;
        margin-top: -46px;
        font-size: 10.7px;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 5px;
    }

    .history-text {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-1 {
        font-size: 10px;
        margin-top: -17px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        text-indent: 17px;
    }

    .history-text-2 {
        font-size: 10.7px;
        margin-top: -34px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-3 {
        font-size: 10.7px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-4 {
        font-size: 10.7px;
        margin-top: -36px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
    }

    .history-text-5 {
        font-size: 10.7px;
        margin-top: -9px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-6 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-7 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-8 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-9 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 10px;
    }

    .history-text-10 {
        font-size: 10.7px;
        margin-top: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-11 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-12 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-13 {
        font-size: 10.7px;
        margin-top: -33px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-14 {
        font-size: 10.7px;
        margin-top: -38px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-15 {
        font-size: 10.7px;
        margin-top: 15px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-16 {
        font-size: 10.7px;
        margin-top: -37px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 13px;
    }

    .history-text-17 {
        font-size: 10.7px;
        margin-top: -3px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-18 {
        font-size: 10.7px;
        margin-top: -8px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 33px;
    }

    .history-text-19 {
        font-size: 10.7px;
        margin-top: -19px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: 21px;
    }

    .history-text-20 {
        font-size: 10.7px;
        margin-top: -7px;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: justify;
        margin-bottom: -162px;
    }

    .hist1 {
        border-radius: 0 0 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
        max-width: 1098px;
        max-height: 521px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist2 {
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: -19px;
        max-width: 807px;
        max-height: 566px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist3 {
        border-radius: 0;
        margin-left: -7.5rem;
        margin-top: 4px;
        width: 90px;
        height: 117px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist4 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 8px;
        max-width: 809px;
        width: 90%;
        height: 50px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist5 {
        border-radius: 0;
        margin-left: -7.5rem;
        margin-top: 6px;
        width: 90px;
        height: 117px;
        margin-bottom: -50px;
        text-indent: 30px;
    }

    .hist6 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: -1px;
        max-width: 810px;
        width: 87%;
        height: 50px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist7 {
        border-radius: 0;
        margin-left: -8rem;
        margin-top: -6px;
        width: 99px;
        height: 129px;
        margin-bottom: -5px;
        text-indent: 30px;
    }

    .hist8 {
        border-radius: 0;
        margin-left: 5px;
        margin-top: 9px;
        width: 1132px;
        height: 267px;
        margin-bottom: 10px;
        text-indent: 30px;
    }

    .hist9 {
        border-radius: 0;
        margin-left: -8rem;
        margin-top: 1px;
        width: 99px;
        height: 129px;
        margin-bottom: 70px;
        text-indent: 30px;
    }

    .hist10 {
        border-radius: 0;
        margin-left: 0rem;
        margin-right: 0rem;
        margin-top: 16px;
        max-width: 811px;
        width: 100%;
        height: 50px;
        margin-bottom: -6px;
        text-indent: 30px;
    }

    .hist11 {
        border-radius: 0;
        margin-left: -82px;
        margin-top: -235px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist17 {
        border-radius: 0;
        margin-left: -96px;
        margin-top: -301px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist13 {
        border-radius: 0;
        margin-left: -85px;
        margin-top: -267px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist14 {
        border-radius: 0;
        margin-left: -81px;
        margin-top: -296px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist12 {
        border-radius: 0;
        margin-left: 268px;
        margin-top: -144px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist16 {
        border-radius: 0;
        margin-left: 238px;
        margin-top: -187px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .hist15 {
        border-radius: 0;
        margin-left: 276px;
        margin-top: -133px;
        width: 12px;
        margin-bottom: 5px;
        text-indent: 30px;
    }

    .cit-text {
        font-size: 9.3px;
        margin-left: 115px;
        margin-top: -158px;
        margin-bottom: 2px;
    }

    .cit-text-2 {
        font-size: 9.3px;
        margin-left: 117px;
        margin-top: -140px;
        margin-bottom: 26px;
    }

    .cit-text-3 {
        font-size: 8.3px;
        margin-left: 113px;
        margin-top: -144px;
        margin-right: 6px;
    }

    .cit-text-4 {
        font-size: 6.6px;
        margin-left: 7.5rem;
        margin-top: -210px;
        margin-right: 8px;
    }
}

.back-container-history-white {
    max-width: 1353px;
    background-color: #F3F1EE;
    border-radius: 30px;
    margin-left: auto;
    margin-top: -7px;
    z-index: 0;
    margin-right: auto;
    width: 85%;
    margin-bottom: 320px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1600px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 30px;
        margin-left: 7.5rem;
        margin-top: -1rem;
        margin-right: auto;
        width: 83.5%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1400px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -1rem;
        margin-right: auto;
        width: 82.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1200px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: 6.3rem;
        margin-top: -1rem;
        margin-right: auto;
        width: 82.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -1rem;
        margin-right: auto;
        width: 82.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 991px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: 3rem;
        margin-top: -1rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: 2.5rem;
        margin-top: -2rem;
        margin-right: auto;
        width: 89.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 753px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -2rem;
        margin-right: auto;
        width: 91.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -2rem;
        margin-right: auto;
        width: 91.3%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 320px) {
    .back-container-history-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 15px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 87.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}


/* ========================================================================== */
/* End History RGUK */
/* ========================================================================== */

#slider_bl #slide1:checked ~ .slider-wrapper article:nth-child(1) .info,
#slider_bl #slide2:checked ~ .slider-wrapper article:nth-child(2) .info,
#slider_bl #slide3:checked ~ .slider-wrapper article:nth-child(3) .info,
#slider_bl #slide4:checked ~ .slider-wrapper article:nth-child(4) .info,
#slider_bl #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
    opacity: 1
}

#slider_bl #slide1:checked ~ .slider-wrapper .inner {
    margin-left: 0
}

#slider_bl #slide2:checked ~ .slider-wrapper .inner {
    margin-left: -100%
}

#slider_bl #slide3:checked ~ .slider-wrapper .inner {
    margin-left: -200%
}

#slider_bl #slide4:checked ~ .slider-wrapper .inner {
    margin-left: -300%
}

#slider_bl #slide5:checked ~ .slider-wrapper .inner {
    margin-left: -400%
}

@media only screen and (max-width: 850px) and (min-width: 450px) {
    #slider_bl .slider-wrapper {
        border-radius: 0
    }
}

@media only screen and (max-width: 450px) {
    #slider_bl .slider-wrapper {
        border-radius: 0
    }

    #slider_bl .slider-wrapper .info {
        opacity: 0
    }
}

@media only screen and (min-width: 850px) {
    #slider_bl body {
        padding: 0 80px
    }
}

.wrapper {
    max-width: 100px;
    margin: 0 auto;
    max-height: 800px;
}

.slider {
    border-raduis: 30px;
    z-index: 1;
    display: inline-block;
    margin-top: -582px;
}

.slider-events {
    border-raduis: 30px;
    z-index: 1;
    display: inline-block;
    margin-top: -582px;
}

.slider .slider__item {
    display: inline-block;
    text-align: center;
    transition: 0.2s;
    margin: 20px 28px;
    display: block;
    height: 370px;
    width: 298px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
    background-image: linear-gradient(#828282, #ffffff, #ffffff);
}

.slider-events .slider__item {
    display: inline-block;
    text-align: center;
    transition: 0.2s;
    margin: 17px 28px;
    display: block;
    height: 370px;
    width: 298px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
    background-image: linear-gradient(#828282, #ffffff, #ffffff);
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 50px 28px;
        display: block;
        height: 392px;
        width: 298px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider-events .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 50px 28px;
        display: block;
        height: 392px;
        width: 298px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 41px 48px;
        display: block;
        height: 366px;
        margin-bottom: 0;
        width: 301px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .slider-events .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 41px 48px;
        display: block;
        height: 366px;
        width: 301px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: 32px;
        margin-left: 92px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 73px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: -152px;
        margin-left: 170px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 73px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: -152px;
        margin-left: 170px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .slider-events .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 99px 51px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: -107px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 99px 16px;
        display: block;
        height: 350px;
        margin-bottom: 0;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 79px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .slider-events .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 99px 16px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: -112px;
        margin-left: 115px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 303px;
        border-radius: 22px;
        width: 257px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 19px;
        margin-left: 7.5%;
        font-size: 12px;
        width: 100px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .slider-events .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 303px;
        border-radius: 22px;
        width: 257px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: 19px;
        margin-left: 7.5%;
        font-size: 12px;
        width: 100px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 16px;
        display: block;
        height: 246px;
        border-radius: 20px;
        width: 222px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: -380px;
        margin-left: 61px;
        font-size: 13px;
    }

    .btn-all {
        margin-top: 17px;
        margin-left: 61px;
        font-size: 13px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 12px;
        margin-bottom: 215px;
        margin-left: 37px;
        font-size: 10px;
        width: 87px;
    }

    .btn-all {
        margin-top: 17px;
        margin-left: 61px;
        font-size: 10px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 282px 6px;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 11px;
        margin-bottom: 215px;
        margin-left: 57px;
        font-size: 10px;
        width: 87px;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 11px;
        margin-left: 57px;
        font-size: 10px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
    }
}

@media (max-width: 767px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 51px;
        margin-bottom: 215px;
        margin-left: 75px;
        font-size: 10px;
        width: 87px;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 51px;
        margin-left: 75px;
        font-size: 10px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
    }
}

@media (max-width: 740px) and (min-width: 700px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 42px;
        margin-left: 88px;
    }

    .btn-all {
        margin-top: 42px;
        margin-left: 88px;
    }
}

@media (max-width: 700px) and (min-width: 650px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 42px;
        margin-left: 69px;
    }

    .btn-all {
        margin-top: 25px;
        margin-left: 55px;
    }
}

@media (max-width: 650px) and (min-width: 530px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 42px;
        margin-left: 69px;
    }

    .btn-all {
        margin-top: 20px;
        margin-left: 58px;
    }
}

@media (max-width: 600px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 12px;
        margin-bottom: 215px;
        margin-left: 38px;
        font-size: 10px;
        width: 87px;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 11px;
        margin-left: 53px;
        font-size: 10px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
    }
}

@media (max-width: 580px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 12px;
        margin-bottom: 215px;
        margin-left: 38px;
        font-size: 10px;
        width: 87px;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 11px;
        margin-left: 41px;
        font-size: 10px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
    }
}

@media (max-width: 560px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 135px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 12px;
        margin-bottom: 215px;
        margin-left: 38px;
        font-size: 10px;
        width: 87px;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 11px;
        margin-left: 41px;
        font-size: 10px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
    }
}

@media (max-width: 549px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 135px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 12px;
        margin-bottom: 215px;
        margin-left: 38px;
        font-size: 10px;
        width: 87px;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 11px;
        margin-left: 92px;
        font-size: 10px;
        width: 100px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 23px;
    }
}

@media (max-width: 500px) and (min-width: 428px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 147px;
        border-radius: 10px;
        width: 130px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 51px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 7px;
        margin-left: 75px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 64px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: -5px;
        margin-left: 76px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 479px) and (min-width: 450px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 142px;
        border-radius: 10px;
        width: 120px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 51px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: -9px;
        margin-left: 75px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 450px) and (min-width: 430px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 51px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 23px;
        margin-left: 81px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 430px) and (min-width: 414px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 24px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 51px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 12px;
        margin-left: 67px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 414px) and (min-width: 390px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 13px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 51px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 9px;
        margin-left: 60px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 390px) and (min-width: 280px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 13px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 51px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: 2px;
        margin-left: 50px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 360px) and (min-width: 320px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 13px;
        display: block;
        height: 97px;
        border-radius: 10px;
        width: 85px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 0;
        margin-bottom: 149px;
        margin-left: 54px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: -2px;
        margin-left: 50px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 320px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 90px;
        border-radius: 10px;
        width: 80px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 34px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: -19px;
        margin-left: 52px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

@media (max-width: 300px) {
    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 90px;
        border-radius: 10px;
        width: 80px;
        margin-bottom: 0;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        margin-top: 3px;
        margin-bottom: 149px;
        margin-left: 34px;
        font-size: 8px;
        width: 82px;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .btn-all {
        margin-top: -19px;
        margin-left: 46px;
        font-size: 8px;
        width: 93px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        padding-bottom: 0;
        height: 18px;
    }
}

.slider .slider__item_events {
    display: inline-block;
    text-align: center;
    transition: 0.2s;
    margin: 17px 28px;
    display: block;
    height: 370px;
    width: 298px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
    background-image: linear-gradient(#828282, #ffffff, #ffffff);
}

.slider-events .slider__item_events {
    display: inline-block;
    text-align: center;
    transition: 0.2s;
    margin: 20px 28px;
    display: block;
    height: 370px;
    width: 298px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
    background-image: linear-gradient(#828282, #ffffff, #ffffff);
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 50px 28px;
        display: block;
        height: 392px;
        width: 298px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 50px 28px;
        display: block;
        height: 392px;
        width: 298px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .slider .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 17px 48px;
        display: block;
        height: 366px;
        width: 301px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1700px) and (min-width: 769px) {
    .btn {
        margin-top: 50px;
        margin-left: 169px;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .btn {
        margin-top: -114px;
        margin-left: 118px;
    }
}

@media (max-width: 1600px) and (min-width: 1550px) {
    .btn {
        margin-top: -154px;
        margin-left: 169px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .btn {
        margin-top: -57px;
        margin-left: 115px;
    }
}

@media (max-width: 1550px) and (min-width: 1536px) {
    .btn {
        margin-top: -172px;
        margin-left: 152px;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .btn {
        margin-top: -174px;
        margin-left: 140px;
    }
}

@media (max-width: 1500px) and (min-width: 1450px) {
    .btn {
        margin-top: -179px;
        margin-left: 126px;
    }
}

@media (max-width: 1450px) and (min-width: 1440px) {
    .btn {
        margin-top: -192px;
        margin-left: 100px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .btn {
        margin-top: -199px;
        margin-left: 92px;
    }
}

@media (max-width: 1400px) and (min-width: 1399px) {
    .btn {
        margin-top: -205px;
        margin-left: 165px;
    }
}

@media (max-width: 1399px) and (min-width: 1367px) {
    .btn {
        margin-top: 73px;
        margin-left: 165px;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .btn {
        margin-top: 60px;
        margin-left: 145px;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .btn {
        margin-top: 57px;
        margin-left: 148px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .btn {
        margin-top: 43px;
        margin-left: 133px;
    }
}

@media (max-width: 1280px) and (min-width: 1250px) {
    .btn {
        margin-top: 41px;
        margin-left: 126px;
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .btn {
        margin-top: 30px;
        margin-left: 120px;
    }
}

@media (max-width: 1200px) and (min-width: 1150px) {
    .btn {
        margin-top: 80px;
        margin-left: 130px;
    }
}

@media (max-width: 1150px) and (min-width: 1100px) {
    .btn {
        margin-top: 66px;
        margin-left: 118px;
    }
}

@media (max-width: 1100px) and (min-width: 1050px) {
    .btn {
        margin-top: 52px;
        margin-left: 104px;
    }
}

@media (max-width: 1050px) and (min-width: 1024px) {
    .btn {
        margin-top: 39px;
        margin-left: 92px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .btn {
        margin-top: 28px;
        margin-left: 78px;
    }
}

@media (max-width: 1000px) and (min-width: 950px) {
    .btn {
        margin-top: 67px;
        margin-left: 122px;
    }
}

@media (max-width: 950px) and (min-width: 900px) {
    .btn {
        margin-top: 44px;
        margin-left: 98px;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .btn {
        margin-top: 40px;
        margin-left: 97px;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .btn {
        margin-top: 28px;
        margin-left: 86px;
    }
}

@media (max-width: 850px) and (min-width: 834px) {
    .btn {
        margin-top: 26px;
        margin-left: 86px;
    }
}

@media (max-width: 844px) and (min-width: 834px) {
    .btn {
        margin-top: 26px;
        margin-left: 83px;
    }
}

@media (max-width: 834px) and (min-width: 800px) {
    .btn {
        margin-top: 19px;
        margin-left: 75px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .btn {
        margin-top: 16px;
        margin-left: 75px;
    }
}

@media (max-width: 812px) and (min-width: 810px) {
    .btn {
        margin-top: 16px;
        margin-left: 71px;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .btn {
        margin-top: 11px;
        margin-left: 70px;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .btn {
        margin-top: 13px;
        margin-left: 68px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .btn {
        margin-top: 7px;
        margin-left: 61px;
    }
}

@media (max-width: 768px) and (min-width: 760px) {
    .btn {
        margin-top: 7px;
        margin-left: 57px;
    }
}

@media (max-width: 712px) {
    .btn {
        margin-top: 24px;
        margin-left: 52px;
    }
}

@media (max-width: 667px) {
    .btn {
        margin-top: 34px;
        margin-left: 63px;
    }
}

@media (max-width: 650px) {
    .btn {
        margin-top: 21px;
        margin-left: 55px;
    }
}

@media (max-width: 600px) {
    .btn {
        margin-top: 8px;
        margin-left: 52px;
    }
}

@media (max-width: 580px) {
    .btn {
        margin-top: 8px;
        margin-left: 42px;
    }
}

@media (max-width: 568px) {
    .btn {
        margin-top: 8px;
        margin-left: 38px;
    }
}

@media (max-width: 549px) {
    .btn {
        margin-top: 8px;
        margin-left: 90px;
    }
}

@media (max-width: 520px) {
    .btn {
        margin-top: 8px;
        margin-left: 84px;
    }
}

@media (max-width: 500px) {
    .btn {
        margin-top: 8px;
        margin-left: 74px;
    }
}

@media (max-width: 480px) {
    .btn {
        margin-top: 8px;
        margin-left: 64px;
    }
}

@media (max-width: 480px) and (min-width: 478px) {
    .btn {
        margin-top: 0;
        margin-left: 77px;
    }
}

@media (max-width: 478px) {
    .btn {
        margin-top: -1px;
        margin-left: 75px;
    }
}

@media (max-width: 450px) {
    .btn {
        margin-top: 21px;
        margin-left: 80px;
    }
}

@media (max-width: 430px) {
    .btn {
        margin-top: 16px;
        margin-left: 67px;
    }
}

@media (max-width: 415px) {
    .btn {
        margin-top: 9px;
        margin-left: 66px;
    }
}

@media (max-width: 400px) {
    .btn {
        margin-top: 8px;
        margin-left: 55px;
    }
}

@media (max-width: 390px) {
    .btn {
        margin-top: 6px;
        margin-left: 59px;
    }
}

@media (max-width: 384px) {
    .btn {
        margin-top: 6px;
        margin-left: 56px;
    }
}

@media (max-width: 376px) {
    .btn {
        margin-top: 4px;
        margin-left: 54px;
    }
}

@media (max-width: 360px) {
    .btn {
        margin-top: 0;
        margin-left: 54px;
    }
}

@media (max-width: 320px) {
    .btn {
        margin-top: -6px;
        margin-left: 52px;
    }
}

@media (max-width: 300px) {
    .btn {
        margin-top: -6px;
        margin-left: 45px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 217px 22px;
        display: block;
        height: 246px;
        border-radius: 20px;
        width: 222px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 5px;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 767px) and (min-width: 560px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 5px;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 148px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 560px) and (min-width: 520px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 5px;
        display: block;
        height: 156px;
        border-radius: 20px;
        width: 135px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 520px) and (min-width: 515px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 5px;
        display: block;
        height: 147px;
        border-radius: 10px;
        width: 130px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 515px) and (min-width: 478px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 147px;
        border-radius: 10px;
        width: 130px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 142px;
        border-radius: 10px;
        width: 120px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .slider .slider__item {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 142px;
        border-radius: 10px;
        width: 120px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 478px) and (min-width: 450px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 142px;
        border-radius: 10px;
        width: 120px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 450px) and (min-width: 430px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 9px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 430px) and (min-width: 414px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 24px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 414px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 13px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 390px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 13px;
        display: block;
        height: 100px;
        border-radius: 10px;
        width: 100px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 360px) and (min-width: 320px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 13px;
        display: block;
        height: 97px;
        border-radius: 10px;
        width: 87px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 320px) and (min-width: 280px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 90px;
        border-radius: 10px;
        width: 80px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 280px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 90px;
        border-radius: 10px;
        width: 80px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        margin-bottom: 0;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 17px 48px;
        display: block;
        height: 366px;
        width: 301px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: -139px;
        margin-left: 131px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .slider .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 45px 51px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 77px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: -154px;
        margin-left: 166px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 45px 16px;
        display: block;
        height: 350px;
        width: 312px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: -110px;
        margin-left: 125px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .slider .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 27px;
        display: block;
        height: 303px;
        border-radius: 22px;
        width: 257px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn {
        font-size: 12px;
        width: 100px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 303px;
        border-radius: 22px;
        width: 257px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 10%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }

    .btn-all {
        margin-top: 19px;
        margin-left: 7.5%;
        font-size: 12px;
        width: 134px;
    }
}

@media (max-width: 1550px) and (min-width: 1536px) {
    .btn-all {
        margin-top: -170px;
        margin-left: 154px;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .btn-all {
        margin-top: -174px;
        margin-left: 140px;
    }
}

@media (max-width: 1500px) and (min-width: 1440px) {
    .btn-all {
        margin-top: -178px;
        margin-left: 128px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .btn-all {
        margin-top: -199px;
        margin-left: 90px;
    }
}

@media (max-width: 1400px) and (min-width: 1399px) {
    .btn-all {
        margin-top: -206px;
        margin-left: 156px;
    }
}

@media (max-width: 1399px) and (min-width: 1367px) {
    .btn-all {
        margin-top: 73px;
        margin-left: 156px;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .btn-all {
        margin-top: 61px;
        margin-left: 140px;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .btn-all {
        margin-top: 57px;
        margin-left: 142px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .btn-all {
        margin-top: 43px;
        margin-left: 130px;
    }
}

@media (max-width: 1280px) and (min-width: 1250px) {
    .btn-all {
        margin-top: 41px;
        margin-left: 124px;
    }
}

@media (max-width: 1250px) and (min-width: 1200px) {
    .btn-all {
        margin-top: 29px;
        margin-left: 9.2%;
    }
}

@media (max-width: 1200px) and (min-width: 1150px) {
    .btn-all {
        margin-top: 78px;
        margin-left: 10.3%;
    }
}

@media (max-width: 1150px) and (min-width: 1100px) {
    .btn-all {
        margin-top: 65px;
        margin-left: 9.7%;
    }
}

@media (max-width: 1100px) and (min-width: 1050px) {
    .btn-all {
        margin-top: 53px;
        margin-left: 9%;
    }
}

@media (max-width: 1050px) and (min-width: 1024px) {
    .btn-all {
        margin-top: 37px;
        margin-left: 8.7%;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .btn-all {
        margin-top: 27px;
        margin-left: 7.4%;
    }
}

@media (max-width: 1000px) and (min-width: 950px) {
    .btn-all {
        margin-top: 65px;
        margin-left: 11.4%;
    }
}

@media (max-width: 950px) and (min-width: 900px) {
    .btn-all {
        margin-top: 53px;
        margin-left: 11%;
    }
}

@media (max-width: 915px) and (min-width: 900px) {
    .btn-all {
        margin-top: 45px;
        margin-left: 9.7%;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .btn-all {
        margin-top: 40px;
        margin-left: 9.5%;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .btn-all {
        margin-top: 30px;
        margin-left: 9%;
    }
}

@media (max-width: 850px) and (min-width: 834px) {
    .btn-all {
        margin-top: 26px;
        margin-left: 8.5%;
    }
}

@media (max-width: 834px) and (min-width: 820px) {
    .btn-all {
        margin-top: 18px;
        margin-left: 8.2%;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .btn-all {
        margin-top: 18px;
        margin-left: 7.6%;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .btn-all {
        margin-top: 12px;
        margin-left: 7.6%;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .btn-all {
        margin-top: 13px;
        margin-left: 7.5%;
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .btn-all {
        margin-top: 13px;
        margin-left: 7%;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .btn-all {
        margin-top: 7px;
        margin-left: 8%;
    }
}

@media (max-width: 768px) and (min-width: 760px) {
    .btn-all {
        margin-top: 7px;
        margin-left: 7.5%;
    }
}

@media (max-width: 568px) and (min-width: 430px) {
    .btn-all {
        margin-top: 6px;
        margin-left: 36px;
    }
}

@media (max-width: 480px) and (min-width: 430px) {
    .btn-all {
        margin-top: -6px;
        margin-left: 75px;
    }
}

@media (max-width: 430px) and (min-width: 415px) {
    .btn-all {
        margin-top: 16px;
        margin-left: 15.7%;
    }
}

@media (max-width: 415px) and (min-width: 390px) {
    .btn-all {
        margin-top: 9px;
        margin-left: 16%;
    }
}

@media (max-width: 390px) and (min-width: 384px) {
    .btn-all {
        margin-top: 6px;
        margin-left: 15%;
    }
}

@media (max-width: 384px) and (min-width: 376px) {
    .btn-all {
        margin-top: 4px;
        margin-left: 14.7%;
    }
}

@media (max-width: 376px) and (min-width: 360px) {
    .btn-all {
        margin-top: 3px;
        margin-left: 14.2%;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 22px;
        display: block;
        height: 246px;
        border-radius: 20px;
        width: 222px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 22px;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .slider-events .slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 0 0;
        display: block;
        height: 197px;
        border-radius: 20px;
        width: 173px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

@media (max-width: 999px) and (min-width: 768px) {
    .slider-events.slider__item_events {
        display: inline-block;
        text-align: center;
        transition: 0.2s;
        margin: 156px 3px;
        display: block;
        height: 300px;
        width: 269px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
        fit-content: cover;
        background-image: linear-gradient(#828282, #ffffff, #ffffff);
    }
}

.slider .slider__item img {
    border: 0 solid #fff;
    border-radius: 0;
}

.slider-events .slider__item img {
    border: 0 solid #fff;
    border-radius: 0;
}

.img-news {
    width: 100%;
    height: 220px;
    border-radius: 0;
    background-size: cover;
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .img-news {
        width: 100%;
        height: 170px;
        border-radius: 0;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .img-news {
        width: 100%;
        height: 140px;
        border-radius: 0;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .img-news {
        width: 100%;
        height: 110px;
        border-radius: 0;
    }
}

@media (max-width: 810px) and (min-width: 810px) {
    .img-news {
        width: 100%;
        height: 125px;
        border-radius: 0;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .img-news {
        width: 100%;
        height: 116px;
        border-radius: 0;
        margin-top: -10px;
    }
}

@media (max-width: 767px) and (min-width: 450px) {
    .img-news {
        width: 100%;
        height: 94px;
        border-radius: 0;
        margin-top: -10px;
    }
}

@media (max-width: 450px) and (min-width: 280px) {
    .img-news {
        width: 100%;
        height: 53px;
        border-radius: 0;
        margin-top: -16px;
    }
}

@media (max-width: 280px) {
    .img-news {
        width: 100%;
        height: 53px;
        border-radius: 0;
        margin-top: -16px;
    }
}

.news {
    display: flex;
    width: 1700px;
    justify-content: center;
    height: 190px;
    margin-left: -1.1%;
    margin-right: auto;
    margin-top: 3.5%;
    border-radius: 0 0;
}

@media (max-width: 1860px) and (min-width: 1800px) {
    .news {
        max-width: 1860px;
        width: 99%;
        border-radius: 0;
        margin-left: auto;
        margin-bottom: 3rem;
    }

    .blue-back {
        max-width: 1860px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -21px;
    }

    .blue-back-2 {
        max-width: 1800px;
        width: 97%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1rem;
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .news {
        max-width: 1800px;
        width: 94%;
        border-radius: 0;
        margin-left: auto;
        margin-bottom: 0rem;
    }

    .blue-back {
        max-width: 1800px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .blue-back-2 {
        max-width: 1680px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -0.5rem;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .news {
        max-width: 1700px;
        width: 94%;
        border-radius: 0;
        margin-left: auto;
        margin-bottom: 0rem;
    }

    .blue-back {
        max-width: 1700px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .blue-back-2 {
        max-width: 1680px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.5rem;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .news {
        max-width: 1600px;
        width: 94%;
        margin-top: 0%;
        border-radius: 0;
        margin-left: auto;
    }

    .blue-back {
        max-width: 1600px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 26px;
    }

    .blue-back-2 {
        max-width: 1680px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4rem;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .news {
        max-width: 1400px;
        width: 93%;
        margin-top: -12%;
        border-radius: 0;
        margin-left: auto;
    }

    .blue-back {
        max-width: 1400px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -9px;
    }

    .blue-back-2 {
        max-width: 1400px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 5rem;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .news {
        max-width: 1200px;
        width: 93%;
        height: 164px;
        margin-top: -13%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1200px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -21px;
    }

    .blue-back-2 {
        max-width: 1200px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .news {
        max-width: 1200px;
        width: 93%;
        height: 164px;
        margin-top: -32%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1200px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -21px;
    }

    .blue-back-2 {
        max-width: 1200px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px;
    }
}

@media (max-width: 1000px) and (min-width: 992px) {
    .news {
        max-width: 1000px;
        width: 93%;
        height: 164px;
        margin-top: -7%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
    }

    .blue-back-2 {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -104px;
    }
}

@media (max-width: 992px) and (min-width: 876px) {
    .news {
        max-width: 1000px;
        width: 93%;
        height: 164px;
        margin-top: -34%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
    }

    .blue-back-2 {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -104px;
    }
}

@media (max-width: 915px) and (min-width: 876px) {
    .news {
        max-width: 1000px;
        width: 93%;
        height: 164px;
        margin-top: -35%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
    }

    .blue-back-2 {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -104px;
    }
}

@media (max-width: 877px) and (min-width: 834px) {
    .news {
        max-width: 1000px;
        width: 93%;
        height: 164px;
        margin-top: -40%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
    }

    .blue-back-2 {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -104px;
    }
}

@media (max-width: 834px) and (min-width: 768px) {
    .news {
        max-width: 1000px;
        width: 93%;
        height: 164px;
        margin-top: -45%;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -41px;
    }

    .blue-back-2 {
        max-width: 1000px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -104px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .news {
        max-width: 768px;
        width: 93%;
        height: 170px;
        margin-top: 16rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 768px;
        width: 98%;
        border-radius: 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -3rem;
    }

    .blue-back-2 {
        max-width: 768px;
        width: 98%;
        top: -10rem;
        border-radius: 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 767px) and (min-width: 515px) {
    .news {
        max-width: 767px;
        width: 93%;
        height: 170px;
        margin-top: 18rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 767px;
        width: 98%;
        border-radius: 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -3rem;
    }

    .blue-back-2 {
        max-width: 767px;
        width: 98%;
        top: -10rem;
        border-radius: 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 540px) and (min-width: 515px) {
    .news {
        max-width: 540px;
        width: 93%;
        height: 170px;
        margin-top: 18rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 540px;
        width: 98%;
        border-radius: 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -3rem;
    }

    .blue-back-2 {
        max-width: 540px;
        width: 98%;
        top: -10rem;
        border-radius: 18px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 515px) and (min-width: 390px) {
    .news {
        max-width: 515px;
        width: 93%;
        height: 170px;
        margin-top: 17rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    ;
    }

    .blue-back {
        max-width: 515px;
        border-radius: 6px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem;
    }

    .blue-back-2 {
        max-width: 515px;
        border-radius: 6px;
        width: 98%;
        top: -10rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .news {
        max-width: 480px;
        width: 94%;
        height: 170px;
        margin-top: 9rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 480px;
        border-radius: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem;
    }

    .blue-back-2 {
        max-width: 480px;
        border-radius: 15px;
        width: 100%;
        top: -10rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 414px) and (min-width: 390px) {
    .news {
        max-width: 515px;
        width: 93%;
        height: 170px;
        margin-top: 10rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    ;
    }

    .blue-back {
        max-width: 515px;
        border-radius: 6px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem;
    }

    .blue-back-2 {
        max-width: 515px;
        border-radius: 6px;
        width: 98%;
        top: -10rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 390px) and (min-width: 389px) {
    .news {
        max-width: 390px;
        width: 94%;
        height: 170px;
        margin-top: 8rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 365px;
        border-radius: 6px;
        width: 103%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem;
    }

    .blue-back-2 {
        max-width: 365px;
        border-radius: 6px;
        width: 103%;
        top: -10rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

@media (max-width: 389px) {
    .news {
        max-width: 389px;
        width: 93%;
        height: 170px;
        margin-top: 17rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        max-width: 389px;
        border-radius: 6px;
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem;
    }

    .blue-back-2 {
        max-width: 389px;
        border-radius: 6px;
        width: 98%;
        top: -10rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: -8rem;
    }
}

.blue-back-mob {
    display: none;
}

.blue-back-mob-2 {
    display: none;
}

@media (max-width: 280px) {
    .news {
        max-width: 280px;
        width: 94%;
        height: 170px;
        margin-top: 17rem;
        border-radius: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .blue-back {
        display: none;
    }

    .blue-back-2 {
        display: none;
    }

    .blue-back-mob {
        display: flex;
        max-width: 1680px;
        border-radius: 6px;
        width: 103%;
        margin-left: -1.5%;
        margin-right: auto;
        margin-top: -4rem;
    }

    .blue-back-mob-2 {
        display: flex;
        max-width: 1680px;
        border-radius: 6px;
        width: 103%;
        top: -10rem;
        margin-left: -1.5%;
        margin-top: -8rem;
    }
}

.slider .slick-arrow {
    position: absolute;
    font-size: 0pt;
    color: #0a58ca;
    padding: 10px 10px;
    bottom: 100px;
    border-width: 0;
    border-radius: 30px;
    background-image: url("/local/templates/test_new/images/circle.svg");
}

.slider .slick-prev {
    transform: rotate(180deg);
    bottom: 104px;
    margin-left: -85px;
    z-index: 1;
}

.slider-events .slick-arrow {
    position: absolute;
    font-size: 0pt;
    color: #0a58ca;
    padding: 10px 10px;
    border-width: 0;
    border-radius: 30px;
    background-image: url("/local/templates/test_new/images/circle.svg");
}

.slider-events .slick-prev {
    transform: rotate(180deg);
    bottom: 151px;
    margin-left: -85px;
    z-index: 1;
}

.c-t-s {
    font-family: "Inter" Sans-Serif;
    font-size: 11pt;
    text-align: center;
    font-weight: 500;
    overflow: hidden; /* OBREZAEM VSJo ZA PREDELAMI BLOKA */
    text-overflow: ellipsis; /* DOBAVLJaEM MNOGOTOChIE */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}

@media (max-width: 1400px) {
    .c-t-s {
        font-family: "Inter" Sans-Serif;
        font-size: 8pt;
        white-space: nowrap;
        margin-top: -10px;
    }
}

@media (max-width: 1000px) {
    .c-t-s {
        font-family: "Inter" Sans-Serif;
        font-size: 7pt;
        white-space: nowrap;
        margin-top: -14px;
    }
}

@media (max-width: 450px) {
    .c-t-s {
        font-family: "Inter" Sans-Serif;
        font-size: 5pt;
        white-space: nowrap;
        margin-top: -15px;
    }
}

@media (max-width: 280px) {
    .c-t-s {
        font-family: "Inter" Sans-Serif;
        font-size: 5pt;
        white-space: nowrap;
        margin-top: -18px;
    }
}

.wrapper-per {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 33px;
    z-index: 1;
}

@media (max-width: 1860px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 36px;
        z-index: 1;
    }
}

@media (max-width: 1800px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 28px;
        z-index: 1;
    }
}

@media (max-width: 1700px) and (min-width: 1500px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 37px;
        z-index: 1;
        margin-left: 4.5%;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1550px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 76px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: -20px;
        z-index: 1;
        margin-left: 6%;
        margin-right: auto;
    }
}

@media (max-width: 1550px) and (min-width: 1536px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 94px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 98px;
        z-index: 1;
        margin-left: 4rem;
        margin-right: auto;
    }
}

@media (max-width: 1500px) and (min-width: 1450px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 104px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1450px) and (min-width: 1440px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 118px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1440px) and (min-width: 1425px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 126px;
        z-index: 1;
        margin-left: 17px;
        margin-right: auto;
    }
}

@media (max-width: 1425px) and (min-width: 1415px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 121px;
        z-index: 1;
        margin-left: 17px;
        margin-right: auto;
    }
}

@media (max-width: 1415px) and (min-width: 1405px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 121px;
        z-index: 1;
        margin-left: 11px;
        margin-right: auto;
    }
}

@media (max-width: 1405px) and (min-width: 1400px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 121px;
        z-index: 1;
        margin-left: 6px;
        margin-right: auto;
    }
}

@media (max-width: 1400px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 132px;
        z-index: 1;
        margin-left: 161px;
    }
}

@media (max-width: 1367px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 147px;
        z-index: 1;
        margin-left: 142px;
    }
}

@media (max-width: 1350px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 151px;
        z-index: 1;
        margin-left: 147px;
    }
}

@media (max-width: 1300px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 166px;
        z-index: 1;
        margin-left: 133px;
    }
}

@media (max-width: 1280px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 172px;
        z-index: 1;
        margin-left: 126px;
    }
}

@media (max-width: 1230px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 181px;
        z-index: 1;
        margin-left: 118px;
    }
}

@media (max-width: 1200px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 190px;
        z-index: 1;
        margin-left: 110px;
    }
}

@media (max-width: 1150px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 204px;
        z-index: 1;
        margin-left: 102px;
    }
}

@media (max-width: 1100px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 219px;
        z-index: 1;
        margin-left: 87px;
    }
}

@media (max-width: 1050px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 233px;
        z-index: 1;
        margin-left: 74px;
    }
}

@media (max-width: 1024px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 246px;
        z-index: 1;
        margin-left: 60px;
    }
}

@media (max-width: 1000px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 256px;
        z-index: 1;
        margin-left: 120px;
    }
}

@media (max-width: 950px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 270px;
        z-index: 1;
        margin-left: 112px;
    }
}

@media (max-width: 915px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 280px;
        z-index: 1;
        margin-left: 97px;
    }
}

@media (max-width: 900px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 285px;
        z-index: 1;
        margin-left: 95px;
    }
}

@media (max-width: 877px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 297px;
        z-index: 1;
        margin-left: 87px;
    }
}

@media (max-width: 850px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 299px;
        z-index: 1;
        margin-left: 85px;
    }
}

@media (max-width: 844px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 301px;
        z-index: 1;
        margin-left: 82px;
    }
}

@media (max-width: 834px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 308px;
        z-index: 1;
        margin-left: 74px;
    }
}

@media (max-width: 820px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 312px;
        z-index: 1;
        margin-left: 72px;
    }
}

@media (max-width: 812px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 309px;
        z-index: 1;
        margin-left: 70px;
    }
}

@media (max-width: 810px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 316px;
        z-index: 1;
        margin-left: 69px;
    }
}

@media (max-width: 800px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 314px;
        z-index: 1;
        margin-left: 67px;
    }
}

@media (max-width: 780px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 319px;
        z-index: 1;
        margin-left: 63px;
    }
}

@media (max-width: 769px) {
    .wrapper-per {
        max-width: 1024px;
        margin: 0 auto;
        margin-top: 327px;
        z-index: 1;
        margin-left: 60px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 55px;
        z-index: 1;
        margin-left: 50px;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .wrapper-per {
        max-width: 767px;
        margin: 0 auto;
        margin-top: 332px;
        z-index: 1;
        margin-left: 73px;
    }
}

@media (max-width: 740px) and (min-width: 700px) {
    .wrapper-per {
        max-width: 620px;
        margin: 0 auto;
        margin-top: 341px;
        z-index: 1;
        margin-left: 87px;
    }
}

@media (max-width: 700px) and (min-width: 650px) {
    .wrapper-per {
        max-width: 620px;
        margin: 0 auto;
        margin-top: 353px;
        z-index: 1;
        margin-left: 67px;
    }
}

@media (max-width: 667px) and (min-width: 650px) {
    .wrapper-per {
        max-width: 620px;
        margin: 0 auto;
        margin-top: 362px;
        z-index: 1;
        margin-left: 53px;
    }
}

@media (max-width: 650px) and (min-width: 600px) {
    .wrapper-per {
        max-width: 580px;
        margin: 0 auto;
        margin-top: 366px;
        z-index: 1;
        margin-left: 55px;
    }
}

@media (max-width: 600px) and (min-width: 580px) {
    .wrapper-per {
        max-width: 524px;
        margin: 0 auto;
        margin-top: 380px;
        z-index: 1;
        margin-left: 50px;
    }
}

@media (max-width: 580px) and (min-width: 560px) {
    .wrapper-per {
        max-width: 524px;
        margin: 0 auto;
        margin-top: 387px;
        z-index: 1;
        margin-left: 40px;
    }
}

@media (max-width: 568px) and (min-width: 560px) {
    .wrapper-per {
        max-width: 524px;
        margin: 0 auto;
        margin-top: 390px;
        z-index: 1;
        margin-left: 35px;
    }
}

@media (max-width: 560px) and (min-width: 549px) {
    .wrapper-per {
        max-width: 524px;
        margin: 0 auto;
        margin-top: 394px;
        z-index: 1;
        margin-left: 37px;
    }
}

@media (max-width: 549px) and (min-width: 500px) {
    .wrapper-per {
        max-width: 524px;
        margin: 0 auto;
        margin-top: 396px;
        z-index: 1;
        margin-left: 90px;
    }
}

@media (max-width: 387px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 459px;
        z-index: 1;
        margin-left: 38px;
    }
}

.wrapper-events {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 34px;
    z-index: 1;
}

@media (max-width: 1860px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 47px;
        z-index: 1;
    }
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 26px;
        z-index: 1;
        margin-left: 7%;
        margin-right: auto;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 61px;
        z-index: 1;
        margin-left: 5%;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1550px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 75px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 35px;
        z-index: 1;
        margin-left: 6%;
        margin-right: auto;
    }
}

@media (max-width: 1550px) and (min-width: 1536px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 92px;
        z-index: 1;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 98px;
        z-index: 1;
        margin-left: 3.8rem;
        margin-right: auto;
    }
}

@media (max-width: 1500px) and (min-width: 1440px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 103px;
        z-index: 1;
    }
}

@media (max-width: 1440px) and (min-width: 1425px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 126px;
        z-index: 1;
        margin-left: 12px;
    }
}

@media (max-width: 1425px) and (min-width: 1415px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 120px;
        z-index: 1;
        margin-left: 14px;
    }
}

@media (max-width: 1415px) and (min-width: 1405px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 120px;
        z-index: 1;
        margin-left: 7px;
    }
}

@media (max-width: 1405px) and (min-width: 1400px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 120px;
        z-index: 1;
        margin-left: 3px;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 133px;
        z-index: 1;
        margin-left: 154px;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 147px;
        z-index: 1;
        margin-left: 140px;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 151px;
        z-index: 1;
        margin-left: 140px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 166px;
        z-index: 1;
        margin-left: 128px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 172px;
        z-index: 1;
        margin-left: 125px;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 0;
        margin-top: 181px;
        z-index: 1;
        margin-left: 113px;
    }
}

@media (max-width: 1200px) and (min-width: 1150px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 190px;
        z-index: 1;
        margin-left: 100px;
    }
}

@media (max-width: 1150px) and (min-width: 1100px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 204px;
        z-index: 1;
        margin-left: 90px;
    }
}

@media (max-width: 1100px) and (min-width: 1050px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 218px;
        z-index: 1;
        margin-left: 77px;
    }
}

@media (max-width: 1050px) and (min-width: 1024px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 234px;
        z-index: 1;
        margin-left: 67px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 246px;
        z-index: 1;
        margin-left: 53px;
    }
}

@media (max-width: 1000px) and (min-width: 950px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 257px;
        z-index: 1;
        margin-left: 85px;
    }
}

@media (max-width: 950px) and (min-width: 900px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 270px;
        z-index: 1;
        margin-left: 80px;
    }
}

@media (max-width: 915px) and (min-width: 900px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 280px;
        z-index: 1;
        margin-left: 66px;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 284px;
        z-index: 1;
        margin-left: 63px;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 296px;
        z-index: 1;
        margin-left: 53px;
    }
}

@media (max-width: 850px) and (min-width: 834px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 299px;
        z-index: 1;
        margin-left: 50px;
    }
}

@media (max-width: 844px) and (min-width: 834px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 301px;
        z-index: 1;
        margin-left: 47px;
    }
}

@media (max-width: 834px) and (min-width: 820px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 308px;
        z-index: 1;
        margin-left: 43px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 312px;
        z-index: 1;
        margin-left: 38px;
    }
}

@media (max-width: 812px) and (min-width: 810px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 310px;
        z-index: 1;
        margin-left: 38px;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 315px;
        z-index: 1;
        margin-left: 36px;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 314px;
        z-index: 1;
        margin-left: 36px;
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 319px;
        z-index: 1;
        margin-left: 32px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 327px;
        z-index: 1;
        margin-left: 59px;
    }
}

@media (max-width: 768px) and (min-width: 760px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 338px;
        z-index: 1;
        margin-left: 55px;
    }
}

@media (max-width: 530px) and (min-width: 520px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 403px;
        z-index: 1;
        margin-left: 85px;
    }
}

@media (max-width: 520px) and (min-width: 500px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 403px;
        z-index: 1;
        margin-left: 75px;
    }
}

@media (max-width: 500px) and (min-width: 480px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 411px;
        z-index: 1;
        margin-left: 65px;
    }
}

@media (max-width: 480px) and (min-width: 450px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 425px;
        z-index: 1;
        margin-left: 38px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 414px;
        z-index: 1;
        margin-left: 67px;
    }
}

@media (max-width: 479px) and (min-width: 450px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 416px;
        z-index: 1;
        margin-left: 66px;
    }
}

@media (max-width: 450px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 431px;
        z-index: 1;
        margin-left: 70px;
    }
}

@media (max-width: 430px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 435px;
        z-index: 1;
        margin-left: 43px;
    }
}

@media (max-width: 428px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 436px;
        z-index: 1;
        margin-left: 42px;
    }
}

@media (max-width: 414px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 445px;
        z-index: 1;
        margin-left: 53px;
    }
}

@media (max-width: 412px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 446px;
        z-index: 1;
        margin-left: 47px;
    }
}

@media (max-width: 390px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 453px;
        z-index: 1;
        margin-left: 46px;
    }
}

@media (max-width: 384px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 449px;
        z-index: 1;
        margin-left: 43px;
    }
}

@media (max-width: 376px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 452.5px;
        z-index: 1;
        margin-left: 40px;
    }
}

@media (max-width: 360px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 462px;
        z-index: 1;
        margin-left: 40px;
    }
}

@media (max-width: 340px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 461px;
        z-index: 1;
        margin-left: 38px;
    }
}

@media (max-width: 320px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 467px;
        z-index: 1;
        margin-left: 52px;
    }
}

@media (max-width: 300px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 473px;
        z-index: 1;
        margin-left: 45px;
    }
}

@media (max-width: 280px) {
    .wrapper-per {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 452px;
        z-index: 1;
        margin-left: 34px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 338px;
        z-index: 1;
        margin-left: 55px;
    }
}

@media (max-width: 767px) {
    .wrapper-events {
        max-width: 767px;
        margin: 0 auto;
        margin-top: 333px;
        z-index: 1;
        margin-left: 68px;
    }
}

@media (max-width: 740px) and (min-width: 700px) {
    .wrapper-events {
        max-width: 620px;
        margin: 0 auto;
        margin-top: 341px;
        z-index: 1;
        margin-left: 82px;
    }
}

@media (max-width: 700px) and (min-width: 650px) {
    .wrapper-events {
        max-width: 620px;
        margin: 0 auto;
        margin-top: 352px;
        z-index: 1;
        margin-left: 63px;
    }
}

@media (max-width: 667px) and (min-width: 650px) {
    .wrapper-events {
        max-width: 620px;
        margin: 0 auto;
        margin-top: 361px;
        z-index: 1;
        margin-left: 48px;
    }
}

@media (max-width: 650px) and (min-width: 600px) {
    .wrapper-events {
        max-width: 580px;
        margin: 0 auto;
        margin-top: 367px;
        z-index: 1;
        margin-left: 52px;
    }
}

@media (max-width: 600px) and (min-width: 580px) {
    .wrapper-events {
        max-width: 525px;
        margin: 0 auto;
        margin-top: 380px;
        z-index: 1;
        margin-left: 47px;
    }
}

@media (max-width: 580px) and (min-width: 560px) {
    .wrapper-events {
        max-width: 525px;
        margin: 0 auto;
        margin-top: 388px;
        z-index: 1;
        margin-left: 35px;
    }
}

@media (max-width: 568px) and (min-width: 560px) {
    .wrapper-events {
        max-width: 525px;
        margin: 0 auto;
        margin-top: 391px;
        z-index: 1;
        margin-left: 30px;
    }
}

@media (max-width: 560px) and (min-width: 549px) {
    .wrapper-events {
        max-width: 525px;
        margin: 0 auto;
        margin-top: 388px;
        z-index: 1;
        margin-left: 33px;
    }
}

@media (max-width: 549px) and (min-width: 530px) {
    .wrapper-events {
        max-width: 525px;
        margin: 0 auto;
        margin-top: 396px;
        z-index: 1;
        margin-left: 86px;
    }
}

@media (max-width: 530px) and (min-width: 520px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 401px;
        z-index: 1;
        margin-left: 80px;
    }
}

@media (max-width: 520px) and (min-width: 515px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 404px;
        z-index: 1;
        margin-left: 80px;
    }
}

@media (max-width: 515px) and (min-width: 500px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 408px;
        z-index: 1;
        margin-left: 73px;
    }
}

@media (max-width: 500px) and (min-width: 480px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 411px;
        z-index: 1;
        margin-left: 65px;
    }
}

@media (max-width: 480px) and (min-width: 450px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 437px;
        z-index: 1;
        margin-left: 38px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 414px;
        z-index: 1;
        margin-left: 66px;
    }
}

@media (max-width: 479px) and (min-width: 450px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 417px;
        z-index: 1;
        margin-left: 66px;
    }
}

@media (max-width: 450px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 429px;
        z-index: 1;
        margin-left: 71px;
    }
}

@media (max-width: 430px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 436px;
        z-index: 1;
        margin-left: 42px;
    }
}

@media (max-width: 415px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 445px;
        z-index: 1;
        margin-left: 53px;
    }
}

@media (max-width: 390px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 453px;
        z-index: 1;
        margin-left: 46px;
    }
}

@media (max-width: 384px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 449px;
        z-index: 1;
        margin-left: 43px;
    }
}

@media (max-width: 376px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 452.5px;
        z-index: 1;
        margin-left: 40px;
    }
}

@media (max-width: 360px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 461px;
        z-index: 1;
        margin-left: 37px;
    }
}

@media (max-width: 320px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 468px;
        z-index: 1;
        margin-left: 52px;
    }
}

@media (max-width: 300px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 473px;
        z-index: 1;
        margin-left: 45px;
    }
}

@media (max-width: 280px) {
    .wrapper-events {
        max-width: 1400px;
        margin: 0 auto;
        margin-top: 452px;
        z-index: 1;
        margin-left: 34px;
    }
}

.slider-per {
    position: relative;
    display: flex;
    margin-top: -100px;
}

.slider-per .slider__item-per {
    text-align: center;
    transition: 0.2s;
    margin: 0 15px;
    display: flex;
}

.slider-per .slider__item-per img {
    border: 3px solid #fff;
}

.img-news-per {
    width: 300px;
    height: 150px;
}

.slider .slick-arrow {
    color: #ffffff;
    padding: 47px 47px;
    border-radius: 100px;
    bottom: 148px;
    background-image: url("/local/templates/test_new/images/circle.svg");
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 28px 28px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 1700px) and (min-width: 800px) {
    .slider .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 28px 28px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .slider .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 20px 20px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .slider .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 20px 20px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

.slider-events .slick-arrow {
    color: #ffffff;
    padding: 47px 47px;
    border-radius: 100px;
    background-image: url("/local/templates/test_new/images/circle.svg");
}

@media (max-width: 768px) and (min-width: 740px) {
    .slider .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 15px 15px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-size: cover;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
    }
}

@media (max-width: 740px) and (min-width: 280px) {
    .slider .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 13px 13px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-size: cover;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
    }
}

@media (max-width: 1800px) and (min-width: 800px) {
    .slider-events .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 28px 28px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .slider-events .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 20px 20px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .slider-events .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 20px 20px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 768px) and (min-width: 740px) {
    .slider-events .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 15px 15px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

@media (max-width: 740px) and (min-width: 240px) {
    .slider-events .slick-arrow {
        position: absolute;
        font-size: 0pt;
        color: #0a58ca;
        padding: 13px 13px;
        bottom: 100px;
        border-width: 0;
        border-radius: 30px;
        background-image: url("/local/templates/test_new/images/circle-min.svg");
        background-size: cover;
    }
}

.slider-per .slick-prev {
    right: 1400px;
    left: -100px;
    bottom: 140px;
}

.slider .slick-next {
    right: -87px;
    bottom: 140px;
    z-index: 1;
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider .slick-prev {
        bottom: 180px;
        left: 3.5%;
    }

    .slider .slick-next {
        right: -3.3%;
        bottom: 180px;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .slider .slick-prev {
        bottom: 180px;
        left: 4.5%;
    }

    .slider .slick-next {
        right: -5.3%;
        bottom: 180px;
    }
}

@media (max-width: 1600px) and (min-width: 1536px) {
    .slider .slick-prev {
        bottom: 167px;
        left: 6%;
    }

    .slider .slick-next {
        right: 0%;
        bottom: 167px;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .slider .slick-prev {
        bottom: 167px;
        left: 6%;
    }

    .slider .slick-next {
        right: 0.5%;
        bottom: 167px;
    }
}

@media (max-width: 1500px) and (min-width: 1450px) {
    .slider .slick-prev {
        bottom: 167px;
        left: 6%;
    }

    .slider .slick-next {
        right: 0%;
        bottom: 167px;
    }
}

@media (max-width: 1450px) and (min-width: 1440px) {
    .slider .slick-prev {
        bottom: 167px;
        left: 7%;
    }

    .slider .slick-next {
        right: 1%;
        bottom: 167px;
    }
}

@media (max-width: 1440px) and (min-width: 1420px) {
    .slider .slick-prev {
        bottom: 167px;
        left: 6.5%;
    }

    .slider .slick-next {
        right: 1.2%;
        bottom: 167px;
    }
}

@media (max-width: 1420px) and (min-width: 1400px) {
    .slider .slick-prev {
        bottom: 167px;
        left: 7.5%;
    }

    .slider .slick-next {
        right: 1.6%;
        bottom: 167px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .slider .slick-prev {
        bottom: 155px;
        left: 2%;
    }

    .slider .slick-next {
        right: -3.5%;
        bottom: 155px;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .slider .slick-prev {
        bottom: 129px;
        left: 12px;
    }

    .slider .slick-next {
        right: 80px;
        bottom: 129px;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .slider .slick-prev {
        bottom: 129px;
        left: 10px;
    }

    .slider .slick-next {
        right: 70px;
        bottom: 129px;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .slider .slick-prev {
        bottom: 129px;
        left: 21px;
    }

    .slider .slick-next {
        right: 68px;
        bottom: 129px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .slider .slick-prev {
        bottom: 129px;
        left: 20px;
    }

    .slider .slick-next {
        right: 55px;
        bottom: 129px;
    }
}

@media (max-width: 1280px) and (min-width: 1230px) {
    .slider .slick-prev {
        bottom: 129px;
        left: 17px;
    }

    .slider .slick-next {
        right: 55px;
        bottom: 129px;
    }
}

@media (max-width: 1230px) and (min-width: 1200px) {
    .slider .slick-prev {
        bottom: 129px;
        left: 17px;
    }

    .slider .slick-next {
        right: 43px;
        bottom: 129px;
    }
}

@media (max-width: 1200px) and (min-width: 1150px) {
    .slider .slick-prev {
        bottom: 105px;
        left: 33px;
    }

    .slider .slick-next {
        right: 52px;
        bottom: 105px;
    }
}

@media (max-width: 1150px) and (min-width: 1100px) {
    .slider .slick-prev {
        bottom: 105px;
        left: 33px;
    }

    .slider .slick-next {
        right: 39px;
        bottom: 105px;
    }
}

@media (max-width: 1100px) and (min-width: 1050px) {
    .slider .slick-prev {
        bottom: 105px;
        left: 37px;
    }

    .slider .slick-next {
        right: 31px;
        bottom: 105px;
    }
}

@media (max-width: 1050px) and (min-width: 1024px) {
    .slider .slick-prev {
        bottom: 105px;
        left: 40px;
    }

    .slider .slick-next {
        right: 21px;
        bottom: 105px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .slider .slick-prev {
        bottom: 105px;
        left: 50px;
    }

    .slider .slick-next {
        right: 25px;
        bottom: 105px;
    }
}

@media (max-width: 1000px) and (min-width: 950px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 20px;
    }

    .slider .slick-next {
        right: 50px;
        bottom: 80px;
    }
}

@media (max-width: 950px) and (min-width: 900px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 20px;
    }

    .slider .slick-next {
        right: 36px;
        bottom: 80px;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 25px;
    }

    .slider .slick-next {
        right: 29px;
        bottom: 80px;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 20px;
    }

    .slider .slick-next {
        right: 19px;
        bottom: 80px;
    }
}

@media (max-width: 850px) and (min-width: 800px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 25px;
    }

    .slider .slick-next {
        right: 18px;
        bottom: 80px;
    }
}

@media (max-width: 844px) and (min-width: 800px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 30px;
    }

    .slider .slick-next {
        right: 26px;
        bottom: 80px;
    }
}

@media (max-width: 834px) and (min-width: 820px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 34px;
    }

    .slider .slick-next {
        right: 23px;
        bottom: 80px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 34px;
    }

    .slider .slick-next {
        right: 18px;
        bottom: 80px;
    }
}

@media (max-width: 812px) and (min-width: 810px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 35px;
    }

    .slider .slick-next {
        right: 22px;
        bottom: 80px;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 35px;
    }

    .slider .slick-next {
        right: 18px;
        bottom: 80px;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 37px;
    }

    .slider .slick-next {
        right: 23px;
        bottom: 80px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .slider .slick-prev {
        bottom: 80px;
        left: 40px;
    }

    .slider .slick-next {
        right: 13px;
        bottom: 80px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .slider .slick-prev {
        bottom: 77px;
        left: 52px;
    }

    .slider .slick-next {
        right: 16px;
        bottom: 77px;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 51px;
    }

    .slider .slick-next {
        right: 43px;
        bottom: 67px;
    }
}

@media (max-width: 740px) and (min-width: 600px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 42px;
    }

    .slider .slick-next {
        right: 15px;
        bottom: 67px;
    }
}

@media (max-width: 667px) and (min-width: 600px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 50px;
    }

    .slider .slick-next {
        right: 21px;
        bottom: 67px;
    }
}

@media (max-width: 600px) and (min-width: 580px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 56px;
    }

    .slider .slick-next {
        right: -9px;
        bottom: 67px;
    }
}

@media (max-width: 580px) and (min-width: 560px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 61px;
    }

    .slider .slick-next {
        right: -6px;
        bottom: 67px;
    }
}

@media (max-width: 568px) and (min-width: 560px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 57px;
    }

    .slider .slick-next {
        right: -1px;
        bottom: 67px;
    }
}

@media (max-width: 560px) and (min-width: 549px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 61px;
    }

    .slider .slick-next {
        right: 9px;
        bottom: 67px;
    }
}

@media (max-width: 549px) and (min-width: 520px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 35px;
    }

    .slider .slick-next {
        right: 38px;
        bottom: 67px;
    }
}

@media (max-width: 520px) and (min-width: 500px) {
    .slider .slick-prev {
        bottom: 67px;
        left: 53px;
    }

    .slider .slick-next {
        right: 38px;
        bottom: 67px;
    }
}

@media (max-width: 500px) and (min-width: 480px) {
    .slider .slick-prev {
        bottom: 63px;
        left: 56px;
    }

    .slider .slick-next {
        right: 34px;
        bottom: 63px;
    }
}

@media (max-width: 480px) and (min-width: 478px) {
    .slider .slick-prev {
        bottom: 63px;
        left: 56px;
    }

    .slider .slick-next {
        right: 39px;
        bottom: 63px;
    }
}

@media (max-width: 478px) and (min-width: 450px) {
    .slider .slick-prev {
        bottom: 62px;
        left: 57px;
    }

    .slider .slick-next {
        right: 34px;
        bottom: 62px;
    }
}

@media (max-width: 450px) and (min-width: 430px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 57px;
    }

    .slider .slick-next {
        right: 39px;
        bottom: 40px;
    }
}

@media (max-width: 430px) and (min-width: 414px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 73px;
    }

    .slider .slick-next {
        right: 33px;
        bottom: 40px;
    }
}

@media (max-width: 415px) and (min-width: 400px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 62px;
    }

    .slider .slick-next {
        right: 32px;
        bottom: 40px;
    }
}

@media (max-width: 400px) and (min-width: 390px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 62px;
    }

    .slider .slick-next {
        right: 20px;
        bottom: 40px;
    }
}

@media (max-width: 390px) and (min-width: 384px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 64px;
    }

    .slider .slick-next {
        right: 25px;
        bottom: 40px;
    }
}

@media (max-width: 384px) and (min-width: 376px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 63px;
    }

    .slider .slick-next {
        right: 22px;
        bottom: 40px;
    }
}

@media (max-width: 376px) and (min-width: 360px) {
    .slider .slick-prev {
        bottom: 40px;
        left: 64px;
    }

    .slider .slick-next {
        right: 20px;
        bottom: 40px;
    }
}

@media (max-width: 360px) and (min-width: 280px) {
    .slider .slick-prev {
        bottom: 33px;
        left: 63px;
    }

    .slider .slick-next {
        right: 19px;
        bottom: 33px;
    }
}

@media (max-width: 320px) and (min-width: 300px) {
    .slider .slick-prev {
        bottom: 33px;
        left: 55px;
    }

    .slider .slick-next {
        right: 20px;
        bottom: 33px;
    }
}

@media (max-width: 300px) and (min-width: 280px) {
    .slider .slick-prev {
        bottom: 33px;
        left: 55px;
    }

    .slider .slick-next {
        right: 14px;
        bottom: 33px;
    }
}

.slider-events .slick-next {
    right: -6.3%;
    bottom: 151px;
    z-index: 1;
}

@media (max-width: 1800px) and (min-width: 1700px) {
    .slider-events .slick-prev {
        bottom: 214px;
        left: 3.5%;
    }

    .slider-events .slick-next {
        right: -3.3%;
        bottom: 214px;
    }
}

@media (max-width: 1700px) and (min-width: 1600px) {
    .slider-events .slick-prev {
        bottom: 185px;
        left: 4.5%;
    }

    .slider-events .slick-next {
        right: -5.3%;
        bottom: 185px;
    }
}

@media (max-width: 1600px) and (min-width: 1450px) {
    .slider-events .slick-prev {
        bottom: 175px;
        left: 6%;
    }

    .slider-events .slick-next {
        right: -0.5%;
        bottom: 175px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .slider-events .slick-prev {
        bottom: 190px;
        left: 2%;
    }

    .slider-events .slick-next {
        right: -3.5%;
        bottom: 190px;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .slider-events .slick-prev {
        bottom: 170px;
        left: 6%;
    }

    .slider-events .slick-next {
        right: 0%;
        bottom: 170px;
    }
}

@media (max-width: 1450px) and (min-width: 1440px) {
    .slider-events .slick-prev {
        bottom: 175px;
        left: 7%;
    }

    .slider-events .slick-next {
        right: 0.5%;
        bottom: 175px;
    }
}

@media (max-width: 1440px) and (min-width: 1420px) {
    .slider-events .slick-prev {
        bottom: 167px;
        left: 6.9%;
    }

    .slider-events .slick-next {
        right: 0.9%;
        bottom: 167px;
    }
}

@media (max-width: 1420px) and (min-width: 1400px) {
    .slider-events .slick-prev {
        bottom: 167px;
        left: 7.8%;
    }

    .slider-events .slick-next {
        right: 1.4%;
        bottom: 167px;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .slider-events .slick-prev {
        bottom: 129px;
        left: 13px;
    }

    .slider-events .slick-next {
        right: 82px;
        bottom: 129px;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .slider-events .slick-prev {
        bottom: 129px;
        left: 10px;
    }

    .slider-events .slick-next {
        right: 70px;
        bottom: 129px;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .slider-events .slick-prev {
        bottom: 129px;
        left: 19px;
    }

    .slider-events .slick-next {
        right: 70px;
        bottom: 129px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .slider-events .slick-prev {
        bottom: 129px;
        left: 20px;
    }

    .slider-events .slick-next {
        right: 58px;
        bottom: 129px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .slider-events .slick-prev {
        bottom: 129px;
        left: 15px;
    }

    .slider-events .slick-next {
        right: 55px;
        bottom: 129px;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .slider-events .slick-prev {
        bottom: 129px;
        left: 15px;
    }

    .slider-events .slick-next {
        right: 41px;
        bottom: 129px;
    }
}

@media (max-width: 1200px) and (min-width: 1150px) {
    .slider-events .slick-prev {
        bottom: 100px;
        left: 40px;
    }

    .slider-events .slick-next {
        right: 48px;
        bottom: 100px;
    }
}

@media (max-width: 1150px) and (min-width: 1100px) {
    .slider-events .slick-prev {
        bottom: 100px;
        left: 40px;
    }

    .slider-events .slick-next {
        right: 35px;
        bottom: 100px;
    }
}

@media (max-width: 1100px) and (min-width: 1050px) {
    .slider-events .slick-prev {
        bottom: 100px;
        left: 43px;
    }

    .slider-events .slick-next {
        right: 28px;
        bottom: 100px;
    }
}

@media (max-width: 1050px) and (min-width: 1024px) {
    .slider-events .slick-prev {
        bottom: 105px;
        left: 46px;
    }

    .slider-events .slick-next {
        right: 18px;
        bottom: 105px;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .slider-events .slick-prev {
        bottom: 105px;
        left: 57px;
    }

    .slider-events .slick-next {
        right: 23px;
        bottom: 105px;
    }
}

@media (max-width: 1000px) and (min-width: 950px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 43px;
    }

    .slider-events .slick-next {
        right: 38px;
        bottom: 80px;
    }
}

@media (max-width: 950px) and (min-width: 900px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 43px;
    }

    .slider-events .slick-next {
        right: 27px;
        bottom: 80px;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 47px;
    }

    .slider-events .slick-next {
        right: 19px;
        bottom: 80px;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 47px;
    }

    .slider-events .slick-next {
        right: 14px;
        bottom: 80px;
    }
}

@media (max-width: 850px) and (min-width: 834px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 52px;
    }

    .slider-events .slick-next {
        right: 11px;
        bottom: 80px;
    }
}

@media (max-width: 844px) and (min-width: 834px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 57px;
    }

    .slider-events .slick-next {
        right: 20px;
        bottom: 80px;
    }
}

@media (max-width: 834px) and (min-width: 820px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 60px;
    }

    .slider-events .slick-next {
        right: 15px;
        bottom: 80px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 61px;
    }

    .slider-events .slick-next {
        right: 15px;
        bottom: 80px;
    }
}

@media (max-width: 812px) and (min-width: 810px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 61px;
    }

    .slider-events .slick-next {
        right: 17px;
        bottom: 80px;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 63px;
    }

    .slider-events .slick-next {
        right: 13px;
        bottom: 80px;
    }
}

@media (max-width: 800px) and (min-width: 769px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 64px;
    }

    .slider-events .slick-next {
        right: 11px;
        bottom: 80px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .slider-events .slick-prev {
        bottom: 80px;
        left: 41px;
    }

    .slider-events .slick-next {
        right: 14px;
        bottom: 80px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .slider-events .slick-prev {
        bottom: 77px;
        left: 47px;
    }

    .slider-events .slick-next {
        right: 21px;
        bottom: 77px;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 51px;
    }

    .slider-events .slick-next {
        right: 43px;
        bottom: 67px;
    }
}

@media (max-width: 740px) and (min-width: 650px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 49px;
    }

    .slider-events .slick-next {
        right: 12px;
        bottom: 67px;
    }
}

@media (max-width: 667px) and (min-width: 650px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 55px;
    }

    .slider-events .slick-next {
        right: 17px;
        bottom: 67px;
    }
}

@media (max-width: 650px) and (min-width: 600px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 59px;
    }

    .slider-events .slick-next {
        right: 3px;
        bottom: 67px;
    }
}

@media (max-width: 600px) and (min-width: 580px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 59px;
    }

    .slider-events .slick-next {
        right: -12px;
        bottom: 67px;
    }
}

@media (max-width: 580px) and (min-width: 560px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 66px;
    }

    .slider-events .slick-next {
        right: -9px;
        bottom: 67px;
    }
}

@media (max-width: 568px) and (min-width: 560px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 63px;
    }

    .slider-events .slick-next {
        right: -5px;
        bottom: 67px;
    }
}

@media (max-width: 560px) and (min-width: 549px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 66px;
    }

    .slider-events .slick-next {
        right: 7px;
        bottom: 67px;
    }
}

@media (max-width: 549px) and (min-width: 520px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 41px;
    }

    .slider-events .slick-next {
        right: 38px;
        bottom: 67px;
    }
}

@media (max-width: 520px) and (min-width: 500px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 48px;
    }

    .slider-events .slick-next {
        right: 38px;
        bottom: 67px;
    }
}

@media (max-width: 500px) and (min-width: 450px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 57px;
    }

    .slider-events .slick-next {
        right: 39px;
        bottom: 67px;
    }
}

@media (max-width: 480px) and (min-width: 450px) {
    .slider-events .slick-prev {
        bottom: 67px;
        left: 55px;
    }

    .slider-events .slick-next {
        right: 39px;
        bottom: 67px;
    }
}

@media (max-width: 450px) and (min-width: 430px) {
    .slider-events .slick-prev {
        bottom: 40px;
        left: 55px;
    }

    .slider-events .slick-next {
        right: 36px;
        bottom: 40px;
    }
}

@media (max-width: 430px) and (min-width: 414px) {
    .slider-events .slick-prev {
        bottom: 40px;
        left: 73px;
    }

    .slider-events .slick-next {
        right: 33px;
        bottom: 40px;
    }
}

@media (max-width: 415px) and (min-width: 400px) {
    .slider-events .slick-prev {
        bottom: 36px;
        left: 62px;
    }

    .slider-events .slick-next {
        right: 32px;
        bottom: 36px;
    }
}

@media (max-width: 400px) and (min-width: 390px) {
    .slider-events .slick-prev {
        bottom: 37px;
        left: 61px;
    }

    .slider-events .slick-next {
        right: 20px;
        bottom: 37px;
    }
}

@media (max-width: 390px) and (min-width: 384px) {
    .slider-events .slick-prev {
        bottom: 37px;
        left: 65px;
    }

    .slider-events .slick-next {
        right: 25px;
        bottom: 37px;
    }
}

@media (max-width: 384px) and (min-width: 375px) {
    .slider-events .slick-prev {
        bottom: 37px;
        left: 63px;
    }

    .slider-events .slick-next {
        right: 22px;
        bottom: 37px;
    }
}

@media (max-width: 376px) and (min-width: 360px) {
    .slider-events .slick-prev {
        bottom: 37px;
        left: 63px;
    }

    .slider-events .slick-next {
        right: 20px;
        bottom: 37px;
    }
}

@media (max-width: 360px) and (min-width: 280px) {
    .slider-events .slick-prev {
        bottom: 36px;
        left: 63px;
    }

    .slider-events .slick-next {
        right: 19px;
        bottom: 36px;
    }
}

@media (max-width: 320px) and (min-width: 300px) {
    .slider-events .slick-prev {
        bottom: 36px;
        left: 55px;
    }

    .slider-events .slick-next {
        right: 20px;
        bottom: 36px;
    }
}

@media (max-width: 300px) and (min-width: 280px) {
    .slider-events .slick-prev {
        bottom: 36px;
        left: 56px;
    }

    .slider-events .slick-next {
        right: 12px;
        bottom: 36px;
    }
}

.card-style-per {
    padding-top: 9px;
    margin-bottom: 15px;
    font-color: white;
}

@media (max-width: 1000px) {
    .card-style-per {
        padding-top: 0;
        margin-bottom: 15px;
        font-color: white;
    }
}

@media (max-width: 810px) {
    .card-style-per {
        padding-top: 5px;
        margin-bottom: 6px;
        font-color: white;
    }
}

#slider_bl .wrapper {
    max-width: 1620px;
    margin: 1em auto;
    position: relative;
}

#slider_bl input {
    display: none
}

#slider_bl
.inner {
    width: 500%;
    line-height: 0;
}

#slider_bl article {
    width: 20%;
    float: left;
    position: relative
}

#slider_bl article img {
    width: 100%
}

#slider_bl .slider-prev-next-control {
    height: 50px;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

#slider_bl .slider-prev-next-control label {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    opacity: .7
}

#slider_bl .slider-prev-next-control label:hover {
    opacity: 1
}

#slider_bl .slider-dot-control {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center
}

#slider_bl .slider-dot-control label {
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #bbbbbb;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#slider_bl .slider-dot-control label:hover {
    background: #ccc;
    border-color: #0075bb;
}

#slider_bl .info {
    position: absolute;
    font-style: italic;
    line-height: 20px;
    opacity: 0;
    color: #0075bb;
    text-align: left;
    -webkit-transition: all 1s ease-out .6s;
    -moz-transition: all 1s ease-out .6s;
    transition: all 1s ease-out .6s
}

#slider_bl .info h3 {
    color: #fcfff4;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 1.5em;
    font-style: normal
}

#slider_bl .info.top-left {
    top: 30px;
    left: 30px
}

#slider_bl .info.top-right {
    top: 30px;
    right: 30px
}

#slider_bl .info.bottom-left {
    bottom: 30px;
    left: 30px
}

#slider_bl .info.bottom-right {
    bottom: 30px;
    right: 30px
}

#slider_bl .slider-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #0075bb;
    background: #fff;
    background: #fcfff4;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out
}

#slider_bl .slider-wrapper .inner {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .8s cubic-bezier(.77, 0, .175, 1);
    transition: all .8s cubic-bezier(.77, 0, .175, 1)
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    margin: 0;
    line-height: 38px;
    font-size: 3em;
    display: block;
    color: #0075bb;
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after {
    content: "\f105";
    padding-left: 15px
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(2),
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(3),
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(4),
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(5),
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(1) {
    display: block;
    float: right;
    margin-right: 5px
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5),
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1),
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(2),
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3),
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4) {
    display: block;
    float: left;
    margin-left: 5px
}

#slider_bl #slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after,
#slider_bl #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after,
#slider_bl #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after,
#slider_bl #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after,
#slider_bl #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after {
    content: "\f104";
    padding-left: 8px
}

#slider_bl #slide1:checked ~ .slider-dot-control label:nth-child(1),
#slider_bl #slide2:checked ~ .slider-dot-control label:nth-child(2),
#slider_bl #slide3:checked ~ .slider-dot-control label:nth-child(3),
#slider_bl #slide4:checked ~ .slider-dot-control label:nth-child(4),
#slider_bl #slide5:checked ~ .slider-dot-control label:nth-child(5) {
    background: #0075bb;
}

#slider_bl #slide1:checked ~ .slider-wrapper article:nth-child(1) .info,
#slider_bl #slide2:checked ~ .slider-wrapper article:nth-child(2) .info,
#slider_bl #slide3:checked ~ .slider-wrapper article:nth-child(3) .info,
#slider_bl #slide4:checked ~ .slider-wrapper article:nth-child(4) .info,
#slider_bl #slide5:checked ~ .slider-wrapper article:nth-child(5) .info {
    opacity: 1
}

#slider_bl #slide1:checked ~ .slider-wrapper .inner {
    margin-left: 0
}

#slider_bl #slide2:checked ~ .slider-wrapper .inner {
    margin-left: -100%
}

#slider_bl #slide3:checked ~ .slider-wrapper .inner {
    margin-left: -200%
}

#slider_bl #slide4:checked ~ .slider-wrapper .inner {
    margin-left: -300%
}

#slider_bl #slide5:checked ~ .slider-wrapper .inner {
    margin-left: -400%
}

@media only screen and (max-width: 850px) and (min-width: 450px) {
    #slider_bl .slider-wrapper {
        border-radius: 0
    }
}

@media only screen and (max-width: 450px) {
    #slider_bl .slider-wrapper {
        border-radius: 0
    }

    #slider_bl .slider-wrapper .info {
        opacity: 0
    }
}

@media only screen and (min-width: 850px) {
    #slider_bl body {
        padding: 0 80px
    }
}

.useful_pk {
    display: flex;
    width: 313px;
    height: 331px;
    margin-left: 305px;
    margin-top: -336px;
}

.useful_text_pk {
    font-size: 20pt;
    margin-top: 5px;
    font-weight: 600;
    margin-left: -2220px;
}

.useful_text_pk_pt {
    display: flex;
    font-size: 11pt;
    color: #0075bb;
    margin-top: 20px;
    margin-bottom: -18px;
    margin-left: -120px;
    text-decoration: underline;
}

.useful_n {
    display: flex;
    width: 308px;
    height: 376px;
    margin-left: 309px;
    margin-top: -361px;
}

.useful_n_s {
    display: flex;
    width: 308px;
    height: 376px;
    margin-left: 309px;
    margin-top: -361px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .useful_pk {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 270px;
        margin-top: -280px;
    }

    .useful_n {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 270px;
        margin-top: -267px;
    }

    .useful_n_s {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 270px;
        margin-top: -267px;
    }
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .useful_pk {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 232px;
        margin-top: -260px;
    }

    .useful_n {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 232px;
        margin-top: -252px;
    }

    .useful_n_s {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 232px;
        margin-top: -252px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .useful_pk {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 241px;
        margin-top: -254px;
    }

    .useful_n {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 241px;
        margin-top: -253px;
    }

    .useful_n_s {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 241px;
        margin-top: -244px;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .useful_pk {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 184px;
        margin-top: -254px;
    }

    .useful_n {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 184px;
        margin-top: -246px;
    }

    .useful_n_s {
        display: flex;
        width: 252px;
        height: 270px;
        margin-left: 184px;
        margin-top: -246px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .useful_pk {
        display: flex;
        width: 187px;
        height: 200px;
        margin-left: 227px;
        margin-top: -204px;
    }

    .useful_n {
        display: flex;
        width: 187px;
        height: 200px;
        margin-left: 227px;
        margin-top: -209px;
    }

    .useful_n_s {
        display: flex;
        width: 187px;
        height: 200px;
        margin-left: 227px;
        margin-top: -209px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .useful_pk {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 175px;
        margin-top: -202px;
    }

    .useful_n {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 175px;
        margin-top: -202px;
    }

    .useful_n_s {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 175px;
        margin-top: -202px;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .useful_pk {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 137px;
        margin-top: -200px;
    }

    .useful_n {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 137px;
        margin-top: -200px;
    }

    .useful_n_s {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 137px;
        margin-top: -200px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .useful_pk {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 121px;
        margin-top: -200px;
    }

    .useful_n {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 121px;
        margin-top: -200px;
    }

    .useful_n_s {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 121px;
        margin-top: -200px;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .useful_pk {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 102px;
        margin-top: -195px;
    }

    .useful_n {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 102px;
        margin-top: -195px;
    }

    .useful_n_s {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 102px;
        margin-top: -195px;
    }
}

@media (max-width: 740px) and (min-width: 600px) {
    .useful_pk {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 160px;
        margin-top: -195px;
    }

    .useful_n {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 160px;
        margin-top: -195px;
    }

    .useful_n_s {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 160px;
        margin-top: -195px;
    }
}

@media (max-width: 600px) and (min-width: 450px) {
    .useful_pk {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 160px;
        margin-top: -176px;
    }

    .useful_n {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 160px;
        margin-top: -176px;
    }

    .useful_n_s {
        display: flex;
        width: 170px;
        height: 200px;
        margin-left: 160px;
        margin-top: -197px;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .useful_pk {
        display: flex;
        width: 130px;
        height: 200px;
        margin-left: 144px;
        margin-top: -176px;
    }

    .useful_n {
        display: flex;
        width: 130px;
        height: 200px;
        margin-left: 144px;
        margin-top: -176px;
    }

    .useful_n_s {
        display: flex;
        width: 130px;
        height: 200px;
        margin-left: 144px;
        margin-top: -197px;
    }
}

@media (max-width: 450px) and (min-width: 430px) {
    .useful_pk {
        display: flex;
        width: 130px;
        height: 150px;
        margin-left: 160px;
        margin-top: -138px;
    }

    .useful_n {
        display: flex;
        width: 130px;
        height: 150px;
        margin-left: 160px;
        margin-top: -138px;
    }

    .useful_n_s {
        display: flex;
        width: 130px;
        height: 150px;
        margin-left: 160px;
        margin-top: -168px;
    }
}

@media (max-width: 430px) and (min-width: 390px) {
    .useful_pk {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 137px;
        margin-top: -159px;
    }

    .useful_n {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 137px;
        margin-top: -159px;
    }

    .useful_n_s {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 137px;
        margin-top: -192px;
    }
}

@media (max-width: 390px) and (min-width: 360px) {
    .useful_pk {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 138px;
        margin-top: -171px;
    }

    .useful_n {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 138px;
        margin-top: -180px;
    }

    .useful_n_s {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 138px;
        margin-top: -205px;
    }
}

@media (max-width: 360px) and (min-width: 280px) {
    .useful_pk {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 104px;
        margin-top: -165px;
    }

    .useful_n {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 104px;
        margin-top: -165px;
    }

    .useful_n_s {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 104px;
        margin-top: -165px;
    }
}

@media (max-width: 280px) {
    .useful_pk {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 105px;
        margin-top: -161px;
    }

    .useful_n {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 105px;
        margin-top: -161px;
    }

    .useful_n_s {
        display: flex;
        width: 123px;
        height: 189px;
        margin-left: 105px;
        margin-top: -161px;
    }
}

.useful_text_n {
    color: #0075bb;
    display: flex;
    font-size: 20pt;
    margin-top: -28px;
    font-weight: 600;
    margin-left: -32px;
}

.useful_text_n_1 {
    color: #0075bb;
    display: flex;
    font-size: 20pt;
    margin-top: -15px;
    font-weight: 600;
    margin-left: -26px;
}

.useful_text_n_2 {
    color: #0075bb;
    display: flex;
    font-size: 20pt;
    margin-top: -12px;
    font-weight: 600;
    margin-left: -32px;
}

.useful_text_n_3 {
    color: #0075bb;
    display: flex;
    font-size: 20pt;
    margin-top: -12px;
    font-weight: 600;
    margin-left: -32px;
}

.useful_text_n_pt {
    display: flex;
    font-size: 11pt;
    color: #0075bb;
    margin-top: 30px;
    text-decoration: underline;
    margin-left: -15px;
}

.useful_pt_4 {
    margin-top: -7px;
    margin-left: 6px;
}

.useful_pt_3 {
    margin-top: 24px;
    margin-left: 2px;
}

.useful_pt_2 {
    margin-top: 47px;
    margin-left: 8px;
}

.useful_pt_1 {
    margin-top: 3px;
    margin-left: 1px;
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -45px;
        font-weight: 600;
        margin-left: -32px;
    }

    .useful_pt_1 {
        margin-top: -27px;
        margin-left: 4px;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -44px;
        font-weight: 600;
        margin-left: -26px;
    }

    .useful_pt_2 {
        margin-top: 25px;
        margin-left: 8px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -38px;
        font-weight: 600;
        margin-left: -32px;
    }

    .useful_pt_3 {
        margin-top: -9px;
        margin-left: 2px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -39px;
        font-weight: 600;
        margin-left: -32px;
    }

    .useful_pt_4 {
        margin-top: -28px;
        margin-left: 2px;
    }
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -31px;
        font-weight: 600;
        margin-left: -26px;
    }

    .useful_pt_1 {
        margin-top: -27px;
        margin-left: 8px;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -31px;
        font-weight: 600;
        margin-left: -26px;
    }

    .useful_pt_2 {
        margin-top: 35px;
        margin-left: 8px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -31px;
        font-weight: 600;
        margin-left: -26px;
    }

    .useful_pt_3 {
        margin-top: -9px;
        margin-left: 8px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 16pt;
        margin-top: -31px;
        font-weight: 600;
        margin-left: -26px;
    }

    .useful_pt_4 {
        margin-top: -28px;
        margin-left: 8px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -20px;
        font-weight: 600;
        margin-left: -6px;
    }

    .useful_pt_1 {
        margin-top: -27px;
        margin-left: 29px;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -12px;
        font-weight: 600;
        margin-left: -6px;
    }

    .useful_pt_2 {
        margin-top: -13px;
        margin-left: 28px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -19px;
        font-weight: 600;
        margin-left: -7px;
    }

    .useful_pt_3 {
        margin-top: -30px;
        margin-left: 27px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -19px;
        font-weight: 600;
        margin-left: -9px;
    }

    .useful_pt_4 {
        margin-top: -28px;
        margin-left: 26px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -20px;
        font-weight: 600;
        margin-left: -6px;
    }

    .useful_pt_1 {
        margin-top: -37px;
        margin-left: 29px;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -12px;
        font-weight: 600;
        margin-left: -6px;
    }

    .useful_pt_2 {
        margin-top: -13px;
        margin-left: 28px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -7px;
        font-weight: 600;
        margin-left: -7px;
    }

    .useful_pt_3 {
        margin-top: -26px;
        margin-left: 27px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -19px;
        font-weight: 600;
        margin-left: -9px;
    }

    .useful_pt_4 {
        margin-top: -39px;
        margin-left: 26px;
    }
}

@media (max-width: 768px) and (min-width: 450px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        line-height: 18px;
        margin-top: -47px;
        font-weight: 600;
        margin-left: -28px;
    }

    .useful_pt_1 {
        margin-top: -37px;
        margin-left: 8px;
        font-size: 10pt;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -52px;
        font-weight: 600;
        margin-left: -29px;
    }

    .useful_pt_2 {
        margin-top: -27px;
        margin-left: 8px;
        margin-bottom: 1px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -53px;
        font-weight: 600;
        margin-left: -29px;
    }

    .useful_pt_3 {
        margin-top: -26px;
        margin-left: 8px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 12pt;
        margin-top: -46px;
        font-weight: 600;
        margin-left: -28px;
        line-height: 18px;
    }

    .useful_pt_4 {
        margin-top: -39px;
        margin-left: 8px;
    }
}

@media (max-width: 450px) and (min-width: 280px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 9pt;
        margin-top: -41px;
        line-height: 13px;
        font-weight: 600;
        margin-left: -38px;
    }

    .useful_pt_1 {
        margin-top: -37px;
        margin-left: 29px;
        font-size: 10pt;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 10pt;
        margin-top: -44px;
        font-weight: 600;
        margin-left: -40px;
    }

    .useful_pt_2 {
        margin-top: -27px;
        margin-left: 28px;
        margin-bottom: -1px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 10pt;
        margin-top: -44px;
        font-weight: 600;
        margin-left: -41px;
    }

    .useful_pt_3 {
        margin-top: -26px;
        margin-left: 27px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 10pt;
        line-height: 16px;
        margin-top: -40px;
        font-weight: 600;
        margin-left: -42px;
    }

    .useful_pt_4 {
        margin-top: -39px;
        margin-left: 26px;
    }
}

@media (max-width: 280px) {
    .useful_text_n {
        color: #0075bb;
        display: flex;
        font-size: 9pt;
        margin-top: -12px;
        font-weight: 600;
        line-height: 15px;
        margin-left: -6px;
    }

    .useful_pt_1 {
        margin-top: -37px;
        margin-left: 29px;
        font-size: 10pt;
    }

    .useful_text_n_1 {
        color: #0075bb;
        display: flex;
        font-size: 10pt;
        margin-top: -12px;
        font-weight: 600;
        margin-left: -6px;
    }

    .useful_pt_2 {
        margin-top: -35px;
        margin-left: 28px;
        margin-bottom: 3px;
    }

    .useful_text_n_2 {
        color: #0075bb;
        display: flex;
        font-size: 10pt;
        margin-top: -7px;
        font-weight: 600;
        margin-left: -7px;
    }

    .useful_pt_3 {
        margin-top: -39px;
        margin-left: 27px;
    }

    .useful_text_n_3 {
        color: #0075bb;
        display: flex;
        font-size: 10pt;
        line-height: 15px;
        margin-top: -11px;
        font-weight: 600;
        margin-left: -9px;
    }

    .useful_pt_4 {
        margin-top: -39px;
        margin-left: 26px;
    }
}

.date {
    background-color: #3a5c6e;
}

.use {
    margin-top: -75px;
    width: 622px;
    height: 345px;
    margin-left: 80px;
    border-radius: 24px;
    background-position: -17px -17px;
}

.use_second {
    margin-top: 28px;
    width: 622px;
    height: 345px;
    margin-left: 80px;
    border-radius: 24px;
    background-position: -17px -17px;
}

.use_box_shadow {
    border-radius: 24px;
    background: white;
    padding: 55px;
    width: 300px;
    height: 345px;
}

@media (max-width: 1860px) {
    .use_box_shadow {
        height: 345px;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .use_box_shadow {
        height: 345px;
    }
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .use_box_shadow {
        height: 333px;
    }
}

@media (max-width: 1400px) and (min-width: 1200px) {
    .use_box_shadow {
        height: 285px;
        width: 285px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .use_box_shadow {
        height: 285px;
        width: 295px;
        padding: 55px 45px;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .use_box_shadow {
        height: 265px;
        width: 255px;
        padding: 30px;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .use_box_shadow {
        height: 230px;
        width: 210px;
        padding: 30px;
    }
}

@media (max-width: 740px) {
    .use_box_shadow {
        border-radius: 10px;
        padding: 55px;
        width: 210px;
        height: 217px;
    }

    .use {
        border-radius: 10px;
    }
}

@media (max-width: 600px) {
    .use_box_shadow {
        border-radius: 10px;
        padding: 55px;
        width: 205px;
        height: 216px;
    }

    .use {
        border-radius: 10px;
    }
}

@media (max-width: 360px) {
    .use_box_shadow {
        border-radius: 10px;
        padding: 55px;
        width: 153px;
        height: 169px;
    }

    .use {
        border-radius: 10px;
    }
}

@media (max-width: 769px) and (min-width: 740px) {
    .use_box_shadow {
        height: 217px;
        width: 155px;
        padding: 20px 20px;
    }
}

@media (max-width: 768px) and (min-width: 740px) {
    .use_box_shadow {
        height: 217px;
        width: 165px;
        padding: 55px 40px;
    }
}

@media (max-width: 740px) {
    .use_box_shadow {
        height: 217px;
        width: 200px;
    }
}

@media (max-width: 430px) {
    .use_box_shadow {
        height: 210px;
        width: 188px;
        padding: 55px 50px;
    }
}

@media (max-width: 360px) {
    .use_box_shadow {
        height: 168px;
        width: 150px;
    }
}

@media (max-width: 320px) {
    .use_box_shadow {
        height: 173px;
        width: 150px;
    }
}

@media (max-width: 300px) {
    .use_box_shadow {
        height: 168px;
        width: 150px;
    }
}

@media (max-width: 1860px) {
    .use {
        margin-top: -63px;
        width: 622px;
        height: 345px;
        margin-left: 85px;
    }

    .use_second {
        margin-top: 16px;
        width: 622px;
        height: 345px;
        margin-left: 85px;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .use {
        margin-top: -63px;
        width: 622px;
        height: 345px;
        margin-left: 70px;
    }

    .use_second {
        margin-top: 16px;
        width: 622px;
        height: 345px;
        margin-left: 70px;
    }
}

@media (max-width: 1600px) and (min-width: 1536px) {
    .use {
        margin-top: -72px;
        width: 600px;
        height: 333px;
        margin-left: 70px;
    }

    .use_second {
        margin-top: 16px;
        width: 600px;
        height: 333px;
        margin-left: 70px;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .use {
        margin-top: -81px;
        width: 600px;
        height: 333px;
        margin-left: 70px;
    }

    .use_second {
        margin-top: 16px;
        width: 600px;
        height: 333px;
        margin-left: 70px;
    }
}

@media (max-width: 1500px) and (min-width: 1440px) {
    .use {
        margin-top: -72px;
        width: 600px;
        height: 333px;
        margin-left: 75px;
    }

    .use_second {
        margin-top: 16px;
        width: 600px;
        height: 333px;
        margin-left: 75px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .use {
        margin-top: -73px;
        width: 600px;
        height: 333px;
        margin-left: 65px;
    }

    .use_second {
        margin-top: 16px;
        width: 600px;
        height: 333px;
        margin-left: 65px;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .use {
        margin-top: -92px;
        width: 500px;
        height: 285px;
        margin-left: 19%;
        margin-right: 5%;
    }

    .use_second {
        margin-top: 21px;
        width: 500px;
        height: 285px;
        margin-left: 19%;
        margin-right: 5%;
    }
}

@media (max-width: 1367px) and (min-width: 1350px) {
    .use {
        margin-top: -92px;
        width: 540px;
        height: 285px;
        margin-left: 10%;
        margin-right: 5%;
    }

    .use_second {
        margin-top: 21px;
        width: 540px;
        height: 285px;
        margin-left: 10%;
        margin-right: 5%;
    }
}

@media (max-width: 1350px) and (min-width: 1300px) {
    .use {
        margin-top: -92px;
        width: 500px;
        height: 285px;
        margin-left: 16%;
        margin-right: 5%;
    }

    .use_second {
        margin-top: 21px;
        width: 500px;
        height: 285px;
        margin-left: 16%;
        margin-right: 5%;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .use {
        margin-top: -92px;
        width: 500px;
        height: 285px;
        margin-left: 15%;
        margin-right: 5%;
    }

    .use_second {
        margin-top: 21px;
        width: 500px;
        height: 285px;
        margin-left: 15%;
        margin-right: 5%;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .use {
        margin-top: -91px;
        width: 530px;
        height: 285px;
        margin-left: 10%;
        margin-right: 5%;
    }

    .use_second {
        margin-top: 13px;
        width: 530px;
        height: 285px;
        margin-left: 10%;
        margin-right: 5%;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .use {
        margin-top: -91px;
        width: 500px;
        height: 285px;
        margin-left: -9%;
        margin-right: 5%;
    }

    .use_second {
        margin-top: 13px;
        width: 500px;
        height: 285px;
        margin-left: -9%;
        margin-right: 5%;
    }
}

@media (max-width: 1200px) and (min-width: 1000px) {
    .use {
        margin-top: -91px;
        width: 443px;
        height: 265px;
        margin-left: auto;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 443px;
        height: 265px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1000px) and (min-width: 991px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) and (min-width: 950px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -4rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -4rem;
        margin-right: auto;
    }
}

@media (max-width: 950px) and (min-width: 876px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -3rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -3rem;
        margin-right: auto;
    }
}

@media (max-width: 915px) and (min-width: 876px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -2rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -2rem;
        margin-right: auto;
    }
}

@media (max-width: 877px) and (min-width: 850px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -2rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -2rem;
        margin-right: auto;
    }
}

@media (max-width: 850px) and (min-width: 768px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -0.5rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -0.5rem;
        margin-right: auto;
    }
}

@media (max-width: 844px) and (min-width: 768px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -0.7rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -1.2rem;
        margin-right: auto;
    }
}

@media (max-width: 812px) and (min-width: 768px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -0.8rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -0.8rem;
        margin-right: auto;
    }
}

@media (max-width: 780px) and (min-width: 768px) {
    .use {
        margin-top: -91px;
        width: 370px;
        height: 230px;
        margin-left: -0.3rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 370px;
        height: 230px;
        margin-left: -0.3rem;
        margin-right: auto;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .use {
        margin-top: -105px;
        width: 328px;
        height: 217px;
        margin-left: 1rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 328px;
        height: 217px;
        margin-left: 1rem;
        margin-right: auto;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .use {
        margin-top: 16px;
        width: 328px;
        height: 217px;
        margin-left: 1rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 328px;
        height: 217px;
        margin-left: 1rem;
        margin-right: auto;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .use {
        margin-top: -220px;
        width: 328px;
        height: 217px;
        margin-left: 1.5rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: 13px;
        width: 328px;
        height: 217px;
        margin-left: 1.5rem;
        margin-right: auto;
    }
}

@media (max-width: 740px) and (min-width: 650px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 158px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 158px;
        margin-right: auto;
    }
}

@media (max-width: 667px) and (min-width: 650px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 133px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 133px;
        margin-right: auto;
    }
}

@media (max-width: 650px) and (min-width: 600px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 125px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 125px;
        margin-right: auto;
    }
}

@media (max-width: 600px) and (min-width: 580px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 96px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 96px;
        margin-right: auto;
    }
}

@media (max-width: 580px) and (min-width: 560px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 85px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 85px;
        margin-right: auto;
    }
}

@media (max-width: 568px) and (min-width: 560px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 77px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 77px;
        margin-right: auto;
    }
}

@media (max-width: 560px) and (min-width: 530px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 77px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 77px;
        margin-right: auto;
    }
}

@media (max-width: 530px) and (min-width: 515px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 60px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 60px;
        margin-right: auto;
    }
}

@media (max-width: 515px) and (min-width: 500px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 52px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 52px;
        margin-right: auto;
    }
}

@media (max-width: 500px) and (min-width: 480px) {
    .use {
        margin-top: -216px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 46px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 46px;
        margin-right: auto;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .use {
        margin-top: -216px;
        width: 328px;
        height: 217px;
        margin-left: 4.4rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 328px;
        height: 217px;
        margin-left: 4.4rem;
        margin-right: auto;
    }
}

@media (max-width: 478px) and (min-width: 450px) {
    .use {
        margin-top: -222px;
        width: 400px;
        height: 217px;
        margin-right: auto;
        margin-left: 46px;
    }

    .use_second {
        margin-top: -4px;
        width: 400px;
        height: 217px;
        border-radius: 10px;
        margin-left: 46px;
        margin-right: auto;
    }
}

@media (max-width: 450px) and (min-width: 430px) {
    .use {
        margin-top: -222px;
        width: 360px;
        height: 217px;
        margin-right: auto;
        margin-left: 40px;
    }

    .use_second {
        margin-top: -4px;
        width: 360px;
        height: 217px;
        border-radius: 10px;
        margin-left: 40px;
        margin-right: auto;
    }
}

@media (max-width: 430px) and (min-width: 414px) {
    .use {
        margin-top: -227px;
        width: 310px;
        height: 210px;
        margin-left: 3.4rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 310px;
        height: 210px;
        margin-left: 3.4rem;
        margin-right: auto;
        margin-bottom: 1.1rem;
        border-radius: 10px;
    }
}

@media (max-width: 415px) and (min-width: 390px) {
    .use {
        margin-top: -227px;
        width: 310px;
        height: 210px;
        margin-left: 3rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 310px;
        height: 210px;
        margin-left: 3rem;
        margin-right: auto;
        margin-bottom: 1.1rem;
        border-radius: 10px;
    }
}

@media (max-width: 412px) and (min-width: 390px) {
    .use {
        margin-top: -227px;
        width: 310px;
        height: 210px;
        margin-left: 2.4rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 310px;
        height: 210px;
        margin-left: 2.4rem;
        margin-right: auto;
        margin-bottom: 1.1rem;
        border-radius: 10px;
    }
}

@media (max-width: 390px) and (min-width: 384px) {
    .use {
        margin-top: -227px;
        width: 310px;
        height: 210px;
        margin-left: 2.2rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 310px;
        height: 210px;
        margin-left: 2.2rem;
        margin-right: auto;
        margin-bottom: 1.1rem;
        border-radius: 10px;
    }
}

@media (max-width: 384px) and (min-width: 360px) {
    .use {
        margin-top: -227px;
        width: 310px;
        height: 210px;
        margin-left: 2rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 310px;
        height: 210px;
        margin-left: 2rem;
        margin-right: auto;
        margin-bottom: 1.1rem;
        border-radius: 10px;
    }
}

@media (max-width: 376px) and (min-width: 360px) {
    .use {
        margin-top: -227px;
        width: 310px;
        height: 210px;
        margin-left: 1.7rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 310px;
        height: 210px;
        margin-left: 1.7rem;
        margin-right: auto;
        margin-bottom: 1.1rem;
        border-radius: 10px;
    }
}

@media (max-width: 360px) and (min-width: 320px) {
    .use {
        margin-top: -216px;
        width: 281px;
        height: 168px;
        margin-left: 1.6rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 281px;
        height: 168px;
        border-radius: 10px;
        margin-left: 1.6rem;
        margin-right: auto;
        margin-bottom: 3rem;
    }
}

@media (max-width: 320px) {
    .use {
        margin-top: -216px;
        width: 281px;
        height: 168px;
        margin-left: 1rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 281px;
        height: 173px;
        margin-left: 1rem;
        margin-right: auto;
        margin-bottom: 3rem;
    }
}

@media (max-width: 300px) {
    .use {
        margin-top: -216px;
        width: 281px;
        height: 168px;
        margin-left: 0.3rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 281px;
        height: 173px;
        margin-left: 0.3rem;
        margin-right: auto;
        margin-bottom: 3rem;
    }
}

@media (max-width: 280px) {
    .use {
        margin-top: -216px;
        width: 252px;
        height: 145px;
        margin-left: -0.18rem;
        margin-right: auto;
    }

    .use_second {
        margin-top: -4px;
        width: 252px;
        height: 145px;
        margin-left: -0.18rem;
        margin-right: auto;
        margin-bottom: 3rem;
    }
}

.use_column {
    margin-left: 85px;
}

@media (max-width: 1860px) {
    .use_column {
        margin-left: 100px;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .use_column {
        margin-left: 65px;
    }
}

@media (max-width: 1600px) and (min-width: 1550px) {
    .use_column {
        margin-left: 85px;
    }
}

@media (max-width: 1550px) and (min-width: 1536px) {
    .use_column {
        margin-left: 65px;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .use_column {
        margin-left: 55px;
    }
}

@media (max-width: 1500px) and (min-width: 1450px) {
    .use_column {
        margin-left: 40px;
    }
}

@media (max-width: 1450px) and (min-width: 1440px) {
    .use_column {
        margin-left: 20px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .use_column {
        margin-left: 10px;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .use_column {
        margin-left: 25px;
    }
}

@media (max-width: 1367px) and (min-width: 1202px) {
    .use_column {
        margin-left: 35px;
    }
}

@media (max-width: 1280px) {
    .use_column {
        margin-left: 5px;
    }
}

@media (max-width: 1250px) {
    .use_column {
        margin-left: 20px;
    }
}

@media (max-width: 1200px) {
    .use_column {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .use_column {
        margin-left: 3.5rem;
    }
}

@media (max-width: 950px) {
    .use_column {
        margin-left: 2.5rem;
    }
}

@media (max-width: 915px) {
    .use_column {
        margin-left: 1.3rem;
    }
}

@media (max-width: 877px) {
    .use_column {
        margin-left: 1.35rem;
    }
}

@media (max-width: 850px) {
    .use_column {
        margin-left: 0.5rem;
    }
}

@media (max-width: 834px) {
    .use_column {
        margin-left: 0rem;
    }
}

@media (max-width: 810px) {
    .use_column {
        margin-left: -0.15rem;
    }
}

@media (max-width: 800px) {
    .use_column {
        margin-left: -0.15rem;
    }
}

@media (max-width: 780px) {
    .use_column {
        margin-left: -0.4rem;
    }
}

@media (max-width: 769px) {
    .use_column {
        margin-left: 0.8rem;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .use_column {
        margin-left: 1rem;
        margin-right: auto;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) and (min-width: 740px) {
    .use_column {
        margin-left: 25rem;
        margin-right: auto;
        margin-top: -15rem;
    }
}

@media (max-width: 740px) and (min-width: 650px) {
    .use_column {
        margin-left: 158px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 667px) and (min-width: 650px) {
    .use_column {
        margin-left: 133px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 650px) and (min-width: 600px) {
    .use_column {
        margin-left: 125px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 600px) and (min-width: 580px) {
    .use_column {
        margin-left: 96px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 580px) and (min-width: 560px) {
    .use_column {
        margin-left: 85px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 568px) and (min-width: 560px) {
    .use_column {
        margin-left: 77px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 560px) and (min-width: 530px) {
    .use_column {
        margin-left: 77px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 530px) and (min-width: 515px) {
    .use_column {
        margin-left: 60px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 515px) and (min-width: 500px) {
    .use_column {
        margin-left: 52px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 500px) and (min-width: 479px) {
    .use_column {
        margin-left: 46px;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .use_column {
        margin-left: 4.4rem;
        margin-right: auto;
        margin-top: 0rem;
    }
}

@media (max-width: 478px) {
    .use_column {
        margin-left: 3rem;
        margin-right: auto;
        margin-top: -0.5rem;
    }
}

@media (max-width: 450px) {
    .use_column {
        margin-left: 40px;
        margin-right: auto;
        margin-top: -0.5rem;
    }
}

@media (max-width: 430px) {
    .use_column {
        margin-left: 3.4rem;
        margin-right: auto;
        margin-top: -1.3rem;
    }
}

@media (max-width: 415px) {
    .use_column {
        margin-left: 3rem;
        margin-right: auto;
        margin-top: -1.3rem;
    }
}

@media (max-width: 390px) {
    .use_column {
        margin-left: 2.2rem;
        margin-right: auto;
        margin-top: -1.3rem;
    }
}

@media (max-width: 375px) {
    .use_column {
        margin-left: 1.7rem;
        margin-right: auto;
        margin-top: -1.3rem;
    }
}

@media (max-width: 360px) {
    .use_column {
        margin-left: 1.6rem;
        margin-right: auto;
        margin-top: -3rem;
    }
}

@media (max-width: 320px) {
    .use_column {
        margin-left: 1rem;
        margin-right: auto;
        margin-top: -3rem;
    }
}

@media (max-width: 320px) {
    .use_column {
        margin-left: 0.3rem;
        margin-right: auto;
        margin-top: -3rem;
    }
}

@media (max-width: 280px) {
    .use_column {
        margin-left: -0.18rem;
        margin-right: auto;
        margin-top: -3rem;
    }
}

label {
    cursor: pointer;
}

.nav {
    user-select: none;
    margin-left: 0.5%;
    margin-top: 0%;
}

@media (max-width: 769px) {
    .nav-mob {
        display: none;
    }
}

@media (min-width: 1600px) {
    .nav {
        user-select: none;
        margin-left: -0.5%;
        margin-top: 0.3%;
    }
}

@media (max-width: 1400px) {
    .nav {
        user-select: none;
        margin-left: 0.5%;
        margin-top: 1%;
    }
}

@media (max-width: 1100px) {
    .nav {
        user-select: none;
        margin-left: 0.5%;
        margin-top: 0.3%;
    }
}

@media (max-width: 1024px) {
    .nav {
        user-select: none;
        margin-left: 2.5%;
        margin-top: 0.3%;
    }
}

@media (max-width: 1000px) {
    .nav {
        user-select: none;
        margin-left: 1.5%;
        margin-top: 1%;
    }
}

@media (max-width: 999px) {
    .nav {
        user-select: none;
        margin-left: 1.5%;
        margin-top: -1%;
    }
}

.nav__showmenu {
    position: relative;
    display: inline-block;
    margin-left: 54px;
    padding: 5px 10px 10px;
    top: 6px;
    font-size: 20px;
    transition: background-color .3s;
}

@media (max-width: 870px) and (min-width: 768px) {
    .nav__showmenu {
        width: 44px;
    }
}

.nav__back {
    position: sticky;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color .3s;
}

.menu, .menu__submenu {
    list-style: none;
    padding: 0;
    color: #fff;
    overflow: hidden;
}

.menu {
    overflow: hidden;
    position: absolute;
    top: 90%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    max-width: 1644px;
    height: 850px;
    width: 100%;
    border-radius: 30px;
    padding-top: 2rem;
    line-height: 2em;
    background-image: url("/local/templates/test_new/images/burger_back.svg");
    background-size: cover;
    background-position: center;
    -webkit-overflow-scrolling: touch;
    transform: translateY(-2550px);
    transition: transform 700ms ease .700ms;
    will-change: transform;
    backface-visibility: hidden;
    z-index: 2;
}

@media (max-width: 1400px) {
    .menu {
        height: 840px;
        background-size: cover;
    }
}

@media (max-width: 1110px) {
    .menu {
        top: 92%;
        height: 840px;
    }
}

.menu__submenu {
    font-size: .2em;
    background-color: #ddd;
    max-height: 0;
    transition: max-height .3s ease-in-out;
}

.menu__showsub {
    position: absolute;
    right: 0;
    margin-top: -34px;
    padding: 10px;
    line-height: normal;
}

.menu__item {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    margin-left: 55px;
    text-align: left;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .menu__item {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        margin-left: 55px;
        text-align: left;
        font-size: 12px;
        margin-bottom: 4px;
        font-weight: 500;
    }
}

@media (max-width: 1280px) and (min-width: 1110px) {
    .menu__item {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        margin-left: 55px;
        text-align: left;
        font-size: 12px;
        margin-bottom: 4px;
        font-weight: 500;
    }
}

@media (max-width: 1110px) and (min-width: 768px) {
    .menu__item {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        margin-left: 55px;
        text-align: left;
        font-size: 10px;
        margin-bottom: -7px;
        font-weight: 500;
    }
}

.menu_item_service {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #828282;
    margin-left: 0;
    text-align: center;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
}

@media (max-width: 1400px) {
    .menu_item_service {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #828282;
        font-size: 13px;
        font-weight: 500;
    }
}

@media (max-width: 1110px) {
    .menu_item_service {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #828282;
        font-size: 11px;
        font-weight: 500;
    }
}

.menu__item:hover,
.menu__item:focus {
    color: #ffffff;
    text-decoration: none;
}

.menu__item:active,
.menu__item.active {
    outline: 0;
    background: #ffffff;
}

.menu__item_s {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: 420px;
    text-align: left;
    font-size: 14px;
}

.menu__item_t_f {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: 720px;
    text-align: left;
    font-size: 14px;
    margin-top: -320px;
}

.menu__item_t {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: 720px;
    text-align: left;
    font-size: 14px;
}

.menu__item_s_f {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-left: 420px;
    text-align: left;
    margin-top: -380px;
    font-size: 14px;
}

.menu__submenu .menu__item {
    color: #ffffff;
}

.nav__check:checked ~ .nav__back {
    background-color: rgba(#ffffff);
    bottom: 0;
}

.nav__check {
    display: none;
}

.menu__item:hover, .nav__showmenu:hover, .menu__showsub:hover {
    opacity: 0.7;
}

.nav__check:checked + .nav__showmenu {
    color: #fff;
}

.menu__check:checked ~ .menu__submenu {
    max-height: 100vh;
}

.menu__check:checked + .menu__showsub {
    transform: rotate(180deg);
}

.nav__check:checked ~ .menu {
    transform: translateX(0);
}

.nav__check:checked ~ .menu {
    transform: translateY(0);
}

.burger_title {
    font-size: 18pt;
    font-weight: 500;
    margin-left: 44px;
    color: #ffffff;
    float: left;
    margin-top: 9px;
    margin-bottom: 19px;
}

@media (max-width: 1400px) and (min-width: 1280px) {
    .burger_title {
        font-size: 13pt;
        font-weight: 500;
        margin-left: 44px;
        color: #ffffff;
        float: left;
        margin-top: 9px;
        margin-bottom: 19px;
    }
}

@media (max-width: 1280px) and (min-width: 1110px) {
    .burger_title {
        font-size: 13pt;
        font-weight: 500;
        margin-left: 44px;
        color: #ffffff;
        float: left;
        margin-top: 9px;
        margin-bottom: 19px;
    }
}

@media (max-width: 1110px) and (min-width: 768px) {
    .burger_title {
        font-size: 10pt;
        font-weight: 500;
        margin-left: 44px;
        color: #ffffff;
        float: left;
        margin-top: 9px;
        margin-bottom: 19px;
    }
}

.burger_title:hover,
.burger_title:focus {
    color: #ffffff;
    text-decoration: none;
}

.burger_title:active,
.burger_title.active {
    outline: 0;
    background: #ffffff;
}

.burger_title_service {
    font-size: 14pt;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 1400px) {
    .burger_title_service {
        font-size: 13pt;
        font-weight: 500;
        color: #ffffff;
    }
}

@media (max-width: 1110px) {
    .burger_title_service {
        font-size: 13pt;
        font-weight: 500;
        color: #ffffff;
    }
}

.container_slider {
    display: inline-block;
    max-width: 1680px;
    width: 100%;
    max-height: 884px;
    min-height: 884px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
}

@media (max-width: 2000px) and (min-width: 1800px) {
    .container_slider {
        display: inline-block;
        width: 100%;
        max-height: 555px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 9%;
    }
}

@media (max-width: 1800px) and (min-width: 1600px) {
    .container_slider {
        display: inline-block;
        width: 100%;
        max-height: 555px;
        margin-right: auto;
        margin-left: auto;
        margin-top: -2%;
    }
}

@media (max-width: 1600px) and (min-width: 1500px) {
    .container_slider {
        display: inline-block;
        width: 100%;
        max-height: 555px;
        margin-right: auto;
        margin-left: auto;
        margin-top: -5%;
    }
}

@media (max-width: 1000px) and (min-width: 768px) {
    .container_slider {
        display: inline-block;
        width: 100%;
        max-height: 555px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 14%;
        margin-bottom: -6%;
    }
}

@media (max-width: 999px) and (min-width: 768px) {
    .container_slider {
        display: inline-block;
        width: 100%;
        max-height: 555px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 23%;
        margin-bottom: -6%;
    }
}

@media (max-width: 912px) and (min-width: 911px) {
    .container_slider {
        display: inline-block;
        width: 100%;
        max-height: 555px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 12%;
        margin-bottom: -6%;
    }
}

@media (max-width: 768px) {
    .container_slider {
        display: none;
        width: 100%;
        max-height: 300px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 23%;
        margin-bottom: -6%;
    }
}

#nav-icon3 {
    width: 45px;
    height: 19px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 60.89%;
    background: #0074bb;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: -10px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 3px;
}

#nav-icon3 span:nth-child(4) {
    top: 16px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media (max-width: 1024px) {
    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 51.89%;
        background: #0074bb;
        border-radius: 4px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon3 span:nth-child(1) {
        top: 7px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: -2px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 16px;
    }
}

@media (min-width: 1000px) and (max-width: 1432px) {
    #nav-icon3 {
        width: 29px;
    }

    #nav-icon3 span:nth-child(1) {
        top: -11px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: -3px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 5px;
    }
}

.zam {
    margin: 10px 0;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: solid 1px rgba(130, 130, 130, 0.3);
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    background-color: #ffffff;
    border-radius: 30px;
    margin-top: -100px;
    margin-left: 160px;
    height: 346px;
    width: 1300px;
}


/* ========================================================================== */
/* SOTRUDNIKI / RUKOVODSTVO / UChENYJ SOVET */
/* ========================================================================== */

.img_management {
    max-width: 273px;
    max-height: 353px;
    width: 100%;
    border-radius: 18px 0 0 18px;
    margin-bottom: 26px;
    height: 100%;
    margin-top: 28px;
    margin-left: 11px;
    object-fit: cover;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 15%);
}

.management_zam {
    margin-top: -117px;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        height: 89%;
        margin-top: 16px;
        margin-left: -2px;
        width: fit-content;
    }
}

.text_management {
    font-size: 16pt;
    margin-top: 35px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: -8px;
    margin-left: -75px;
    font-weight: 800;
}

@media (max-width: 1800px) {
    .text_management {
        margin-left: -60px;
    }
}

.man_par {
    font-size: 14pt;
    color: #0074bb;
    display: inline-block;
    margin-left: -77px;
    margin-bottom: -20px;
    margin-top: 11px;
    font-weight: 600;
}

@media (max-width: 1800px) and (min-width: 1440px) {
    .man_par {
        margin-left: -60px;
    }
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par {
        font-size: 12pt;
        margin-left: 35px;
        margin-bottom: 5px;
        margin-top: -20px;
    }

    .text_management {
        margin-left: 35px;
        margin-top: 25px;
    }
}

.man_par_n {
    font-size: 13pt;
    color: black;
    display: inline-block;
    margin-left: 0;
    margin-bottom: -5px;
    margin-top: 15px;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par_n {
        font-size: 10pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }
}

.man_par_k {
    font-size: 13pt;
    color: black;
    margin-left: -77px;
    margin-top: 5px;
    margin-right: 40px;
}

@media (max-width: 1800px) {
    .man_par_k {
        margin-left: -60px;
    }
}

.man_par_k_d {
    font-size: 13pt;
    color: black;
    margin-left: -76px;
    margin-top: 10px;
    margin-bottom: -20px;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par_k_d {
        font-size: 10pt;
        margin-left: -45px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
}

.man_par_k_a {
    font-size: 13pt;
    color: black;
    display: inline-block;
    margin-left: -77px;
    margin-top: 10px;
}

@media (max-width: 1800px) {
    .man_par_k_a {
        margin-left: -60px;
    }
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par_k {
        font-size: 10pt;
        margin-left: 35px;
        margin-bottom: 5px;
        margin-top: -9px;
    }
}

@media (max-width: 1440px) and (min-width: 992px) {
    .man_par_k_a {
        font-size: 10pt;
        margin-left: 35px;
        margin-bottom: 5px;
        margin-top: 0;
    }
}

@media (max-width: 1600px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 90%;
        height: 90%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 16pt;
        margin-left: -33px;
        margin-top: 30px;
    }

    .man_par {
        font-size: 12pt;
        margin-left: -34px;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-left: -32px;
        margin-bottom: 10px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-left: -33px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 1440px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 65%;
        height: 90%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        margin-left: -135px;
        margin-top: 25px;
    }

    .man_par {
        margin-left: -135px;
    }

    .man_par_k {
        margin-left: -135px;
    }

    .man_par_k_a {
        margin-left: -135px;
    }
}

@media (max-width: 1400px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 78%;
        height: 90%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 16pt;
        margin-left: -90px;
        margin-top: 25px;
    }

    .man_par {
        font-size: 12pt;
        margin-left: -90px;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-left: -90px;
        margin-bottom: 6px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-left: -90px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 1279px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 78%;
        height: 90%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 16pt;
        margin-left: -65px;
        margin-top: 25px;
    }

    .man_par {
        font-size: 12pt;
        margin-left: -65px;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-left: -65px;
        margin-bottom: 6px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-left: -65px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 1200px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 90%;
        height: 90%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 14pt;
        margin-left: -33px;
        margin-top: 12px;
    }

    .man_par {
        font-size: 12pt;
        margin-left: -34px;
        margin-bottom: 11px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 12pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 12pt;
        margin-left: -32px;
        margin-bottom: 5px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 12pt;
        margin-left: -33px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 992px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 73%;
        height: 85%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 11pt;
        margin-left: -33px;
        margin-top: 10px;
    }

    .man_par {
        font-size: 9pt;
        margin-left: -34px;
        margin-bottom: -4px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 9pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 8pt;
        margin-left: -32px;
        margin-bottom: -5px;
        margin-top: -9px;
    }

    .man_par_k_a {
        font-size: 8pt;
        margin-left: -33px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 712px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 73%;
        height: 85%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 11pt;
        margin-left: -33px;
        margin-top: 9px;
    }

    .man_par {
        font-size: 9pt;
        margin-left: -34px;
        margin-bottom: -4px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 9pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 8pt;
        margin-left: -34px;
        margin-bottom: -5px;
        margin-top: -5px;
    }

    .man_par_k_a {
        font-size: 8pt;
        margin-left: -33px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 640px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 73%;
        height: 85%;
        margin-top: 17px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 11pt;
        margin-left: -33px;
        margin-top: 6px;
    }

    .man_par {
        font-size: 9pt;
        margin-left: -34px;
        margin-bottom: -4px;
        margin-top: -20px;
    }

    .man_par_n {
        font-size: 9pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 8pt;
        margin-left: -34px;
        margin-bottom: -5px;
        margin-top: -5px;
    }

    .man_par_k_a {
        font-size: 8pt;
        margin-left: -33px;
        margin-bottom: 5px;
        margin-top: -4px;
    }
}

@media (max-width: 600px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 72%;
        height: 89%;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 6pt;
        margin-left: -30px;
        margin-top: 10px;
    }

    .man_par {
        font-size: 6pt;
        margin-left: -30px;
        margin-bottom: -8px;
        margin-top: -25px;
    }

    .man_par_n {
        font-size: 6pt;
        margin-left: -2px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 6pt;
        margin-left: -30px;
        margin-bottom: 3px;
        margin-top: -3px;
        margin-right: 15px;
        line-height: 8px;
    }

    .man_par_k_a {
        font-size: 6pt;
        margin-left: -30px;
        margin-bottom: -9px;
        margin-top: -3px;
        line-height: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 480px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 97%;
        height: 89%;
        margin-top: 10px;
        margin-left: 4px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 6pt;
        margin-left: -3px;
        margin-top: 10px;
    }

    .man_par {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -8px;
        margin-top: -25px;
    }

    .man_par_n {
        font-size: 6pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: 3px;
        margin-top: -3px;
        margin-right: 15px;
        line-height: 8px;
    }

    .man_par_k_a {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -9px;
        margin-top: -3px;
        line-height: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 390px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 97%;
        height: 91%;
        margin-top: 8px;
        margin-left: 2px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 6pt;
        margin-left: -3px;
        margin-top: 7px;
    }

    .man_par {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -8px;
        margin-top: -25px;
    }

    .man_par_n {
        font-size: 6pt;
        margin-left: -2px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: 3px;
        margin-top: -3px;
        margin-right: 15px;
        line-height: 8px;
    }

    .man_par_k_a {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -9px;
        margin-top: -3px;
        line-height: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 375px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 97%;
        height: 92%;
        margin-top: 7px;
        margin-left: 1px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 6pt;
        margin-left: -3px;
        margin-top: 0;
    }

    .man_par {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -8px;
        margin-top: -25px;
    }

    .man_par_n {
        font-size: 6pt;
        margin-left: -1px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: 3px;
        margin-top: -3px;
        margin-right: 15px;
        line-height: 8px;
    }

    .man_par_k_a {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -9px;
        margin-top: -3px;
        line-height: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 320px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 97%;
        height: 90%;
        margin-top: 7px;
        margin-left: 1px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 6pt;
        margin-left: -3px;
        margin-top: 0;
    }

    .man_par {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -8px;
        margin-top: -25px;
    }

    .man_par_n {
        font-size: 6pt;
        margin-left: -17px;
        margin-bottom: -30px;
        margin-top: -30px;
    }

    .man_par_k {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: 3px;
        margin-top: -3px;
        margin-right: 15px;
        line-height: 8px;
    }

    .man_par_k_a {
        font-size: 6pt;
        margin-left: -3px;
        margin-bottom: -9px;
        margin-top: -3px;
        line-height: 10px;
        margin-right: 15px;
    }
}

@media (max-width: 320px) {
    .img_management {
        max-width: 266px;
        max-height: 390px;
        width: 97%;
        height: 90%;
        margin-top: 7px;
        margin-left: 1px;
        margin-bottom: 50px;
    }

    .text_management {
        font-size: 6pt;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 0;
        line-height: 0;
    }

    .man_par {
        font-size: 5pt;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 0;
        line-height: 0;
    }

    .man_par_n {
        width: 87px;
        word-break: break-all;
        font-size: 5pt;
        margin-left: -14px;
        margin-bottom: 0;
        margin-top: 10px;
        margin-right: 0;
        line-height: 8px;
    }

    .man_par_k {
        font-size: 5pt;
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 0;
        line-height: 8px;
    }

    .contact_head {
        display: none;
    }
}


/* ========================================================================== */
/* HLEBNYE KROShKI */
/* ========================================================================== */

.bread_man {
    margin-left: -3.55%;
    margin-top: -0.8%;
    margin-bottom: -4%;
}

@media (max-width: 1200px) {
    .bread_man {
        margin-left: -1.55%;
        margin-top: 0;
        margin-bottom: -6.5%;
    }
}

@media (max-width: 992px) {
    .bread_man {
        margin-left: -5.55%;
        margin-top: -0.8%;
        margin-bottom: -6.5%;
    }
}

.bread_news {
    margin-left: -58px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .bread_news {
        margin-left: -50px;
        margin-top: -4rem;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .bread_news {
        margin-left: -19px;
        margin-top: -117px;
    }
}

@media (max-width: 1024px) {
    .bread_news {
        margin-left: 11px;
        margin-top: -3rem;
    }
}

@media (max-width: 1000px) {
    .bread_news {
        margin-left: 32px;
        margin-top: -7rem;
    }
}

@media (max-width: 860px) {
    .bread_news {
        margin-left: -42px;
        margin-top: -3rem;
    }
}

@media (max-width: 768px) {
    .bread_news {
        display: none;
    }
}

.bread_list {
    margin-left: 7px;
}

.bread_dep {
    margin-left: -27px;
    margin-top: 2px;
    margin-bottom: -115px;
}

.bread_dep_det {
    margin-left: -2%;
    margin-top: -1%;
    margin-bottom: -2rem;
}

.bread_dep_detail {
    margin-left: -10.5%;
    margin-top: -1%;
    margin-bottom: -2rem;
}

.bread_dep_kaf {
    margin-left: 9%;
    margin-top: 5%;
    margin-bottom: -15.2rem;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .bread_dep_det {
        margin-left: -1%;
        margin-top: auto;
        margin-bottom: -3%;
    }

    .bread_dep_detail {
        margin-left: -1%;
        margin-top: auto;
        margin-bottom: -3%;
    }
}

@media (max-width: 1599px) and (min-width: 1400px) {
    .bread_dep_det {
        margin-left: 5%;
        margin-bottom: -8%;
    }

    .bread_dep_detail {
        margin-left: 5%;
        margin-bottom: -8%;
    }

    .bread_dep_kaf {
        margin-left: 15%;
        margin-top: 6%;
        margin-bottom: -4.5rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .bread_dep_det {
        margin-left: 58px;
        margin-top: -5%;
        margin-bottom: -106px;
    }

    .bread_dep_detail {
        margin-left: 58px;
        margin-top: -5%;
        margin-bottom: -106px;
    }

    .bread_dep_kaf {
        margin-left: 10%;
        margin-top: 7%;
        margin-bottom: -4rem;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .bread_dep_det {
        margin-left: 58px;
        margin-top: -7%;
        margin-bottom: -105px;
    }

    .bread_dep_detail {
        margin-left: 58px;
        margin-top: -7%;
        margin-bottom: -105px;
    }

    .bread_dep_kaf {
        margin-left: 11%;
        margin-top: 8%;
        margin-bottom: -4.3rem;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .bread_dep_det {
        margin-left: 58px;
        margin-top: -5%;
        margin-bottom: -200px;
    }

    .bread_dep_detail {
        margin-left: 58px;
        margin-top: -5%;
        margin-bottom: -200px;
    }

    .bread_dep_kaf {
        margin-left: 11%;
        margin-top: 8%;
        margin-bottom: -4.3rem;
    }
}

@media (max-width: 991px) and (min-width: 870px) {
    .bread_dep_det {
        margin-left: -2%;
        margin-top: -12%;
        margin-bottom: -146px;
    }

    .bread_dep_detail {
        margin-left: -2%;
        margin-top: -12%;
        margin-bottom: -146px;
    }

    .bread_dep_kaf {
        margin-left: 11%;
        margin-top: 8%;
        margin-bottom: -3.3rem;
    }
}

@media (max-width: 869px) and (min-width: 768px) {
    .bread_dep_det {
        margin-left: -2%;
        margin-top: -12%;
        margin-bottom: -146px;
    }

    .bread_dep_detail {
        margin-left: -2%;
        margin-top: -12%;
        margin-bottom: -146px;
    }

    .bread_dep_kaf {
        margin-left: 11%;
        margin-top: 8%;
        margin-bottom: -4.3rem;
    }
}

@media (max-width: 768px) {
    .bread_dep_det {
        display: none;
    }

    .bread_dep_detail {
        display: none;
    }

    .bread_dep_kaf {
        display: none;
    }
}

.departmen {
    margin-top: 3rem;
    border-radius: 0 0;
    margin-left: 16.7%;
    z-index: 1000;
    width: 67.3%;
    max-height: 10%;
    height: 7%;
}

@media (max-width: 1600px) {
    .departmen {
        margin-top: 4rem;
        border-radius: 0 0;
        margin-left: 16.7%;
        z-index: 1000;
        width: 67.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 1536px) {
    .departmen {
        margin-top: 10rem;
        border-radius: 0 0;
        margin-left: 16.7%;
        z-index: 1000;
        width: 67.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 1440px) {
    .departmen {
        margin-top: 8rem;
        margin-bottom: 1rem;
        border-radius: 0 0;
        margin-left: 16.7%;
        z-index: 1000;
        width: 67.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 1400px) {
    .departmen {
        margin-top: 9rem;
        margin-bottom: 0rem;
        border-radius: 0 0;
        margin-left: 16.7%;
        z-index: 1000;
        width: 67.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 1100px) {
    .departmen {
        margin-top: 9rem;
        margin-bottom: 0.5rem;
        border-radius: 0 0;
        margin-left: 12.5%;
        z-index: 1000;
        width: 75%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 1024px) {
    .departmen {
        margin-top: 10rem;
        margin-bottom: 1rem;
        border-radius: 0 0;
        margin-left: 17.7%;
        z-index: 1000;
        width: 65%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 991px) {
    .departmen {
        margin-top: 10rem;
        border-radius: 0 0;
        margin-left: 16.7%;
        z-index: 1000;
        width: 67.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 899px) {
    .departmen {
        margin-top: 10rem;
        border-radius: 0 0;
        margin-left: 19.7%;
        z-index: 1000;
        width: 60%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 1366px) and (min-width: 1366px) {
    .departmen {
        margin-top: 8rem;
        border-radius: 0 0;
        margin-left: 16.7%;
        z-index: 1000;
        width: 67.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 768px) {
    .departmen {
        margin-top: 2rem;
        border-radius: 0 0;
        margin-left: 6.7%;
        z-index: 1000;
        max-width: 768px;
        width: 87.3%;
        max-height: 10%;
        height: 7%;
    }
}

@media (max-width: 390px) {
    .departmen {
        display: inline-block;
        margin-top: 2rem;
        border-radius: 0 0;
        margin-left: 9.7%;
        z-index: 1000;
        width: 80.3%;
        max-height: 10%;
        height: 7%;
    }
}

.dep_img {
    width: 60px;
    display: flex;
    z-index: 1000;
    margin-right: 9%;
    margin-top: 15px;
    height: 60px;
    border-radius: 0;
}

@media (max-width: 1440px) and (min-width: 768px) {
    .dep_img {
        width: 55px;
        display: flex;
        z-index: 1000;
        margin-right: 24px;
        height: 55px;
        border-radius: 0;
    }
}

@media (max-width: 1399px) and (min-width: 768px) {
    .dep_img {
        width: 55px;
        display: flex;
        z-index: 1000;
        margin-right: 24px;
        margin-top: 5px;
        height: 55px;
        border-radius: 0;
    }
}

@media (max-width: 768px) {
    .dep_img {
        width: 36px;
        display: flex;
        z-index: 1000;
        margin-right: 9%;
        margin-top: 43%;
        height: 36px;
        border-radius: 0;
    }
}

.photo_img {
    border-radius: 0;
    max-height: 800px;
    min-height: 800px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 820px) {
    .photo_img {
        border-radius: 0;
        max-height: 450px;
        min-height: 450px;
        object-fit: cover;
    }
}

@media (max-width: 800px) {
    .photo_img {
        border-radius: 0;
        max-height: 450px;
        min-height: 450px;
        object-fit: cover;
    }
}

@media (max-width: 600px) {
    .photo_img {
        border-radius: 0;
        max-height: 200px;
        min-height: 200px;
        object-fit: cover;
    }
}

@media (max-width: 280px) {
    .photo_img {
        border-radius: 0;
        max-height: 150px;
        min-height: 150px;
        object-fit: cover;
    }
}

.photo_img_main {
    border-radius: 0;
    width: 100%;
    max-height: 884px;
    min-height: 884px;
    background-size: cover;
}

@media (max-width: 1600px) and (min-width: 1400px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 736px;
        min-height: 736px;
        object-fit: cover;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 700px;
        min-height: 510px;
        object-fit: cover;
    }
}

@media (max-width: 1024px) and (min-width: 1000px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 700px;
        min-height: 530px;
        object-fit: cover;
    }
}

@media (max-width: 992px) and (min-width: 876px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 600px;
        min-height: 477px;
        object-fit: cover;
    }
}

@media (max-width: 877px) and (min-width: 768px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 600px;
        min-height: 452px;
        object-fit: cover;
    }
}

@media (max-width: 834px) and (min-width: 768px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 600px;
        min-height: 431px;
        object-fit: cover;
    }
}

@media (max-width: 768px) and (min-width: 280px) {
    .photo_img_main {
        border-radius: 0;
        max-height: 483px;
        min-height: 483px;
        object-fit: cover;
    }
}

.btn-all-news {
    display: inline-block;
    color: #0074bb;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 20px;
    width: 131px;
    border-radius: 3px;
    margin-left: 1218px;
    margin-top: -98px;
}

.btn-all-events {
    display: inline-block;
    color: #0074bb;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 20px;
    width: 190px;
    border-radius: 3px;
    margin-left: 1160px;
    margin-top: -90px;
}

.btn-all-departments {
    display: inline-block;
    color: #828282;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 23px;
    width: 131px;
    border-radius: 3px;
    margin-left: 1520px;
    margin-top: -105px;
}

.btn-all-sotrudniki {
    display: inline-block;
    color: #0074bb;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 22px;
    width: 130px;
    border-radius: 3px;
    margin-left: 1322px;
    margin-top: -101px;
}

@media (max-width: 1800px) {
    .btn-all-sotrudniki {
        margin-left: 1200px;
        margin-top: -90px;
    }
}

@media (max-width: 1536px) {
    .btn-all-sotrudniki {
        margin-left: 1100px;
        margin-top: -90px;
    }
}

@media (max-width: 1440px) {
    .btn-all-sotrudniki {
        margin-left: 1100px;
        margin-top: -45px;
    }
}

@media (max-width: 1300px) {
    .btn-all-sotrudniki {
        margin-left: 1030px;
        margin-top: -45px;
    }
}

@media (max-width: 1200px) {
    .btn-all-sotrudniki {
        margin-left: 860px;
        margin-top: -45px;
    }
}

@media (max-width: 1024px) {
    .btn-all-sotrudniki {
        margin-left: 800px;
        margin-top: -210px;
    }
}

@media (max-width: 991px) {
    .btn-all-sotrudniki {
        margin-left: 750px;
        margin-top: -135px;
    }
}

@media (max-width: 900px) {
    .btn-all-sotrudniki {
        margin-left: 700px;
        margin-top: -135px;
    }
}

@media (max-width: 840px) {
    .btn-all-sotrudniki {
        margin-left: 650px;
        margin-top: -135px;
    }
}

@media (max-width: 768px) {
    .btn-all-sotrudniki {
        display: none;
    }
}

.btn-all-institut {
    display: inline-block;
    color: #0074bb;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    height: 20px;
    width: 131px;
    border-radius: 3px;
    margin-left: 1373px;
    margin-top: 220px;
}

.btn-album {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font: normal 16px/21px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    width: 131px;
    border-radius: 3px;
    margin-left: 16px;
    margin-top: 31px;
}

@media (max-width: 600px) {
    .btn-album {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font: normal 14px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #0074bb;
        text-decoration: none;
        white-space: nowrap;
        height: 24px;
        width: 111px;
        border-radius: 3px;
        margin-left: 20px;
        margin-top: -31px;
        margin-bottom: 27px;
    }
}

@media (max-width: 1600px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 131px;
        border-radius: 3px;
        margin-left: 1077px;
        margin-top: -150px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 190px;
        border-radius: 3px;
        margin-left: 1100px;
        margin-top: -100px;
    }
}

@media (max-width: 1400px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 868px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 817px;
        margin-top: -115px;
    }
}

@media (max-width: 1200px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 868px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 817px;
        margin-top: -115px;
    }
}

@media (max-width: 1080px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 735px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 684px;
        margin-top: -115px;
    }
}

@media (max-width: 1000px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 591px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 540px;
        margin-top: -115px;
    }
}

@media (max-width: 876px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 695px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 644px;
        margin-top: -115px;
    }
}

@media (max-width: 860px) {
    .btn-all-news {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 635px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 584px;
        margin-top: -115px;
    }
}

@media (max-width: 768px) {
    .btn-all-news {
        display: none;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 429px;
        margin-top: -115px;
    }

    .btn-all-events {
        display: none;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 155px;
        border-radius: 3px;
        margin-left: 378px;
        margin-top: -115px;
    }
}

@media (max-width: 1736px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 131px;
        border-radius: 3px;
        margin-left: 1335px;
        margin-top: 220px;
    }
}

@media (max-width: 1600px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 131px;
        border-radius: 3px;
        margin-left: 1180px;
        margin-top: 50px;
    }
}

@media (max-width: 1536px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 131px;
        border-radius: 3px;
        margin-left: 1140px;
        margin-top: 50px;
    }
}

@media (max-width: 1440px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 16px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 131px;
        border-radius: 3px;
        margin-left: 1120px;
        margin-top: 50px;
    }
}

@media (max-width: 1400px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 1100px;
        margin-top: 50px;
    }
}

@media (max-width: 1300px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 1050px;
        margin-top: 50px;
    }
}

@media (max-width: 1200px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 900px;
        margin-top: 50px;
    }
}

@media (max-width: 1100px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 800px;
        margin-top: 50px;
    }
}

@media (max-width: 1000px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 710px;
        margin-top: 30px;
    }
}

@media (max-width: 876px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 650px;
        margin-top: 30px;
    }
}

@media (max-width: 860px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 620px;
        margin-top: 30px;
    }
}

@media (max-width: 820px) {
    .btn-all-institut {
        display: inline-block;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 600px;
        margin-top: 55px;
    }
}

@media (max-width: 768px) {
    .btn-all-institut {
        display: none;
        color: #0074bb;
        font: normal 11px/21px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        background: #ffffff;
        text-decoration: none;
        white-space: nowrap;
        height: 20px;
        width: 96px;
        border-radius: 3px;
        margin-left: 429px;
        margin-top: -115px;
    }
}

.btn-all-news:hover,
.btn-all-news:focus {
    color: #0075bb;
    background: #ffffff;
    text-decoration: none;
}

.btn-album:hover,
.btn-album:focus {
    color: #ffffff;
    background: #0074bb;
    text-decoration: none;
}

.slider_news {
    padding-bottom: 50px;
    width: 94%;
    margin-left: 40px;
    height: max-content;
}

@media (max-width: 876px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 834px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 820px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: 1rem;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 800px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: 1rem;
        margin-right: auto;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 600px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: 1px;
        height: max-content;
    }

    .carousel-indicators {
        display: none;
    }
}

@media (max-width: 280px) {
    .slider_news {
        padding-bottom: 50px;
        width: 94%;
        margin-left: -5px;
        height: max-content;
    }

    .carousel-indicators {
        display: none;
    }
}

.slider_news_main {
    max-width: 1600px;
    width: 94%;
    margin-left: 40px;
    max-height: 300px;
    margin-bottom: 618px;
}

.date_news {
    background: #d9d9d9;
    color: #828282;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 5px;
    margin-left: 3.5rem;
    margin-top: 47px;
    margin-bottom: -4px;
}

@media (max-width: 1400px) {
    .date_news {
        background: #d9d9d9;
        color: #828282;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 4px;
        margin-left: 19px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 820px) {
    .date_news {
        background: #d9d9d9;
        color: #828282;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 4px;
        margin-left: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .date_news {
        background: #d9d9d9;
        color: #828282;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 4px;
        margin-left: 17px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .date_news {
        margin-left: 13px;
    }
}

@media (max-width: 280px) {
    .date_news {
        background: #d9d9d9;
        color: #828282;
        font-weight: 500;
        padding: 0 10px;
        border-radius: 4px;
        margin-left: 11px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 8pt;
    }
}

.white-box-size {
    width: 1144px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1rem;
    margin-bottom: 115px;
    border-radius: 29px;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .white-box-size {
        max-width: 1089px;
        width: 75%;
        margin-left: 15.4%;
        margin-top: -1rem;
        position: relative;
        border-radius: 29px;
        z-index: 5;
    }
}

@media (max-width: 1599px) and (min-width: 1440px) {
    .white-box-size {
        max-width: 1045px;
        margin-top: auto;
        position: relative;
        border-radius: 29px;
        z-index: 5;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .white-box-size {
        max-width: 1045px;
        margin-top: -1.5rem;
        position: relative;
        border-radius: 29px;
        z-index: 5;
    }
}

@media (max-width: 1399px) and (min-width: 1280px) {
    .white-box-size {
        max-width: 962px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1rem;
        position: relative;
        border-radius: 29px;
        z-index: 5;
        height: fit-content;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .white-box-size {
        max-width: 962px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1rem;
        position: relative;
        border-radius: 29px;
        z-index: 5;
        height: fit-content;
    }
}

@media (max-width: 1025px) and (min-width: 900px) {
    .white-box-size {
        max-width: 739px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1.5rem;
        position: relative;
        border-radius: 29px;
        z-index: 5;
        height: fit-content;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .white-box-size {
        max-width: 595px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1.3rem;
        position: relative;
        border-radius: 29px;
        z-index: 5;
    }
}

@media (max-width: 768px) {
    .white-box-size {
        max-width: 750px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -1%;
        position: relative;
        border-radius: 18px;
        z-index: 5;
        max-height: 10000px;
    }
}

@media (max-width: 390px) {
    .white-box-size {
        max-width: 750px;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0rem;
        position: relative;
        border-radius: 20px;
        z-index: 5;
        max-height: 10000px;
    }
}

.btn_dep {
    display: inline-block;
    margin-bottom: 0;
    font: normal 16px/40px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    list-style-type: none;
    color: #0075bb !important;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 50px;
    width: 257px;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 0;
    margin-top: 10px;
    padding-top: 5px;
}

@media (max-width: 1440px) and (min-width: 992px) {
    .btn_dep {
        display: inline-block;
        margin-bottom: 0;
        font: normal 16px/40px "Inter", sans-serif;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        list-style-type: none;
        border: 0;
        text-decoration: none;
        white-space: nowrap;
        height: 47px;
        width: 204px;
        padding: 0 10px;
        border-radius: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 5px;
    }
}

@media (max-width: 800px) {
    .btn_dep {
        width: 165px;
        height: 35px;
        color: #0075BB !important;
        font-size: 8pt;
        font-weight: 600;
        padding-top: 0;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .btn_dep {
        width: 100%;
        height: 30px;
        font-size: 8pt;
        font-weight: 600;
        padding-top: 0;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 320px) {
    .btn_dep {
        width: 100%;
        height: 30px;
        font-size: 8pt;
        font-weight: 600;
        padding-top: 0;
        border-radius: 4px;
        margin-left: -14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 240px) {
    .btn_dep {
        width: 100%;
        height: 30px;
        font-size: 8pt;
        font-weight: 600;
        padding-top: 0;
        border-radius: 4px;
        margin-left: -14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.btn_dep:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn_dep:hover,
.btn_dep:focus {
    color: #ffffff !important;
    background: #0074bb;
    text-decoration: none;
}

.btn_dep:active,
.btn_dep.active {
    outline: 0;
    background: #106196;
    color: #ffffff;
}

.btn_dep.disabled,
.btn_dep[disabled],
fieldset[disabled] .btn_dep {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
}

.name_link_head a:hover, a.pseudolink {
    color: #ffffff;
}

.head-img img,
.head-img .img {
    border-raduis: 0 0 0 0;
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .text-detail-news {
        margin-top: 5px;
        font-size: 10px;
        margin-right: 38px;
        line-height: 18px;
        margin-left: 30px;
    }

    .slider_news {
        margin-left: 15px;
        margin-top: -39px;
    }

    .photo_img {
        min-height: 385px;
        max-height: 385px;
    }

    .date_news {
        font-size: 10px;
    }
}

.container-blue-footer {
    width: 100%;
}

@media (max-width: 1024px) {
    .photo_img {
        max-height: 512px;
        min-height: 512px;
    }
}

@media (max-width: 1400px) {

    .photo_img {
        min-height: 587px;
        max-height: 587px;
    }
}

@media (max-width: 876px) {
    .photo_img {
        max-height: 484px;
        min-height: 484px;
    }
}

@media (max-width: 834px) {
    .photo_img {
        max-height: 450px;
        min-height: 450px;
    }
}

@media (max-width: 820px) {
    .photo_img {
        max-height: 445px;
        min-height: 445px;
    }
}

@media (max-width: 768px) {
    .photo_img {
        max-height: 445px;
        min-height: 445px;
    }
}

@media (max-width: 428px) {
    .photo_img {
        max-height: 248px;
        min-height: 248px;
    }
}

@media (max-width: 414px) {
    .photo_img {
        max-height: 238px;
        min-height: 238px;
    }
}

@media (max-width: 390px) {
    .photo_img {
        max-height: 217px;
        min-height: 217px;
    }
}

@media (max-width: 375px) {
    .photo_img {
        max-height: 210px;
        min-height: 210px;
    }
}

@media (max-width: 320px) {
    .photo_img {
        max-height: 177px;
        min-height: 177px;
    }
}

.scrolling {
    display: none;
    overflow-x: auto;
}

.card {
    display: none;
}


/* ========================================================================== */
/* MOBIL''NAJa VERSIJa GLAVNOJ STRANICY */
/* ========================================================================== */

.container-full-mob {
    display: none;
}

@media (max-width: 768px) {
    .cont-main {
        display: none;
    }


    .section {
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
    }

    .section__item {
        display: flex;
        margin-right: 130px;
        scroll-snap-type: x;
    }

    .col-mob {
        width: 61%;
    }

    .table_mob {
        display: flex;
        border: 0;
    }

    .border_table {
        border: 0;
    }

    .news_mob_title {
        width: 100%;
        display: flex;
        height: 24px;
        margin-left: -38px;
        border-radius: 0;
    }

    .events_mob_title {
        width: 100%;
        height: 24px;
        margin-top: -1px;
        display: flex;
        border-radius: 0;
    }
}




/* ========================================================================== */
/* DETAL''NAJa STRANICA KAFEDR */
/* ========================================================================== */

.back-kaferd-detail-container {
    max-width: 1680px;
    background-image: url("/local/templates/test_new/images/back-back.png");
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 30px;
    margin-left: 1.1%;
    margin-top: 22rem;
    margin-right: 1.01%;
    margin-bottom: 20rem;
    width: 98%;
    z-index: 1;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    height: auto;
}

@media (max-width: 1800px) and (min-width: 1599px) {
    .back-kaferd-detail-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-bottom: 33rem;
        padding-bottom: 100px;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1700px) and (min-width: 1599px) {
    .back-kaferd-detail-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-bottom: 15rem;
        padding-bottom: 100px;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .back-kaferd-detail-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 22rem;
        margin-bottom: 15rem;
        padding-bottom: 100px;
        margin-right: auto;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1746px) and (min-width: 1745px) {
    .back-kaferd-detail-container {
        max-width: 1564px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        height: fit-content;
        margin-top: 24rem;
        padding-bottom: 150px;
        margin-right: auto;
        margin-bottom: 32.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (min-width: 1801px) {
    .back-kaferd-detail-container {
        max-width: 1680px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 0;
        height: auto;
        width: 97.7%;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1599px) and (min-width: 1399px) {
    .back-kaferd-detail-container {
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 22rem;
        margin-right: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1536px) and (min-width: 1530px) {
    .back-kaferd-detail-container {
        width: 1488px;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1530px) and (min-width: 1399px) {
    .back-kaferd-detail-container {
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-top: 21rem;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .back-kaferd-detail-container {
        max-width: 1600px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1280px) and (min-width: 1200px) {
    .back-kaferd-detail-container {
        max-width: 1600px;
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1199px) and (min-width: 1099px) {
    .back-kaferd-detail-container {
        width: 97.5%;
        background-image: url("/local/templates/test_new/images/back-back.png");
        background-position: top !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 23rem;
        margin-right: auto;
        margin-bottom: 3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1099px) and (min-width: 991px) {
    .back-kaferd-detail-container {
        max-width: 1068px;
        width: 98%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 23rem;
        margin-right: auto;
        margin-bottom: 3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1024px) and (min-width: 993px) {
    .back-kaferd-detail-container {
        max-width: 1068px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 24.5rem;
        margin-right: auto;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 998px) and (min-width: 993px) {
    .back-kaferd-detail-container {
        max-width: 1068px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18rem;
        margin-right: auto;
        margin-bottom: -3rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 991px) and (min-width: 800px) {
    .back-kaferd-detail-container {
        max-width: 991px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -4rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 912px) and (min-width: 800px) {
    .back-kaferd-detail-container {
        max-width: 991px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 876px) and (min-width: 800px) {
    .back-kaferd-detail-container {
        max-width: 991px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 834px) and (min-width: 800px) {
    .back-kaferd-detail-container {
        max-width: 991px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .back-kaferd-detail-container {
        max-width: 846px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 800px) and (min-width: 799px) {
    .back-kaferd-detail-container {
        max-width: 846px;
        width: 100%;
        border-radius: 20px;
        margin-left: 0.3rem;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9.5rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 799px) and (min-width: 768px) {
    .back-kaferd-detail-container {
        max-width: 846px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 18.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .back-kaferd-detail-container {
        max-width: 768px;
        width: 100%;
        border-radius: 18px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 767px) and (min-width: 712px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 712px) and (min-width: 711px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 711px) and (min-width: 640px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 24rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 660px) and (min-width: 640px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 640px) and (min-width: 639px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 30px;
        margin-left: auto;
        margin-top: 19rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 639px) and (min-width: 451px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) and (min-width: 479px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 451px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 15rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 21rem;
        margin-right: auto;
        margin-bottom: 17rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 20.5rem;
        margin-right: auto;
        margin-bottom: -9rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 19.5rem;
        margin-right: auto;
        margin-bottom: -10rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 17.5rem;
        margin-right: auto;
        margin-bottom: -12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 320px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 15.5rem;
        margin-right: auto;
        margin-bottom: -13rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 280px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 15.5rem;
        margin-right: auto;
        margin-bottom: -14rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 240px) {
    .back-kaferd-detail-container {
        max-width: 750px;
        width: 100%;
        border-radius: 20px;
        margin-left: auto;
        margin-top: 15.5rem;
        margin-right: auto;
        margin-bottom: -16rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.btn-up {
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.15s ease-in-out, transform 0.3s ease-in-out;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 2;
    opacity: 1;
    transform: translateY(0);
}

.btn-up::before {
    content: "";
    width: 60px;
    height: 60px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("/local/templates/test_new/images/up.svg");
}

.btn-up_hide {
    display: none;
}

.btn-up_hiding {
    opacity: 0;
    transform: translateY(100px);
}

.btn-up-icon {
    width: 40px;
    height: 40px;
    fill: currentcolor;
}


/* ========================================================================== */
/* KONTEJNER VSEH STRANIC */
/* ========================================================================== */

.container-main,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1860px) {
    .container-main {
        padding: 0;
    }
}

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

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

    .col-12-my {
        max-width: 1680px;
        width: 100%;
    }
}

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

    .col-12-my {
        max-width: 1720px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container-main {
        max-width: 1600px;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-main {
        max-width: 1740px;
        border-radius: 0 0 30px 30px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-main-profile {
        max-width: 1740px;
        border-radius: 0 0 30px 30px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -48px;
        padding-top: 28px;
    }

    .polozhenie img {
        width: 22px;
        height: 22px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        margin-top: 24px;
    }

    .pdf {
        margin-top: 12px;
        margin-left: -698px;
    }
}

@media (max-width: 1100px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -88px;
        padding-top: 4rem;
    }

    .polozhenie img {
        width: 22px;
        height: 22px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        margin-top: 24px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -599px;
    }
}

@media (max-width: 1024px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -85px;
    }

    .polozhenie img {
        width: 22px;
        height: 22px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        margin-top: 24px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -599px;
    }
}

@media (max-width: 991px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -64px;
        padding-top: 3rem;
    }

    .polozhenie img {
        width: 22px;
        height: 22px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        margin-top: 24px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -575px;
    }
}

@media (max-width: 712px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -46px;
        padding-top: 1rem;
    }
}

@media (max-width: 640px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -46px;
    }

    .polozhenie img {
        width: 22px;
        height: 22px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        margin-top: 24px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -532px;
    }
}

@media (max-width: 600px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -45px;
        width: 100%;
        padding: 1rem
    }

    .polozhenie img {
        width: 22px;
        height: 22px;
        border-radius: 0;
        margin: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin: 0;
        margin-left: 11px;
        font-size: 12px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -352px;
    }
}

@media (max-width: 428px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
        padding: 15px 1px;
    }

    .polozhenie img {
        width: 16px;
        height: 16px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        font-size: 12px;
    }

    .adapt_table {
        font-size: 10pt;
        line-height: 17px;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -295px;
    }
}

@media (max-width: 414px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .polozhenie img {
        width: 20px;
        height: 20px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        font-size: 12px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 15px;
        margin-left: -300px;
    }
}

@media (max-width: 390px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .polozhenie img {
        width: 16px;
        height: 16px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        font-size: 12px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 14px;
        margin-left: -290px;
    }
}

@media (max-width: 375px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .polozhenie img {
        width: 16px;
        height: 16px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 11px;
        font-size: 12px;
    }

    .adapt_table {
        font-size: 10pt;
    }

    .pdf {
        margin-top: 14px;
        margin-left: -273px;
    }
}

@media (max-width: 320px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .polozhenie img {
        width: 16px;
        height: 16px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 15px;
        font-size: 12px;
    }

    .adapt_table {
        font-size: 9pt;
    }

    .pdf {
        margin-top: 14px;
        margin-left: -250px;
    }
}

@media (max-width: 280px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .polozhenie img {
        width: 16px;
        height: 16px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 5px;
        font-size: 8px;
    }

    .adapt_table {
        font-size: 7pt;
    }

    .pdf {
        margin-top: 14px;
        margin-left: -201px;
    }
}

@media (max-width: 240px) {
    .polozhenie {
        display: flex;
        align-items: center;
        margin-top: -30px;
    }

    .polozhenie img {
        width: 10px;
        height: 10px;
        border-radius: 0;
    }

    .polozhenie h5, .polozhenie .h5 {
        margin-left: 5px;
        font-size: 7px;
    }

    .adapt_table {
        font-size: 6pt;
        line-height: 10px;
    }

    .pdf {
        margin-top: 14px;
        margin-left: -180px;
    }
}


/* ========================================================================== */
/* MENJu BURGER LK */
/* ========================================================================== */

/* DROPDOWN BUTTON */
.dropbtn {
    margin-top: 0.5rem;
    margin-left: 1.2rem;
    color: #828282;
    font-size: 16px;
    padding: 16px;
    background-color: transparent;
    border: none;
    padding-bottom: 70px;
    padding-right: 16px;
    padding-top: 3.7rem;
    z-index: 1;
}

/* THE CONTAINER <DIV> - NEEDED TO POSITION THE DROPDOWN CONTENT */
.dropdown {
    margin-left: 94rem;
    position: absolute;
    display: flex;
}

@media (max-width: 1800px) {
    .dropdown {
        margin-left: 91rem;
    }
}

@media (max-width: 820px) and (min-width: 819px) {
    .dropdown {
        margin-left: 45rem;
        position: absolute;
        display: flex;
    }
}

/* DROPDOWN CONTENT (HIDDEN BY DEFAULT) */
.dropdown-content {
    display: none;
    margin-top: 9.31rem;
    margin-left: -6rem;
    padding-top: 2rem;
    position: absolute;
    background-color: #315589;
    min-width: 190px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0 0 20px 20px;
}

/* LINKS INSIDE THE DROPDOWN */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* CHANGE COLOR OF DROPDOWN LINKS ON HOVER */
.dropdown-content a:hover {
    background-color: #315589;
    border-radius: 0 0 10px 10px;
}

/* SHOW THE DROPDOWN MENU ON HOVER */
.dropdown:hover .dropdown-content {
    display: block;
}

/* CHANGE THE BACKGROUND COLOR OF THE DROPDOWN BUTTON WHEN THE DROPDOWN CONTENT IS SHOWN */
.dropdown:hover .dropbtn {
    color: #0075bb;
}

.col-fot {
    padding-left: 49px;
    padding-right: 81px;
}

@media (max-width: 1920px) {
    .lk-ad {
        margin-top: 0.4%;
    }
}

@media (max-width: 1669px) and (min-width: 1600px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 91rem;
        margin-top: 0.4%;
    }
}

@media (max-width: 1600px) and (min-width: 1500px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 93.5rem;
        margin-top: 1.1%;
    }
}

@media (max-width: 1598px) and (min-width: 1500px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 93.5rem;
        margin-top: 0%;
    }
}

@media (max-width: 1537px) and (min-width: 1500px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 91.5rem;
        margin-top: -0.1%;
    }
}

@media (max-width: 1500px) and (min-width: 1400px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 81rem;
        margin-top: 0.5%;
        width: 0;
    }
}

@media (max-width: 1400px) and (min-width: 1399px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 71.5rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1399px) and (min-width: 1350px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 75rem;
        margin-top: 1.7%;
    }
}

@media (max-width: 1366px) and (min-width: 1350px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 73rem;
        margin-top: 2.1%;
    }
}

@media (max-width: 1350px) and (min-width: 1280px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 74rem;
        margin-top: 2%;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 69.5rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1260px) and (min-width: 1240px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 69.5rem;
        margin-top: 2.5%;
    }
}

@media (max-width: 1240px) and (min-width: 1220px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 68.5rem;
        margin-top: 2.5%;
    }
}

@media (max-width: 1220px) and (min-width: 1200px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 68.5rem;
        margin-top: 2.5%;
    }
}

@media (max-width: 1200px) and (min-width: 1199px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 69rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1199px) and (min-width: 1170px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 69.5rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1170px) and (min-width: 1150px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 68.5rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1150px) and (min-width: 1125px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 66.5rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1125px) and (min-width: 1100px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 65rem;
        margin-top: 1.5%;
    }
}

@media (max-width: 1100px) and (min-width: 1075px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 64rem;
        margin-top: -0.5%;
        width: 0;
    }
}

@media (max-width: 1075px) and (min-width: 1050px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 63rem;
        margin-top: -0.5%;
        width: 0;
    }
}

@media (max-width: 1060px) and (min-width: 1050px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 62rem;
        margin-top: -0.3%;
        width: 0;
    }
}

@media (max-width: 1050px) and (min-width: 1030px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 61.5rem;
        margin-top: -0.3%;
        width: 0;
    }
}

@media (max-width: 1030px) and (min-width: 1000px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 60.5rem;
        margin-top: 0%;
        width: 0;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 59rem;
        margin-top: -0.8%;
    }
}

@media (max-width: 1023px) and (min-width: 1000px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 59rem;
        margin-top: 0.3%;
    }
}

@media (max-width: 1000px) and (min-width: 970px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 56.5rem;
        margin-top: 0.5%;
        width: 0;
    }
}

@media (max-width: 970px) and (min-width: 930px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 56.5rem;
        margin-top: 0.5%;
        width: 0;
    }
}

@media (max-width: 950px) and (min-width: 930px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 55rem;
        margin-top: 0.5%;
        width: 0;
    }
}

@media (max-width: 930px) and (min-width: 900px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 54rem;
        margin-top: 0.5%;
        width: 0;
    }
}

@media (max-width: 900px) and (min-width: 876px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 57.5rem;
        margin-top: 0.6%;
        width: 10px;
    }
}

@media (max-width: 877px) and (min-width: 870px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 56rem;
        margin-top: 0.7%;
        width: 10px;
    }
}

@media (max-width: 870px) and (min-width: 850px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 55.5rem;
        margin-top: 1%;
        width: 10px;
    }
}

@media (max-width: 867px) and (min-width: 850px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 49.5rem;
        margin-top: 1%;
        width: 10px;
    }
}

@media (max-width: 850px) and (min-width: 830px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 50rem;
        margin-top: 0%;
        width: 10px;
    }
}

@media (max-width: 834px) and (min-width: 830px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 50rem;
        margin-top: 0.5%;
        width: 10px;
    }
}

@media (max-width: 830px) and (min-width: 820px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 48rem;
        margin-top: 0%;
        width: 10px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 46.5rem;
        margin-top: -0.5%;
        width: 0;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 46.5rem;
        margin-top: -1%;
        width: 0;
    }
}

@media (max-width: 800px) and (min-width: 790px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 46rem;
        margin-top: -1%;
        width: 0;
    }
}

@media (max-width: 790px) and (min-width: 780px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 46.5rem;
        margin-top: -1%;
        width: 0;
    }
}

@media (max-width: 780px) and (min-width: 768px) {
    .lk-ad {
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 46rem;
        margin-top: -1%;
        width: 0;
    }
}

@media (max-width: 769px) and (min-width: 712px) {
    .lk-ad {
        display: none;
        color: #828282;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        margin-left: 47rem;
        margin-top: 0.3%;
        width: 0;
    }
}

@media (max-width: 1600px) and (min-width: 1500px) {
    .dropbtn {
        margin-top: 1.2rem;
        margin-left: 0rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 16px;
        padding-top: 3.5rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 9.3rem;
        margin-left: -8rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1500px) and (min-width: 1440px) {
    .dropbtn {
        margin-top: 0.9rem;
        margin-left: 0rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 16px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8rem;
        margin-left: -5.55rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1440px) and (min-width: 1400px) {
    .dropbtn {
        margin-top: 0.9rem;
        margin-left: 0rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 16px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.1rem;
        margin-left: -5.6rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1400px) {
    .dropbtn {
        margin-top: 1rem;
        margin-left: 0rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 16px;
        padding-top: 3.5rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.4rem;
        margin-left: -3.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1600px) and (min-width: 1599px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 0rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 16px;
        padding-top: 3.3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.26rem;
        margin-left: -8.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1400px) and (min-width: 1367px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.3rem;
        margin-left: -4.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1367px) and (min-width: 1300px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.2rem;
        margin-left: -4.4rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1300px) and (min-width: 1280px) {
    .dropbtn {
        margin-top: 0.2rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.4rem;
        margin-left: -4.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1280px) and (min-width: 1260px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-top: 3.3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.1rem;
        margin-left: -4.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1260px) and (min-width: 1200px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-top: 2.7rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 6.95rem;
        margin-left: -4.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1200px) and (min-width: 1100px) {
    .dropbtn {
        margin-top: 1rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 20px;
        padding-top: 2.5rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.4rem;
        margin-left: -4.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1100px) and (min-width: 1000px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 60px;
        padding-top: 3.5rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.5rem;
        margin-left: -6.25rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1050px) and (min-width: 1030px) {
    .dropbtn {
        margin-top: 0rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 60px;
        padding-top: 3.5rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.3rem;
        margin-left: -6.65rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1100px) and (min-width: 1024px) {
    .dropbtn {
        margin-top: 1.5rem;
        margin-left: 0rem;
        color: #828282;
        font-size: 13px;
        padding: 16px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 60px;
        padding-top: 3.2rem;
    }
}

@media (max-width: 1024px) and (min-width: 1023px) {
    .dropbtn {
        margin-top: 2.2rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 14px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 60px;
        padding-top: 2.4rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.55rem;
        margin-left: -4.35rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1023px) and (min-width: 900px) {
    .dropbtn {
        margin-top: 1.2rem;
        margin-left: 1rem;
        color: #828282;
        font-size: 13px;
        padding: 14px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 60px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8rem;
        margin-left: -4.4rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 900px) and (min-width: 768px) {
    .dropbtn {
        margin-top: 1rem;
        margin-left: -3rem;
        color: #828282;
        font-size: 10px;
        padding: 14px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 45px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.9rem;
        margin-left: -9.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 876px) and (min-width: 768px) {
    .dropbtn {
        margin-top: 1rem;
        margin-left: -3rem;
        color: #828282;
        font-size: 10px;
        padding: 14px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 45px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.8rem;
        margin-left: -9.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 800px) and (min-width: 799px) {
    .dropbtn {
        margin-top: 1.5rem;
        margin-left: -7rem;
        color: #828282;
        font-size: 10px;
        padding: 14px;
        background-color: transparent;
        border: none;
        padding-bottom: 70px;
        padding-right: 45px;
        padding-top: 3rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 8.3rem;
        margin-left: -13.3rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 820px) and (min-width: 810px) {
    .dropbtn {
        margin-top: 0.5rem;
        margin-left: 2rem;
        color: #828282;
        font-size: 10px;
        padding: 20px;
        background-color: transparent;
        border: none;
        padding-bottom: 53px;
        padding-right: 49px;
        padding-top: 2.9rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.35rem;
        margin-left: -3.65rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 810px) and (min-width: 800px) {
    .dropbtn {
        margin-top: 0.5rem;
        margin-left: 2rem;
        color: #828282;
        font-size: 10px;
        padding: 20px;
        background-color: transparent;
        border: none;
        padding-bottom: 53px;
        padding-right: 40px;
        padding-left: 10px;
        padding-top: 2.9rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.35rem;
        margin-left: -4.85rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .dropbtn {
        margin-top: 0.5rem;
        margin-left: 2rem;
        color: #828282;
        font-size: 10px;
        padding: 20px;
        background-color: transparent;
        border: none;
        padding-bottom: 53px;
        padding-right: 40px;
        padding-left: 10px;
        padding-top: 2.9rem;
    }

    .dropdown-content {
        display: none;
        margin-top: 7.35rem;
        margin-left: -4.9rem;
        padding-top: 2rem;
        position: absolute;
        min-width: 160px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 0 0 10px 10px;
    }
}

.img_news_list {
    border-radius: 18px 0 0 18px !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 1400px) {
    .img_news_list {
        border-radius: 8px 0 0 8px !important;
        width: 100%;
        height: 100%;
    }
}

.head-img-structure {
    margin-bottom: 0;
    width: 100%;
    height: 78%;
}

@media (max-width: 768px) {
    .head-img-structure {
        margin-bottom: 150px;
        width: 100%;
        height: 78%;
    }
}

@media (max-width: 600px) {
    .head-img-structure {
        margin-bottom: 120px;
        width: 45%;
        height: 78%;
    }
}

@media (max-width: 412px) {
    .head-img-structure {
        margin-bottom: 120px;
        width: 53%;
        height: 78%;
    }
}

.polozhenie_adm {
    margin-left: -1px;
}

@media (max-width: 1024px) {
    .polozhenie_adm {
        margin-left: -1px;
        margin-top: 9px;
    }
}

.polozhenie_adm h5 {
    margin-top: 40px;
    font-size: 12pt;
    margin-bottom: 40px;
    margin-left: 1rem;
}

.alert-text {
    font-size: 24px;
    text-align: center;
}

@media (max-width: 375px) {
    .alert-text {
        font-size: 14px;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .font-list-department {
        font-size: 12px;
    }
}

.warning {
    text-align: center;
}

.text-warning {
    text-align: center;
}

.date_dissertation {
    background-color: #0074fc;
    color: white;
    border-radius: 10px;
    width: 130px;
    padding: 5px 20px;
    margin: 0;
    margin-bottom: 0.2rem;
}

.date_of_dissertation {
    background-color: #0074fc;
    color: white;
    border-radius: 10px;
    width: 460px;
    text-align: center;
    padding: 5px 21px;
    margin: 0;
}

.pdf_diss {
    width: 4%;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 6px;
    margin-right: -19px;
}

.pdf_diss_dis {
    width: 2%;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 6px;
    margin-right: 3px;
}

@media (max-width: 1200px) {
    .pdf_diss {
        width: 6%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

@media (max-width: 1000px) {
    .pdf_diss {
        width: 7%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

@media (max-width: 900px) {
    .pdf_diss {
        width: 8%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

@media (max-width: 800px) {
    .pdf_diss {
        width: 10%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

@media (max-width: 767px) {
    .pdf_diss {
        width: 7%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

@media (max-width: 500px) {
    .pdf_diss {
        width: 11%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

@media (max-width: 390px) {
    .pdf_diss {
        width: 15%;
        height: 20px;
        border-radius: 0;
        margin-top: 0;
        margin-left: 6px;
        margin-right: -19px;
    }
}

.pdf_diss_con {
    width: 2%;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 16px;
}

.sotrudniki-table-text {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.sotrudniki-table a:hover {
    text-decoration: underline;
    color: #ffffff;
}

@media (max-width: 1100px) {
    .sotrudniki-table-text {
        font-size: 10pt;
    }
}

@media (max-width: 1024px) {
    .sotrudniki-table-text {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .sotrudniki-table-text {
        font-size: 10px;
    }
}

@media (max-width: 450px) {
    .sotrudniki-table-text {
        font-size: 10px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 390px) {
    .sotrudniki-table-text {
        font-size: 8px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 280px) {
    .sotrudniki-table-text {
        font-size: 6px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.pdf_diss_conclusion {
    width: 2%;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 6px;
}

.date_top {
    margin-top: 10px;
}

.date_top_review {
    margin-top: 10px;
    margin-left: 10px;
}

.autoreferat_td {
    width: 12%;
}

.td_autoref {
    margin-top: 1px;
    margin-bottom: 5px;
}

.text-warning-dc {
    text-align: left;
}

.title_warning {
    font-size: 13pt;
    font-weight: 800;
}

.text_warning {
    font-size: 12pt;
    text-align: justify;
}

.date_warning {
    background-color: #0074bb;
    color: white !important;
    border-radius: 10px;
    width: 130px;
    height: 30px;
    font-weight: 800;
    padding: 5px 20px;
    margin-right: 10px;
}

.file_warning {
    padding-top: 10px;
}

.table-profile {
    text-align: center;
    border: 0.5px;
}

.white_profile {
    display: flex;
    font-size: 15pt;
    margin-bottom: 0rem;
    justify-content: center;
}

.white_profile_info {
    margin-left: auto;
    font-size: 18px;
    text-align: justify;
    margin-right: auto;
    margin-bottom: 0rem;
}

.white-box-profile-grey {
    background: #F6F4F4;
    color: #0075bb;
    width: 97%;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    box-shadow: 0 0 13px 4px rgba(1, 1, 0, 0.1);
    padding: 25px;
    border-radius: 0 0 20px 20px;
}

.white-box-profile {
    background: #0075bb;
    color: #ffffff;
    z-index: 0;
    box-shadow: 0 0 13px 4px rgba(1, 1, 0, 0.1);
    margin-top: 11px;
    padding: 25px;
    border-radius: 20px;
}

.white-box-profile h3 {
    color: #ffffff;
}

.ac-pr {
    box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
    margin-bottom: 55px;
    padding: 10px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.table_profile {
    font-size: 12px;
    line-height: 16px;
    table-layout: fixed;
    word-wrap: break-word;
    max-width: 100%;
    border-width: 0;
    height: auto;
}

.table_profile {
    width: 98.7%;
    margin-left: 1px;
    margin-bottom: 20px;
}

.table_profile_sp {
    background-color: #AEC6DD;
}

.table_profile th,
.table_profile td {
    padding: 21px;
    font-size: 18px;
    font-weight: 800;
    line-height: 20px;
    border-width: 0;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 428px) {
    .table_profile td {
        padding: 21px;
        font-size: 12px;
        font-weight: 800;
        line-height: 20px;
        border-width: 0;
        text-align: left;
        vertical-align: top;
    }
}

.table_profile th {
    font-weight: bold;
    background: #f7f7f7;
}

.table_profile tr {
    border-width: 0;
}

.table_profile tbody {
    border-width: 0;
}

.table_profile thead th {
    vertical-align: bottom;
}

.table_profile caption + thead tr:first-child th,
.table_profile caption + thead tr:first-child td,
.table_profile colgroup + thead tr:first-child th,
.table_profile colgroup + thead tr:first-child td,
.table_profile thead:first-child tr:first-child th,
.table_profile thead:first-child tr:first-child td {
    border-top: 0;
}

.pdf_profile {
    width: 4%;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 0.1rem;
}

.tbody {
    border-width: 0;
}

.diss_war {
    margin-bottom: 1rem;
}

.pdf_diss_war {
    width: 2%;
    height: 20px;
    border-radius: 0;
    margin-top: 0;
    margin-left: 6px;
    margin-bottom: 0.5rem;
}

.col-sotrudniki {
    width: 28%;
    text-align: center;
}

.sotrudniki-table {
    width: 100%;
}

.sotrudniki-table table {
    border: 0;
}

.sotrudniki-table table {
    border-width: 0;
}

.sotrudniki-table tbody {
    border-width: 0;
}

.sotrudniki-table thead {
    border-width: 0;
}

.sotrudniki-table tfoot {
    border-width: 0;
}

.sotrudniki-table tr {
    padding: 20px;
    border-width: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .sotrudniki-table tr {
        padding: 10px;
    }
}

@media (max-width: 600px) {
    .sotrudniki-table tr {
        padding: 4px;
    }
}

.sotrudniki-table td {
    border-width: 0;
}

.sotrudniki-table th {
    border-width: 0;
}

.eye-change {
    background-image: url("/local/templates/test_new/images/eye.svg");
    width: 100%;
}

.name-contacts {
    font-size: 12pt;
    font-weight: 700;
    color: black;
    padding: 10px;
}

@media(max-width: 1099px) {
    .name-contacts {
        font-size: 10pt;
    }
}

@media(max-width: 320px) {
    .name-contacts {
        font-size: 9pt;
    }
}

.info-contacts {
    font-size: 13pt;
    width: 75%;
    vertical-align: top;
    color: black;
    padding: 10px;
}

@media(max-width: 1099px) {
    .info-contacts {
        font-size: 10pt;
    }
}

@media(max-width: 320px) {
    .info-contacts {
        font-size: 9pt;
    }
}

.box-contacts {
    width: 82%;
    margin-top: -1.1rem;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
}

@media (max-width: 480px) {
    .box-contacts {
        width: 97%;
        margin-top: -0.8rem;
        padding: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5rem;
    }
}

@media (max-width: 430px) {
    .box-contacts {
        width: 97%;
        margin-top: -1.1rem;
        padding: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5rem;
    }
}

.box-help {
    width: 82%;
    margin-top: 3rem;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
}

@media (max-width: 428px) {
    .box-contacts {
        padding: 15px;
    }
}

@media (max-width: 393px) {
    .box-contacts {
        padding: 15px;
        width: 96%;
    }
}

@media (max-width: 320px) {
    .box-contacts {
        padding: 10px;
    }
}

.table-contacts table {
    border: 0;
}

.table-contacts tbody {
    border: 0;
}

.table-contacts tr {
    border: 0;
}

.table-contacts th {
    border: 0;
}

.table-contacts td {
    border: 0;
}

.table-contacts thead {
    border: 0;
}

.table-blue {
    background-color: #AEC6DD;
}

.table-contacts {
    margin-left: auto;
    margin-right: auto;
}

.img-contacts {
    margin-top: 3rem;
    margin-left: 11rem;
    margin-right: auto;
}

@media (max-width: 1800px) {
    .img-contacts {
        margin-left: 12rem;
        width: 75%;
    }
}

@media (max-width: 1536px) {
    .img-contacts {
        margin-left: 11.5rem;
        width: 75%;
    }
}

@media (max-width: 1440px) {
    .img-contacts {
        margin-left: 10.7rem;
        width: 75%;
    }
}

@media (max-width: 1366px) {
    .img-contacts {
        margin-left: 10.4rem;
        width: 75%;
    }
}

@media (max-width: 1280px) {
    .img-contacts {
        margin-left: 9.5rem;
        width: 75%;
    }
}

@media (max-width: 1024px) {
    .img-contacts {
        margin-left: 7.7rem;
        width: 75%;
        margin-top: -3rem;
    }
}

@media (max-width: 876px) {
    .img-contacts {
        margin-top: 0;
        margin-left: 6.7rem;
        width: 75%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 834px) {
    .img-contacts {
        margin-left: 6.4rem;
    }
}

@media (max-width: 768px) {
    .img-contacts {
        margin-top: 50px;
        margin-left: 5.7rem;
    }
}

@media (max-width: 480px) {
    .img-contacts {
        margin-top: 50px;
        margin-left: 3.7rem;
    }
}

@media (max-width: 430px) {
    .img-contacts {
        margin-top: 41px;
        margin-left: 1.5rem;
        width: 90%;
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 428px) {
    .img-contacts {
        margin-top: 50px;
        margin-left: 1.2rem;
        width: 90%;
        margin-bottom: 2rem;
    }
}

.adress-contacts {
    font-size: 13pt;
    font-weight: 700;
    color: black;
    padding: 10px;
}

@media (max-width: 1099px) {
    .adress-contacts {
        font-size: 10pt;
    }
}

@media (max-width: 320px) {
    .adress-contacts {
        font-size: 9pt;
    }
}

.map {
    width: 100%;
}

.map-y {
    display: flex;
    width: 100%;
    margin-left: 29%;
    margin-right: auto;
}

@media (max-width: 1800px) {
    .map-y {
        margin-left: 25%;
    }
}

@media (max-width: 1600px) {
    .map-y {
        margin-left: 25%;
    }
}

@media (max-width: 1536px) {
    .map-y {
        margin-left: 23%;
    }
}

@media (max-width: 1440px) {
    .map-y {
        margin-left: 20%;
    }
}

@media (max-width: 1366px) {
    .map-y {
        margin-left: 17%;
    }
}

@media (max-width: 1280px) {
    .map-y {
        margin-left: 14%;
    }
}

@media (max-width: 1199px) {
    .map-y {
        margin-left: 24%;
    }
}

@media (max-width: 1099px) {
    .map-y {
        margin-left: 21%;
    }
}

@media (max-width: 1024px) {
    .map-y {
        margin-left: 19%;
    }
}

@media (max-width: 876px) {
    .map-y {
        margin-left: 13%;
    }
}

@media (max-width: 834px) {
    .map-y {
        margin-left: 10%;
    }
}

@media (max-width: 800px) {
    .map-y {
        margin-left: 8%;
    }
}

@media (max-width: 768px) {
    .map-y {
        margin-left: 16%;
    }
}

@media (max-width: 428px) {
    .map-y {
        margin-left: 26%;
    }
}

@media (max-width: 390px) {
    .map-y {
        margin-left: 21%;
    }
}

@media (max-width: 375px) {
    .map-y {
        margin-left: 40%;
    }
}

@media (max-width: 320px) {
    .map-y {
        margin-left: 35%;
    }
}

.table-priem {
    width: 100%;
    align: center;
}

.name-priem {
    padding-right: 45px;
}

.bread_contacts {
    margin-left: -9rem;
}

@media (max-width: 1440px) {
    .bread_contacts {
        margin-left: 1rem;
    }
}

.btn-contacts {
    margin-left: 85rem;
    margin-top: -5rem;
    background-color: #ffffff;
}

@media (max-width: 1800px) {
    .btn-contacts {
        margin-left: 80rem;
        margin-top: -5rem;
    }
}

@media (max-width: 1536px) {
    .btn-contacts {
        margin-left: 75rem;
        margin-top: -5rem;
    }
}

@media (max-width: 1440px) {
    .btn-contacts {
        margin-left: 70rem;
        margin-top: -10rem;
    }
}

@media (max-width: 1366px) {
    .btn-contacts {
        margin-left: 67rem;
        margin-top: -10rem;
    }
}

@media (max-width: 1280px) {
    .btn-contacts {
        margin-left: 63rem;
    }
}

@media (max-width: 1199px) {
    .btn-contacts {
        margin-left: 57rem;
    }
}

@media (max-width: 1099px) {
    .btn-contacts {
        margin-left: 52rem;
    }
}

@media (max-width: 1024px) {
    .btn-contacts {
        margin-left: 48rem;
        margin-top: -14rem;
    }
}

@media (max-width: 876px) {
    .btn-contacts {
        margin-left: 40rem;
    }
}

@media (max-width: 834px) {
    .btn-contacts {
        margin-left: 38rem;
        margin-top: -9rem;
    }
}

.logo-schedule {
    width: 8%;
}

@media (max-width: 1024px) {
    .logo-schedule {
        width: 11%;
    }
}

@media (max-width: 768px) {
    .logo-schedule {
        width: 14%;
    }
}

@media (max-width: 480px) {
    .logo-schedule {
        display: none;
    }
}

.name-schedule {
    margin-top: 1rem;
    width: 80%;
}

@media (max-width: 480px) {
    .name-schedule {
        margin-top: 1rem;
        width: 100%;
    }
}


/* ========================================================================== */
/* MOBILKA */
/* ========================================================================== */

.tab-mob {
    margin-top: 10rem;
}

.news-mob {
    margin-left: 0rem;
    margin-right: 2rem;
    padding-left: 10px;
    height: 25px;
    width: auto;
}

.nav-mob-sc li a {
    display: block;
    width: auto;
}

.selecc {
    width: 100%;
    max-width: 768px;
}

.nav-mob-tool {
    margin-top: 2rem;
    margin-bottom: -17rem;
}

.square {
    width: 100%;
    height: 330px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    background: white;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.white-box-mob-news {
    background-color: #ffffff;
    max-width: 600px;
    width: 40%;
    margin-bottom: 5rem;
    border-radius: 0 10px 10px 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
    height: 300px;
}

@media (max-width: 540px) {
    .white-box-mob-news {
        width: 40%;
        height: 280px;
    }
}

@media (max-width: 428px) {
    .white-box-mob-news {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 414px) {
    .white-box-mob-news {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 390px) {
    .white-box-mob-news {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 360px) {
    .white-box-mob-news {
        width: 35%;
        height: 240px;
    }
}

.white-box-mob-news_2 {
    background-color: #ffffff;
    max-width: 600px;
    width: 40%;
    margin-bottom: 5rem;
    border-radius: 0 10px 10px 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
    height: 300px;
}

@media (max-width: 540px) {
    .white-box-mob-news_2 {
        width: 40%;
        height: 280px;
    }
}

@media (max-width: 428px) {
    .white-box-mob-news_2 {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 414px) {
    .white-box-mob-news_2 {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 390px) {
    .white-box-mob-news_2 {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 360px) {
    .white-box-mob-news_2 {
        width: 35%;
        height: 240px;
    }
}

.white-box-mob-news_3 {
    background-color: #ffffff;
    max-width: 600px;
    width: 40%;
    margin-bottom: 5rem;
    border-radius: 0 10px 10px 0;
    margin-left: auto;
    margin-right: auto;
    max-height: 300px;
    height: 300px;
}

@media (max-width: 540px) {
    .white-box-mob-news_3 {
        width: 40%;
        height: 280px;
    }
}

@media (max-width: 428px) {
    .white-box-mob-news_3 {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 414px) {
    .white-box-mob-news_3 {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 390px) {
    .white-box-mob-news_3 {
        width: 35%;
        height: 240px;
    }
}

@media (max-width: 360px) {
    .white-box-mob-news_3 {
        width: 35%;
        height: 240px;
    }
}

.img_news_list-mob {
    display: flex;
    max-width: 768px;
    width: 100%;
    object-fit: cover;
    height: 222px;
    border-radius: 10px 10px 0 0;
}

.news-list-mob {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
}

.news-item-header-mob {
    text-transform: none;
    font: normal 16px/42px "Inter", sans-serif;
    color: #0074bb;
    margin-left: 18px;
    margin-bottom: -16px;
    overflow: hidden;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 1rem;
    line-height: 20px
}

.btn-read-more-mob {
    display: flex;
    position: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font: normal 10px/40px "Inter", sans-serif;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 24px;
    width: 122px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 19px;
    margin-bottom: 10px;
    margin-top: 33px;
    padding-top: 0;
    align-items: center;
    justify-content: center;
}

.btn-all-news-mob {
    display: flex;
    position: inline-block;
    color: #0075bb;
    margin-bottom: 0;
    font: normal 12px/40px "Inter", sans-serif;
    cursor: pointer;
    background-image: none;
    background: #ffffff;
    border: 0;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    width: 150px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 33px;
    padding-top: 0;
    align-items: center;
    justify-content: center;
}

.back-white {
    max-width: 768px;
    background-image: url("/local/templates/test_new/images/back-white.svg");
    background-size: cover;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18.5rem;
    display: flex;
    width: 100%;
    margin-bottom: 16rem;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 660px) {
    .back-white {
        margin-bottom: 12rem;
    }
}

@media (max-width: 480px) {
    .back-white {
        margin-bottom: 7rem;
    }
}

@media (max-width: 478px) {
    .back-white {
        margin-bottom: 12rem;
    }
}

@media (max-width: 414px) {
    .back-white {
        margin-bottom: 7rem;
    }
}

@media (max-width: 389px) {
    .back-white {
        margin-bottom: 12rem;
    }
}

.container-obr-main-mob {
    margin-top: 1rem;
}

.container-obr-mob {
    width: 45%;
}

.magistr-mob {
    margin-top: -2px;
}

.nav-mob-mob {
    border: 0;
}

.poleznoe-mob {
    margin-top: 6rem;
}

.nav-mob-sc {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex-direction: row;
}

#nav-mob-sc ::-webkit-scrollbar {
    width: 10px;
    background-color: #f9f9fd;
}

.container-fluid-mob {
    padding: 0;
}

@media (max-width: 1440px) {
    .bx-yandex-map {
        height: 400px !important;
    }
}

@media (max-width: 1199px) {
    .bx-yandex-map {
        height: 350px !important;
    }
}

@media (max-width: 768px) {
    .bx-yandex-map {
        height: 200px !important;
    }
}

@media (max-width: 428px) {
    .bx-yandex-map {
        height: 180px !important;
    }
}

@media (max-width: 375px) {
    .bx-yandex-map {
        height: 100px !important;
    }
}

.useful_text_n_mob {
    padding: 20px;
    font-size: 18px;
    color: #0074bb;
    font-weight: 600;
}

@media (max-width: 428px) {
    .useful_text_n_mob {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .useful_text_n_mob {
        font-size: 14px;
    }
}

@media (max-width: 280px) {
    .useful_text_n_mob {
        font-size: 12px;
    }
}

.useful_text_n_1_mob {
    padding: 20px;
    font-size: 18px;
    color: #0074bb;
    font-weight: 600;
}

@media (max-width: 428px) {
    .useful_text_n_1_mob {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .useful_text_n_1_mob {
        font-size: 14px;
    }
}

@media (max-width: 280px) {
    .useful_text_n_1_mob {
        font-size: 12px;
    }
}

.useful_text_n_2_mob {
    padding: 20px;
    font-size: 18px;
    color: #0074bb;
    font-weight: 600;
}

@media (max-width: 428px) {
    .useful_text_n_2_mob {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .useful_text_n_2_mob {
        font-size: 14px;
    }
}

@media (max-width: 280px) {
    .useful_text_n_2_mob {
        font-size: 12px;
    }
}

.useful_text_n_3_mob {
    padding: 20px;
    font-size: 18px;
    color: #0074bb;
    font-weight: 600;
}

@media (max-width: 428px) {
    .useful_text_n_3_mob {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .useful_text_n_3_mob {
        font-size: 14px;
    }
}

@media (max-width: 280px) {
    .useful_text_n_3_mob {
        font-size: 12px;
    }
}

.useful_pt_1_mob {
    margin-top: -2rem;
    font-size: 12px;
}

.useful_pt_2_mob {
    margin-top: -2rem;
}

.useful_pt_3_mob {
    margin-top: -3rem;
}

.useful_pt_4_mob {
    margin-top: -3rem;
}

.btn-more-mob {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font: normal 14px/40px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    padding: 9px 10px;
    border-radius: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    margin-top: 60px;
    width: 143px;
    height: 30px;
    font-size: 8pt;
}

@media (max-width: 428px) {
    .btn-more-mob {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .mobilka {
        display: none;
    }
}

@media (max-width: 768px) {
    .nca-cookiesaccept-line-text {
        font-size: 12px;
        text-align: justify;
        padding-right: 5% !important;
    }
}

@media (max-width: 768px) {
    #nca-cookiesaccept-line-accept-btn {
        font-size: 12px;
        padding: 5px 14px;
    }
}

.alert-text-header {
    font-size: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .alert-text-header {
        font-size: 16px;
    }
}

.mob-main-footer {
    display: none;
}

@media (max-width: 768px) {
    .mobilka {
        display: none;
    }

    .mob-main-footer {
        display: flex;
        margin-top: -7rem;
    }

    .mob-none {
        display: none;
    }
}

@media (max-width: 280px) {
    .accordion-body {
        padding: 0;
    }
}

.otstup {
    padding-left: 0;
}

.btn-profile {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font: normal 16px/40px "Inter", sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #0074bb;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    width: 156px;
    padding: 0 5px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 135px;
    margin-top: 59px;
    padding-bottom: 38px;
    z-index: 1;
    font-weight: 800;
    margin-bottom: 30px;
}

.col-profile {
    width: 100%;
}

@media (max-width: 1440px) {
    .btn-profile {
        margin-left: 95px;
    }
}

@media (max-width: 1366px) {
    .btn-profile {
        margin-left: 81px;
    }
}

@media (max-width: 1280px) {
    .btn-profile {
        margin-left: 70px;
    }
}

@media (max-width: 1024px) {
    .btn-profile {
        margin-left: 36px;
    }
}

@media (max-width: 834px) {
    .btn-profile {
        margin-left: 118px;
    }
}

@media (max-width: 810px) {
    .btn-profile {
        margin-left: 114px;
    }
}

@media (max-width: 768px) {
    .btn-profile {
        margin-left: 125px;
    }
}

@media (max-width: 767px) {
    .btn-profile {
        margin-left: auto;
        margin-right: auto;
    }
}

.white-person {
    background-color: #ffffff;
    width: 95%;
    z-index: -1;
    height: 428px;
    margin-left: 20rem;
    margin-top: -11.5rem;
    margin-right: auto;
    margin-bottom: -14.9rem;
    box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
    padding: 25px;
    border-radius: 42px;
}

@media (max-width:1400px) {

    .white-person {
        background-color: #ffffff;
        width: 88%;
        z-index: -1;
        height: 350px;
        margin-left: 20rem;
        margin-top: -9.5rem;
        margin-right: auto;
        margin-bottom: -12.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 42px;
    }
}

@media (max-width:1200px) {

    .white-person {
        background-color: #ffffff;
        width: 88%;
        z-index: -1;
        height: 364px;
        margin-left: 18rem;
        margin-top: -9.7rem;
        margin-right: auto;
        margin-bottom: -12.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 42px;
    }
}

@media (max-width:1024px) {

    .white-person {
        background-color: #ffffff;
        width: 88%;
        z-index: -1;
        height: 364px;
        margin-left: 18rem;
        margin-top: -9.7rem;
        margin-right: auto;
        margin-bottom: -12.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 42px;
    }
}

@media (max-width:1000px) {

    .white-person {
        background-color: #ffffff;
        width: 90%;
        z-index: -1;
        height: 316px;
        margin-left: 14rem;
        margin-top: -8.2rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 42px;
    }
}

@media (max-width:834px) {

    .white-person {
        background-color: #ffffff;
        width: 91%;
        z-index: -1;
        height: 251px;
        margin-left: 12rem;
        margin-top: -6.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 42px;
    }
}

@media (max-width:810px) {

    .white-person {
        background-color: #ffffff;
        width: 92%;
        z-index: -1;
        height: 256px;
        margin-left: 12rem;
        margin-top: -6.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 42px;
    }
}

@media (max-width:768px) {

    .white-person {
        background-color: #ffffff;
        width: 135%;
        z-index: -1;
        height: 241px;
        margin-left: 10rem;
        margin-top: -13.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

@media (max-width:600px) {

    .white-person {
        background-color: #ffffff;
        width: 126%;
        z-index: -1;
        height: 205px;
        margin-left: 9rem;
        margin-top: -11.2rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

@media (max-width:480px) {

    .white-person {
        background-color: #ffffff;
        width: 126%;
        z-index: -1;
        height: 194px;
        margin-left: 8rem;
        margin-top: -10.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

@media (max-width:430px) {

    .white-person {
        background-color: #ffffff;
        width: 126%;
        z-index: -1;
        height: 194px;
        margin-left: 7rem;
        margin-top: -1.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

@media (max-width:428px) {

    .white-person {
        background-color: #ffffff;
        width: 133%;
        z-index: -1;
        height: 159px;
        margin-left: 6rem;
        margin-top: -8.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

@media (max-width:412px) {

    .white-person {
        background-color: #ffffff;
        width: 133%;
        z-index: -1;
        height: 166px;
        margin-left: 6rem;
        margin-top: -9rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

@media (max-width:395px) {

    .white-person {
        background-color: #ffffff;
        width: 133%;
        z-index: -1;
        height: 143px;
        margin-left: 5rem;
        margin-top: -7.5rem;
        margin-right: auto;
        margin-bottom: -11.5rem;
        box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
        padding: 25px;
        border-radius: 16px;
    }
}

.raspisanie {
    background-color: #0075bb;
    color: white;
    padding: 20px;
    box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.1);
    border-radius: 15px;
    font-size: 18pt;
}


/* ========================================================================== */
/* MOBILKA MENU */
/* ========================================================================== */

.navbar {
    display: none;
    position: absolute;
}

@media (max-width: 769px) {
    .navbar {
        display: block;
        left: 45rem;
        top: 25px;
    }
}

@media (max-width: 740px) {
    .navbar {
        display: block;
        left: 43rem;
        top: 23px;
    }
}

@media (max-width: 725px) {
    .navbar {
        left: 42rem;
        top: 23px;
    }
}

@media (max-width: 700px) {
    .navbar {
        left: 41rem;
        top: 23px;
    }
}

@media (max-width: 675px) {
    .navbar {
        left: 39.5rem;
        top: 23px;
    }
}

@media (max-width: 650px) {
    .navbar {
        left: 38rem;
        top: 20px;
    }
}

@media (max-width: 625px) {
    .navbar {
        left: 36rem;
        top: 20px;
    }
}

@media (max-width: 600px) {
    .navbar {
        left: 35rem;
        top: 20px;
    }
}

@media (max-width: 575px) {
    .navbar {
        left: 33rem;
        top: 20px;
    }
}

@media (max-width: 550px) {
    .navbar {
        left: 32rem;
        top: 20px;
    }
}

@media (max-width: 525px) {
    .navbar {
        left: 30rem;
        top: 20px;
    }
}

@media (max-width: 500px) {
    .navbar {
        left: 27rem;
        top: 30px;
    }
}

@media (max-width: 480px) {
    .navbar {
        left: 26.5rem;
        top: 30px;
    }
}

@media (max-width: 475px) {
    .navbar {
        left: 26.5rem;
        top: 30px;
    }
}

@media (max-width: 450px) {
    .navbar {
        left: 24rem;
        top: 26px;
    }
}

@media (max-width: 430px) {
    .navbar {
        left: 23.5rem;
        top: 25px;
    }
}

@media (max-width: 428px) {
    .navbar {
        left: 23.5rem;
        top: 25px;
    }
}

@media (max-width: 414px) {
    .navbar {
        left: 23rem;
        top: 23px;
    }
}

@media (max-width: 400px) {
    .navbar {
        left: 22rem;
        top: 21px;
    }
}

@media (max-width: 393px) {
    .navbar {
        left: 22rem;
        top: 24px;
    }
}

@media (max-width: 390px) {
    .navbar {
        left: 21.5rem;
        top: 17px;
    }
}

@media (max-width: 389px) {
    .navbar {
        left: 21.5rem;
        top: 19px;
    }
}

@media (max-width: 384px) {
    .navbar {
        left: 21rem;
        top: 26px;
    }
}

@media (max-width: 375px) {
    .navbar {
        left: 20.5rem;
        top: 27px;
    }
}

@media (max-width: 360px) {
    .navbar {
        left: 20rem;
        top: 29px;
    }
}

@media (max-width: 350px) {
    .navbar {
        left: 19.5rem;
        top: 28px;
    }
}

@media (max-width: 340px) {
    .navbar {
        left: 19rem;
        top: 25px;
    }
}

@media (max-width: 330px) {
    .navbar {
        left: 18rem;
        top: 25px;
    }
}

@media (max-width: 320px) {
    .navbar {
        left: 17.7rem;
        top: 29px;
    }
}

@media (max-width: 314px) {
    .navbar {
        left: 16.5rem;
        top: 20px;
    }
}

@media (max-width: 290px) {
    .navbar {
        left: 16rem;
        top: 7px;
    }
}

@media (max-width: 280px) {
    .navbar {
        left: 15.3rem;
        top: 6px;
    }
}

@media (max-width: 270px) {
    .navbar {
        left: 15rem;
        top: 6px;
    }
}

@media (max-width: 260px) {
    .navbar {
        left: 14rem;
        top: 6px;
    }
}

@media (max-width: 250px) {
    .navbar {
        left: 13.2rem;
        top: 8px;
    }
}

.offcanvas.offcanvas-end {
    top: 100px;
    width: 100% !important;
    border: none !important;
    border-radius: 19px 19px 0 0;
    background-image: url("/local/templates/test_new/images/burger_back.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow-y: auto;
}

.offcanvas-backdrop.show {
    opacity: 0;
    display: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler {
    padding: 0 !important;
}

.aa-hide {
    /* width: 0; */
    z-index: 2;
}

.navbar-toggler {
    padding: 0 !important;
}

.container-fluid {
    padding: 0;
}

.offcanvas-header {
    padding: 0;
}

.mobile-menu-button-first {
    background: none;
    border: none;
    text-decoration: underline;
    color: #ffffff;
    height: 70px;
    font-size: 15pt;
    font-weight: 600;
    padding: 0;
}

.mobile-menu-button-second {
    background: #ffffff;
    border: none;
    text-decoration: none;
    color: #0075bb;
    height: 70px;
    font-size: 15pt;
    font-weight: 600;
    padding: 0;
    border-radius: 0 0 0 19px;
}

.mobile-menu-button-third {
    background: #ffffff;
    border: none;
    text-decoration: none;
    color: #0075bb;
    height: 70px;
    font-size: 15pt;
    font-weight: 600;
    padding: 0;
    border-radius: 19px 0 19px 0;
}

.offcanvas-body ul {
    list-style-type: none;
    padding: 0;
}

.offcanvas-body ul li {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.offcanvas-body ul li a {
    width: 100%;
    display: block;
}

.offcanvas-body ul li a:hover {
    color: #828282;
}

.arrow-mobile-menu {
    margin: 0 !important;
    width: 4%;
    transform: rotate(-90deg);
    background-image: url("/local/templates/test_new/images/arrow_inst.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 14px;
}

@media (max-width: 600px) {
    .arrow-mobile-menu {
        width: 5%;
    }
}

@media (max-width: 500px) {
    .arrow-mobile-menu {
        width: 6%;
    }
}

.first-level-button {
    width: 100%;
    text-align: left;
    padding: 0;
    border: none;
    background: none;
    color: #0075bb;
}

.first-level-button:hover {
    color: #828282;
}

.offcanvas-body-search .search-button {
    display: block;
}

@media (max-width: 768px) {
    .search-close-button {
        display: none;
    }

    .search-form-block .icon-search-white {
        float: right;
        margin: 15px 5px 15px 20px;
    }

    .search-input {
        background: #ffffff;
        color: #000000;
    }

    .container-search {
        background: #ffffff;
        color: #0075bb;
    }

    .search-suggestions {
        padding: 20px 10px;
    }

    .search-suggestions .search-result-item {
        color: #0075bb;
    }

    .search-suggestions .search-result-item:hover {
        background: #ffffff;
        color: #828282;
    }

    .search-suggestions .btn {
        width: 100%;
        margin-left: auto;
        font-size: 10pt;
        height: auto;
        margin-bottom: 0;
    }

    .search-result-item img {
        max-width: 16px;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .icon-search-white {
        background-image: url("/local/templates/test_new/images/search-blue.svg");
        background-position: center;
        background-size: cover;
        opacity: 1 !important;
    }
}

.mobile-menu-search-text {
    padding: 25px;
    line-height: 22px;
    padding-top: 7rem;
    font-weight: 300;
    font-size: 10pt;
    color: #ffffff;
}

@media (max-width: 767px) {
    .mobile-menu-search-text {
        padding: 115px;
        padding-top: 7rem;
        padding-bottom: 0;
    }
}

@media (max-width: 600px) {
    .mobile-menu-search-text {
        padding: 30px;
        padding-top: 7rem;
    }
}

@media (max-width: 500px) {
    .mobile-menu-search-text {
        padding: 15px;
        padding-top: 7rem;
    }
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hamburger {
    position: static;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
}

body {
    padding: 0 !important;
}

.header-blind-button img {
    margin-bottom: 0;
    width: 28px;
}

@media (max-width: 768px) {
    .history-citata-box-first {
        background-image: url("/local/templates/test_new/images/burger_back.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        display: flex;
        padding: 10px;
        margin-bottom: 5rem;
        margin-top: 1rem;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 50%);
    }

    .history-citata-box {
        background-image: url("/local/templates/test_new/images/burger_back.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 10px;
        display: flex;
        padding: 10px;
        margin-bottom: 5rem;
        margin-top: 1rem;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 50%);
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .hist3 {
        margin: 0;
        border-radius: 10px;
    }

    .hist5 {
        margin: 0;
        border-radius: 10px;
    }

    .hist7 {
        margin: 0;
        border-radius: 10px;
    }

    .hist9 {
        margin: 0;
        border-radius: 10px;
    }
}

@media (max-width: 480px) {
    .hist3 {
        width: 120px;
        height: 160px;
    }

    .hist5 {
        width: 120px;
        height: 160px;
    }

    .hist7 {
        width: 120px;
        height: 160px;
    }

    .hist9 {
        width: 120px;
        height: 160px;
    }
}

@media (max-width: 430px) {
    .history-citata-box {
        width: 92%;
    }

    .hist3 {
        width: 100px;
        height: 140px;
    }

    .hist5 {
        width: 100px;
        height: 140px;
    }

    .hist7 {
        width: 100px;
        height: 140px;
    }

    .hist9 {
        width: 100px;
        height: 140px;
    }

    .cit-text {
        font-size: 15px;
        margin-left: 160px;
        margin-top: -255px;
        margin-bottom: 60px;
    }

    .cit-text-2 {
        font-size: 15px;
        margin-left: 140px;
        margin-top: -280px;
        margin-bottom: 100px;
    }

    .cit-text-3 {
        font-size: 13px;
        margin-left: 130px;
        margin-top: -260px;
        padding-right: 1rem;
    }

    .cit-text-4 {
        font-size: 13px;
        margin-left: 135px;
        margin-top: -285px;
        margin-bottom: 35px;
        padding-right: 1rem;
    }
}

@media (max-width: 428px) {
    .cit-text {
        font-size: 15px;
        margin-left: 145px;
        margin-top: -255px;
        margin-bottom: 60px;
    }

    .cit-text-2 {
        font-size: 14px;
        margin-left: 140px;
        margin-top: -275px;
        margin-bottom: 50px;
    }

    .cit-text-3 {
        font-size: 14px;
        margin-left: 155px;
        margin-top: -285px;
        padding-right: 1rem;
    }

    .cit-text-4 {
        font-size: 12px;
        margin-left: 135px;
        margin-top: -285px;
        margin-bottom: 50px;
        padding-right: 1rem;
    }
}

@media (max-width: 414px) {
    .cit-text {
        font-size: 15px;
        margin-left: 142px;
        margin-top: -255px;
        margin-bottom: 60px;
    }

    .cit-text-2 {
        font-size: 14px;
        margin-left: 135px;
        margin-top: -275px;
        margin-bottom: 60px;
    }

    .cit-text-3 {
        font-size: 14px;
        margin-left: 140px;
        margin-top: -285px;
        padding-right: 1rem;
    }

    .cit-text-4 {
        font-size: 12px;
        margin-left: 130px;
        margin-top: -285px;
        margin-bottom: 45px;
        padding-right: 1rem;
    }
}

@media (max-width: 393px) {
    .cit-text {
        font-size: 15px;
        margin-left: 142px;
        margin-top: -255px;
        margin-bottom: 60px;
    }

    .cit-text-2 {
        font-size: 14px;
        margin-left: 140px;
        margin-top: -285px;
        margin-bottom: 50px;
        padding-right: 1rem;
    }

    .cit-text-3 {
        font-size: 14px;
        margin-left: 150px;
        margin-top: -288px;
        padding-right: 1rem;
    }

    .cit-text-4 {
        font-size: 11px;
        margin-left: 130px;
        margin-top: -280px;
        margin-bottom: 45px;
        padding-right: 1rem;
    }
}

@media (max-width: 390px) {
    .cit-text {
        font-size: 15px;
        margin-left: 140px;
        margin-top: -255px;
        margin-bottom: 60px;
    }

    .cit-text-2 {
        font-size: 14px;
        margin-left: 140px;
        margin-top: -290px;
        margin-bottom: 35px;
        padding-right: 1rem;
    }

    .cit-text-3 {
        font-size: 14px;
        margin-left: 150px;
        margin-top: -290px;
        padding-right: 1rem;
        margin-bottom: 35px;
    }

    .cit-text-4 {
        font-size: 11px;
        margin-left: 130px;
        margin-top: -280px;
        margin-bottom: 45px;
        padding-right: 1rem;
    }
}

@media (max-width: 384px) {
    .cit-text {
        font-size: 15px;
        margin-left: 135px;
        margin-top: -255px;
        margin-bottom: 60px;
    }

    .cit-text-2 {
        font-size: 14px;
        margin-left: 140px;
        margin-top: -290px;
        margin-bottom: 35px;
        padding-right: 1rem;
    }

    .cit-text-3 {
        font-size: 14px;
        margin-left: 150px;
        margin-top: -290px;
        padding-right: 1rem;
        margin-bottom: 35px;
    }

    .cit-text-4 {
        font-size: 11px;
        margin-left: 130px;
        margin-top: -285px;
        margin-bottom: 45px;
        padding-right: 1rem;
    }
}

@media (max-width: 375px) {
    .cit-text {
        font-size: 13px;
        margin-left: 135px;
        margin-top: -250px;
        margin-bottom: 90px;
    }

    .cit-text-2 {
        font-size: 13px;
        margin-left: 140px;
        margin-top: -285px;
        margin-bottom: 65px;
        padding-right: 1rem;
    }

    .cit-text-3 {
        font-size: 13px;
        margin-left: 145px;
        margin-top: -290px;
        padding-right: 1rem;
        margin-bottom: 65px;
    }

    .cit-text-4 {
        font-size: 11px;
        margin-left: 130px;
        margin-top: -285px;
        margin-bottom: 80px;
        padding-right: 1rem;
    }
}

@media (max-width: 360px) {
    .cit-text {
        font-size: 12px;
        margin-left: 135px;
        margin-top: -250px;
        margin-bottom: 90px;
    }

    .cit-text-2 {
        font-size: 12px;
        margin-left: 140px;
        margin-top: -285px;
        margin-bottom: 70px;
        padding-right: 1rem;
    }

    .cit-text-3 {
        font-size: 12px;
        margin-left: 145px;
        margin-top: -280px;
        padding-right: 1rem;
        margin-bottom: 65px;
    }

    .cit-text-4 {
        font-size: 10px;
        margin-left: 130px;
        margin-top: -285px;
        margin-bottom: 90px;
        padding-right: 1rem;
    }
}

@media (max-width: 320px) {
    .cit-text {
        font-size: 11px;
        margin-left: 135px;
        margin-top: -250px;
        margin-bottom: 70px;
    }

    .cit-text-2 {
        font-size: 11px;
        margin-left: 140px;
        margin-top: -290px;
        margin-bottom: 80px;
        padding-right: 1rem;
    }

    .cit-text-3 {
        font-size: 11px;
        margin-left: 130px;
        margin-top: -280px;
        padding-right: 0rem;
        margin-bottom: 80px;
    }

    .cit-text-4 {
        font-size: 9px;
        margin-left: 130px;
        margin-top: -290px;
        margin-bottom: 85px;
        padding-right: 1rem;
    }
}

.useful_mob {
    width: 110px;
    height: 200px;
    display: flex;
    margin-left: 220px;
    margin-top: -350px;
}

.useful_mob_1 {
    width: 110px;
    height: 200px;
    display: flex;
    margin-left: 220px;
    margin-top: -350px;
}

.useful_mob_2 {
    width: 110px;
    height: 200px;
    display: flex;
    margin-left: 220px;
    margin-top: -350px;
}

.useful_mob_3 {
    width: 110px;
    height: 200px;
    display: flex;
    margin-left: 220px;
    margin-top: -350px;
}

.btn-more-mob-1 {
    margin-top: 75px;
}

.btn-more-mob-2 {
    margin-top: 47px;
}

@media (max-width: 712px) {
    .useful_mob {
        width: 100px;
        margin-left: 210px;
        margin-top: -345px;
    }

    .useful_mob_1 {
        width: 100px;
        margin-left: 210px;
        margin-top: -345px;
    }

    .useful_mob_2 {
        width: 100px;
        margin-left: 210px;
        margin-top: -345px;
    }

    .useful_mob_3 {
        width: 100px;
        margin-left: 210px;
        margin-top: -340px;
    }
}

@media (max-width: 660px) {
    .useful_mob {
        width: 90px;
        margin-left: 200px;
        margin-top: -350px;
    }

    .useful_mob_1 {
        width: 90px;
        margin-left: 195px;
        margin-top: -353px;
    }

    .useful_mob_2 {
        width: 90px;
        margin-left: 195px;
        margin-top: -350px;
    }

    .useful_mob_3 {
        width: 90px;
        margin-left: 195px;
        margin-top: -350px;
    }

    .useful_text_n_mob {
        font-size: 16px;
    }

    .useful_text_n_1_mob {
        font-size: 16px;
    }

    .useful_text_n_2_mob {
        font-size: 16px;
    }

    .useful_text_n_3_mob {
        font-size: 16px;
    }

    .btn-more-mob-4 {
        margin-top: 65px;
    }
}

@media (max-width: 540px) {
    .useful_mob {
        width: 70px;
        margin-left: 165px;
        margin-top: -335px;
    }

    .useful_mob_1 {
        width: 70px;
        margin-left: 165px;
        margin-top: -335px;
    }

    .useful_mob_2 {
        width: 70px;
        margin-left: 165px;
        margin-top: -335px;
    }

    .useful_mob_3 {
        width: 70px;
        margin-left: 165px;
        margin-top: -335px;
    }

    .useful_text_n_mob {
        font-size: 14px;
    }

    .useful_text_n_1_mob {
        font-size: 14px;
    }

    .useful_text_n_2_mob {
        font-size: 14px;
    }

    .useful_text_n_3_mob {
        font-size: 14px;
    }
}

@media (max-width: 430px) {
    .useful_mob {
        width: 70px;
        margin-left: 120px;
        margin-top: -330px;
    }

    .useful_mob_1 {
        width: 70px;
        margin-left: 120px;
        margin-top: -330px;
    }

    .useful_mob_2 {
        width: 70px;
        margin-left: 120px;
        margin-top: -330px;
    }

    .useful_mob_3 {
        width: 70px;
        margin-left: 120px;
        margin-top: -330px;
    }

    .useful_text_n_mob {
        font-size: 13px;
    }

    .useful_text_n_1_mob {
        font-size: 12px;
        margin-bottom: 4rem;
    }

    .useful_text_n_2_mob {
        font-size: 12px;
        margin-bottom: 4rem;
    }

    .useful_text_n_3_mob {
        font-size: 12px;
    }

    .btn-more-mob-1 {
        margin-top: 47px;
        width: 85%;
    }

    .btn-more-mob-2 {
        margin-top: 44px;
        width: 85%;
    }

    .btn-more-mob-3 {
        width: 85%;
    }

    .btn-more-mob-4 {
        width: 85%;
    }
}

@media (max-width: 428px) {
    .useful_mob {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_mob_1 {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_mob_2 {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_mob_3 {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_text_n_mob {
        font-size: 13px;
    }

    .useful_text_n_1_mob {
        font-size: 12px;
        margin-bottom: 4rem;
    }

    .useful_text_n_2_mob {
        font-size: 12px;
        margin-bottom: 4rem;
    }

    .useful_text_n_3_mob {
        font-size: 12px;
    }

    .btn-more-mob-1 {
        margin-top: 47px;
        width: 85%;
    }

    .btn-more-mob-2 {
        margin-top: 44px;
        width: 85%;
    }

    .btn-more-mob-3 {
        width: 85%;
    }

    .btn-more-mob-4 {
        width: 85%;
    }
}

@media (max-width: 414px) {
    .useful_mob {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_mob_1 {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_mob_2 {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }

    .useful_mob_3 {
        width: 70px;
        margin-left: 100px;
        margin-top: -310px;
    }
}

@media (max-width: 400px) {
    .useful_mob {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_mob_1 {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_mob_2 {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_mob_3 {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_text_n_mob {
        font-size: 12px;
    }

    .useful_text_n_1_mob {
        font-size: 11px;
    }

    .useful_text_n_2_mob {
        font-size: 11px;
    }

    .useful_text_n_3_mob {
        font-size: 11px;
    }
}

@media (max-width: 375px) {
    .useful_mob {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_mob_1 {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_mob_2 {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }

    .useful_mob_3 {
        width: 65px;
        margin-left: 90px;
        margin-top: -310px;
    }
}

@media (max-width: 360px) {
    .useful_mob {
        width: 60px;
        margin-left: 80px;
        margin-top: -300px;
    }

    .useful_mob_1 {
        width: 60px;
        margin-left: 80px;
        margin-top: -300px;
    }

    .useful_mob_2 {
        width: 60px;
        margin-left: 80px;
        margin-top: -300px;
    }

    .useful_mob_3 {
        width: 60px;
        margin-left: 80px;
        margin-top: -300px;
    }

    .useful_text_n_mob {
        font-size: 11px;
    }

    .useful_text_n_1_mob {
        font-size: 10px;
    }

    .useful_text_n_2_mob {
        font-size: 10px;
    }

    .useful_text_n_3_mob {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    .useful_mob {
        width: 55px;
        margin-left: 70px;
        margin-top: -300px;
    }

    .useful_mob_1 {
        width: 55px;
        margin-left: 70px;
        margin-top: -300px;
    }

    .useful_mob_2 {
        width: 55px;
        margin-left: 70px;
        margin-top: -300px;
    }

    .useful_mob_3 {
        width: 55px;
        margin-left: 70px;
        margin-top: -300px;
    }

    .useful_text_n_mob {
        font-size: 10px;
    }

    .useful_text_n_1_mob {
        font-size: 9px;
    }

    .useful_text_n_2_mob {
        font-size: 9px;
    }

    .useful_text_n_3_mob {
        font-size: 9px;
    }
}

@media screen and (max-width: 767px) {
    .content-main {
        padding-top: 5rem;
    }

    body::-webkit-scrollbar {
        display: none;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .hide-scrollbar {
        scrollbar-width: none; /* FIREFOX */
        -ms-overflow-style: -ms-autohiding-scrollbar; /* IE10+ */
    }

    .hide-scrollbar::-webkit-scrollbar {
        display: none; /* CHROME, SAFARI, EDGE */
    }

    .element::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }
}

.head-img-kaf {
    width: 270px;
    height: 339px;
    margin-left: -12px;
    background-size: cover;
    margin-top: -8.21rem;
}

@media (max-width: 1600px) {
    .head-img-kaf {
        width: 270px;
        height: 339px;
        margin-left: -13px;
        background-size: cover;
        margin-top: -5.5rem;
    }
}

@media (max-width: 1284px) {
    .head-img-kaf {
        width: 270px;
        height: 339px;
        margin-left: -13px;
        background-size: cover;
        margin-top: -5.5rem;
    }
}

@media (max-width: 1279px) {
    .head-img-kaf {
        width: 270px;
        height: 339px;
        margin-left: -43px;
        background-size: cover;
        margin-top: -4.9rem;
    }
}

@media (max-width: 1200px) {
    .head-img-kaf {
        width: 225px;
        height: 273px;
        margin-left: -3px;
        background-size: cover;
        margin-top: -4.75rem;
    }
}

@media (max-width: 1100px) {
    .head-img-kaf {
        width: 190px;
        height: 236px;
        margin-left: -3px;
        background-size: cover;
        margin-top: -2.28rem;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    .head-img-kaf {
        width: 182px;
        height: 236px;
        margin-left: 6px;
        background-size: cover;
        margin-top: -2.5rem;
    }
}

@media (max-width: 768px) {
    .head-img-kaf {
        width: 181px;
        height: 237px;
        margin-left: -8px;
        background-size: cover;
        margin-top: -3.5rem;
    }
}

@media (max-width: 769px) and (min-width: 768px) {
    .head-img-kaf {
        width: 182px;
        height: 242px;
        margin-left: 6px;
        background-size: cover;
        margin-top: -2.85rem;
    }
}

@media (max-width: 640px) {
    .head-img-kaf {
        width: 174px;
        height: 226px;
        margin-left: -8px;
        background-size: cover;
        margin-top: -4.15rem;
    }
}

@media (max-width: 600px) {
    .head-img-kaf {
        width: 126px;
        height: 164px;
        margin-left: -15px;
        background-size: cover;
        margin-top: -2.9rem;
    }
}

@media (max-width: 540px) {
    .head-img-kaf {
        width: 118px;
        height: 153px;
        margin-left: -15px;
        background-size: cover;
        margin-top: -2.2rem;
    }
}

@media (max-width: 430px) {
    .head-img-kaf {
        width: 104px;
        height: 138px;
        margin-left: 8px;
        background-size: cover;
        margin-top: -2.8rem;
    }
}

@media (max-width: 414px) {
    .head-img-kaf {
        width: 109px;
        height: 138px;
        margin-left: 4px;
        background-size: cover;
        margin-top: -2.8rem;
    }
}

@media (max-width: 412px) {
    .head-img-kaf {
        width: 109px;
        height: 138px;
        margin-left: 11px;
        background-size: cover;
        margin-top: -2.8rem;
    }
}

@media (max-width: 393px) {
    .head-img-kaf {
        width: 109px;
        height: 138px;
        margin-left: 15px;
        background-size: cover;
        margin-top: -2.8rem;
    }
}

@media (max-width: 390px) {
    .head-img-kaf {
        width: 102px;
        height: 129px;
        margin-left: 8px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 384px) {
    .head-img-kaf {
        width: 102px;
        height: 129px;
        margin-left: 9px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 383px) {
    .head-img-kaf {
        width: 102px;
        height: 129px;
        margin-left: 9px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 375px) {
    .head-img-kaf {
        width: 101px;
        height: 129px;
        margin-left: 7px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 360px) {
    .head-img-kaf {
        width: 101px;
        height: 129px;
        margin-left: 16px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 320px) {
    .head-img-kaf {
        width: 90px;
        height: 119px;
        margin-left: -20px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 280px) {
    .head-img-kaf {
        width: 74px;
        height: 103px;
        margin-left: -21px;
        background-size: cover;
        margin-top: -2.3rem;
    }
}

@media (max-width: 240px) {
    .head-img-kaf {
        width: 70px;
        height: 97px;
        margin-left: -26px;
        background-size: cover;
        margin-top: -1.25rem;
    }
}

.white-person-kaf {
    background-color: #ffffff;
    width: 78.4%;
    height: 370px;
    margin-left: 20rem;
    margin-top: -1.89rem;
    margin-right: auto;
    margin-bottom: -14.9rem;
    box-shadow: 0 0 11px 7px rgba(1, 1, 0, 0.2);
    border-radius: 32px;
}

.head_dol_kaf {
    margin-left: 390px;
    margin-top: -246px;
    color: #0075bb;
}

@media (max-width:1600px) {
    .white-person-kaf {
        width: 73%;
    }

    .head_dol_kaf {
        margin-left: 390px;
        margin-top: -290px;
        color: #0075bb;
    }
}

@media (max-width:1280px) {
    .white-person-kaf {
        width: 73%;
        margin-top: -1.4rem;
    }

    .head_dol_kaf {
        margin-top: -299px;
    }
}

@media (max-width:1200px) {
    .white-person-kaf {
        width: 67%;
        margin-top: -1.4rem;
        height: 307px;
    }

    .head_dol_kaf {
        margin-top: 4px;
    }
}

@media (max-width:1100px) {
    .white-person-kaf {
        width: 71.5%;
        margin-top: -1.4rem;
        height: 271px;
        margin-left: 15rem;
        border-radius: 33px;
    }

    .head_dol_kaf {
        margin-top: -239px;
        margin-left: 275px;
    }
}

@media (max-width:1000px) {
    .white-person-kaf {
        width: 68.5%;
        margin-top: -0.6rem;
        height: 266px;
        margin-left: 13rem;
        border-radius: 33px;
    }

    .head_dol_kaf {
        margin-top: 5px;
        margin-left: 253px;
    }
}

@media (max-width:768px) {
    .white-person-kaf {
        width: 73.5%;
        margin-top: -2rem;
        height: 270px;
        margin-left: 13rem;
        border-radius: 33px;
    }

    .head_dol_kaf {
        margin-top: 23px;
        margin-left: 253px;
    }
}

@media (max-width:700px) {
    .white-person-kaf {
        width: 73.5%;
        margin-top: -2rem;
        height: 270px;
        margin-left: 12rem;
        border-radius: 33px;
    }

    .head_dol_kaf {
        margin-top: 23px;
        margin-left: 253px;
    }
}

@media (max-width:640px) {
    .white-person-kaf {
        width: 73.5%;
        margin-top: -2rem;
        height: 247px;
        margin-left: 11rem;
        border-radius: 33px;
    }

    .head_dol_kaf {
        margin-top: 46px;
        margin-left: 211px;
    }
}

@media (max-width:600px) {
    .white-person-kaf {
        width: 73.5%;
        margin-top: -1.9rem;
        height: 182px;
        margin-left: 8rem;
        border-radius: 10px;
    }

    .head_dol_kaf {
        margin-top: 87px;
        margin-left: 143px;
    }

    .head-name-kaf {
        margin-left: 140px;
        margin-top: -120px;
    }
}

@media (max-width:430px) {
    .white-person-kaf {
        width: 62.5%;
        margin-top: -0.3rem;
        margin-left: 10rem;
    }

    .head_dol_kaf {
        margin-top: 87px;
        margin-left: 187px;
        font-size: 10pt;
    }

    .head-name-kaf {
        margin-left: 181px;
        margin-top: -120px;
    }
}

@media (max-width:430px) {
    .white-person-kaf {
        width: 62.5%;
        margin-top: -0.3rem;
        margin-left: 8.5rem;
        height: 150px;
    }

    .head_dol_kaf {
        margin-top: 112px;
        margin-left: 149px;
    }

    .head-name-kaf {
        margin-left: 145px;
        margin-top: -120px;
    }
}

@media (max-width:390px) {
    .white-person-kaf {
        width: 62.5%;
        margin-top: -0.3rem;
        margin-left: 8.5rem;
        height: 145px;
    }

    .head_dol_kaf {
        margin-top: 112px;
        margin-left: 149px;
    }

    .head-name-kaf {
        margin-left: 145px;
        margin-top: -120px;
    }
}

@media (max-width:383px) {
    .white-person-kaf {
        width: 62.5%;
        margin-top: -0.3rem;
        margin-left: 8.5rem;
        height: 145px;
    }

    .head_dol_kaf {
        margin-top: 112px;
        margin-left: 149px;
        font-size: 10pt;
    }

    .head-name-kaf {
        margin-left: 145px;
        margin-top: -120px;
    }
}

@media (max-width:360px) {
    .white-person-kaf {
        width: 60.5%;
        margin-top: -0.3rem;
        margin-left: 8.5rem;
        height: 145px;
    }

    .head_dol_kaf {
        margin-top: 112px;
        margin-left: 149px;
        font-size: 10pt;
    }

    .head-name-kaf {
        margin-left: 145px;
        margin-top: -120px;
    }
}

.back-container-rector-white {
    max-width: 1353px;
    background-color: #F3F1EE;
    border-radius: 30px;
    margin-left: auto;
    margin-top: -10px;
    z-index: 0;
    padding: 30px;
    margin-right: auto;
    width: 85%;
    margin-bottom: 320px;
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
}

@media (max-width: 1600px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 30px;
        margin-left: 7.5rem;
        margin-top: -1rem;
        margin-right: auto;
        width: 83.5%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1400px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -1rem;
        margin-right: auto;
        width: 82.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1200px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: 6.3rem;
        margin-top: -1rem;
        margin-right: auto;
        width: 82.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 1045px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -1rem;
        margin-right: auto;
        width: 82.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 991px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: 3rem;
        margin-top: -1rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 786px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: 2.5rem;
        margin-top: -2rem;
        margin-right: auto;
        width: 89.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 753px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -2rem;
        margin-right: auto;
        width: 91.3%;
        margin-bottom: 320px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 480px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -2rem;
        margin-right: auto;
        width: 91.3%;
        margin-bottom: 12rem;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 428px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 414px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 390px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 375px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 20px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 88.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

@media (max-width: 320px) {
    .back-container-rector-white {
        max-width: 1353px;
        background-color: #F3F1EE;
        border-radius: 15px;
        margin-left: auto;
        margin-top: -3rem;
        margin-right: auto;
        width: 87.3%;
        margin-bottom: 200px;
        box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 15%);
    }
}

.bg-kafedr-blue {
    background: linear-gradient(#0075BB,#40679C,#000C29);
    background-size: cover;
    background-position: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 15px 15px;
}

.text_kafedri a {
    color: #ffffff;
}

.text_kafedri a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.without-bg-kafedr {
    border-radius: 0 0 15px 15px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
}

.kafedr-accordion-btn {
    box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
    padding: 30px;
    transition: all ease 0.3s;
}

@media(max-width: 375px) {
    .kafedr-accordion-btn {
        box-shadow: 0 1px 12px 1px rgba(1, 1, 0, 0.2);
        padding: 20px;
        transition: all ease 0.3s;
    }
}

.kafedr-accordion-btn:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
    transition: all ease 0.3s;
}

.menu_item_service a:last-child,
.menu_item_service a:last-child {
    margin-bottom: 8px;
}

.bg-modal {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

.white-box-title-bg {
    background-color: #9DA4B6;
    border-radius: 20px 20px 0 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.content-burger-second-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

@media (max-width: 1400px) {
    .content-burger-second-column {
        width: 27%;
    }
}

.minobr {
    margin: 0 !important;
    max-width: 400px;
    margin-top: auto !important;
    margin-left: 3rem !important;
    margin-bottom: 4rem !important;
    width: 40%;
}

@media (max-width: 1000px) {
    .minobr {
        max-height: 130px !important;
        margin-left: 3rem !important;
        width: 40%;
    }
}

.language-drop {
    margin-left: 85.7rem;
    margin-top: 0.8%;
    display: none; /* HIDE LANGUAGE */
}

@media(max-width: 1669px) {
    .language-drop {
        margin-left: 85rem;
        margin-top: 0.8%;
    }
}

@media(max-width: 1600px) {
    .language-drop {
        margin-left: 75.7rem;
        margin-top: 1.6%;
    }
}

@media(max-width: 1598px) {
    .language-drop {
        margin-left: 77rem;
        margin-top: 0.5%;
    }
}

@media(max-width: 1500px) {
    .language-drop {
        margin-left: 70rem;
        margin-top: 1%;
    }
}

@media(max-width: 1432px) {
    .language-drop {
        margin-left: 68.5rem;
        margin-top: 1%;
    }
}

@media(max-width: 1400px) {
    .language-drop {
        margin-left: 58.5rem;
        margin-top: 2%;
    }
}

@media(max-width: 1399px) {
    .language-drop {
        margin-left: 67rem;
        margin-top: 2.3%;
    }
}

@media(max-width: 1367px) {
    .language-drop {
        margin-left: 66.5rem;
        margin-top: 2.6%;
    }
}

@media(max-width: 1280px) {
    .language-drop {
        margin-left: 61.7rem;
        margin-top: 2.2%;
    }
}

@media(max-width: 1260px) {
    .language-drop {
        margin-left: 61.7rem;
        margin-top: 3%;
    }
}

@media(max-width: 1200px) {
    .language-drop {
        margin-left: 60.5rem;
        margin-top: 2.1%;
    }
}

@media(max-width: 1150px) {
    .language-drop {
        margin-left: 60rem;
        margin-top: 2.1%;
    }
}

@media(max-width: 1125px) {
    .language-drop {
        margin-left: 59.6rem;
        margin-top: 2.1%;
    }
}

@media(max-width: 1100px) {
    .language-drop {
        margin-left: 57.2rem;
        margin-top: 0.5%;
    }
}

@media(max-width: 1075px) {
    .language-drop {
        margin-left: 56.9rem;
        margin-top: 0.5%;
    }
}

@media(max-width: 1060px) {
    .language-drop {
        margin-left: 57.5rem;
        margin-top: 0.5%;
    }
}

@media(max-width: 1030px) {
    .language-drop {
        margin-left: 56.3rem;
        margin-top: 0.5%;
    }
}

@media(max-width: 1024px) {
    .language-drop {
        margin-left: 53.5rem;
        margin-top: -0.3%;
    }
}

@media(max-width: 1023px) {
    .language-drop {
        margin-left: 53.5rem;
        margin-top: 0%;
    }
}

@media(max-width: 1000px) {
    .language-drop {
        margin-left: 51rem;
        margin-top: 0%;
    }
}

@media(max-width: 999px) {
    .language-drop {
        margin-left: 51rem;
        margin-top: 0%;
    }
}

@media(max-width: 970px) {
    .language-drop {
        margin-left: 51rem;
        margin-top: 0%;
    }
}

@media(max-width: 950px) {
    .language-drop {
        margin-left: 50rem;
        margin-top: 0%;
    }
}

@media(max-width: 900px) {
    .language-drop {
        margin-left: 51.5rem;
        margin-top: 0%;
    }
}

@media(max-width: 877px) {
    .language-drop {
        margin-left: 50.5rem;
        margin-top: 0%;
    }
}

@media(max-width: 870px) {
    .language-drop {
        margin-left: 49.5rem;
        margin-top: 0%;
    }
}

@media(max-width: 867px) {
    .language-drop {
        margin-left: 43.8rem;
        margin-top: 0%;
    }
}

@media(max-width: 850px) {
    .language-drop {
        margin-left: 44.5rem;
        margin-top: 0%;
    }
}

@media(max-width: 830px) {
    .language-drop {
        margin-left: 41.7rem;
        margin-top: 0%;
    }
}

@media(max-width: 810px) {
    .language-drop {
        margin-left: 42.2rem;
        margin-top: -0.5%;
    }
}

@media(max-width: 800px) {
    .language-drop {
        margin-left: 40.5rem;
        margin-top: -0.5%;
    }
}

.language-drop-content {
    padding-top: 0;
    min-width: 70px;
    margin-left: 0.5rem;
    padding-bottom: 1rem;
}

@media (max-width: 1600px) {
    .language-drop-content {
        margin-left: -0.5rem;
    }
}

@media (max-width: 900px) {
    .language-drop-content {
        margin-left: -3.5rem;
    }
}

.language-change-btn {
    display: block;
    width: 100%;
    background: none;
    border: none;
}

.language-change-img {
    margin: 0;
    width: 40%;
}

.filtr-mibok {
    background-color: #ffffff;
    z-index: 2;
    margin-left: 0rem;
    display: none;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
}

.search-block {
    margin-left: 3rem;
}

@media(max-width:1200px) {
    .search-block {
        margin-left: 4rem;
    }
}

@media(max-width:999px) {
    .search-block {
        margin-left: 6rem;
    }
}

@media(max-width:950px) {
    .search-block {
        margin-left: 5rem;
    }
}

@media(max-width: 1024px) {
    .language-btn img {
        width: 24px;
    }
}

.white-box-priem-con {
    padding: 0;
    margin-top: 2rem;
    height: 150px;
    width: 75%;
    text-align: center;
    border-radius: 30px;
    background-color: #ffffff;
    min-width: 250px;
}

.white-box-priem-head-bg {
    background-color: #9DA4B6;
    border-radius: 30px 30px 0 0;
}

.white-box-priem-reg {
    margin-top: 2rem;
    text-align: center;
    border-radius: 20px;
    background: white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    min-width: 250px;
}

.white-box-priem-reg h3 {
    font-size: 12px !important;
    color: #828282;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0rem;
    margin-top: -5px;
    padding-top: 6px;
}

.white-box-priem-reg h2 {
    font-size: 10px;
    font-weight: 500;
    padding: 0 !important;
}

.white-box-priem-reg li a {
    font-family: "Inter", sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #828282;
    width: 100%;
}

@media(max-width: 1024px) {
    .white-box-priem-reg li a {
        font-size: 9pt;
    }
}

.white-box-priem-reg li {
    height: 50%;
    width: 100%;
}

.white-box-priem-reg ul {
    padding: 0;
}

.white-box-priem-reg li a:hover {
    color: #0075BB;
    text-decoration: underline;
    background: transparent;
}

.white-box-priem-con h3 {
    font-size: 12px;
    color: #828282;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0rem;
    margin-top: -5px;
    padding-top: 6px;
}

.white-box-priem-con h2 {
    font-size: 20px;
    padding-top: 5px;
    font-weight: 500;
}

@media(max-width: 1024px) {
    .white-box-priem-con h2 {
        font-size: 12pt;
    }

    .white-box-priem-con h6 {
        font-size: 9pt;
    }
}

.mobile_minobr {
    width: 50%;
    padding: 25px;
    padding-top: 0;
    margin: 0 !important;
}

@media(max-width: 767px) {
    .mobile_minobr {
        padding: 25px;
        margin-left: 90px !important;
    }
}

@media(max-width: 600px) {
    .mobile_minobr {
        padding: 5px;
        margin-left: 30px !important;
    }
}

@media(max-width: 500px) {
    .mobile_minobr {
        padding: 5px;
        margin-left: 15px !important;
    }
}

@media(max-width: 400px) {
    .mobile_minobr {
        padding: 0;
        margin-left: 15px !important;
    }
}

@media(max-width: 350px) {
    .mobile_minobr {
        width: 70% !important;
        padding: 0;
        margin-left: 15px !important;
    }
}

.table-mail tbody {
    max-width: 200px;
}

@media (max-width: 1600px) {
    .applicant-content {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 1500px) {
    .applicant-content {
        margin-bottom: 130px !important;
    }
}

@media (max-width: 1024px) {
    .applicant-content {
        margin-bottom: 20px !important;
    }
}

.applicant-box-right {
    display: flex;
    flex-direction: column;
    margin-right: 0rem;
    margin-left: 66rem;
    position: absolute;
}

@media (max-width: 1600px) {
    .applicant-box-right {
        margin-left: 55rem;
    }
}

@media (max-width: 1280px) {
    .applicant-box-right {
        margin-left: 50rem;
    }
}

@media (max-width: 1150px) {
    .applicant-box-right {
        margin-left: 47rem;
    }
}

@media (max-width: 1080px) {
    .applicant-box-right {
        margin-left: 43rem;
    }
}

@media (max-width: 1024px) {
    .applicant-box-right {
        margin-left: 40rem;
    }
}

@media (max-width: 950px) {
    .applicant-box-right {
        margin-left: 38rem;
    }
}

@media (max-width: 900px) {
    .applicant-box-right {
        margin-left: 34rem;
    }
}

@media (max-width: 850px) {
    .applicant-box-right {
        margin-left: 31rem;
    }
}

@media (max-width: 800px) {
    .applicant-box-right {
        margin-left: 29rem;
    }
}

.slider__item:hover {
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
    margin-top: 1px;
}

.slider__item_events:hover {
    box-shadow: 1px 4px 10px 10px rgba(0, 0, 0, 1%);
    margin-top: 1px;
}

.use_box_shadow:hover {
    background: white;
    transform: translateY(-15px);
    transition: transform 0.30s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.use_box_shadow:hover {
    box-shadow: 0 15px rgba(0,0,0,40%), 0 0 4px 4px rgba(0, 0, 0, 0.1);
    transition: 0.30s;
}

.gymnas:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* SAFARI 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.9);
}

.koledzh:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* SAFARI 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.9);
}

.bakalavr:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* SAFARI 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.9);
}

.magistr:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* SAFARI 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.9);
}

.aspir:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* SAFARI 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.9);
}

.ido:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* SAFARI 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.9);
}

.sol-text {
    font-size: 20px;
    margin-top: -5px;
    text-align: justify;
}

@media(max-width: 1440px) {
    .sol-text {
        font-size: 16px;
    }
}

@media(max-width: 1024px) {
    .sol-text {
        font-size: 14px;
    }
}

.sol_img {
    border-radius: 0;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.back-container-history-white .carousel {
    margin-left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .container-white,
    .white-box-adress {
        border-radius: 25px;
        width: 100%;
        z-index: 500;
    }

    .container-white,
    .white-box-priem {
        border-radius: 25px;
        width: 100%;
        z-index: 500;
    }

    .container-white,
    .white-box-press {
        border-radius: 25px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .menu_item_service {
        font-size: 15px;
        line-height: 32px;
    }

    .service-adress {
        font-size: 15px;
    }

    .service-adress-1 {
        font-size: 15px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 15px;
        color: #828282;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-priem-1 {
        font-size: 15px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 15px;
        color: #828282;
    }

    .service-press {
        font-size: 15px;
    }

    .service-press-1 {
        font-size: 15px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 15px;
        color: #828282;
    }
}

@media (max-width: 414px) {
    .container-white,
    .white-box-adress {
        border-radius: 25px;
        width: 100%;
        z-index: 500;
    }

    .container-white,
    .white-box-priem {
        border-radius: 25px;
        width: 100%;
        z-index: 500;
    }

    .container-white,
    .white-box-press {
        border-radius: 25px;
        width: 100%;
        z-index: 500;
    }

    .menu_item_service {
        font-size: 13px;
        line-height: 32px;
    }

    .service-adress {
        font-size: 15px;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-press {
        font-size: 15px;
    }

    .service-adress-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-adress-2 {
        font-size: 13px;
        color: #828282;
    }

    .service-adress-3 {
        font-size: 13px;
        color: #828282;
    }

    .service-priem-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-priem-2 {
        font-size: 13px;
        color: #828282;
    }

    .service-press-1 {
        font-size: 13px;
        color: #828282;
    }

    .service-press-2 {
        font-size: 13px;
        color: #828282;
    }
}

@media (max-width: 350px) {
    .service-adress {
        font-size: 15px;
    }

    .service-priem {
        font-size: 15px;
    }

    .service-press {
        font-size: 15px;
    }

    .menu_item_service {
        font-size: 11px;
    }

    .service-adress-1 {
        font-size: 11px;
    }

    .service-adress-2 {
        font-size: 11px;
    }

    .service-adress-3 {
        font-size: 11px;
    }

    .service-priem-1 {
        font-size: 11px;
    }

    .service-priem-2 {
        font-size: 11px;
    }

    .service-press-1 {
        font-size: 11px;
    }

    .service-press-2 {
        font-size: 11px;
    }
}

.bread_div_kaf {
    background: #ffffff;
    border-radius: 3px;
    display: inline-table;
    padding: 2px 15px;
    color: #828282;
    position: relative;
    z-index: 1;
}

.bread_div_kaf a {
    color: #828282;
    margin: 0 5px;
}


/* ========================================================================== */
/* ����� */
/* ========================================================================== */

@media (max-width: 1800px) {
    .container {
        /* margin-top: 128px; */
        max-width: 1460px;
    }
}

@media (max-width: 1600px) {
    .container {
        /* margin-top: 118px; */
        max-width: 1420px;
    }
}

@media (max-width: 1540px) {
    .container {
        /* margin-top: 118px; */
        max-width: 1400px;
    }
}

@media (max-width: 1539px) {
    .container {
        /* margin-top: 122px; */
        max-width: 1400px;
    }
}

@media (max-width: 1500px) {
    .container {
        /* margin-top: 104px; */
        max-width: 1360px;
    }
}

@media (max-width: 1450px) {
    .container {
        /* margin-top: 104px; */
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    .container {
        /* margin-top: 104px; */
        max-width: 1260px;
    }
}

@media (max-width: 1350px) {
    .container {
        /* margin-top: 104px; */
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .container {
        /* margin-top: 120px; */
        max-width: 1150px;
    }
}

@media (max-width: 1260px) {
    .container {
        /* margin-top: 104px; */
        max-width: 1100px;
    }
}

@media (max-width: 1200px) {
    .container {
        /* margin-top: 104px; */
        max-width: 1060px;
    }
}

@media (max-width: 1199px) {
    .container {
        /* margin-top: 92px; */
        max-width: 1060px;
    }
}

@media (min-width:1601px) {
    .back-department-detail-container {
        margin-top:0;
    }
    .back-all-news-container-controler {
        margin-top:0;
    }
    .header {
        width:1644px;
        max-width:1644px;
    }
    .container-header {
        width:1644px;
        max-width:1644px;
    }
    .header-inner {
        justify-content: flex-start;
        min-height:107px;
        max-height: 107px;
    }
    .nav__showmenu {
        margin-left:64px;
    }
    .container-full {
        width:100%;
        max-width:100%;
        margin-top:-113px;
    }
    .container_slider {
        max-width:100%;
        margin-top:0;
    }
    .slider_news_main {
        margin-left:0;
        max-width:100%;
        width:100%;
    }
    .carousel-main {
        width:100%;
        margin-left:0;
    }
    .photo_img_main {
        object-fit: cover;
    }
    .small_full_hd {
        display: none;
    }
    .dropdown {
        position:initial;
        margin-left:0;
        padding-bottom: 86px;
        padding-top: 78px;
        z-index:100;
    }
    .container-search.opened {
        z-index:100;
        top:4px !important;
    }
    .rgu-title {
        margin-left: 11px;
        margin-right: 95px;
    }
    .main-menu>ul>li>a {
        padding: 35px 35px;
    }

    .main-menu li a {
        font-size:16px;
    }
    .dropbtn {
        margin-top:0;
        padding-bottom:0;
        padding-top:0;
        padding-right:0;
        margin-bottom: 0;
    }
    .dropdown-content {
        margin-top:64px;
    }
    .second-level.container {
        top:107px !important;
    }
    .container-main, .container-footer-white {
        max-width:100%;
    }
    .container-footer-white {
        width:100%;
        max-width:1644px;
    }
    .news {
        margin-left:auto;
        margin-right:auto;
        margin-top:21px;
    }
    .blue-back {
        max-width:1647px;
        height:419px;
    }
    .content-main {
        max-width:1644px;
        padding-left:0px;
        padding-right:0px;
        margin:0 auto;
        width: 100%;
    }
    .container-full-news, .container-detail-pages, .container-full-footer, .container-full-person, .container-detail-person {
        max-width:100%;
    }
    .container-full-person {
        margin-top:0;

    }
    .container-detail-person {
        max-width:100%;
    }
    .back-person-container, .back-news-detail-container {
        margin-top:0;
    }

    .back-person-container {
        width:100%;
        max-width:100%;
        margin-left:0;
        margin-right:0;
        margin-bottom:0;
    }
    .container-full-person {
        margin-bottom:0;
    }
    body {
        background:#fff;
    }
    .content {
        max-width:100%;
    }
    .bread_man {
        margin-left:0;
        margin-bottom:0;
    }
    .container-detail-person {
        margin-top:0;
    }
    .back-detail-person {
        margin-top:0;
    }
    .btn-all-workers {
        margin-left:0;
    }
    .container-detail-pages {
        margin-top:0;
    }
    .back-detail-pages {
        margin-top:0;
    }
    .back-detail-pages {
        max-width:100%;
        width:100%;
    }
    .back-department-container {
        max-width:100%;
        width:100%;
        margin-top:0;
    }
    .back-academic-container {
        margin-top:0;
    }
    .content-main>.container-full-news {
        margin-top:0;
    }
    .back-all-news-container-controler {
        margin-top:14rem;
    }
    .breadcrumb + .container-full-news, .bread_news + .container-full-news {
        margin-top:-24rem;
    }
    .container-full-workers {
        max-width:100%;
        margin-top:0;
    }
    .back-workers-container {
        max-width:100%;
        width:100%;
        margin-top:0;
    }
    .container-full-history {
        max-width:98%;
        margin-top:0;
        margin-bottom:0;
    }
    .back-container-history {
        margin-top:0;
        max-width:100%;
        width:100%;
        margin-bottom:0;
    }
    .menu {
        max-width:100%;
    }
    .container_slider {
        max-height:initial;
        min-height:initial;
    }
    .photo_img_main {
        max-height:initial;
        min-height:initial;
    }
    .slider .slider__item, .slider-events .slider__item_events {
        width:100%;
        height:350px;
        margin:0;
    }
    .slider .slick-arrow, .slider-events .slick-arrow {
        background: transparent no-repeat center center url('data:image/svg+xml,<svg width="33" height="79" viewBox="0 0 33 79" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.6641 74.8184L3.33817 39.4092L28.6641 4.00011" stroke="white" stroke-width="5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
        transform:rotate(180deg);
        padding: 29px 47px;

    }
    .slider .slick-arrow.slick-prev, .slider-events .slick-arrow.slick-prev {
        transform:rotate(0);
        margin-left: -77px;
    }
    .slider-events  .slick-next, .slider .slick-next {
        right:-77px;
    }
    .img-news {
        height:auto;
    }
    .wrapper-per, .wrapper-events {
        max-width: 1492px;
        margin-top:101px;
        position:relative;
    }
    .blue-back.events-blue-back {
        margin-top:-49px;
    }
    .slider  .slick-slide, .slick-initialized .slick-slide {
        margin: 29px 15px;
    }
    .btn-light {
        position:absolute;
        right: 10px;
        bottom: -26px;
        width:auto;
        padding:0px 15px;
        padding-bottom:0px;
        line-height: 30px;
    }
    .wrapper-events .btn-light {
        bottom:154px;
    }
    .events {
        margin-top:65px;
    }
    .obr {
        margin-top:-97px;
    }
    .container-obr-main {
        width:1536px;
        margin: -67px auto 0;
    }
    .container-footer {
        max-width:1644px;
    }
    .bottom-feauture {
        position:relative;
        z-index:100;
        display: grid;
        width: 1462px;
        /* grid-column: 4; */
        grid-template-columns: repeat(4, 1fr);
        margin-top:-94px;
    }
    .bottom-feauture:after, .bottom-feauture:before {
        display:none;
    }
    .bottom-feauture .col-6 {
        width:auto;
        margin-bottom:0;
        padding: 0;

    }
    .bottom-feauture .primary-border-box-lil + img {
        display:none;
    }
    .bottom-feauture .use,.bottom-feauture  .use_second {
        width: 343px;
        margin-top: 0;
        margin-left: 30px;
        min-width: 343px;
        height:100%;
        min-height:215px;
    }
    .container-footer {
        margin-top: -914px;
        padding-top: 900px;
    }
    .ful {
        margin-top: 0px;
        position: relative;
        z-index: 10;
        width: 1462px;
        margin-left: -70px;
    }
    .bottom-feauture .use, .bottom-feauture  .use_second {
        background:transparent !important;
    }
    .bottom-feauture .col:first-child .use {
        margin-left:0px;
    }
    .use_box_shadow {
        width:100%;
        height:100%;
        padding: 0px 29px;
        position: relative;
    }
    h2.useful_text_n, h2.useful_text_n_1, h2.useful_text_n_2, h2.useful_text_n_3 {
        font-size:24px;
        width:100%;
        margin-left:0;
        margin-top: 14px;
        padding-top:15px;
    }
    h2.useful_text_n br, h2.useful_text_n_1 br, h2.useful_text_n_2 br, h2.useful_text_n_3  br {
        content:" ";
    }
    .bottom-feauture ol.unstyled, .bottom-feauture ul.unstyled {
        margin-left:0;
        margin-bottom:15px;
        margin-top:0px;
        text-decoration:none;
    }
    .bottom-feauture ol.unstyled li, .bottom-feauture ul.unstyled li {
        text-decoration:none;
    }
    .bottom-feauture ol.unstyled a, .bottom-feauture ul.unstyled a {
        text-decoration:none;
        font-size:14px;
    }
    .useful_pt_1 {
        padding-bottom:1px;
        margin-top:0;
    }
    .useful_pt_2, .useful_pt_3, .useful_pt_4 {
        margin-top:0;
    }
    .bottom-feauture .btn-more {
        margin-left: 0;
        position: absolute;
        bottom: 0px;
        margin-top: 0;
        width: 100%;
        left: 0px;
        border-radius:0px 0px 24px 24px;
        background:rgba(130, 130, 130, 1);
        font-size:18px;
    }
    .bottom-feauture .btn-more:hover {color:#fff;}

    .white-box:hover .use_box_shadow {
        transform: translateY(-15px);
        box-shadow:none;
    }
    .slick-slide  .slider__item, .slick-slide  .slider__item_events{
        transition:all ease 0.2s;
    }
    .slick-slide:hover .slider__item, .slick-slide:hover  .slider__item_events{
        transform: translateY(-20px);
    }
    .footer-menu-content {
        display:flex;
    }
    .footer-menu-content ul ul {
        column-count: 2;
        column-gap:31px;
        margin-left:0;
    }
    .footer-menu-content ul ul li {
        text-align:left;
        max-width:185px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .footer-menu-content>div {
        position:relative;
        margin-top:61px;
    }
    .footer-menu-content>div:after {
        content:'';
        width:1px;
        height:100%;
        background:#fff;
        position:absolute;
        right:0px;
        top:11px;
    }
    .footer-menu-content>div:first-child:after{
        right: 36px;
    }
    .footer-menu-content>div:first-child {
        margin-left: 157px;
    }
    .col-fot {
        padding:0;
        width:auto;
    }
    .footer-menu-content h4, .footer-menu-content .h4 {
        margin-bottom: -22px;
        margin-top:0;
    }
    .footer-menu-content>div>ul {
        margin-top: 0px;
    }
    .footer-menu-content>div:first-child h4{
        margin-left:-62px;
    }
    .footer-menu-content>div:nth-child(2) {
        margin-left: -10px;
        width: 426px
    }
    .footer-menu-content>div:nth-child(2) ul ul li {
        max-width: 164px;
    }
    .footer-menu-content>div:nth-child(3) {
        margin-left: 20px;
    }
    .footer-menu-content>div:nth-child(3):after {
        display:none;
    }
    .footer-menu-content>div:nth-child(3) ul ul li {
        max-width: 205px;
    }
    .social_networks{
        border-top:1px solid #fff;
        margin-top: 13px;
        padding-top: 30px;
        display:flex;
        align-items: center;
        padding-left: 26px;
    }
    .social_networks p {
        margin-left:60px;
        font-size:19px;
        font-weight:600;
        line-height:21px;
        margin-bottom:0;
    }
    .footer-menu-content .col-margin-bottom {
        margin-bottom:0;
    }
}

.carousel-indicators {
    align-items:center;
}
.carousel-indicators [data-bs-target] {
    width:13px;
    height:13px;
    background:#fff;
    margin-left:15px;
    margin-top:0;
    margin-bottom:20px;
    border-radius:50%;
    padding:0;
    border-top:0;
    border-bottom:0;
    opacity:1;
}
.carousel-indicators [data-bs-target].active {
    width:19px;
    height:19px;
}
.carousel-indicators [data-bs-target]:first-child {
    margin-left:0px;
}
.btn-all, .btn {
    margin-left:25px;
    margin-top:34px;
}
.btn-all {
    margin-top:34px;
}
.slide_description {
    position:absolute;
    left: 50%;
    margin-left:-780px;
    right:0;
    max-width:1560px;
    top: 47%;
}
.slide_description span {
    display:block;
    color:#fff;
    line-height:1.2;
}

.slide_description span.slide_hashtag {
    font-size:32px;
    color:rgba(255,255,255,0.5);
    font-weight: 600;
    text-transform:uppercase;
}
.slide_description span.slide_title {
    font-size:64px;
    color:rgba(255,255,255);
    font-weight:bold;
    text-transform:uppercase;
    margin-top:10px;
}
.slide_description span.slide_text {
    font-size:40px;
    font-weight:700;
    line-height:1.2;
    margin-top:40px;
}
.carousel-item:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background:rgba(0, 0, 0, 0);;
}

@media (max-width:1600px) {
    .slide_description {
        max-width:98%;
        left:1%;
        margin-left:0;
        top: 50%;
        margin-top: -50px;
    }
    .slide_description span.slide_hashtag {
        font-size: 2rem;
    }
    .slide_description span.slide_title {
        font-size: 4rem;
    }
    .slide_description span.slide_text {
        font-size: 2rem;
    }
}
@media (max-width:1024px) {
    .slide_description span.slide_hashtag {
        font-size: 25px;
    }
    .slide_description span.slide_title {
        font-size: 40px;
    }
    .slide_description span.slide_text {
        font-size: 30px;
    }
}
@media (max-width:800px) {
    .carousel-indicators {
        display:initial;
    }
}
.container-search.opened {
    top:0;
}
.container-search {
    margin-top:103px;
}
.carousel-control-prev, .carousel-control-next {
    background:none;
    opacity:1;
    padding-top: 103px;

}
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,<svg width="33" height="79" viewBox="0 0 33 79" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.6641 74.8184L3.33817 39.4092L28.6641 4.00011" stroke="white" stroke-width="5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}
.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,<svg width="33" height="79" viewBox="0 0 33 79" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.6641 74.8184L3.33817 39.4092L28.6641 4.00011" stroke="white" stroke-width="5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    transform:rotate(180deg);
}
.search-button {

}
.lang {
    color:rgba(130, 131, 131, 1);
    font-size:16px;
    padding-left:21px;
    padding-right: 13px;
}
.header-inner .search-block {
    margin-left:0;
}
.eye {
    margin-right:0;
}
.aa-hide {
    margin-left:59px;
    margin-right: 0;
}
.aa-hide .header-blind-button img {
    width:24px;
}

.second-level {
    width:97%;
    padding-left: 65px;
}
.new_top_menu ul{
    float:left;
    width: 323px;
    min-width:323px;
    position:relative;
    padding-top: 12px;
    margin-top: 18px;
    padding-bottom: 27px;
}
.new_top_menu ul:before {
    width:1px;
    height:100%;
    background:#fff;
    position:absolute;
    top:0px;
    right:13px;
    content:'';
}

.new_top_menu ul li {
    width:100%;
    height: 50px;
}
.new_top_menu ul:last-child {
    width:auto;
}
.new_top_menu ul:last-child:before {
    display:none;
}
.new_top_menu ul li:last-child {
    height:initial;
}
.new_top_menu ul li a {
    margin-top:0px;
    margin-bottom:0;
}
.new_top_menu ul:nth-child(3):before {
    right:-12px;
}
.four-column ul:nth-child(3):before {
    right:13px;
}
.new_top_menu {
    display:flex;
}
.new_top_menu .white-box-priem-reg a {
    padding:0;
}
.applicant-box-right-new  .white-box-priem-reg {
    width:100%;
    border-radius: 11px;
    height:auto;
    padding-left:0px;
    padding-right:0px;
    text-align:center;
    margin-top: 0px;
}
.applicant-box-right-new  .white-box-priem-con {
    width:100%;
}
.applicant-box-right-new {
    width: 289px;
    margin-left: 94px;
    margin-top: 42px;
}
.applicant-box-right-new .white-box-priem-reg {
    margin-bottom: 16px
}
.applicant-box-right-new .white-box-priem-reg.abit-pz {
    margin-bottom:40px;
    position:relative;
}
.applicant-box-right-new .white-box-priem-reg a {
    font-size:13px;
    color:rgba(130,130,130,1 );
    line-height: 1.2;
    margin-bottom: 6px;

}
.applicant-box-right-new .white-box-priem-reg.abit-pz a {
    font-size:27px;
    font-weight:bold;
    display:block;width:100%;
    position:relative;
    line-height: 25px;
    margin-bottom:10px;
    z-index:1;
    margin-left:8px;
}

.applicant-box-right-new .white-box-priem-reg.abit-pz:after {
    display:block;
    content:'';
    height:100%;
    border-radius:11px 0px 0px 11px;
    position:absolute;
    top:0px;
    left:0px;
    background: linear-gradient(180deg, #FF2C00 0%, #FF8B73 100%);
    z-index:0;
    width:12px;
    transition:0.3s all ease;
}

.applicant-box-right-new .white-box-priem-reg.abit-pz:hover a {
    color:#fff;
}
.applicant-box-right-new .white-box-priem-reg.abit-pz:hover:after {
    width:100%;
    border-radius:11px;
}

.applicant-box-right-new .white-box-priem-con {
    margin-top:0px;
    height:auto;
    border-radius: 11px;
    padding-bottom: 15px;
}
.applicant-box-right-new .white-box-priem-con h2 {
    font-size:13px;
    padding-top: 0px;
}
.applicant-box-right-new .white-box-priem-con h6 {
    font-size:13px;
    color:rgba(130, 130, 130, 1);
    margin:0;
    margin-bottom: 4px;
}
.applicant-box-right-new .white-box-priem-con .white-box-priem-head-bg {
    border-radius:11px 11px 0px 0px;
}
.new_top_menu ul li.as_button {
    box-shadow: 0px 0px 13.37px 2.82px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    border-radius:11px;
    line-height:46px;
    width:90%;
    padding:10px;
}
.new_top_menu ul li.as_button a {
    color: rgba(0, 117, 187, 1);
    font-weight:700;
    font-size:26px;
    width:100%;
    text-align:center;
}
.new-applicant-content .col {
    width:100%;
}
header .menu{
    width:97%;
    left: 0;
    border-radius: 0 0 19px 19px;
    right: 0;
    opacity:0;
    transition: all 0ms ease;
    height:0 !important;
    transform: translateY(0px);
}
.nav__check:checked ~ .menu {
    height:691px !important;
    opacity:1;
}
.social_qr img {
    margin-top:0;
    margin-bottom:0;
}
.main-menu li .second-level  {
    z-index:1000;
}
.menu__item:active, .menu__item.active {
    background:none;
}



/* End */


/* Start:/local/templates/test_new/special_version.css?171770108893354*/
/* ==========================================================================
   Общие стили для всех вариантов спецверсии сайта*/
/* ========================================================================== */
.special-aaVersion-on {
  /* ==========================================================================
       Отключение картинок */
  /* ========================================================================== */
}
.special-aaVersion-on a {
  text-decoration: underline;
}
.special-aaVersion-on a:hover,
.special-aaVersion-on a:active {
  text-decoration: none;
}
.special-aaVersion-on .news-item:before,
.special-aaVersion-on .news-item:after {
  content: " ";
  display: table;
}
.special-aaVersion-on .news-item:after {
  clear: both;
}
.special-aaVersion-on .container-white,
.special-aaVersion-on .container-top-navigation,
.special-aaVersion-on .primary-box,
.special-aaVersion-on .secondary-box,
.special-aaVersion-on .white-box,
.special-aaVersion-on .container-footer,
.special-aaVersion-on .program-item-box > ul > li,
.special-aaVersion-on .container-big-primary {
  background: inherit;
}
.special-aaVersion-on .primary-box,
.special-aaVersion-on .primary-border-box,
.special-aaVersion-on .secondary-box {
  border: 0;
}
.special-aaVersion-on .program-item .secondary-box {
  border: 0;
}
.special-aaVersion-on .table-noborder th:first-child,
.special-aaVersion-on .table-noborder td:first-child {
  padding-left: 10px;
}
.special-aaVersion-on .gos-accreditation-text:after {
  /* .special-aaVersion-on .slider-item {*/
  background-image: none !important;
}
.special-aaVersion-on .white-hero h1 {
  float: none;
  width: 100%;
}
.special-aaVersion-on .slider-item .col {
  width: 100% !important;
}
.special-aaVersion-on .big-slider {
  border-bottom: solid 2px;
}
.special-aaVersion-on .owl-next,
.special-aaVersion-on .owl-prev {
  text-indent: 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background: none;
  position: relative;
  margin: 0;
  text-decoration: underline;
}
.special-aaVersion-on .owl-next:hover,
.special-aaVersion-on .owl-prev:hover {
  text-decoration: none;
}
.special-aaVersion-on .owl-next:after,
.special-aaVersion-on .owl-prev:after {
  position: absolute;
  content: ' ';
  top: 4px;
  height: 30px;
  width: 15px;
  background-position: -120px 0;
}
.special-aaVersion-on .owl-next {
  padding-right: 45px;
  text-align: right;
}
.special-aaVersion-on .owl-next:after {
  background-position: -135px 0;
  right: 0;
}
.special-aaVersion-on .owl-prev {
  padding-left: 45px;
}
.special-aaVersion-on .owl-prev:after {
  left: 0;
}
.special-aaVersion-on .social-network {
  line-height: 40px;
  position: relative;
  display: block;
  float: left;
  width: auto;
  margin-right: 15px;
  vertical-align: middle;
}
.special-aaVersion-on .social-network:after {
  content: attr(title);
  top: 7px;
  position: relative;
}
.special-aaVersion-on .social-network .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.special-aaVersion-on .icon-social-vk {
  background-position: -120px -40px;
}
.special-aaVersion-on .icon-social-tw {
  background-position: -120px -80px;
}
.special-aaVersion-on .icon-social-fb {
  background-position: -120px -120px;
}
.special-aaVersion-on .icon-social-inst {
  background-position: -120px -160px;
}
.special-aaVersion-on .icon-social-in {
  background-position: -120px -200px;
}
.special-aaVersion-on .icon-social-gplus {
  background-position: -120px -240px;
}
.special-aaVersion-on .icon-social-yt {
  background-position: -120px -280px;
}
.special-aaVersion-on .container-m50 {
  margin: 0;
}
.special-aaVersion-on .news-item-date {
  font-style: italic;
}
.special-aaVersion-on .news-item-header {
  font-size: 110%;
}
.special-aaVersion-on .news-item-header + p {
  display: none;
}
.special-aaVersion-on .news-item-main .news-item-header {
  font-size: 110%;
}
.special-aaVersion-on .news-item-main .news-item-header + p {
  display: block;
}
.special-aaVersion-on .news-item {
  border-bottom: 0;
}
.special-aaVersion-on .mobile-nav-wrapper {
  top: 0;
  padding-top: 50px;
}
.special-aaVersion-on.special-aaImage-off img {
  display: none !important;
}
.special-aaVersion-on.special-aaImage-off .slider-item {
  background-image: none !important;
}
.special-aaVersion-on.special-aaImage-off .photo-item-cover-block-outside .photo-item-cover.photo-album-avatar{
  display: none !important;
}
/* ==========================================================================
    Панель  */
/* ========================================================================== */
.special-settings {
  padding: 20px 0;
  font-family: Tahoma, sans-serif;
  background: #ccc;
}
.aa-settings-popup {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
  border: solid 2px;
}
.aa-block {
  float: left;
  padding: 0.5em 1em;
}
.aa-block a {
  display: inline-block;
  padding: 8px 10px;
  border: solid 2px;
  margin-left: -2px;
}
.aaFontsize .fl-l {
  padding: 8px 10px 8px 0;
  display: inline-block;
}
.aaFontsize a {
  float: left;
  text-decoration: none;
}
.aaFontsize-small {
  font-size: 16px;
}
.aaFontsize-normal {
  font-size: 20px;
  font-weight: bold;
}
.aaFontsize-big {
  font-size: 24px;
  font-weight: bold;
}
.aaColor {
  padding-left: 0;
  padding-right: 0;
}
.aaColor a {
  padding: 4px;
}
.aaColor a span {
  display: inline-block;
  padding: 4px .5em;
  font-weight: bold;
}
.aaColor a.aaColor-black.a-current {
  border-color: #000;
  background: #fff !important;
}
.aaColor a.aaColor-black span {
  background: #fff;
  color: #000;
}
.aaColor a.aaColor-yellow.a-current {
  border-color: #000;
  background: #ff0 !important;
}
.aaColor a.aaColor-yellow span {
  background: #ff0;
  color: #000;
}
.aaColor a.aaColor-blue.a-current {
  border-color: #000;
  background: #9fd7ff !important;
}
.aaColor a.aaColor-blue span {
  background: #9fd7ff;
  color: #143c5a;
}
.choose-colors {
  list-style: none;
  margin: 0;
  padding: 0;
}
.choose-colors li {
  margin-top: .5em;
}
/* ==========================================================================
    Черным по белому */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-black body,
.special-aaVersion-on.special-aaColor-black .aa-settings-popup {
  color: #000000;
  background-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .special-settings,
.special-aaVersion-on.special-aaColor-black .special-settings a,
.special-aaVersion-on.special-aaColor-black .special-settings .aa-block {
  color: #000;
  border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-black a,
.special-aaVersion-on.special-aaColor-black .white-box_authors .small-text,
.special-aaVersion-on.special-aaColor-black .white-box_authors .small-text p  {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black a.btn {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black a.btn-link {
  padding-left: 1em;
  padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-black *,
.special-aaVersion-on.special-aaColor-black .white-box_authors .form-table .form-caption b, .special-aaVersion-on.special-aaColor-black .white-box_authors .form-table .form-row span {
  color: #000000;
  border-color: #000000;
  -webkit-transition: none !important;
  transition: none !important;
}
.special-aaVersion-on.special-aaColor-black hr {
  background: #000000;
  height: 2px;
}
.special-aaVersion-on.special-aaColor-black .btn,
.special-aaVersion-on.special-aaColor-black button,
.special-aaVersion-on.special-aaColor-black input[type="button"],
.special-aaVersion-on.special-aaColor-black input[type="reset"],
.special-aaVersion-on.special-aaColor-black input[type="submit"] {
  background-color: #000000;
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .button-rasp,
.special-aaVersion-on.special-aaColor-black .button-priem {
  background: #ffffff;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .btn:focus,
.special-aaVersion-on.special-aaColor-black button:focus,
.special-aaVersion-on.special-aaColor-black input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-black .btn:hover,
.special-aaVersion-on.special-aaColor-black button:hover,
.special-aaVersion-on.special-aaColor-black input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-black input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-black input[type="submit"]:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .btn-link,
.special-aaVersion-on.special-aaColor-black a.btn-link {
  background: transparent;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .btn-link:focus,
.special-aaVersion-on.special-aaColor-black a.btn-link:focus,
.special-aaVersion-on.special-aaColor-black .btn-link:hover,
.special-aaVersion-on.special-aaColor-black a.btn-link:hover {
  color: #000000;
  text-decoration: none;
}
.special-aaVersion-on.special-aaColor-black .input,
.special-aaVersion-on.special-aaColor-black input[type="text"],
.special-aaVersion-on.special-aaColor-black input[type="password"],
.special-aaVersion-on.special-aaColor-black textarea {
  color: #000000;
  background: #ffffff;
  padding: 5px;
}
.special-aaVersion-on.special-aaColor-black .input:focus,
.special-aaVersion-on.special-aaColor-black input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-black input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-black textarea:focus {
  outline: solid 3px #000000;
}
.special-aaVersion-on.special-aaColor-black a.a-current,
.special-aaVersion-on.special-aaColor-black a.a-current span {
  color: #fff;
  background: #000;
}
.special-aaVersion-on.special-aaColor-black .header {
  background: inherit;
  border-bottom: solid 2px;
  padding: 20px 0;
}
.special-aaVersion-on.special-aaColor-black .header a,
.special-aaVersion-on.special-aaColor-black .header .open-menu {
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .header a:hover,
.special-aaVersion-on.special-aaColor-black .header .open-menu:hover {
  text-decoration: none;
  background: #ffffff;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-search,
.special-aaVersion-on.special-aaColor-black .white-box_authors .icon-search-black,
.special-aaVersion-on.special-aaColor-black .white-box_authors .icon-calendar {
  background-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .white-box_authors .form-calendar input.input-block:hover ~ .icon-calendar,
.special-aaVersion-on.special-aaColor-black .white-box_authors .form-search input.input-block:hover ~ .icon-search-black {
  filter: none;
}
.special-aaVersion-on.special-aaColor-black .rwd-table td:first-child {
  border: 1px solid #000000;
}
.special-aaVersion-on.special-aaColor-black .search-input {
  border: solid 1px;
  padding: 10px;
  box-sizing: border-box;
}
.special-aaVersion-on.special-aaColor-black .search-button:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .search-suggestions .search-result-item:hover {
  background: #000000;
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .search-suggestions mark {
  background: #000000;
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .body-wrapper header {
  border-bottom: solid 2px #000000;
  padding-bottom: 40px;
}
.special-aaVersion-on.special-aaColor-black .footer-menu-content h4::after,
.special-aaVersion-on.special-aaColor-black .footer-menu-content .h4::after {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-white,
.special-aaVersion-on.special-aaColor-black .white-box {
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-black .main-menu li:hover > a,
.special-aaVersion-on.special-aaColor-black .main-menu li:focus > a,
.special-aaVersion-on.special-aaColor-black .main-menu li.parent:hover,
.special-aaVersion-on.special-aaColor-black .main-menu li > a:hover,
.special-aaVersion-on.special-aaColor-black .main-menu li > a:focus,
.special-aaVersion-on.special-aaColor-black .main-menu li.parent.active > a,
.special-aaVersion-on.special-aaColor-black .main-menu li.parent.current > a,
.special-aaVersion-on.special-aaColor-black .main-menu li.current a {
  color: #ffffff;
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .main-menu .second-level {
  background: #000000;
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .main-menu .second-level a {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .slider-item-text {
  background: none;
}
.special-aaVersion-on.special-aaColor-black .slider-item-title,
.special-aaVersion-on.special-aaColor-black .slider-item-description-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 8px;
}
.special-aaVersion-on.special-aaColor-black .footer-menu-content + .content .col {
  width: 100% !important;
  margin: 30px 0;
}
.special-aaVersion-on.special-aaColor-black .footer-menu-content + .content .col:nth-child(2) {
  font-style: italic;
}
.special-aaVersion-on.special-aaColor-black .footer-menu-content + .content br {
  display: none;
}
.special-aaVersion-on.special-aaColor-black .radio + label > span,
.special-aaVersion-on.special-aaColor-black .checkbox + label > span {
  background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .radio + label:hover > span,
.special-aaVersion-on.special-aaColor-black .checkbox + label:hover > span,
.special-aaVersion-on.special-aaColor-black .radio + label:focus > span,
.special-aaVersion-on.special-aaColor-black .checkbox + label:focus > span {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .radio:focus + label,
.special-aaVersion-on.special-aaColor-black .checkbox:focus + label {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .checkbox:checked + label > span {
  border-color: #000000;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .checkbox:checked + label > span:before {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .radio:checked + label > span {
  border-color: #000000;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .radio:checked + label > span:before {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__select {
  background: #ffffff;
  border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search {
  padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__search input {
  background: #ffffff;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__not-found {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__dropdown {
  background: #000000;
  color: #ffffff;
  padding: 4px;
  border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-black .jq-selectbox li:hover {
  background: #ffffff;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow {
  border-color: #000000;
}
.focused .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-black .jq-selectbox__trigger-arrow {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__select {
  color: #ffffff;
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
  border-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__search input {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-black .jq-selectbox.input-white .jq-selectbox__select {
  background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table th {
  color: #ffffff;
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-black .table-hover tr:hover > td {
  background-color: #080808;
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-bordered tbody + tbody tr:first-child td {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-schedule td {
  background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-schedule tr {
  border-bottom-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-schedule tr td.vertical-separator {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-schedule td.horisontal-separator,
.special-aaVersion-on.special-aaColor-black .table-schedule th.horisontal-separator {
  border-left-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-schedule td.one-lection:hover,
.special-aaVersion-on.special-aaColor-black .table-schedule td.double-lection:hover {
  border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .table-schedule td.current {
  border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .table-schedule td.old-day {
  color: rgba(0, 0, 0, 0.4);
}
.special-aaVersion-on.special-aaColor-black .table-schedule td.old-day .va-top,
.special-aaVersion-on.special-aaColor-black .table-schedule td.old-day .va-bottom,
.special-aaVersion-on.special-aaColor-black .table-schedule td.old-day .text-dark,
.special-aaVersion-on.special-aaColor-black .table-schedule td.old-day i {
  color: rgba(0, 0, 0, 0.4) !important;
}
.special-aaVersion-on.special-aaColor-black .table-schedule td.old-day:hover {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-schedule thead th .h2 {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .table-schedule-session td.td-time {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .table-schedule-session td.td-time,
.special-aaVersion-on.special-aaColor-black .table-schedule-session td.td-time small {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .schedule-badge {
  border-top: 50px solid rgba(0, 0, 0, 0.5);
  border-left: 50px solid transparent;
}
.special-aaVersion-on.special-aaColor-black .schedule-badge span {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .sidebar-nav li a {
  border: 0;
}
.special-aaVersion-on.special-aaColor-black .sidebar-nav li a:hover,
.special-aaVersion-on.special-aaColor-black .sidebar-nav li a:active,
.special-aaVersion-on.special-aaColor-black .sidebar-nav li.current > a,
.special-aaVersion-on.special-aaColor-black .sidebar-nav li.active > a {
  text-decoration: none;
  color: #ffffff;
  border-color: #000000;
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .sidebar-nav li.parent > a:after {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .sidebar-nav li.parent.current > a:after,
.special-aaVersion-on.special-aaColor-black .sidebar-nav li.parent > a:hover:after {
  border-color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .page-navigation-pages {
  background: inherit;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-black .page-navigation-pages a.current {
  box-shadow: 0 0 0 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .right-arr:hover,
.special-aaVersion-on.special-aaColor-black .left-arr:hover,
.special-aaVersion-on.special-aaColor-black .page-navigation-pages a:hover {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .faculty-item-box > ul > li,
.special-aaVersion-on.special-aaColor-black .faculty-item-links a {
  background: inherit;
  border: solid 1px #000000;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-black .faculty-item-links a .item-date {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .switch-block {
  background: #000000;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-black .switch-block-item {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .switch-block-item.active {
  color: #000000;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .program-item-box > ul > li {
  border: solid 1px #000000;
}
.special-aaVersion-on.special-aaColor-black .table-gray-header th span {
  color: #ffffff !important;
}
.special-aaVersion-on.special-aaColor-black .links-list .has-child > a:after,
.special-aaVersion-on.special-aaColor-black .links-list .has-child > a.opened:after {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .links-list a {
  border-bottom: 0;
}
.special-aaVersion-on.special-aaColor-black h2 a:hover,
.special-aaVersion-on.special-aaColor-black .h2 a:hover {
  color: #000000;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-black .vertical-filter-header:after {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-dark-transparent {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .container-dark-transparent,
.special-aaVersion-on.special-aaColor-black .container-dark-transparent * {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .icon,
.special-aaVersion-on.special-aaColor-black .table-schedule thead th.holiday:before,
.special-aaVersion-on.special-aaColor-black .main-menu li.parent > a:after,
.special-aaVersion-on.special-aaColor-black .owl-next:after,
.special-aaVersion-on.special-aaColor-black .owl-prev:after,
.special-aaVersion-on.special-aaColor-black .white-box.primary-border-box.big-padding-box .btn:after,
.special-aaVersion-on.special-aaColor-black .mobile-nav ul li.parent a:after {
  background-image: url('/local/templates/test_new/images/all-icons-black.png');
}
@media screen and (min-resolution: 192dpi) {
  .special-aaVersion-on.special-aaColor-black .icon,
  .special-aaVersion-on.special-aaColor-black .table-schedule thead th.holiday:before,
  .special-aaVersion-on.special-aaColor-black .main-menu li.parent > a:after,
  .special-aaVersion-on.special-aaColor-black .owl-next:after,
  .special-aaVersion-on.special-aaColor-black .owl-prev:after,
  .special-aaVersion-on.special-aaColor-black .white-box.primary-border-box.big-padding-box .btn:after,
  .special-aaVersion-on.special-aaColor-black .mobile-nav ul li.parent a:after {
    background-image: url('/local/templates/test_new/images/all-icons@2x-black.png');
    background-size: 200px 320px;
  }
}
.special-aaVersion-on.special-aaColor-black h1,
.special-aaVersion-on.special-aaColor-black .h1,
.special-aaVersion-on.special-aaColor-black h2,
.special-aaVersion-on.special-aaColor-black .h2,
.special-aaVersion-on.special-aaColor-black h3,
.special-aaVersion-on.special-aaColor-black .h3,
.special-aaVersion-on.special-aaColor-black h4,
.special-aaVersion-on.special-aaColor-black .h4 {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black h1,
.special-aaVersion-on.special-aaColor-black .h1 {
  font-size: 42px;
}
.special-aaVersion-on.special-aaColor-black .logo {
  display: none;
}
.special-aaVersion-on.special-aaColor-black .logo-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-aaVersion-on.special-aaColor-black .logo-block a {
  text-decoration: none;
}
.special-aaVersion-on.special-aaColor-black .logo-block a small {
  font-size: 60%;
  line-height: 1.4;
  margin-top: 20px;
  display: block;
}
.special-aaVersion-on.special-aaColor-black .header-info-block {
  width: 100%;
  margin: 0;
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-aaVersion-on.special-aaColor-black .white-box.primary-border-box.big-padding-box .btn {
  background-color: transparent;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .white-box.primary-border-box.big-padding-box .btn:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-position: -80px -120px;
}
.special-aaVersion-on.special-aaColor-black .white-box.primary-border-box.big-padding-box .btn:hover,
.special-aaVersion-on.special-aaColor-black .white-box.primary-border-box.big-padding-box .btn:focus {
  outline: 0;
}
.special-aaVersion-on.special-aaColor-black .container-mb70 {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 40px 0;
}
.special-aaVersion-on.special-aaColor-black .news-item-main .news-item-header a {
  color: #000000;
  font-size: 120%;
}
.special-aaVersion-on.special-aaColor-black .teacher-table td:nth-child(2n) {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-black .mobile-nav-wrapper,
.special-aaVersion-on.special-aaColor-black .mobile-nav > ul {
  background: #ffffff;
}
.special-aaVersion-on.special-aaColor-black .mobile-nav ul li.active > a {
  color: #ffffff;
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .icon-hamburger,
.special-aaVersion-on.special-aaColor-black .icon-hamburger:before,
.special-aaVersion-on.special-aaColor-black .icon-hamburger:after {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-black .active .icon-hamburger {
  background: transparent;
}
/* ==========================================================================
    Желтым по черному */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-yellow body,
.special-aaVersion-on.special-aaColor-yellow .aa-settings-popup {
  color: #ffff00;
  background-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .special-settings,
.special-aaVersion-on.special-aaColor-yellow .special-settings a,
.special-aaVersion-on.special-aaColor-yellow .special-settings .aa-block {
  color: #000;
  border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-yellow a,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .small-text,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .small-text p {
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow a.btn {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow a.btn-link {
  padding-left: 1em;
  padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-yellow *,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-table .form-caption b, .special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-table .form-row span {
  color: #ffff00;
  border-color: #ffff00;
  -webkit-transition: none !important;
  transition: none !important;
}
.special-aaVersion-on.special-aaColor-yellow hr {
  background: #ffff00;
  height: 2px;
}
.special-aaVersion-on.special-aaColor-yellow .btn,
.special-aaVersion-on.special-aaColor-yellow button,
.special-aaVersion-on.special-aaColor-yellow input[type="button"],
.special-aaVersion-on.special-aaColor-yellow input[type="reset"],
.special-aaVersion-on.special-aaColor-yellow input[type="submit"] {
  background-color: #ffff00;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .button-rasp,
.special-aaVersion-on.special-aaColor-yellow .button-priem {
  background: #000000;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .btn:focus,
.special-aaVersion-on.special-aaColor-yellow button:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-yellow .btn:hover,
.special-aaVersion-on.special-aaColor-yellow button:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-yellow input[type="submit"]:hover {
  background-color: #000000;
  color: #ffff00;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .btn-link,
.special-aaVersion-on.special-aaColor-yellow a.btn-link {
  background: transparent;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .btn-link:focus,
.special-aaVersion-on.special-aaColor-yellow a.btn-link:focus,
.special-aaVersion-on.special-aaColor-yellow .btn-link:hover,
.special-aaVersion-on.special-aaColor-yellow a.btn-link:hover {
  color: #ffff00;
  text-decoration: none;
}
.special-aaVersion-on.special-aaColor-yellow .input,
.special-aaVersion-on.special-aaColor-yellow input[type="text"],
.special-aaVersion-on.special-aaColor-yellow input[type="password"],
.special-aaVersion-on.special-aaColor-yellow textarea {
  color: #ffff00;
  background: #000000;
  padding: 5px;
}
.special-aaVersion-on.special-aaColor-yellow .input:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-yellow input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-yellow textarea:focus {
  outline: solid 3px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow a.a-current,
.special-aaVersion-on.special-aaColor-yellow a.a-current span {
  color: #fff;
  background: #000;
}
.special-aaVersion-on.special-aaColor-yellow .header {
  background: inherit;
  border-bottom: solid 2px;
  padding: 20px 0;
}
.special-aaVersion-on.special-aaColor-yellow .header a,
.special-aaVersion-on.special-aaColor-yellow .header .open-menu {
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .header a:hover,
.special-aaVersion-on.special-aaColor-yellow .header .open-menu:hover {
  text-decoration: none;
  background: #000000;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-search,
.special-aaVersion-on.special-aaColor-yellow .search-page select,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-choise a,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-file-upload,
.special-aaVersion-on.special-aaColor-yellow .main-user-consent-request-announce::before {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .icon-search-black,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .icon-calendar,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-table .form-caption,
.special-aaVersion-on.special-aaColor-yellow .rwd-table td:first-child,
.special-aaVersion-on.special-aaColor-yellow .rwd-table th {
  background-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-table .form-caption b{
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .rwd-table td:first-child {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .rwd-table .table-title,
.special-aaVersion-on.special-aaColor-yellow .rwd-table .table-title td,
.special-aaVersion-on.special-aaColor-yellow .rwd-table .table-title td:first-child {
  background: #ffff00;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .datepicker-panel > ul > li,
.special-aaVersion-on.special-aaColor-yellow .datepicker-panel > ul[data-view="week"] > li,
.special-aaVersion-on.special-aaColor-yellow .datepicker-panel > ul[data-view="week"] > li:hover{
  background-color: black;
}
.special-aaVersion-on.special-aaColor-yellow .datepicker-panel > ul > li.highlighted,
.special-aaVersion-on.special-aaColor-yellow .datepicker-panel > ul > li:hover {
  background-color: rgb(185, 185, 185);
}
.special-aaVersion-on.special-aaColor-yellow .datepicker-top-left::before,
.special-aaVersion-on.special-aaColor-yellow .datepicker-top-right::before {
  border-bottom-color: #ff0;
}
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-calendar input.input-block:hover ~ .icon-calendar,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-search input.input-block:hover ~ .icon-search-black {
  filter: none;
}
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-choise a.active,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-file-upload:hover,
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-file-upload:hover span {
  background: #ffff00;
  color: #000;
}
.special-aaVersion-on.special-aaColor-yellow .main-user-consent-request-announce::after {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-box_authors .form-choise a:first-child {
  border-right: 1px solid #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .search-input {
  border: solid 1px;
  padding: 10px;
  box-sizing: border-box;
}
.special-aaVersion-on.special-aaColor-yellow .search-button:hover {
  background: #000000;
  color: #ffff00;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .search-suggestions .search-result-item:hover {
  background: #ffff00;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .search-suggestions mark {
  background: #ffff00;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .body-wrapper header {
  border-bottom: solid 2px #ffff00;
  padding-bottom: 40px;
}
.special-aaVersion-on.special-aaColor-yellow .container-white,
.special-aaVersion-on.special-aaColor-yellow .white-box {
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-yellow .main-menu li:hover > a,
.special-aaVersion-on.special-aaColor-yellow .main-menu li:focus > a,
.special-aaVersion-on.special-aaColor-yellow .main-menu li.parent:hover,
.special-aaVersion-on.special-aaColor-yellow .main-menu li > a:hover,
.special-aaVersion-on.special-aaColor-yellow .main-menu li > a:focus,
.special-aaVersion-on.special-aaColor-yellow .main-menu li.parent.active > a,
.special-aaVersion-on.special-aaColor-yellow .main-menu li.parent.current > a,
.special-aaVersion-on.special-aaColor-yellow .main-menu li.current a {
  color: #000000;
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .main-menu .second-level {
  background: #ffff00;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .main-menu .second-level a {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .slider-item-text {
  background: none;
}
.special-aaVersion-on.special-aaColor-yellow .slider-item-title,
.special-aaVersion-on.special-aaColor-yellow .slider-item-description-inner {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 8px;
}
.special-aaVersion-on.special-aaColor-yellow .footer-menu-content + .content .col {
  width: 100% !important;
  margin: 30px 0;
}
.special-aaVersion-on.special-aaColor-yellow .footer-menu-content + .content .col:nth-child(2) {
  font-style: italic;
}
.special-aaVersion-on.special-aaColor-yellow .footer-menu-content + .content br {
  display: none;
}
.special-aaVersion-on.special-aaColor-yellow .radio + label > span,
.special-aaVersion-on.special-aaColor-yellow .checkbox + label > span {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .radio + label:hover > span,
.special-aaVersion-on.special-aaColor-yellow .checkbox + label:hover > span,
.special-aaVersion-on.special-aaColor-yellow .radio + label:focus > span,
.special-aaVersion-on.special-aaColor-yellow .checkbox + label:focus > span {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .radio:focus + label,
.special-aaVersion-on.special-aaColor-yellow .checkbox:focus + label {
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .checkbox:checked + label > span {
  border-color: #ffff00;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .checkbox:checked + label > span:before {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .radio:checked + label > span {
  border-color: #ffff00;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .radio:checked + label > span:before {
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__select {
  background: #000000;
  border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search {
  padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__search input {
  background: #000000;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__not-found {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__dropdown {
  background: #ffff00;
  color: #000000;
  padding: 4px;
  border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox li:hover {
  background: #000000;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow {
  border-color: #ffff00;
}
.focused .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-yellow .jq-selectbox__trigger-arrow {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__select {
  color: #000000;
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__search input {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-yellow .jq-selectbox.input-white .jq-selectbox__select {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table th {
  color: #000000;
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-yellow .table-hover tr:hover > td {
  background-color: #ffff0f;
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-bordered tbody + tbody tr:first-child td {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule tr {
  border-bottom-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule tr td.vertical-separator {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.horisontal-separator,
.special-aaVersion-on.special-aaColor-yellow .table-schedule th.horisontal-separator {
  border-left-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.one-lection:hover,
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.double-lection:hover {
  border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.current {
  border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.old-day {
  color: rgba(255, 255, 0, 0.4);
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.old-day .va-top,
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.old-day .va-bottom,
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.old-day .text-dark,
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.old-day i {
  color: rgba(255, 255, 0, 0.4) !important;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule td.old-day:hover {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule thead th .h2 {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule-session td.td-time {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-schedule-session td.td-time,
.special-aaVersion-on.special-aaColor-yellow .table-schedule-session td.td-time small {
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .schedule-badge {
  border-top: 50px solid rgba(255, 255, 0, 0.5);
  border-left: 50px solid transparent;
}
.special-aaVersion-on.special-aaColor-yellow .schedule-badge span {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li a {
  border: 0;
}
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li a:hover,
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li a:active,
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li.current > a,
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li.active > a {
  text-decoration: none;
  color: #000000;
  border-color: #ffff00;
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li.parent > a:after {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li.parent.current > a:after,
.special-aaVersion-on.special-aaColor-yellow .sidebar-nav li.parent > a:hover:after {
  border-color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .page-navigation-pages {
  background: inherit;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-yellow .page-navigation-pages a.current {
  box-shadow: 0 0 0 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .right-arr:hover,
.special-aaVersion-on.special-aaColor-yellow .left-arr:hover,
.special-aaVersion-on.special-aaColor-yellow .page-navigation-pages a:hover {
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .faculty-item-box > ul > li,
.special-aaVersion-on.special-aaColor-yellow .faculty-item-links a {
  background: inherit;
  border: solid 1px #ffff00;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-yellow .faculty-item-links a .item-date {
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .switch-block {
  background: #ffff00;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-yellow .switch-block-item {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .switch-block-item.active {
  color: #ffff00;
  background: #000000;
  box-shadow: inset 0 0 0 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .program-item-box > ul > li {
  border: solid 1px #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .table-gray-header th span {
  color: #000000 !important;
}
.special-aaVersion-on.special-aaColor-yellow .links-list .has-child > a:after,
.special-aaVersion-on.special-aaColor-yellow .links-list .has-child > a.opened:after {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .links-list a {
  border-bottom: 0;
}
.special-aaVersion-on.special-aaColor-yellow h2 a:hover,
.special-aaVersion-on.special-aaColor-yellow .h2 a:hover {
  color: #ffff00;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-yellow .vertical-filter-header:after {
  border-color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-dark-transparent {
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .container-dark-transparent,
.special-aaVersion-on.special-aaColor-yellow .container-dark-transparent * {
  color: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .alert-success-form {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .icon,
.special-aaVersion-on.special-aaColor-yellow .table-schedule thead th.holiday:before,
.special-aaVersion-on.special-aaColor-yellow .main-menu li.parent > a:after,
.special-aaVersion-on.special-aaColor-yellow .owl-next:after,
.special-aaVersion-on.special-aaColor-yellow .owl-prev:after,
.special-aaVersion-on.special-aaColor-yellow .white-box.primary-border-box.big-padding-box .btn:after,
.special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.parent a:after {
  background-image: url('/local/templates/test_new/images/all-icons-yellow.png');
}
@media screen and (min-resolution: 192dpi) {
  .special-aaVersion-on.special-aaColor-yellow .icon,
  .special-aaVersion-on.special-aaColor-yellow .table-schedule thead th.holiday:before,
  .special-aaVersion-on.special-aaColor-yellow .main-menu li.parent > a:after,
  .special-aaVersion-on.special-aaColor-yellow .owl-next:after,
  .special-aaVersion-on.special-aaColor-yellow .owl-prev:after,
  .special-aaVersion-on.special-aaColor-yellow .white-box.primary-border-box.big-padding-box .btn:after,
  .special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.parent a:after {
    background-image: url('/local/templates/test_new/images/all-icons@2x-yellow.png');
    background-size: 200px 320px;
  }
}
.special-aaVersion-on.special-aaColor-yellow h1,
.special-aaVersion-on.special-aaColor-yellow .h1,
.special-aaVersion-on.special-aaColor-yellow h2,
.special-aaVersion-on.special-aaColor-yellow .h2,
.special-aaVersion-on.special-aaColor-yellow h3,
.special-aaVersion-on.special-aaColor-yellow .h3,
.special-aaVersion-on.special-aaColor-yellow h4,
.special-aaVersion-on.special-aaColor-yellow .h4 {
  color: #ffffff;
}
.special-aaVersion-on.special-aaColor-yellow h1,
.special-aaVersion-on.special-aaColor-yellow .h1 {
  font-size: 42px;
}
.special-aaVersion-on.special-aaColor-yellow .logo {
  display: none;
}
.special-aaVersion-on.special-aaColor-yellow .logo-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-aaVersion-on.special-aaColor-yellow .logo-block a {
  text-decoration: none;
}
.special-aaVersion-on.special-aaColor-yellow .logo-block a small {
  font-size: 60%;
  line-height: 1.4;
  margin-top: 20px;
  display: block;
}
.special-aaVersion-on.special-aaColor-yellow .header-info-block {
  width: 100%;
  margin: 0;
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-aaVersion-on.special-aaColor-yellow .white-box.primary-border-box.big-padding-box .btn {
  background-color: transparent;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .white-box.primary-border-box.big-padding-box .btn:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-position: -80px -120px;
}
.special-aaVersion-on.special-aaColor-yellow .white-box.primary-border-box.big-padding-box .btn:hover,
.special-aaVersion-on.special-aaColor-yellow .white-box.primary-border-box.big-padding-box .btn:focus {
  outline: 0;
}
.special-aaVersion-on.special-aaColor-yellow .container-mb70 {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 40px 0;
}
.special-aaVersion-on.special-aaColor-yellow .news-item-main .news-item-header a {
  color: #ffffff;
  font-size: 120%;
}
.special-aaVersion-on.special-aaColor-yellow .teacher-table td:nth-child(2n) {
  color: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .mobile-nav-wrapper,
.special-aaVersion-on.special-aaColor-yellow .mobile-nav > ul {
  background: #000000;
}
.special-aaVersion-on.special-aaColor-yellow .mobile-nav ul li.active > a {
  color: #000000;
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .icon-hamburger,
.special-aaVersion-on.special-aaColor-yellow .icon-hamburger:before,
.special-aaVersion-on.special-aaColor-yellow .icon-hamburger:after {
  background: #ffff00;
}
.special-aaVersion-on.special-aaColor-yellow .active .icon-hamburger {
  background: transparent;
}
/* ==========================================================================
    Темно-синим по голубому */
/* ========================================================================== */
.special-aaVersion-on.special-aaColor-blue body,
.special-aaVersion-on.special-aaColor-blue .aa-settings-popup {
  color: #143c5a;
  background-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .special-settings,
.special-aaVersion-on.special-aaColor-blue .special-settings a,
.special-aaVersion-on.special-aaColor-blue .special-settings .aa-block {
  color: #000;
  border-color: #000 !important;
}
.special-aaVersion-on.special-aaColor-blue a,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .small-text,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .small-text p {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue a.btn {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue a.btn-link {
  padding-left: 1em;
  padding-right: 1em;
}
.special-aaVersion-on.special-aaColor-blue *,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-table .form-caption b, .special-aaVersion-on.special-aaColor-blue  .white-box_authors .form-table .form-row span  {
  color: #143c5a;
  border-color: #143c5a;
  -webkit-transition: none !important;
  transition: none !important;
}
.special-aaVersion-on.special-aaColor-blue hr {
  background: #143c5a;
  height: 2px;
}
.special-aaVersion-on.special-aaColor-blue .btn,
.special-aaVersion-on.special-aaColor-blue button,
.special-aaVersion-on.special-aaColor-blue input[type="button"],
.special-aaVersion-on.special-aaColor-blue input[type="reset"],
.special-aaVersion-on.special-aaColor-blue input[type="submit"] {
  background-color: #143c5a;
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .button-rasp,
.special-aaVersion-on.special-aaColor-blue .button-priem {
  background: #9fd7ff;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .btn:focus,
.special-aaVersion-on.special-aaColor-blue button:focus,
.special-aaVersion-on.special-aaColor-blue input[type="button"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="reset"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="submit"]:focus,
.special-aaVersion-on.special-aaColor-blue .btn:hover,
.special-aaVersion-on.special-aaColor-blue button:hover,
.special-aaVersion-on.special-aaColor-blue input[type="button"]:hover,
.special-aaVersion-on.special-aaColor-blue input[type="reset"]:hover,
.special-aaVersion-on.special-aaColor-blue input[type="submit"]:hover {
  background-color: #9fd7ff;
  color: #143c5a;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .btn-link,
.special-aaVersion-on.special-aaColor-blue a.btn-link {
  background: transparent;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .btn-link:focus,
.special-aaVersion-on.special-aaColor-blue a.btn-link:focus,
.special-aaVersion-on.special-aaColor-blue .btn-link:hover,
.special-aaVersion-on.special-aaColor-blue a.btn-link:hover {
  color: #143c5a;
  text-decoration: none;
}
.special-aaVersion-on.special-aaColor-blue .input,
.special-aaVersion-on.special-aaColor-blue input[type="text"],
.special-aaVersion-on.special-aaColor-blue input[type="password"],
.special-aaVersion-on.special-aaColor-blue textarea {
  color: #143c5a;
  background: #9fd7ff;
  padding: 5px;
}
.special-aaVersion-on.special-aaColor-blue .input:focus,
.special-aaVersion-on.special-aaColor-blue input[type="text"]:focus,
.special-aaVersion-on.special-aaColor-blue input[type="password"]:focus,
.special-aaVersion-on.special-aaColor-blue textarea:focus {
  outline: solid 3px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue a.a-current,
.special-aaVersion-on.special-aaColor-blue a.a-current span {
  color: #fff;
  background: #000;
}
.special-aaVersion-on.special-aaColor-blue .header {
  background: inherit;
  border-bottom: solid 2px;
  padding: 20px 0;
}
.special-aaVersion-on.special-aaColor-blue .header a,
.special-aaVersion-on.special-aaColor-blue .header .open-menu {
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .header a:hover,
.special-aaVersion-on.special-aaColor-blue .header .open-menu:hover {
  text-decoration: none;
  background: #9fd7ff;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-search,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .icon-search-black,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .icon-calendar,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-table .form-caption,
.special-aaVersion-on.special-aaColor-blue .rwd-table td:first-child,
.special-aaVersion-on.special-aaColor-blue .rwd-table th{
  background-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .rwd-table td:first-child,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-table .form-caption b,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-table .form-row span {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .rwd-table .table-title,
.special-aaVersion-on.special-aaColor-blue .rwd-table .table-title td,
.special-aaVersion-on.special-aaColor-blue .rwd-table .table-title td:first-child {
  background: #143c5a;
  color: white;
}
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-table .form-caption b{
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-calendar input.input-block:hover ~ .icon-calendar,
.special-aaVersion-on.special-aaColor-blue .white-box_authors .form-search input.input-block:hover ~ .icon-search-black {
  filter: none;
}

.special-aaVersion-on.special-aaColor-blue .search-input {
  border: solid 1px;
  padding: 10px;
  box-sizing: border-box;
}
.special-aaVersion-on.special-aaColor-blue .search-button:hover {
  background: #9fd7ff;
  color: #143c5a;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .search-suggestions .search-result-item:hover {
  background: #143c5a;
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .search-suggestions mark {
  background: #143c5a;
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .body-wrapper header {
  border-bottom: solid 2px #143c5a;
  padding-bottom: 40px;
}
.special-aaVersion-on.special-aaColor-blue .container-white,
.special-aaVersion-on.special-aaColor-blue .white-box {
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-blue .main-menu li:hover > a,
.special-aaVersion-on.special-aaColor-blue .main-menu li:focus > a,
.special-aaVersion-on.special-aaColor-blue .main-menu li.parent:hover,
.special-aaVersion-on.special-aaColor-blue .main-menu li > a:hover,
.special-aaVersion-on.special-aaColor-blue .main-menu li > a:focus,
.special-aaVersion-on.special-aaColor-blue .main-menu li.parent.active > a,
.special-aaVersion-on.special-aaColor-blue .main-menu li.parent.current > a,
.special-aaVersion-on.special-aaColor-blue .main-menu li.current a {
  color: #9fd7ff;
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .main-menu .second-level {
  background: #143c5a;
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .main-menu .second-level a {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .slider-item-text {
  background: none;
}
.special-aaVersion-on.special-aaColor-blue .slider-item-title,
.special-aaVersion-on.special-aaColor-blue .slider-item-description-inner {
  background: rgba(159, 215, 255, 0.6);
  padding: 10px 8px;
}
.special-aaVersion-on.special-aaColor-blue .footer-menu-content + .content .col {
  width: 100% !important;
  margin: 30px 0;
}
.special-aaVersion-on.special-aaColor-blue .footer-menu-content + .content .col:nth-child(2) {
  font-style: italic;
}
.special-aaVersion-on.special-aaColor-blue .footer-menu-content + .content br {
  display: none;
}
.special-aaVersion-on.special-aaColor-blue .radio + label > span,
.special-aaVersion-on.special-aaColor-blue .checkbox + label > span {
  background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .radio + label:hover > span,
.special-aaVersion-on.special-aaColor-blue .checkbox + label:hover > span,
.special-aaVersion-on.special-aaColor-blue .radio + label:focus > span,
.special-aaVersion-on.special-aaColor-blue .checkbox + label:focus > span {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .radio:focus + label,
.special-aaVersion-on.special-aaColor-blue .checkbox:focus + label {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .checkbox:checked + label > span {
  border-color: #143c5a;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .checkbox:checked + label > span:before {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .radio:checked + label > span {
  border-color: #143c5a;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .radio:checked + label > span:before {
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__select {
  background: #9fd7ff;
  border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search {
  padding: 4px 0;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__search input {
  background: #9fd7ff;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__not-found {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__dropdown {
  background: #143c5a;
  color: #9fd7ff;
  padding: 4px;
  border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li.selected,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox li:hover {
  background: #9fd7ff;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow {
  border-color: #143c5a;
}
.focused .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.jq-selectbox:active .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow,
.dropdown .special-aaVersion-on.special-aaColor-blue .jq-selectbox__trigger-arrow {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__trigger-arrow {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__select {
  color: #9fd7ff;
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__select-text,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__select-text {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
  border-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__search input,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__search input {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-inputs .jq-selectbox .jq-selectbox__select,
.special-aaVersion-on.special-aaColor-blue .jq-selectbox.input-white .jq-selectbox__select {
  background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table th {
  color: #9fd7ff;
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-hover tr:hover > th,
.special-aaVersion-on.special-aaColor-blue .table-hover tr:hover > td {
  background-color: #174467;
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-bordered tbody + tbody tr:first-child td {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td {
  background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule tr {
  border-bottom-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule tr td.vertical-separator {
  border-top-color: #9fd7ff;
  border-bottom-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td.horisontal-separator,
.special-aaVersion-on.special-aaColor-blue .table-schedule th.horisontal-separator {
  border-left-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td.one-lection:hover,
.special-aaVersion-on.special-aaColor-blue .table-schedule td.double-lection:hover {
  border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td.current {
  border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td.old-day {
  color: rgba(20, 60, 90, 0.4);
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td.old-day .va-top,
.special-aaVersion-on.special-aaColor-blue .table-schedule td.old-day .va-bottom,
.special-aaVersion-on.special-aaColor-blue .table-schedule td.old-day .text-dark,
.special-aaVersion-on.special-aaColor-blue .table-schedule td.old-day i {
  color: rgba(20, 60, 90, 0.4) !important;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule td.old-day:hover {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule thead th .h2 {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule-session td.td-time {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-schedule-session td.td-time,
.special-aaVersion-on.special-aaColor-blue .table-schedule-session td.td-time small {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .schedule-badge {
  border-top: 50px solid rgba(20, 60, 90, 0.5);
  border-left: 50px solid transparent;
}
.special-aaVersion-on.special-aaColor-blue .schedule-badge span {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li a {
  border: 0;
}
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li a:hover,
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li a:active,
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li.current > a,
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li.active > a {
  text-decoration: none;
  color: #9fd7ff;
  border-color: #143c5a;
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li.parent > a:after {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li.parent.current > a:after,
.special-aaVersion-on.special-aaColor-blue .sidebar-nav li.parent > a:hover:after {
  border-color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .page-navigation-pages {
  background: inherit;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-blue .page-navigation-pages a.current {
  box-shadow: 0 0 0 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .right-arr:hover,
.special-aaVersion-on.special-aaColor-blue .left-arr:hover,
.special-aaVersion-on.special-aaColor-blue .page-navigation-pages a:hover {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .faculty-item-box > ul > li,
.special-aaVersion-on.special-aaColor-blue .faculty-item-links a {
  background: inherit;
  border: solid 1px #143c5a;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-blue .faculty-item-links a .item-date {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .switch-block {
  background: #143c5a;
  box-shadow: none;
}
.special-aaVersion-on.special-aaColor-blue .switch-block-item {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .switch-block-item.active {
  color: #143c5a;
  background: #9fd7ff;
  box-shadow: inset 0 0 0 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .program-item-box > ul > li {
  border: solid 1px #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .table-gray-header th span {
  color: #9fd7ff !important;
}
.special-aaVersion-on.special-aaColor-blue .links-list .has-child > a:after,
.special-aaVersion-on.special-aaColor-blue .links-list .has-child > a.opened:after {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .links-list a {
  border-bottom: 0;
}
.special-aaVersion-on.special-aaColor-blue h2 a:hover,
.special-aaVersion-on.special-aaColor-blue .h2 a:hover {
  color: #143c5a;
  text-decoration: underline;
}
.special-aaVersion-on.special-aaColor-blue .vertical-filter-header:after {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-dark-transparent {
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .container-dark-transparent,
.special-aaVersion-on.special-aaColor-blue .container-dark-transparent * {
  color: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .icon,
.special-aaVersion-on.special-aaColor-blue .table-schedule thead th.holiday:before,
.special-aaVersion-on.special-aaColor-blue .main-menu li.parent > a:after,
.special-aaVersion-on.special-aaColor-blue .owl-next:after,
.special-aaVersion-on.special-aaColor-blue .owl-prev:after,
.special-aaVersion-on.special-aaColor-blue .white-box.primary-border-box.big-padding-box .btn:after,
.special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.parent a:after {
  background-image: url('/local/templates/test_new/images/all-icons-blue.png');
}
@media screen and (min-resolution: 192dpi) {
  .special-aaVersion-on.special-aaColor-blue .icon,
  .special-aaVersion-on.special-aaColor-blue .table-schedule thead th.holiday:before,
  .special-aaVersion-on.special-aaColor-blue .main-menu li.parent > a:after,
  .special-aaVersion-on.special-aaColor-blue .owl-next:after,
  .special-aaVersion-on.special-aaColor-blue .owl-prev:after,
  .special-aaVersion-on.special-aaColor-blue .white-box.primary-border-box.big-padding-box .btn:after,
  .special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.parent a:after {
    background-image: url('/local/templates/test_new/images/all-icons@2x-blue.png');
    background-size: 200px 320px;
  }
}
.special-aaVersion-on.special-aaColor-blue h1,
.special-aaVersion-on.special-aaColor-blue .h1,
.special-aaVersion-on.special-aaColor-blue h2,
.special-aaVersion-on.special-aaColor-blue .h2,
.special-aaVersion-on.special-aaColor-blue h3,
.special-aaVersion-on.special-aaColor-blue .h3,
.special-aaVersion-on.special-aaColor-blue h4,
.special-aaVersion-on.special-aaColor-blue .h4 {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .footer-menu-content h4::after,
.special-aaVersion-on.special-aaColor-blue .footer-menu-content .h4::after {
  border-color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue h1,
.special-aaVersion-on.special-aaColor-blue .h1 {
  font-size: 42px;
}
.special-aaVersion-on.special-aaColor-blue .logo {
  display: none;
}
.special-aaVersion-on.special-aaColor-blue .logo-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-aaVersion-on.special-aaColor-blue .logo-block a {
  text-decoration: none;
}
.special-aaVersion-on.special-aaColor-blue .logo-block a small {
  font-size: 60%;
  line-height: 1.4;
  margin-top: 20px;
  display: block;
}
.special-aaVersion-on.special-aaColor-blue .header-info-block {
  width: 100%;
  margin: 0;
  font-size: 120%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.special-aaVersion-on.special-aaColor-blue .white-box.primary-border-box.big-padding-box .btn {
  background-color: transparent;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .white-box.primary-border-box.big-padding-box .btn:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-position: -80px -120px;
}
.special-aaVersion-on.special-aaColor-blue .white-box.primary-border-box.big-padding-box .btn:hover,
.special-aaVersion-on.special-aaColor-blue .white-box.primary-border-box.big-padding-box .btn:focus {
  outline: 0;
}
.special-aaVersion-on.special-aaColor-blue .container-mb70 {
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 40px 0;
}
.special-aaVersion-on.special-aaColor-blue .news-item-main .news-item-header a {
  color: #143c5a;
  font-size: 120%;
}
.special-aaVersion-on.special-aaColor-blue .teacher-table td:nth-child(2n) {
  color: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .mobile-nav-wrapper,
.special-aaVersion-on.special-aaColor-blue .mobile-nav > ul,
.special-aaVersion-on.special-aaColor-blue .alert-success-form {
  background: #9fd7ff;
}
.special-aaVersion-on.special-aaColor-blue .mobile-nav ul li.active > a {
  color: #9fd7ff;
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .icon-hamburger,
.special-aaVersion-on.special-aaColor-blue .icon-hamburger:before,
.special-aaVersion-on.special-aaColor-blue .icon-hamburger:after {
  background: #143c5a;
}
.special-aaVersion-on.special-aaColor-blue .active .icon-hamburger {
  background: transparent;
}
.special-aaVersion-on.special-aaColor-blue .bx-core-window,
.special-aaVersion-on.special-aaColor-blue .bx-core-window .input,
.special-aaVersion-on.special-aaColor-blue .bx-core-window input[type="text"],
.special-aaVersion-on.special-aaColor-blue .bx-core-window input[type="password"],
.special-aaVersion-on.special-aaColor-blue .bx-core-window textarea,
.special-aaVersion-on.special-aaColor-yellow .bx-core-window,
.special-aaVersion-on.special-aaColor-yellow .bx-core-window .input,
.special-aaVersion-on.special-aaColor-yellow .bx-core-window input[type="text"],
.special-aaVersion-on.special-aaColor-yellow .bx-core-window input[type="password"],
.special-aaVersion-on.special-aaColor-yellow .bx-core-window textarea {
  background: unset;
  color: unset;
}
/* ==========================================================================
    Мелкий размер шрифта  */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-small body,
.special-aaVersion-on.special-aaFontsize-small .news-item,
.special-aaVersion-on.special-aaFontsize-small .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-small .fz12,
.special-aaVersion-on.special-aaFontsize-small .fz14,
.special-aaVersion-on.special-aaFontsize-small .fz16,
.special-aaVersion-on.special-aaFontsize-small .fz18,
.special-aaVersion-on.special-aaFontsize-small .fz20,
.special-aaVersion-on.special-aaFontsize-small .mb-fz12,
.special-aaVersion-on.special-aaFontsize-small .mb-fz14,
.special-aaVersion-on.special-aaFontsize-small .mb-fz16,
.special-aaVersion-on.special-aaFontsize-small .mb-fz18,
.special-aaVersion-on.special-aaFontsize-small .mb-fz20,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-small .dt-fz12,
.special-aaVersion-on.special-aaFontsize-small .dt-fz14,
.special-aaVersion-on.special-aaFontsize-small .dt-fz16,
.special-aaVersion-on.special-aaFontsize-small .dt-fz18,
.special-aaVersion-on.special-aaFontsize-small .dt-fz20,
.special-aaVersion-on.special-aaFontsize-small .ld-fz12,
.special-aaVersion-on.special-aaFontsize-small .ld-fz14,
.special-aaVersion-on.special-aaFontsize-small .ld-fz16,
.special-aaVersion-on.special-aaFontsize-small .ld-fz18,
.special-aaVersion-on.special-aaFontsize-small .ld-fz20,
.special-aaVersion-on.special-aaFontsize-small .news-detail .news-item-text,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors p,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors b,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .patronymic-label,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .form-add-author,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .small-text,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .small-text p,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .form-file-upload,
.special-aaVersion-on.special-aaFontsize-small .teacher-table td,
.special-aaVersion-on.special-aaFontsize-small .news-item-date,
.special-aaVersion-on.special-aaFontsize-small .form-control-btn a.btn,
.special-aaVersion-on.special-aaFontsize-small .form-control-btn button.btn,
.special-aaVersion-on.special-aaFontsize-small .form-act-btn button.btn,
.special-aaVersion-on.special-aaFontsize-small .main-menu li a,
.special-aaVersion-on.special-aaFontsize-small .second-level li a,
.special-aaVersion-on.special-aaFontsize-small .rwd-table tr td:first-child,
.special-aaVersion-on.special-aaFontsize-small .rwd-table tr td,
.special-aaVersion-on.special-aaFontsize-small .rwd-table th,
.special-aaVersion-on.special-aaFontsize-small .teacher-info-position,
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .form-table .form-row span,
.special-aaVersion-on.special-aaFontsize-small .header-top-menu a,
.special-aaVersion-on.special-aaFontsize-small .header-bottom-menu a,
.special-aaVersion-on.special-aaFontsize-small .rgu-title-text a {
  font-size: 16px;
  line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-small .white-box_authors .form-choise a,
.special-aaVersion-on.special-aaFontsize-small .main-user-consent-request-announce,
.special-aaVersion-on.special-aaFontsize-small .jq-selectbox__select,
.special-aaVersion-on.special-aaFontsize-small .jq-selectbox__dropdown {
  font-size: 16px;
}

.special-aaVersion-on.special-aaFontsize-small .fz22,
.special-aaVersion-on.special-aaFontsize-small .fz24,
.special-aaVersion-on.special-aaFontsize-small .fz26,
.special-aaVersion-on.special-aaFontsize-small .fz30,
.special-aaVersion-on.special-aaFontsize-small .mb-fz22,
.special-aaVersion-on.special-aaFontsize-small .mb-fz24,
.special-aaVersion-on.special-aaFontsize-small .mb-fz26,
.special-aaVersion-on.special-aaFontsize-small .mb-fz30,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-small .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-small .dt-fz22,
.special-aaVersion-on.special-aaFontsize-small .dt-fz24,
.special-aaVersion-on.special-aaFontsize-small .dt-fz26,
.special-aaVersion-on.special-aaFontsize-small .dt-fz30,
.special-aaVersion-on.special-aaFontsize-small .ld-fz22,
.special-aaVersion-on.special-aaFontsize-small .ld-fz24,
.special-aaVersion-on.special-aaFontsize-small .ld-fz26,
.special-aaVersion-on.special-aaFontsize-small .ld-fz30 {
  font-size: 26px;
  line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-small .aaFontsize .fl-l {
  color: #000;
}
.special-aaVersion-on.special-aaFontsize-small .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-small .aaFontsize a {
  line-height: 22.4px;
}
.special-aaVersion-on.special-aaFontsize-small .aa-block a {
  padding-left: 16px;
  padding-right: 16px;
}
.special-aaVersion-on.special-aaFontsize-small .aaColor a {
  padding-left: 4px;
  padding-right: 4px;
}
/* ==========================================================================
    Средний размер шрифта */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-normal body,
.special-aaVersion-on.special-aaFontsize-normal .news-item,
.special-aaVersion-on.special-aaFontsize-normal .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-normal .fz12,
.special-aaVersion-on.special-aaFontsize-normal .fz14,
.special-aaVersion-on.special-aaFontsize-normal .fz16,
.special-aaVersion-on.special-aaFontsize-normal .fz18,
.special-aaVersion-on.special-aaFontsize-normal .fz20,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz12,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz14,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz16,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz18,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz20,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz12,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz14,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz16,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz18,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz20,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz12,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz14,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz16,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz18,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz20,
.special-aaVersion-on.special-aaFontsize-normal .news-detail .news-item-text,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors p,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors b,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .patronymic-label,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .form-add-author,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .small-text,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .small-text p,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .form-file-upload,
.special-aaVersion-on.special-aaFontsize-normal .teacher-table td,
.special-aaVersion-on.special-aaFontsize-normal .news-item-date,
.special-aaVersion-on.special-aaFontsize-normal .form-control-btn a.btn,
.special-aaVersion-on.special-aaFontsize-normal .form-control-btn button.btn,
.special-aaVersion-on.special-aaFontsize-normal .form-act-btn button.btn,
.special-aaVersion-on.special-aaFontsize-normal .main-menu li a,
.special-aaVersion-on.special-aaFontsize-normal .second-level li a,
.special-aaVersion-on.special-aaFontsize-normal .rwd-table tr td:first-child,
.special-aaVersion-on.special-aaFontsize-normal .rwd-table tr td,
.special-aaVersion-on.special-aaFontsize-normal .rwd-table th,
.special-aaVersion-on.special-aaFontsize-normal .teacher-info-position,
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .form-table .form-row span,
.special-aaVersion-on.special-aaFontsize-normal .header-top-menu a,
.special-aaVersion-on.special-aaFontsize-normal .header-bottom-menu a,
.special-aaVersion-on.special-aaFontsize-normal .rgu-title-text a {
  font-size: 20px;
  line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-normal .white-box_authors .form-choise a,
.special-aaVersion-on.special-aaFontsize-normal .main-user-consent-request-announce,
.special-aaVersion-on.special-aaFontsize-normal .jq-selectbox__select,
.special-aaVersion-on.special-aaFontsize-normal .jq-selectbox__dropdown {
  font-size: 20px;
}
.special-aaVersion-on.special-aaFontsize-normal .fz22,
.special-aaVersion-on.special-aaFontsize-normal .fz24,
.special-aaVersion-on.special-aaFontsize-normal .fz26,
.special-aaVersion-on.special-aaFontsize-normal .fz30,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz22,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz24,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz26,
.special-aaVersion-on.special-aaFontsize-normal .mb-fz30,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-normal .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz22,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz24,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz26,
.special-aaVersion-on.special-aaFontsize-normal .dt-fz30,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz22,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz24,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz26,
.special-aaVersion-on.special-aaFontsize-normal .ld-fz30 {
  font-size: 30px;
  line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize .fl-l {
  color: #000;
}
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-normal .aaFontsize a {
  line-height: 28px;
}
.special-aaVersion-on.special-aaFontsize-normal .aa-block a {
  padding-left: 20px;
  padding-right: 20px;
}
.special-aaVersion-on.special-aaFontsize-normal .aaColor a {
  padding-left: 4px;
  padding-right: 4px;
}
/* ==========================================================================
    Большой размер шрифта  */
/* ========================================================================== */
.special-aaVersion-on.special-aaFontsize-big body,
.special-aaVersion-on.special-aaFontsize-big .news-item,
.special-aaVersion-on.special-aaFontsize-big .breadcrumb ul,
.special-aaVersion-on.special-aaFontsize-big .fz12,
.special-aaVersion-on.special-aaFontsize-big .fz14,
.special-aaVersion-on.special-aaFontsize-big .fz16,
.special-aaVersion-on.special-aaFontsize-big .fz18,
.special-aaVersion-on.special-aaFontsize-big .fz20,
.special-aaVersion-on.special-aaFontsize-big .mb-fz12,
.special-aaVersion-on.special-aaFontsize-big .mb-fz14,
.special-aaVersion-on.special-aaFontsize-big .mb-fz16,
.special-aaVersion-on.special-aaFontsize-big .mb-fz18,
.special-aaVersion-on.special-aaFontsize-big .mb-fz20,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz12,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz14,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz16,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz18,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz20,
.special-aaVersion-on.special-aaFontsize-big .dt-fz12,
.special-aaVersion-on.special-aaFontsize-big .dt-fz14,
.special-aaVersion-on.special-aaFontsize-big .dt-fz16,
.special-aaVersion-on.special-aaFontsize-big .dt-fz18,
.special-aaVersion-on.special-aaFontsize-big .dt-fz20,
.special-aaVersion-on.special-aaFontsize-big .ld-fz12,
.special-aaVersion-on.special-aaFontsize-big .ld-fz14,
.special-aaVersion-on.special-aaFontsize-big .ld-fz16,
.special-aaVersion-on.special-aaFontsize-big .ld-fz18,
.special-aaVersion-on.special-aaFontsize-big .ld-fz20,
.special-aaVersion-on.special-aaFontsize-big .news-detail .news-item-text,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors p,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors b,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .patronymic-label,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .form-add-author,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .small-text,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .small-text p,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .form-file-upload,
.special-aaVersion-on.special-aaFontsize-big .teacher-table td,
.special-aaVersion-on.special-aaFontsize-big .news-item-date,
.special-aaVersion-on.special-aaFontsize-big .form-control-btn a.btn,
.special-aaVersion-on.special-aaFontsize-big .form-control-btn button.btn,
.special-aaVersion-on.special-aaFontsize-big .form-act-btn button.btn,
.special-aaVersion-on.special-aaFontsize-big .main-menu li a,
.special-aaVersion-on.special-aaFontsize-big .second-level li a,
.special-aaVersion-on.special-aaFontsize-big .rwd-table tr td:first-child,
.special-aaVersion-on.special-aaFontsize-big .rwd-table tr td,
.special-aaVersion-on.special-aaFontsize-big .rwd-table th,
.special-aaVersion-on.special-aaFontsize-big .teacher-info-position,
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .form-table .form-row span,
.special-aaVersion-on.special-aaFontsize-big .header-top-menu a,
.special-aaVersion-on.special-aaFontsize-big .header-bottom-menu a,
.special-aaVersion-on.special-aaFontsize-big .rgu-title-text a {
  font-size: 24px;
  line-height: 1.4;
}
.special-aaVersion-on.special-aaFontsize-big .white-box_authors .form-choise a,
.special-aaVersion-on.special-aaFontsize-big .main-user-consent-request-announce,
.special-aaVersion-on.special-aaFontsize-big .jq-selectbox__select,
.special-aaVersion-on.special-aaFontsize-big .jq-selectbox__dropdown  {
  font-size: 24px;
}
.special-aaVersion-on.special-aaFontsize-big .fz22,
.special-aaVersion-on.special-aaFontsize-big .fz24,
.special-aaVersion-on.special-aaFontsize-big .fz26,
.special-aaVersion-on.special-aaFontsize-big .fz30,
.special-aaVersion-on.special-aaFontsize-big .mb-fz22,
.special-aaVersion-on.special-aaFontsize-big .mb-fz24,
.special-aaVersion-on.special-aaFontsize-big .mb-fz26,
.special-aaVersion-on.special-aaFontsize-big .mb-fz30,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz22,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz24,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz26,
.special-aaVersion-on.special-aaFontsize-big .tablet-fz30,
.special-aaVersion-on.special-aaFontsize-big .dt-fz22,
.special-aaVersion-on.special-aaFontsize-big .dt-fz24,
.special-aaVersion-on.special-aaFontsize-big .dt-fz26,
.special-aaVersion-on.special-aaFontsize-big .dt-fz30,
.special-aaVersion-on.special-aaFontsize-big .ld-fz22,
.special-aaVersion-on.special-aaFontsize-big .ld-fz24,
.special-aaVersion-on.special-aaFontsize-big .ld-fz26,
.special-aaVersion-on.special-aaFontsize-big .ld-fz30 {
  font-size: 34px;
  line-height: 15.4;
}
.special-aaVersion-on.special-aaFontsize-big .aaFontsize .fl-l {
  color: #000;
}
.special-aaVersion-on.special-aaFontsize-big .aaFontsize .fl-l,
.special-aaVersion-on.special-aaFontsize-big .aaFontsize a {
  line-height: 33.6px;
}
.special-aaVersion-on.special-aaFontsize-big .aa-block a {
  padding-left: 24px;
  padding-right: 24px;
}
.special-aaVersion-on.special-aaFontsize-big .aaColor a {
  padding-left: 4px;
  padding-right: 4px;
}
/* ==========================================================================
     Tahoma */
/* ========================================================================== */
.special-aaVersion-on.special-aaFont-tahoma body {
  font-family: Tahoma, sans-serif !important;
}
.special-aaVersion-on.special-aaFont-tahoma .news-item-main .news-item-header a {
  font-family: Tahoma, sans-serif;
}
/* ==========================================================================
     Times */
/* ========================================================================== */
.special-aaVersion-on.special-aaFont-times body {
  font-family: 'Times New Roman', Times, serif !important;
}
.special-aaVersion-on.special-aaFont-times .news-item-main .news-item-header a {
  font-family: 'Times New Roman', Times, serif;
}
/* ==========================================================================
     lettaer-spacing: normal */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-normal body {
  letter-spacing: normal !important;
}
/* ==========================================================================
     lettaer-spacing: big */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-big body {
  letter-spacing: 0.2em !important;
}
/* ==========================================================================
     lettaer-spacing: extra */
/* ========================================================================== */
.special-aaVersion-on.special-aaKerning-extra body {
  letter-spacing: 0.4em !important;
}

/* End */
/* /local/templates/test_new/css/bootstrap.css?1699953758249851 */
/* /local/templates/test_new/css/style.full.css?16778492664949 */
/* /local/templates/test_new/css/style.css?175044585534234 */
/* /local/templates/test_new/components/bitrix/menu/burger-menu/style.css?1741879146100 */
/* /local/templates/test_new/components/bitrix/search.title/search_rguk/style.css?17187252642108 */
/* /local/templates/test_new/components/bitrix/news.list/info-block/style.css?17528543592183 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?16813082812810 */
/* /local/templates/test_new/styles.css?1746610802976 */
/* /local/templates/test_new/template_styles.css?17528529611267524 */
/* /local/templates/test_new/special_version.css?171770108893354 */
