blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
button,
input {
  outline: 0;
}
body.overfHide {
  height: 100%;
  overflow: hidden;
}
body.scrollHide {
  -ms-overflow-style: none;
}
body.scrollHide::-webkit-scrollbar {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
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;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0;
}
mark {
  background: #ff0;
  color: #000;
}
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;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  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'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: none;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: 'alpha(opacity=10)';
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > a > img,
.justified-gallery > a > img,
.justified-gallery > div > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > a > img,
.justified-gallery > figure > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: 'alpha(opacity=0)';
  opacity: 0;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: 'alpha(opacity=70)';
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition: opacity;
  -o-transition: opacity;
  -moz-transition: opacity;
  transition: opacity;
}
.justified-gallery > .entry-visible {
  filter: 'alpha(opacity=100)';
  opacity: 1;
  background: 0 0;
}
.justified-gallery > .entry-visible > a > img,
.justified-gallery > .entry-visible > img {
  filter: 'alpha(opacity=100)';
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-transition: opacity;
  -o-transition: opacity;
  -moz-transition: opacity;
  transition: opacity;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: 'alpha(opacity=100)';
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .spinner > span {
  display: inline-block;
  filter: 'alpha(opacity=0)';
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@font-face {
  font-family: Arial-MT;
  src: url(fonts/Arial-BoldMT.ttf) format('truetype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Arial-MT;
  src: url(fonts/Arial-MT.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}
body {
  font-family: Arial-MT, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.subtitle {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -5px;
  color: #b1b0b0;
}
.arr-link {
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  position: relative;
}
.arr-link:after {
  width: 41px;
  height: 16px;
  right: -61px;
  top: -2px;
  position: absolute;
  content: '';
  background: url(../img/arr-r-r.png);
}
.thin {
  font-weight: 400 !important;
}
h1 {
  font-family: Arial-MT, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
  color: #0058a3;
  margin-top: 15px;
  margin-bottom: 25px;
}
h2 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 38px;
  line-height: 40px;
  margin: 19px 0 37px;
}
h3 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 32px;
  line-height: 40px;
  margin-top: 18px;
  margin-bottom: 30px;
}
h4 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 30px;
  line-height: 35px;
  margin: 16px 0 30px;
}
h5 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 25px;
  line-height: 40px;
}
h6 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 18px;
  line-height: 30px;
}
ol {
  counter-reset: item;
  padding-left: 0;
}
ol li {
  position: relative;
  list-style-type: none;
  font-family: Arial-MT, sans-serif;
  font-size: 16px;
  padding-left: 31px;
  margin-bottom: 10px;
  line-height: 30px;
}
ol li span {
  font-weight: 700;
}
ol li:before {
  content: counter(item) '.';
  counter-increment: item;
  left: 0;
  font-size: 17px;
  position: absolute;
}
p {
  color: #0058a2;
  font-family: Arial-MT, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
li {
  font-size: 15px;
  line-height: 25px;
}
hr:last-child,
li:last-child,
p:last-child {
  margin-bottom: 0;
}
ul.tickList li {
  position: relative;
  padding-left: 20px;
}
ul.tickList li:before {
  position: absolute;
  content: '';
  background: url(../img/tick.png) center center/cover !important;
  width: 15px;
  height: 12px;
  top: 6px;
  left: 2px;
  -webkit-background-size: 15px 12px;
  -moz-background-size: 15px 12px;
  -o-background-size: 15px 12px;
  background-size: 15px 12px;
}
ul.tickList li ul li:before {
  top: 7px;
}
ul.tickList--accent li:before {
  background: url(../img/tick--accent.png) center center/cover !important;
}
ul.dashList li:before {
  content: '—';
  top: -2px;
  color: #0058a2;
  font-size: 16px;
  font-weight: 900;
}
.text iframe {
  max-width: 100%;
}
.text p.letteral:first-letter {
  font-family: Arial-MT, sans-serif;
  font-size: 55px;
  margin-top: 6px;
  margin-right: 11px;
  line-height: 50px;
  float: left;
}
.text > span {
  opacity: 0.6;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 10px;
}
.text p {
  color: #000;
  font-family: Arial-MT, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 22px;
}
.text a {
  text-decoration: underline;
}
.text a:hover {
  color: #e41b43;
  text-decoration: none;
}
.text h1 a,
.text h2 a,
.text h3 a,
.text h4 a,
.text h5 a,
.text h6 a {
  text-decoration: underline;
}
.text > img,
.text > p img {
  margin-top: 0;
  margin-bottom: 22px;
  max-width: 100%;
}
.text p img {
  margin-top: 0;
}
.text h2 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 38px;
  line-height: 40px;
  margin-top: 45px;
  margin-bottom: 22px;
}
.text h3 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 32px;
  line-height: 40px;
  margin-top: 45px;
  margin-bottom: 22px;
}
.text h4 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 30px;
  line-height: 35px;
  margin-top: 45px;
  margin-bottom: 22px;
}
.text h5 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 25px;
  line-height: 40px;
  margin-top: 45px;
  margin-bottom: 22px;
}
.text h5 + ul {
  margin-top: 10px;
}
.text h6 {
  font-family: Arial-MT, sans-serif;
  font-weight: 400;
  color: #0058a3;
  font-size: 22px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 22px;
}
.text > ul {
  margin-bottom: 22px;
}
.text > ul li {
  color: #000 !important;
  font-family: Arial-MT, sans-serif;
  position: relative;
  padding-left: 32px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}
.text > ul li a:hover {
  color: #e41b43;
}
.text > ul li:not(:last-child) {
  margin-bottom: 12px;
}
.text > ul li:before {
  content: '•';
  color: #e41b43;
  left: 3px;
  font-size: 20px;
  position: absolute;
}
.text > ul li ul li {
  font-size: 0.9em;
  line-height: 28px;
}
.text > ul li ul li:not(:last-child) {
  margin-bottom: 8px !important;
}
.text > ul.tickList li:before {
  content: '';
  background: url(../img/tick.png) center center/cover !important;
  width: 16px;
  height: 13px;
  top: 4px;
  left: 2px;
  -webkit-background-size: 15px 12px;
  -moz-background-size: 15px 12px;
  -o-background-size: 15px 12px;
  background-size: 15px 12px;
}
.text > ul.tickList li ul li:before {
  top: 7px;
}
.text > ul.tickList--accent li:before {
  background: url(../img/tick--accent.png) center center/cover !important;
}
.text > ul.dashList li:before {
  content: '—';
  top: -2px;
  color: #0058a2;
  font-size: 16px;
  font-weight: 900;
}
.text ol {
  counter-reset: my-awesome-counter;
}
.text ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  font-family: Arial-MT, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}
.text ol li:before {
  content: counters(my-awesome-counter, '.') '.';
  position: absolute;
  left: 0;
  color: #e41b43;
  font-weight: inherit;
}
.text > .bage {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@font-face {
  font-family: fontello;
  src: url(fonts/fontello.eot?99923121);
  src: url(fonts/fontello.eot?99923121#iefix) format('embedded-opentype'),
    url(fonts/fontello.woff2?99923121) format('woff2'),
    url(fonts/fontello.woff?99923121) format('woff'),
    url(fonts/fontello.ttf?99923121) format('truetype'),
    url(fonts/fontello.svg?99923121#fontello) format('svg');
  font-weight: 400;
  font-style: normal;
}
[class*=' icon-']:before,
[class^='icon-']:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: '\e800';
}
.icon-cancel:before {
  content: '\e801';
}
.icon-down-open-mini:before {
  content: '\e802';
}
.icon-down-open:before {
  content: '\e803';
}
.icon-angle-double-right:before {
  content: '\f101';
}
.icon-angle-double-up:before {
  content: '\f102';
}
form label {
  color: #0058a2;
  font-family: Arial-MT, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
form .inputContWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
form .inputCont {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
  position: relative;
  width: calc(50% - 3px);
}
form .inputCont input ~ .error,
form .inputCont textarea ~ .error {
  display: none;
  color: rgba(197, 18, 68, 0.8);
  bottom: -22px;
  left: 4px;
  position: absolute;
  font-size: 14px;
}
form .inputCont input.blank,
form .inputCont textarea.blank {
  background: rgba(197, 18, 68, 0.2);
  border-color: rgba(197, 18, 68, 0.4);
  color: #000;
}
form .inputCont input.blank ~ .error,
form .inputCont textarea.blank ~ .error {
  display: block;
}
form .inputCont input {
  color: #0058a2;
  font-size: 14px;
  padding: 0 10px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c8d6ed;
  background: #fff;
}
form .inputCont input:disabled {
  background: #f1f1f1;
  border-color: #c1c1c1;
}
form .inputCont textarea {
  color: #0058a2;
  font-size: 14px;
  padding: 5px 8px;
  height: 80px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c8d6ed;
  background-color: #fff;
}
form .inputCont--full {
  width: 100%;
}
form .manipFile {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
form .manipFile.addFile input[type='file'] {
  z-index: 2;
  cursor: pointer;
}
form .manipFile.addFile input[type='file']::-webkit-file-upload-button {
  cursor: pointer;
}
form .manipFile.addFile .fileMeta {
  cursor: pointer;
  z-index: -1;
}
form .manipFile.addFile > img {
  cursor: pointer;
  z-index: -1;
}
form .manipFile.deleteFile > img {
  z-index: 3;
  cursor: pointer;
}
form .manipFile input[type='file'] {
  opacity: 0;
  width: 100%;
}
form .manipFile > img {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
form .manipFile > .fileMeta {
  position: absolute;
  left: 30px;
  top: -1px;
}
form .manipFile > .fileMeta > span {
  color: #0058a2;
  font-family: Arial-MT, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
form .manipFile > .fileMeta > span.fileName {
  text-decoration: underline;
}
.hidden_element {
  position: absolute !important;
  top: -1000 !important;
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty + label ::-moz-selection {
  background-color: rgba(255, 255, 255, 0);
}
input.labelauty {
  display: none !important;
}
input.labelauty + label {
  display: table;
  font-size: 11px;
  padding: 4px 5px;
  background: #fff;
  color: #b3b3b3;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -ms-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
input.labelauty + label > span.labelauty-checked,
input.labelauty + label > span.labelauty-unchecked {
  display: inline-block;
  line-height: 16px;
  vertical-align: bottom;
}
input.labelauty + label > span.labelauty-checked-image,
input.labelauty + label > span.labelauty-unchecked-image {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: left center;
  transition: background-image 0.5s linear;
  -moz-transition: background-image 0.5s linear;
  -webkit-transition: background-image 0.5s linear;
  -o-transition: background-image 0.5s linear;
}
input.labelauty + label > span.labelauty-checked-image + span.labelauty-checked,
input.labelauty
  + label
  > span.labelauty-unchecked-image
  + span.labelauty-unchecked {
  margin-left: 7px;
}
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #eaeaea;
  color: #a7a7a7;
}
input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none;
}
input.labelauty:not(:checked) + label > span.labelauty-checked {
  display: none;
}
input.labelauty:checked + label {
  color: #fff;
}
input.labelauty:checked:not([disabled]) + label:hover {
  background-color: #72c5fd;
}
input.labelauty:checked + label > span.labelauty-unchecked-image {
  display: none;
}
input.labelauty:checked + label > span.labelauty-unchecked {
  display: none;
}
input.labelauty:checked + label > span.labelauty-checked {
  display: inline-block;
}
input.labelauty.no-label:checked + label > span.labelauty-checked {
  display: block;
}
input.labelauty[disabled] + label {
  opacity: 0.5;
}
input.labelauty + label > span.labelauty-checked-image {
  background: url(../img/tick--darkBlue.png);
  background-repeat: no-repeat;
}
body {
  overflow-x: hidden;
}
body.overlayed {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
body.overlayed:before {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.7);
}
table {
  max-width: 100%;
  width: 100%;
}
table tr:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}
table tr:last-child {
  border-bottom: 1px solid #f1f1f1;
}
table tr td {
  vertical-align: top;
  padding-top: 23px;
  padding-bottom: 25px;
  padding-left: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.imgGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  margin-bottom: 0;
}
.imgGrid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 15px;
  margin-bottom: 22px;
}
.imgGrid > * {
  margin: 15px;
}
.imgGrid > :nth-child(1),
.imgGrid > :nth-child(14),
.imgGrid > :nth-child(6),
.imgGrid > :nth-child(9) {
  width: -webkit-calc(25.5%);
  width: -moz-calc(25.5%);
  width: -webkit-calc(55.5% - 30px);
  width: -moz-calc(55.5% - 30px);
  width: calc(55.5% - 30px);
  height: 350px;
}
.imgGrid > :nth-child(10),
.imgGrid > :nth-child(15),
.imgGrid > :nth-child(2),
.imgGrid > :nth-child(7) {
  width: -webkit-calc(14.5%);
  width: -moz-calc(14.5%);
  width: -webkit-calc(44.5% - 30px);
  width: -moz-calc(44.5% - 30px);
  width: calc(44.5% - 30px);
  height: 350px;
}
.imgGrid > :nth-child(11),
.imgGrid > :nth-child(16),
.imgGrid > :nth-child(3),
.imgGrid > :nth-child(8) {
  width: -webkit-calc(-4.5%);
  width: -moz-calc(-4.5%);
  width: -webkit-calc(25.5% - 30px);
  width: -moz-calc(25.5% - 30px);
  width: calc(25.5% - 30px);
  height: 290px;
}
.imgGrid > :nth-child(12),
.imgGrid > :nth-child(17),
.imgGrid > :nth-child(4),
.imgGrid > :nth-child(9) {
  width: -webkit-calc(7%);
  width: -moz-calc(7%);
  width: -webkit-calc(37% - 30px);
  width: -moz-calc(37% - 30px);
  width: calc(37% - 30px);
  height: 290px;
}
.imgGrid > :nth-child(10),
.imgGrid > :nth-child(13),
.imgGrid > :nth-child(18),
.imgGrid > :nth-child(5) {
  width: -webkit-calc(7.5%);
  width: -moz-calc(7.5%);
  width: -webkit-calc(37.5% - 30px);
  width: -moz-calc(37.5% - 30px);
  width: calc(37.5% - 30px);
  height: 290px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-top {
  -webkit-box-align: flex-bottom;
  -webkit-align-items: flex-bottom;
  -ms-flex-align: flex-bottom;
  -moz-box-align: flex-bottom;
  align-items: flex-bottom;
}
.wrapper {
  max-width: 1705px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.bage {
  padding: 2px 14px;
  color: #fff;
  background: #e41b43;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12px;
  border: none;
  width: -moz-fit-content;
}
.bage > svg {
  width: 18px;
  height: 18px;
  margin-top: -2px;
}
.bage span {
  font-size: 14px;
  font-weight: 600;
  margin-right: 6px;
  color: #fff;
}
.bage--big {
  padding: 10px 10px;
  font-size: 17px;
}
.bage--mail {
  text-transform: initial;
  padding: 8px 15px 8px 15px;
}
.bage--mail span {
  font-size: 17px;
  font-weight: 600;
  margin-right: 10px;
}
.bage--mail svg {
  width: 23px;
  height: 23px;
}
.bage--arrow {
  padding-left: 12px;
  padding-right: 12px;
}
.bage--arrow > img {
  width: 10px;
  height: 8px;
  margin-top: -1px;
  margin-left: 6px;
  margin-bottom: 0;
}
.bage--arrow > span {
  line-height: 22px;
  font-size: 10px;
  text-transform: uppercase;
}
.bage--arrow.bage--big {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
}
.bage--arrow.bage--big span {
  font-size: 20px;
  text-transform: initial;
  font-weight: 600 !important;
  margin-right: 35px;
}
.bage--arrow.bage--big > img {
  width: 14px;
  height: 12px;
}
.bage--wide {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  padding-left: 28px;
  padding-right: 28px;
}
.bage--2 {
  color: #0058a2;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  border: 2px solid #0058a2;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 1px 12px;
}
.backTop {
  display: none;
  width: 29px;
  height: 29px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: url(../img/arrow-double-up.png) no-repeat center center #e41b43;
  z-index: 4;
}
.request {
  padding: 13px;
  color: #fff;
  background: #e41b43;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: fixed;
  bottom: 90px;
  z-index: 4;
  right: 135px;
  max-height: 52px;
}
.request span {
  display: none;
  font-size: 20px;
  font-weight: 600;
  margin-right: 6px;
  color: #fff;
}
.request svg {
  width: 24px;
  height: 24px;
}
.downloadCat {
  position: fixed;
  bottom: 20px;
  z-index: 4;
  left: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  max-width: 185px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.downloadCat > span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 28px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.downloadCat > img {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.downloadCat.changed {
  background: #e41b43;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  max-width: 195px;
}
.downloadCat.changed > img {
  width: 33px;
  height: 35px;
}
.downloadCat.changed > span {
  margin-left: 10px;
  font-size: 18px;
}
.downloadCat.disp {
  display: none;
}
.wrapper--max {
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
}
.containerOnTopOfBc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
ul.dividers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.dividers > li {
  color: #0058a2;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-right: 10px;
}
ul.dividers > li:before {
  content: '|';
  font-size: 1em;
  line-height: 30px;
  margin-right: 10px;
}
ul.dividers > li:first-child:before {
  content: '';
  margin-right: 14px;
}
ul.dividers > li > a {
  line-height: 25px;
}
.navbar {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  background-color: transparent;
}
.navbar-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  padding-top: 10px;
}
.navbar .hamburger {
  display: none;
}
.navbar .social-cont {
  margin-top: 8px;
  margin-left: auto;
  margin-right: 68px;
}
.navbar .social-cont .social-icon {
  width: 24px;
  fill: #fff;
}
.navbar .tel {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
  margin-right: 60px;
}
.navbar .lang-cont {
  position: relative;
  margin-right: 45px;
  width: 24px;
  margin-top: 5px;
}
.navbar .lang-cont > :not(.active) {
  display: none;
  position: absolute;
  bottom: -25px;
}
.navbar .lang-cont > * {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .lang-cont .active {
  cursor: default;
}
.navbar .lang-cont:hover > * {
  display: block;
}
.navbar .search {
  font-weight: 100;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
  position: relative;
  width: 35px;
  height: 28px;
}
.navbar .search > * {
  position: absolute;
}
.navbar .searchBarResult {
  display: none;
}
.navbar .pagination {
  display: none;
}
.navbar .icon-cancel {
  display: none;
}
.navbar .logo-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
}
.navbar .logo-cont p {
  font-size: 14px;
  color: #0058a2;
  line-height: initial;
  margin-top: 0;
  font-style: italic;
}
.navbar-bottom {
  padding-top: 20px;
  padding-bottom: 24px;
  position: relative;
}
.navbar-bottom-footer {
  display: none;
}
.navbar-bottom .searchBar-cont {
  display: none;
}
.navbar-bottom > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.navbar-bottom > ul > li {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 400;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-bottom > ul > li.active span {
  color: #e41b43;
}
.navbar-bottom > ul > li > span i {
  display: none;
}
.navbar-bottom > ul > li:not(:last-child) {
  margin-right: 18px;
}
.navbar-bottom > ul > li:hover {
  color: #0058a2;
}
.navbar-bottom > ul > li.active {
  color: #0058a2;
}
.navbar-bottom > ul > li.active > a {
  cursor: default;
}
.navbar-bottom > ul > li .subCont {
  display: none;
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f2f2f2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 10px;
  min-width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 8;
  -webkit-box-shadow: 1;
  -moz-box-shadow: 1;
  box-shadow: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navbar-bottom > ul > li .subCont:hover {
  display: block !important;
  opacity: 1 !important;
}
.navbar-bottom > ul > li .subCont > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
}
.navbar-bottom > ul > li .subCont > ul .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f2f2f2;
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-bottom > ul > li .subCont > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.navbar-bottom > ul > li:nth-child(2) .subCont > ul > li:nth-child(3) a {
  white-space: normal !important;
}
.navbar-bottom > ul > li .subCont > ul > li a {
  cursor: pointer !important;
  color: #0058a2;
  white-space: nowrap;
}
.navbar-bottom > ul > li .subCont > ul > li a:hover {
  color: #e41b43;
}
.navbar.white {
  background: #fff;
  color: #0058a2;
  -webkit-box-shadow: 1;
  -moz-box-shadow: 1;
  box-shadow: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.navbar.white .social-cont .social-icon {
  fill: #e41b43;
}
.navbar.white .tel {
  color: #0058a2;
}
.navbar.white .lang-cont > * {
  color: #0058a2;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar.white .search {
  color: #0058a2;
}
.navbar.white .logo-cont p {
  color: #0058a2;
}
.navbar.white .navbar-bottom {
  padding-bottom: 24px;
}
.navbar.white .navbar-bottom ul li {
  color: #0058a2;
}
.navbar.white .navbar-bottom ul li:hover {
  color: #e41b43;
}
.navbar.white .navbar-bottom ul li.active {
  color: #e41b43;
}
.navbar.white .navbar-bottom ul li.active a {
  cursor: default;
}
/* Версия для слабовидящих */
/* цвета */
body.blind-color-white {
  position: relative;
  background-color: #fff;
}

body.blind-color-white:after {
  content: '';
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #000;
  mix-blend-mode: color;
  pointer-events: none;
  z-index: 10;
}

body.blind-color-black {
  background-color: #000 !important;
  position: relative;
  /* filter: brightness(1) grayscale(1);
  color: #fff !important; */
}

body.blind-color-black:after {
  content: '';
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  background-color: #fff;
  mix-blend-mode: color;
  pointer-events: none;
  z-index: 10;
}

body.blind-color-black .navbar {
  background-color: #000 !important;
}

body.blind-color-black .navbar.white .social-cont .social-icon {
  fill: #fff;
}

body.blind-color-black .navbar.white .tel {
  color: #fff;
}

body.blind-color-black .navbar.white .lang-cont > * {
  color: #fff;
}

body.blind-color-black .navbar.white .search {
  color: #fff;
}

body.blind-color-black img {
  filter: grayscale(1) brightness(5);
}

body.blind-color-black .navbar .navbar-bottom ul li {
  color: #fff;
}

body.blind-color-black .blind-panel-trigger {
  color: #fff;
}

body.blind-color-black .blind-panel-trigger svg {
  fill: #fff;
}

body.blind-color-black .pageContent .aside > ul > li {
  color: #fff;
}

body.blind-color-black .breadcrumbs > li > a,
body.blind-color-black .breadcrumbs > li > span {
  color: #fff;
}

body.blind-color-black h1 {
  color: #fff;
}

body.blind-color-black .text * {
  color: #fff !important;
}

/* размер */
body.blind-scale-2 h1 {
  font-size: 45px !important;
}

body.blind-scale-2 .navbar .tel {
  font-size: 27px !important;
}

body.blind-scale-2 .navbar-bottom > ul > li {
  font-size: 17px !important;
}

body.blind-scale-2 .pageContent .aside > ul > li,
body.blind-scale-2 .pageContent .aside > ul > li span {
  font-size: 17px !important;
}

body.blind-scale-2 .text h3 {
  font-size: 35px !important;
}

body.blind-scale-2 .text p {
  font-size: 19px !important;
}

body.blind-scale-3 h1 {
  font-size: 48px !important;
}

body.blind-scale-3 .navbar .tel {
  font-size: 29px !important;
}

body.blind-scale-3 .navbar-bottom > ul > li {
  font-size: 18px !important;
}

body.blind-scale-3 .pageContent .aside > ul > li,
body.blind-scale-3 .pageContent .aside > ul > li span {
  font-size: 19px !important;
}

body.blind-scale-3 .text h3 {
  font-size: 38px !important;
}

body.blind-scale-3 .text p {
  font-size: 21px !important;
}

.blind-panel {
  background-color: #f2f2f2;
  padding: 60px 0;
  display: none;
}
.blind-panel .blind-panel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blind-panel .blind-panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blind-panel .blind-panel__item.size .plate[data-scale='1'] {
  font-size: 24px;
  line-height: 1.4;
}
.blind-panel .blind-panel__item.size .plate[data-scale='2'] {
  font-size: 27px;
  line-height: 1.25;
}
.blind-panel .blind-panel__item.size .plate[data-scale='3'] {
  font-size: 32px;
  line-height: 0.95;
}
.blind-panel .blind-panel__item.colors {
  margin-left: 50px;
}
.blind-panel .blind-panel__item.colors .plate[data-color='black'] {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.blind-panel .blind-panel__item.colors .plate[data-color='white'] {
}
.blind-panel .blind-panel__item.back {
  margin-left: auto;
  font-size: 20px;
}
.blind-panel .blind-panel__item .name {
  font-size: 20px;
  color: #000;
  margin-right: 10px;
}
.blind-panel .blind-panel__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blind-panel .blind-panel__item .plate {
  background-color: #fff;
  border: 4px solid #dbd6d4;
  border-radius: 100px;
  text-align: center;
  width: 70px;
  height: 40px;
  font-size: 30px;
  margin-right: 5px;
  line-height: 1.1;
}
.blind-panel .blind-panel__item .plate.active {
  border-color: #000;
  position: relative;
}
.blind-panel .blind-panel__item .plate.active:after {
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  top: 100%;
  border: 8px solid transparent;
  border-top: 10px solid #000;
}

.blind-panel-trigger {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 16px;
  cursor: pointer;
}
.blind-panel-trigger svg {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1670px) {
  .blind-panel-trigger {
    top: -15px;
  }
}

@media screen and (max-width: 1200px) {
  .blind-panel-trigger {
    top: -30px;
    right: 15px;
  }

  .blind-panel .blind-panel__item .name {
    font-size: 15px;
  }

  .blind-panel .blind-panel__item .plate {
    width: 64px;
  }

  .blind-panel .blind-panel__item.colors {
    margin-left: 30px;
  }

  .blind-panel .blind-panel__item.back {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .blind-panel {
    padding: 30px 0;
  }

  .blind-panel .blind-panel__wrap {
    display: block;
  }

  .blind-panel .blind-panel__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .blind-panel .blind-panel__item.colors {
    margin-left: 0;
  }
}

@media screen and (max-width: 550px) {
  .blind-panel-trigger {
    font-size: 12px;
  }
}
/* версия для слабовидящих КОНЕЦ */
.searchPlate {
  display: none;
  height: auto;
  width: 100%;
  position: absolute;
  top: 135px;
  left: 0;
  z-index: 6;
}
.searchPlate .barContForColor {
  background: #0058a2;
  padding-top: 50px;
  padding-bottom: 35px;
}
.searchPlate .listContForColor {
  background: #0058a2;
  padding-top: 60px;
  height: -webkit-calc(-41%);
  height: -moz-calc(-41%);
  height: -webkit-calc(100% - 141px);
  height: -moz-calc(100% - 141px);
  height: calc(100% - 141px);
}
.searchPlate .listContForColor.changed {
  background: #fff;
}
.searchPlate .searchBar-cont {
  max-width: 1650px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.searchPlate .searchBar-cont .icon-search {
  color: rgba(255, 255, 255, 0.8);
  font-size: 27px;
  line-height: 55px;
}
.searchPlate .searchBar-cont .icon-search:before {
  margin-left: 0;
  margin-right: auto;
}
.searchPlate .searchBar-cont .close {
  display: none;
  cursor: pointer;
}
.searchPlate .searchBar-cont .close.changed {
  display: block;
}
.searchPlate .searchBar-cont input {
  width: 100%;
  background: 0 0;
  border: none;
  color: #fff;
  font-family: Arial-MT, sans-serif;
  padding-left: 20px;
  font-size: 32px;
  line-height: 55px;
}
.searchPlate .searchBar-cont input::-webkit-input-placeholder {
  font-size: 32px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Arial-MT, sans-serif;
}
.searchPlate .searchBar-cont input::-moz-placeholder {
  font-size: 32px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Arial-MT, sans-serif;
}
.searchPlate .searchBar-cont input::-ms-input-placeholder {
  font-size: 32px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Arial-MT, sans-serif;
}
.searchPlate .searchBar-cont input::placeholder {
  font-size: 32px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Arial-MT, sans-serif;
}
.searchPlate-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  padding-bottom: 76px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.searchPlate-list.disp {
  display: none;
}
.searchPlate-list > li {
  margin-bottom: 32px;
  min-width: 300px;
  width: 24%;
}
.searchPlate-list > li > a,
.searchPlate-list > li > span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}
.searchPlate-list .subCont {
  margin-top: 10px;
}
.searchPlate-list .subCont > ul > li {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 9px;
}
.searchPlate-list .subCont > ul > li > a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.searchPlate-list .subCont > ul > li > a:hover {
  color: #fff;
}
.searchPlate-results {
  display: none;
  height: 100%;
  padding-top: 16px;
  max-width: 1650px;
  margin: auto;
  width: 100%;
}
.searchPlate-results.disp {
  display: block;
}
.searchPlate-results .searchPlate-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  margin-bottom: 28px;
}
.searchPlate-results .searchPlate-result > a:nth-child(1) {
  color: #0058a3;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-shadow: inset 0 -1px 0 0 #ccc;
  -moz-box-shadow: inset 0 -1px 0 0 #ccc;
  box-shadow: inset 0 -1px 0 0 #ccc;
  margin-bottom: 10px;
}
.searchPlate-results .searchPlate-result > a:nth-child(1):hover {
  -webkit-box-shadow: inset 0 -1px 0 0 #0058a3;
  -moz-box-shadow: inset 0 -1px 0 0 #0058a3;
  box-shadow: inset 0 -1px 0 0 #0058a3;
}
.searchPlate-results .searchPlate-result > a:nth-child(2) {
  opacity: 0.7;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.searchPlate-results .searchPlate-result .meta {
  opacity: 0.7;
  color: #000;
}
.searchPlate-results .searchPlate-result .meta > a {
  opacity: 0.7;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.searchPlate-results .searchPlate-result .meta > a:hover {
  opacity: 1;
  color: #0058a2;
}
.searchPlate-results .searchPlate-result .meta > span {
  font-size: 12px;
}
.searchPlate-results .pagination {
  margin-top: 78px;
  padding-top: 44px;
  border-top: 1px solid #ccc;
  padding-bottom: 30px;
}
.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
}
.breadcrumbs > i {
  font-size: 14px;
  color: #2772af;
  margin-left: 7px;
  margin-right: 7px;
  opacity: 0.5;
}
.breadcrumbs > li > a,
.breadcrumbs > li > span {
  font-size: 12px;
  font-weight: 400;
  color: #2772af;
}
.breadcrumbs > li > a {
  opacity: 0.7;
}
.breadcrumbs > li:first-child img {
  margin-bottom: -1px;
}
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagination .rightArrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination > a:not(.dots) {
  background: rgba(0, 90, 168, 0.1);
  color: #0058a3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pagination > a:not(.dots).active {
  background: #005aa8;
  color: #fff;
}
.pagination > a:not(.dots):hover {
  background: #005aa8;
  color: #fff;
}
.pagination > :not(:last-child) {
  margin-right: 15px;
}
.pagination > a.arrow {
  background: 0 0 !important;
}
.pagination > a.arrow.leftArrow {
  margin-top: -2px;
}
.text .table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.text table {
  max-width: 100%;
  margin-top: 58px;
  min-width: 550px;
}
.text table tr {
  border-top: 1px solid #f1f1f1;
}
.text table tr:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.text table tr td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.text table tr td:nth-child(1) {
  width: 250px;
  padding-right: 80px;
  text-transform: uppercase;
}
.text table tr td:nth-child(2) {
  width: 650px;
  padding-right: 80px;
}
.text table tr td:nth-child(3) {
  width: 160px;
}
.contacts__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.contacts__cont > * {
  margin-bottom: 16px;
}
.contacts__cont > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.contacts__cont > span p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}
.contacts__cont .tel a,
.contacts__cont .mail,
.contacts__cont .adress {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  word-break: break-word;
}
.contacts__cont .adress {
  position: relative;
  padding-left: 39px;
}
.contacts__cont .adress:before {
  position: absolute;
  left: 0;
  content: '';
  width: 20px;
  height: 24px;
  background: url(../img/adress.png);
}
.contacts__cont .tel {
  position: relative;
  padding-left: 39px;
}
.contacts__cont .tel:before {
  position: absolute;
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/tel.png);
}
.contacts__cont .mail {
  position: relative;
  padding-left: 45px;
}
.contacts__cont .mail:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  width: 24px;
  height: 20px;
  background: url(../img/mail--blue.png);
}
.contacts {
  overflow-x: hidden;
}
.bgLightBlue {
  background: rgba(0, 90, 168, 0.03);
}
.contacts .row {
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts-1 {
  padding-top: 44px;
  padding-bottom: 60px;
}
.contacts-2 {
  background: #fff;
  padding-top: 64px;
  padding-bottom: 20px;
}
.contacts-2 .row {
  margin-top: 50px;
}
.contacts-3 {
  padding-bottom: 50px;
}
.contacts-4 {
  padding-top: 45px;
}
.contacts-4 h3 {
  margin-bottom: 40px;
}
.contacts-4 form .left {
  width: 38%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.contacts-4 form .left .inputCont {
  margin-bottom: 10px;
}
.contacts-4 form .right {
  width: 58%;
}
.contacts-4 form .right .inputCont {
  height: 93%;
  margin-bottom: 0;
}
.contacts-4 form .right .inputCont textarea {
  height: 100%;
}
.contacts-4 form .inputCont label {
  margin-bottom: 5px;
}
.contacts-4 form .inputCont input {
  height: 53px;
}
.contacts-4 form .inputCont input,
.contacts-4 form .inputCont textarea {
  background: rgba(0, 90, 168, 0.01);
}
.contacts-4 form .bage {
  text-transform: initial;
  padding: 8px 15px 8px 30px;
}
.contacts-4 form .bage span {
  font-size: 17px;
  font-weight: 600;
  margin-right: 25px;
}
.contacts-4 form .bage svg {
  width: 23px;
  height: 23px;
}
.contactsNumberCard .contactsCard {
  padding: 20px 19px 30px 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  background: #fff;
}
.contactsItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: 390px;
  -webkit-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.contactsItemCard {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  background: rgba(240, 244, 247, 0.4);
  margin-bottom: 10px;
  cursor: pointer;
}
.contactsItemCard .contactsItemCardHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  padding: 6px;
  padding-left: 18px;
}
.contactsItemCard .contactsItemCardHead h6 {
  padding-right: 10px;
}
.contactsItemCard .dropdownIcon {
  height: 100%;
  min-height: 28px;
  width: 28px;
  min-width: 28px;
  background: #0058a2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contactsItemCard .dropdownIcon i {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: auto;
}
.contactsItemCard .dropdownIcon i:before {
  color: #fff;
}
.contactsItemCard .contacts__cont {
  display: none;
  background: #fff;
  padding: 20px;
}
.contactsItemCard .contacts__cont .tel {
  margin-top: 10px;
}
.contactsItemCard.active .contacts__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contactsItemCard.active .dropdownIcon {
  background: #e41b43;
}
.contactsItemCard.active .dropdownIcon i {
  -webkit-transform: rotate(180deg) translateY(2px);
  -ms-transform: rotate(180deg) translateY(2px);
  -moz-transform: rotate(180deg) translateY(2px);
  -o-transform: rotate(180deg) translateY(2px);
  transform: rotate(180deg) translateY(2px);
}
.contactsItem .adress {
  max-width: 300px;
}
.contactsItem--type1 {
  height: 310px;
  margin-bottom: 35px;
  padding: 50px 47px 50px 41px;
}
.contactsItem--type2 {
  height: 290px;
  margin-bottom: 30px;
  padding: 36px 47px 17px 41px;
}
.contactsItem--type2 a,
.contactsItem--type2 p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 25px;
}
.contactsItem--type3 {
  height: 340px;
  padding: 56px 23px 39px 52px;
  margin-bottom: 40px;
}
.contactsItem--type3 h6 {
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}
.contactsItem--type3 h6:after {
  position: absolute;
  left: -1px;
  bottom: -24px;
  content: '';
  width: 30px;
  height: 2px;
  background: #e41b43;
}
.contactsItem--type3 .contacts__cont > * {
  margin-bottom: 12px;
}
.contactsItem--type3 a,
.contactsItem--type3 p {
  font-size: 15px !important;
  font-weight: 400;
  line-height: 25px;
}
.contactsItem h5 {
  font-size: 28px;
  font-weight: 400;
}
.contactsItem h6 {
  line-height: 25px;
}
.career .mainContent {
  padding-bottom: 60px !important;
}
.career .text .bage {
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: 0;
}
.main-page {
  background: 0 0;
  -ms-overflow-style: none;
}
.main-page::-webkit-scrollbar {
  display: none;
}
.main-page.overfScrollHide {
  overflow: auto;
}
.main-page .navigate li {
  display: inline-block;
}
.main-page .bg {
  z-index: -2;
}
.main-page .navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.main-page .scroll {
  position: fixed;
  bottom: 20px;
  z-index: 4;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
  height: 44px;
  display: block;
}
.main-page .scroll.disp {
  display: none;
}
.main-page .item {
  min-height: 100vh;
}
.main-page .item .bage {
  margin-top: 0;
  margin-bottom: 0;
}
.main-page .item > img {
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-page .item .container {
  max-width: 1650px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
}
.main-page .item .container .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.main-page .item .container .row .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(28.33333333%);
  width: -moz-calc(28.33333333%);
  width: -webkit-calc(28.33333333%);
  width: -moz-calc(28.33333333%);
  width: -webkit-calc(58.33333333% - 30px);
  width: -moz-calc(58.33333333% - 30px);
  width: calc(58.33333333% - 30px);
  margin-top: 310px;
  margin-bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.main-page .item .container .row .col-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(28.33333333%);
  width: -moz-calc(28.33333333%);
  width: -webkit-calc(28.33333333%);
  width: -moz-calc(28.33333333%);
  width: -webkit-calc(58.33333333% - 30px);
  width: -moz-calc(58.33333333% - 30px);
  width: calc(58.33333333% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-top: 310px;
  margin-bottom: auto;
}
.main-page .item .container .row .colSlick {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(28.33333333%);
  width: -moz-calc(28.33333333%);
  width: -webkit-calc(28.33333333%);
  width: -moz-calc(28.33333333%);
  width: -webkit-calc(58.33333333% - 30px);
  width: -moz-calc(58.33333333% - 30px);
  width: calc(58.33333333% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  width: -webkit-calc(61.66666667%);
  width: -moz-calc(61.66666667%);
  width: -webkit-calc(91.66666667% - 30px);
  width: -moz-calc(91.66666667% - 30px);
  width: calc(91.66666667% - 30px);
  margin-top: 310px;
  margin-bottom: auto;
}
.main-page .item h2.h2--super {
  color: #fff;
  font-weight: 600;
  font-size: 135px;
  line-height: 120px;
}
.main-page .item h2 {
  color: #fff;
  font-weight: 600;
  font-size: 120px;
  line-height: 100px;
}
.main-page .item h3 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 600;
}
.main-page .item h4 {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
}
.main-page .item h6 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.main-page .item p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.main-page .item .meta {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.main-page .item--taglines .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(61.66666667%) !important;
  width: -moz-calc(61.66666667%) !important;
  width: -webkit-calc(91.66666667% - 30px) !important;
  width: -moz-calc(91.66666667% - 30px) !important;
  width: calc(91.66666667% - 30px) !important;
}
.main-page .item--taglines .taglines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 115px;
  padding-right: 0;
}
.main-page .item--taglines .taglines .tagline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  max-width: 300px;
}
.main-page .item--slick {
  position: relative;
}
.main-page .item--slick .slick-item {
  position: relative;
}
.main-page .item--slick .slick-item .bage {
  margin-bottom: 18px;
}
.main-page .item--slick .slick-item h2 {
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 45px;
}
.main-page .item--slick .slick-item h4 {
  margin-left: 5px;
}
.main-page .item--slick .slick-item > img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: contrast(0.8) brightness(0.8);
  filter: contrast(0.8) brightness(0.8);
}
.main-page .item--slick .slick-track {
  position: relative;
}
.main-page .item--slick .slickOnTop {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.main-page .item--slick .slick-dots {
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.main-page .item--slick .slick-dots li {
  padding: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.main-page .item--slick .slick-dots li:not(:last-child) {
  margin-right: 25px;
}
.main-page .item--slick .slick-dots li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 14px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-page .item--slick .slick-dots li.slick-active a {
  background-color: #e41b43 !important;
}
.main-page .item--slick .controlsContainer {
  position: absolute;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.main-page .item--slick .controlsContainer .controlsWrapper {
  max-width: 1650px;
  margin: auto;
  width: 100%;
  margin-top: auto;
  margin-bottom: 200px;
}
.search-page {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
[id*='wait_comp'] {
  display: none;
}
.main-page .item--slick .slick-controls {
  height: auto;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
}
.main-page .item--slick .slick-controls > * {
  margin-right: 20px;
}
.main-page .item--slick .slick-controls .prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-page .item--slick .slick-controls .arrow {
  width: 26px;
  height: 8px;
}
.main-page .item--slick .slick-controls .pagingInfo {
  color: #fff;
}
.main-page .item--news .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(47.5%) !important;
  width: -moz-calc(47.5%) !important;
  width: -webkit-calc(77.5% - 30px) !important;
  width: -moz-calc(77.5% - 30px) !important;
  width: calc(77.5% - 30px) !important;
}
.main-page .item--news .col > a {
  margin-top: 180px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-left: 7px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.main-page .item--news .col > a:hover {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.main-page .item--news .bage {
  margin-bottom: 15px;
}
.main-page .item--news .news-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 18px;
  margin-left: 8px;
}
.main-page .item--news .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  max-width: 340px;
  -webkit-filter: contrast(1);
  filter: contrast(1);
}
.main-page .item--news .news .meta {
  margin-bottom: 10px;
}
.main-page .item--news .news p {
  margin-bottom: 18px;
}
.main-page .item--news .news .arrow {
  max-width: 26px;
  max-height: 8px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-page .main_navigate__list {
  margin-top: 40px;
  margin-bottom: 10px;
}
.main-page .main_navigate__list .navigate-item {
  margin: 0;
  margin-right: 5px;
}
.main-page .main_navigate__list .navigate-item .icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.13);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.main-page .main_navigate__list .navigate-item .icon img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto !important;
}
.main-page .main_navigate__list .navigate-item.active .icon {
  background: #e41b43 !important;
}
.main-page .main_navigate__list .navigate-item:hover .icon {
  background: #193944;
}
.main-page .navigate-item__content h3 {
  margin-top: 0;
}
.main-page .navigate-item__content ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}
.main-page .navigate-item__content ul li {
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
  color: #fff;
  margin-bottom: 0;
}
.main-page .navigate-item__content ul li:before {
  content: '—';
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: -2px;
}
.main-page .navigate-item__content ul li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-page .navigate-item__content ul li a:hover {
  text-decoration: underline;
}
.owl-theme .owl-dots .owl-dot {
  zoom: 1;
  display: block;
  outline: 0;
  margin: 22px 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 0;
  height: 0;
}
.owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 7%;
  margin: auto;
}
.owl-dot {
  counter-increment: my-awesome-counter;
  position: relative;
}
.owl-dot::before {
  content: url(../img/dot.svg);
  margin-left: -52px;
}
.owl-dot.active:before {
  content: url(../img/dotAccent.svg);
}
.owl-carousel {
  z-index: auto;
}
.owl-carousel .owl-nav button {
  outline: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  display: block;
  width: 19px;
  background: url(../img/arr-t.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.owl-theme .owl-nav button.owl-prev:hover {
  display: block;
  width: 19px;
  background: url(../img/arr-t.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
  color: transparent;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-next:hover {
  display: block;
  width: 19px;
  background: url(../img/arr-b.png);
  background-repeat: no-repeat;
  color: transparent;
}
.owl-carousel .owl-nav {
  position: fixed;
  bottom: 26%;
  right: 7.5%;
  z-index: 1000;
}
.owl-prev span {
  opacity: 0;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContent {
  max-width: 1675px;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  min-height: 50vh;
}
.pageContent .aside {
  padding-top: 43px;
  width: 19.5%;
}
.pageContent .aside > ul > li {
  color: #0058a2;
  font-weight: 400;
  margin-bottom: 15px;
}
.pageContent .aside > ul > li.active > span {
  color: #e41b43;
}
.pageContent .aside > ul > li > span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.pageContent .aside > ul > li > span > a {
  padding-left: 30px;
}
.pageContent .aside > ul > li > span.changed > i:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pageContent .aside > ul > li > span:hover > i {
  color: #e41b43;
}
.pageContent .aside > ul > li > span > i {
  margin-right: 5px;
}
.pageContent .aside > ul > li > span > i:before {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pageContent .aside > ul > li .subCont {
  display: none;
  margin-top: 17px;
  margin-left: 25px;
  padding-left: 20px;
  max-width: 220px;
}
.pageContent .aside > ul > li .subCont > ul > li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 20px;
}
.pageContent .aside > ul > li .subCont > ul > li span i {
  margin-left: -25px;
}
.pageContent .aside > ul > li .subCont > ul > li span i:before {
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pageContent .aside > ul > li .subCont > ul > li span.changed i:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pageContent .aside > ul > li .subCont > ul > li > a:hover {
  color: #e41b43;
}
.pageContent .aside > ul > li .subCont > ul > li.active {
  color: #e41b43;
}
.pageContent .aside.nested {
  padding-top: 50px;
}
.pageContent .aside.nested > ul > li {
  max-width: 220px;
}
.pageContent .aside.nested > ul > li span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.pageContent .aside.nested > ul > li ul > li .subCont {
  margin-left: 0;
  padding-left: 10px;
  max-width: 165px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.pageContent .aside.nested > ul > li ul > li .subCont li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.pageContent .aside.nested > ul > li > .subCont {
  border: none;
  margin-top: 20px;
  max-width: 210px;
}
.pageContent .mainContent {
  padding-bottom: 65px;
  width: 80%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(58, 147, 221, 0.05)),
    color-stop(10%, rgba(58, 147, 221, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(58, 147, 221, 0.05) 0,
    rgba(58, 147, 221, 0) 10%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(58, 147, 221, 0.05) 0,
    rgba(58, 147, 221, 0) 10%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(58, 147, 221, 0.05)),
    color-stop(10%, rgba(58, 147, 221, 0))
  );
  background-image: -moz-
    oldlinear-gradient(
      left,
      rgba(58, 147, 221, 0.05) 0,
      rgba(58, 147, 221, 0) 10%
    );
  background-image: linear-gradient(
    to right,
    rgba(58, 147, 221, 0.05) 0,
    rgba(58, 147, 221, 0) 10%
  );
  padding-top: 44px;
  padding-left: 102px;
}
.pageContent .mainContent ul li {
  color: #0058a2;
}
.pageContent--full {
  padding-top: 44px;
  padding-bottom: 44px;
}
.pageContent--full ul li {
  color: #0058a2;
}
.errorContent {
  min-height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.catalog {
  overflow-x: hidden;
}
.catalog .catalogItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(3.33333333%);
  width: -moz-calc(3.33333333%);
  width: -webkit-calc(3.33333333%);
  width: -moz-calc(3.33333333%);
  width: -webkit-calc(33.33333333% - 30px);
  width: -moz-calc(33.33333333% - 30px);
  width: calc(33.33333333% - 30px);
  margin-bottom: 70px;
  position: relative;
}
.catalog .catalogItem .imgCont {
  position: relative;
}
.catalog .catalogItem .imgCont:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    color-stop(85%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    #000 0,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    #000 0,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #000),
    color-stop(85%, rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0))
  );
  background: -moz-
    oldlinear-gradient(
      bottom,
      #000 0,
      rgba(0, 0, 0, 0) 85%,
      rgba(0, 0, 0, 0) 100%
    );
  background: linear-gradient(
    to top,
    #000 0,
    rgba(0, 0, 0, 0) 85%,
    rgba(0, 0, 0, 0) 100%
  );
  content: '';
  opacity: 1;
}
.catalog .catalogItem .imgCont > a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: 30px;
  bottom: 26px;
  background: #e41b43;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 8px 12px;
  z-index: 2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.catalog .catalogItem .imgCont > a:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.catalog .catalogItem .imgCont > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.catalog .catalogItem > h5 {
  margin-top: 15px;
  line-height: 30px;
}
.catalog .catalogItem .subCategories-cont {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
.catalog .catalogItem .subCategories-cont ul li {
  color: #fff;
}
.catalog .catalogItem .subCategories-cont ul li > a:hover {
  color: #e41b43;
}
.category {
  overflow-x: hidden;
}
.category .aside,
.category .mainContent {
  padding-bottom: 44px;
}
.category h1 {
  margin-top: 10px;
}
.category .row {
  margin-top: 45px;
  margin-bottom: 60px;
}
.category .categoryItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(3.33333333%);
  width: -moz-calc(3.33333333%);
  width: -webkit-calc(3.33333333%);
  width: -moz-calc(3.33333333%);
  width: -webkit-calc(33.33333333% - 30px);
  width: -moz-calc(33.33333333% - 30px);
  width: calc(33.33333333% - 30px);
  -webkit-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-bottom: 40px;
}
.category .categoryItem .imgCont {
  position: relative;
  background: #fefefe;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.category .categoryItem .imgCont > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.category .categoryItem .imgCont .bage--2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: 600;
}
.category .categoryItem__middle {
  padding-left: 30px;
  padding-right: 10px;
  padding-top: 35px;
  padding-bottom: 34px;
  border-bottom: 1px solid #f4f4f4;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
}
.category .categoryItem__middle .catName {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  max-width: 270px;
  margin-bottom: 5px;
}
.category .categoryItem__middle .catModel {
  display: block;
  opacity: 0.6;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.category .categoryItem__middle .catDescr {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  max-width: 286px;
  margin-bottom: 10px;
}
.category .categoryItem__middle .catUtp {
  display: block;
  color: #005aa8;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: auto;
  text-transform: uppercase;
  padding-left: 13px;
  border-left: 2px solid #005aa8;
  margin-bottom: 10px;
}
.category .categoryItem__bottom {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  margin-top: auto;
}
.category_detail h1 {
  margin-top: 44px;
}
.category_detail hr {
  border-top: 1px solid #0058a2;
}
.category_detail .categoryDetailHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}
.category_detail .categoryDetailHead .left {
  width: 530px;
}
.category_detail .categoryDetailHead .left .utp {
  padding-left: 10px;
}
.category_detail .categoryDetailHead .left .utp > span {
  color: #e41b43;
  font-size: 17px;
  font-weight: 600;
  line-height: 15px;
  margin-left: 5px;
}
.category_detail .categoryDetailHead .left > img {
  margin-top: 0;
  margin-bottom: 18px;
  width: 670px;
  height: auto;
}
.category_detail .categoryDetailHead .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  width: 530px;
  max-width: 100%;
  margin-top: 7px;
}
.category_detail .categoryDetailHead .textCont {
  width: 100%;
  margin-left: 80px;
}
.category_detail .categoryDetailHead .textCont h5 {
  margin-bottom: 17px;
}
.category_detail .categoryDetailHead .right ul li {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.category_detail .categoryDetailHead .right ul li:before {
  top: 2px;
  left: 1px;
}
.category_detail .categoryDetailHead .right .contacts__cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 70px;
  margin-left: 5px;
}
.category_detail .categoryDetailHead .right .contacts__cont > a {
  margin-bottom: 0;
  padding-left: 42px;
  margin-bottom: 10px;
}
.category_detail
  .categoryDetailHead
  .right
  .contacts__cont
  > a:not(:last-child) {
  margin-right: 28px;
}
.category_detail .categoryDetailHead .right .contacts__cont > a:before {
  top: 3px;
}
.category_detail .categoryDetailHead .right .contacts__cont > a.tel:before {
  width: 18px;
  height: 18px;
  -webkit-background-size: 18px 18px;
  -moz-background-size: 18px 18px;
  -o-background-size: 18px 18px;
  background-size: 18px 18px;
}
.category_detail .categoryDetailHead .right .contacts__cont > a.mail:before {
  top: 6px;
  width: 18px;
  height: 16px;
  -webkit-background-size: 18px 16px;
  -moz-background-size: 18px 16px;
  -o-background-size: 18px 16px;
  background-size: 18px 16px;
}
.category_detail .categoryDetailHead .right .tickList {
  padding-right: 140px;
  padding-left: 8px;
}
.category_detail .categoryDetailHead .right .bage {
  margin-top: 17px;
  margin-bottom: 0;
}
.category_detail .text p {
  margin-bottom: 50px;
}
.category_detail .text .bage {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.category_detail .text .bage span {
  font-size: 20px;
}
.categoryDetailTables {
  max-width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
}
.category_detail table {
  min-width: 300px;
  width: 50%;
}
.category_detail table tr td {
  padding-top: 16px;
  padding-bottom: 15px;
  padding-right: 15px;
}
.eng .aside,
.eng .mainContent {
  padding-bottom: 160px;
}
.news {
  padding-bottom: 0;
}
.news .aside,
.news .mainContent {
  padding-bottom: 50px;
}
.news .d-flex {
  margin-bottom: 20px;
}
.news .d-flex h1 {
  margin-right: 35px;
}
.news .d-flex .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.news .d-flex .selectric-wrapper {
  margin-top: -5px;
  margin-right: 10px;
}
.news .d-flex .selectric-wrapper:last-child {
  width: 120px;
}
.newsItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}
.newsItem > img {
  width: 100%;
  max-width: 390px;
  margin-right: 61px;
  -o-object-fit: cover;
  object-fit: cover;
}
.newsItem h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 18px;
  margin-bottom: 13px;
}
.newsItem p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 35px;
}
.newsItem .textCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.newsItem .metaAndButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.newsItem .metaAndButton > span {
  opacity: 0.6;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 20px;
}
.newsItem .metaAndButton .bage {
  margin: 0;
}
.news .pagination {
  margin-top: 90px;
  margin-bottom: 0;
}
.news_detail .mainContent {
  padding-bottom: 30px;
}
.news_detail .text h1 {
  margin-top: 43px;
  margin-bottom: 50px;
}
.news_detail .text > span {
  display: block;
  margin-top: 40px;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 8;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(240, 243, 246, 0.97);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blocker:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  margin: auto;
  display: none;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 20px 30px 20px 15px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  text-align: left;
  -webkit-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  background-color: #fff;
}
.modal.jobForm {
  width: 690px;
  max-width: 100%;
  padding: 40px 49px;
}
.modal.jobForm > p.red {
  color: #c51244;
}
.modal.categoryForm {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 1140px;
  max-width: 100%;
  padding: 40px 45px;
}
.modal.categoryForm h4 {
  margin-top: 12px;
}
.modal.categoryForm .categoryFormMain {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.modal.categoryForm .categoryFormLeft {
  height: 410px;
  width: 410px;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
}
.modal.categoryForm .categoryFormLeft > img {
  width: 100%;
  height: auto;
}
.modal.categoryForm .inputContWrapper {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  max-width: 597px;
  padding-top: 35px;
  margin-left: 20px;
}
.modal.categoryForm .inputContWrapper > * {
  color: #0058a2;
  font-family: Arial-MT, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.modal.categoryForm .formFooter .bage {
  margin-left: auto;
}
.modal.requestForm {
  width: 690px;
}
.modal.requestForm .formFooter input[type='submit'] {
  font-weight: 600;
}
.formFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.formFooter > * {
  margin-top: 15px;
  margin-bottom: 0;
}
.formFooter > .bage {
  margin-left: 20px;
}
.formFooter > span {
  color: #2356a5;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  margin-left: 10px;
  margin-right: auto;
}
.formFooter > span a {
  text-decoration: underline;
}
.modal a.close-modal {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/button_x--blue.png);
  width: 24px;
  height: 24px;
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@-moz-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -moz-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@-o-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -moz-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.footer .wrapper--max {
  padding-left: 10px;
  padding-right: 10px;
}
.footer .social-cont .social-icon {
  width: 24px;
  fill: #0058a2;
}
.footer--other {
  background: #fff;
  padding-top: 78px;
}
.footer--other .footer-top {
  color: #0058a2;
}
.footer--other .footer-top .wrapper--max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer--other .footer-top .logo {
  visibility: hidden !important;
  height: 35px;
}
.footer--other .footer-top .footer-nav {
  /* max-height: 210px; */
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  width: 470px;
  margin-top: 3px;
  margin-left: 110px;
  margin-bottom: 100px;
}
.footer--other .footer-top .footer-nav > li {
  margin-bottom: 10px;
  position: relative;
  font-family: Arial-MT, sans-serif;
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 30px;
  padding-left: 9px;
  position: relative;
}
.footer--other .footer-top .footer-nav > li a {
  color: #0058a2;
}
.footer--other .footer-top .footer-nav > li:before {
  content: '';
  height: 4px;
  width: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0.7em;
  left: 0;
  position: absolute;
  background: #0058a2;
  margin-right: 10px;
  font-weight: 900;
}

.footer--other .footer-top .footer-nav > li .toggle {
  position: absolute;
  right: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}

.footer--other .footer-top .footer-nav > li .toggle.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer--other .footer-top .footer-nav > li .dropdown {
  display: none;
  padding: 10px;
}

.footer--other .footer-top .footer-nav > li .dropdown li {
  padding-left: 9px;
  position: relative;
}

.footer--other .footer-top .footer-nav > li .dropdown li:not(:last-child) {
  margin-bottom: 10px;
}

.footer--other .footer-top .footer-nav > li .dropdown li:before {
  content: '';
  height: 4px;
  width: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 9px;
  left: 0;
  position: absolute;
  border: 1px solid #0058a2;
  margin-right: 10px;
  font-weight: 900;
}

.footer--other .footer-top-right {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin-right: 165px;
}
.footer--other .footer-top-right .tel {
  font-size: 30px;
  margin-bottom: 23px;
  font-weight: 600;
}
.footer--other .footer-top-right .adress {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 140px;
  margin-left: 12px;
  margin-bottom: 31px;
}
.footer--other .footer-top-right .social-cont {
  margin-left: 10px;
}
.footer--other .footer-bottom {
  color: #0058a2;
  font-size: 12px;
  font-weight: 400;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  padding: 16px 0;
}
.footer--other .footer-bottom .wrapper--max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer--other .footer-bottom .wrapper--max > span:first-child {
  margin-left: 280px;
  margin-right: 50px;
}
.footer--other .footer-bottom .wrapper--max .sitemap {
  margin-right: 14px;
}
.footer--other .footer-bottom .siluet-cont {
  margin-right: 90px;
  margin-left: auto;
}
.footer--other .footer-bottom .siluetLogo {
  width: 32px;
  height: 32px;
  fill: #e3274c !important;
  margin-right: 10px;
}
.footer--other .footer-bottom .siluet-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.footer--other .footer-bottom .siluet-cont svg {
  margin-top: -2px;
}
.footer--other .footer-bottom .siluet-cont span {
  line-height: 15px !important;
}
.footer--main {
  padding-top: 52px;
  padding-bottom: 35px;
  background: #0058a2;
}
.footer--main .wrapper--max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.footer--main .social-icon {
  fill: #fff !important;
}
.footer--main .tel {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}
.footer--main .adress {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  max-width: 180px;
}
.footer--main .footer-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(-5%);
  width: -moz-calc(-5%);
  width: -webkit-calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
}
.footer--main .footer-left .logo {
  margin-bottom: 30px;
  visibility: hidden;
}
.footer--main .footer-left .tel {
  margin-bottom: 10px;
}
.footer--main .footer-left .adress {
  margin-bottom: 55px;
}
.footer--main .footer-right {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(45%);
  width: -moz-calc(45%);
  width: -webkit-calc(75% - 30px);
  width: -moz-calc(75% - 30px);
  width: calc(75% - 30px);
  margin-right: 0;
}
.footer--main .footer-right h5 {
  color: #fff;
  margin-bottom: 35px;
}
.footer--main .footer-right-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer--main .footer-right-nav > li {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 19px;
}
.footer--main .footer-right-nav > li:not(:first-child):before {
  content: '|';
  font-size: 1em;
  font-weight: 600;
  margin-right: 19px;
}
.footer--main .footer-right-nav > li:nth-child(8):before {
  display: none;
}
.footer--main .footer-right-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-top: 95px;
}
.footer--main .footer-right-bottom > a,
.footer--main .footer-right-bottom > span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.footer--main .footer-right-bottom > a:nth-child(1) {
  margin-right: 0;
}
.footer--main .footer-right-bottom > a:nth-child(2) {
  margin-right: auto;
  margin-left: 45px;
  position: relative;
}
.footer--main .footer-right-bottom > a:nth-child(2):before {
  left: -25px;
  content: '|';
  position: absolute;
  font-size: 1em;
  font-weight: 600;
  margin-right: 10px;
}
.footer--main .footer-right-bottom .siluet-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 95px;
  margin-right: 40px;
}
.footer--main .footer-right-bottom .siluet-cont svg {
  margin-top: -2px;
}
.footer--main .footer-right-bottom .siluet-cont span {
  line-height: 15px !important;
}
.footer--main .footer-right-bottom .siluet-cont svg {
  width: 28px;
  height: 28px;
}
.footer--main .footer-right-bottom .siluet-cont > span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.managment .wrapper--max {
  padding-top: 40px;
}
.managmentSection {
  padding-top: 12px;
}
.managmentSection .row {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.managmentItem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(-5%);
  width: -moz-calc(-5%);
  width: -webkit-calc(3.3%);
  width: -moz-calc(3.3%);
  width: -webkit-calc(3.3%);
  width: -moz-calc(3.3%);
  width: -webkit-calc(33.3% - 30px);
  width: -moz-calc(33.3% - 30px);
  width: calc(33.3% - 30px);
  height: 310px;
  -webkit-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  box-shadow: 0 0 15px rgba(0, 90, 168, 0.15);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  padding: 40px 40px 40px 45px;
  margin-bottom: 30px;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.managmentItem .managmentTextCont {
  margin-left: 8px;
}
.managmentItem .managmentTextCont .description {
  display: none;
}
.managmentTextCont h5 {
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 8px;
}
.managmentTextCont p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.managmentImg {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.managmentModal {
  width: 1140px;
  height: auto;
  padding: 80px 70px 70px 50px;
}
.managmentModal .managmentModalInnerCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
}
.managmentModal .managmentModalInnerCont .managmentImg {
  margin-right: 38px;
}
.managmentModal .managmentModalInnerCont .managmentTextCont {
  padding-top: 23px;
}
.managmentModal .managmentModalInnerCont .managmentTextCont h5 {
  font-size: 30px;
  line-height: 35px;
}
.managmentModal .managmentModalInnerCont .managmentTextCont h5 br {
  display: none;
}
.managmentModal .managmentModalInnerCont .managmentTextCont .position {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 35px;
}
.managmentModal .managmentModalInnerCont .managmentTextCont .description {
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}
.fullpage-preloader.pageLoaded {
  opacity: 0;
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px);
  pointer-events: none;
}
.fullpage-preloader.d-none {
  display: none !important;
  z-index: -1 !important;
}
svg#preloader-logo {
  height: 120px;
  width: 120px;
  -webkit-animation: preloader-logo-animation ease 2.3s infinite;
  -moz-animation: preloader-logo-animation ease 2.3s infinite;
  -o-animation: preloader-logo-animation ease 2.3s infinite;
  animation: preloader-logo-animation ease 2.3s infinite;
  color: #e41b43;
}
svg#preloader-logo .fill {
  fill: currentColor;
}
@-webkit-keyframes preloader-logo-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-moz-keyframes preloader-logo-animation {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@-o-keyframes preloader-logo-animation {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@keyframes preloader-logo-animation {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
@media (min-width: 500px) {
  .contactsNumberCard .contactsCard h4 {
    margin: 11px 22px 30px;
  }
}
@media (min-width: 600px) {
  .contacts {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .main-page .item--news .news:hover {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
  .main-page .item--news .news:hover .arrow {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media (min-width: 1024px) {
  .contactsItemCard:hover .dropdownIcon {
    background: #e41b43;
  }
  .managmentItem:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 90, 168, 0.25);
    -moz-box-shadow: 0 0 15px rgba(0, 90, 168, 0.25);
    box-shadow: 0 0 15px rgba(0, 90, 168, 0.25);
  }
}
@media (min-width: 1200px) {
  .wrapper {
    width: 91%;
  }
  .wrapper--max {
    width: 91%;
  }
  .main-page .item .container {
    width: 91% !important;
  }
}
@media (min-width: 1230px) {
  .contactsNumberCard .contactsCard {
    width: 1230px;
  }
}
@media (max-width: 1670px) {
  .downloadCat {
    left: 10px;
  }
  .backTop {
    left: 10px !important;
    bottom: 15px !important;
  }
  .request {
    right: 10px;
    bottom: 85px;
  }
}
@media (max-width: 1651px) {
  .main-page .item .container .row .col {
    margin-top: 160px;
    margin-bottom: auto;
  }
  .main-page .item h3 {
    font-size: 60px;
  }
  .main-page .main_navigate__list {
    margin-top: 10px;
  }
  .main-page .main_navigate__list .navigate-item .icon {
    width: 50px;
    height: 50px;
  }
  .main-page .main_navigate__list .navigate-item .icon > img {
    width: 32px;
    height: 32px;
  }
  .main-page .item--2 .col {
    width: -webkit-calc(61.66666667%) !important;
    width: -moz-calc(61.66666667%) !important;
    width: -webkit-calc(91.66666667% - 30px) !important;
    width: -moz-calc(91.66666667% - 30px) !important;
    width: calc(91.66666667% - 30px) !important;
  }
  .main-page .item--news .col {
    margin-top: 160px !important;
  }
  .main-page .owl-dots {
    right: 10px;
    bottom: 35%;
  }
  .main-page .item--slick .bage {
    margin-bottom: 10px;
  }
  .main-page .item--slick h2 {
    font-size: 7vw;
    line-height: 80px;
    margin-bottom: 10px !important;
  }
  .main-page .item--slick h4 {
    font-size: 30px;
    margin-bottom: 0 !important;
  }
  .main-page .item--taglines .h2--super {
    font-size: 7.2vw !important;
    margin-bottom: 10px;
    line-height: 100px;
  }
  .main-page .item--taglines h6 {
    font-size: 18px;
  }
  .main-page .item--taglines .col {
    padding-left: 10px;
    padding-right: 20px;
  }
  .main-page .item--taglines .taglines {
    margin-top: 10px;
  }
  .main-page .item--news h2 {
    font-size: 8vw !important;
  }
}
@media (max-width: 1650px) {
  .wrapper--max {
    padding: 0 10px;
  }
  .searchPlate .searchBar-cont {
    padding: 0 10px;
  }
  .searchPlate .searchBar-cont {
    padding: 0 10px;
  }
  .searchPlate-list {
    padding: 0 10px;
  }
  .searchPlate-list {
    padding: 0 10px;
  }
  .searchPlate-results {
    padding: 0 10px;
  }
  .searchPlate-results {
    padding: 0 10px;
  }
  .main-page .item .container {
    padding: 0 10px;
  }
  .main-page .item .container {
    padding: 0 10px;
  }
  .main-page .item--slick .controlsContainer .controlsWrapper {
    padding: 0 10px;
  }
  .main-page .item--slick .controlsContainer .controlsWrapper {
    padding: 0 10px;
  }
}
@media (max-width: 1600px) {
  .managmentItem {
    padding: 30px;
  }
}
@media (max-width: 1550px) {
  .category .categoryItem {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 1450px) {
  .category_detail .categoryDetailHead .textCont {
    margin-left: 40px;
  }
}
@media (max-width: 1400px) {
  .downloadCat {
    background: #e41b43;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 10px;
    max-width: 195px;
  }
  .downloadCat > img {
    width: 33px;
    height: 35px;
  }
  .downloadCat > span {
    margin-left: 10px;
    font-size: 16px;
  }
  .backTop {
    width: 20px;
    height: 20px;
  }
  .request {
    padding: 12px;
    max-height: 44px;
  }
  .request svg {
    width: 20px;
    height: 20px;
  }
  .request > span {
    font-size: 16px;
  }
  .footer--other {
    padding-top: 20px;
  }
  .footer--other .footer-top .footer-nav {
    margin-bottom: 0;
  }
  .footer--other .footer-top .wrapper--max {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .footer--other .footer-top .wrapper--max > * {
    margin-right: 0;
    margin-left: 0;
  }
  .footer--other .footer-bottom .wrapper--max {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .footer--other .footer-bottom .wrapper--max > :not(.siluet-cont) {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .footer--main .footer-right-bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .footer--main .footer-right-bottom .siluet-cont {
    margin-left: 20px;
  }
}
@media (max-width: 1330px) {
  .main-page .item--slick .slick-dots {
    bottom: 120px;
  }
  .main-page .item--slick .container .row .colSlick {
    margin-top: 200px;
  }
}
@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  .wrapper--max {
    width: 100%;
  }
  .main-page .item .container {
    width: 100% !important;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .text > img {
    margin: 10px 0 15px;
  }
  .text h3 {
    margin-top: 30px;
    margin-bottom: 18px;
  }
  .text p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text ul {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .text ul > li {
    padding-left: 25px;
  }
  .text ul.tickList > li:before {
    content: '';
    background: url(../img/tick.png) center center/cover;
    width: 13px;
    height: 10px;
    top: 9px;
    left: 2px;
    -webkit-background-size: 13px 10px;
    -moz-background-size: 13px 10px;
    -o-background-size: 13px 10px;
    background-size: 13px 10px;
  }
  .text ol li {
    padding-left: 25px;
  }
  .navbar-bottom {
    padding-top: 0;
    padding-bottom: 0 !important;
  }
  .navbar .wrapper--max {
    padding: 0;
  }
  .navbar .hamburger {
    display: inline-block;
    cursor: pointer;
    z-index: 3;
  }
  .navbar .hamburger .bar1,
  .navbar .hamburger .bar2,
  .navbar .hamburger .bar3 {
    width: 35px;
    height: 3px;
    background-color: #0058a2;
    margin: 8px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .navbar .hamburger.changed .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    -ms-transform: rotate(-45deg) translate(-9px, 7px);
    -moz-transform: rotate(-45deg) translate(-9px, 7px);
    -o-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-9px, 7px);
  }
  .navbar .hamburger.changed .bar2 {
    opacity: 0;
  }
  .navbar .hamburger.changed .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    -ms-transform: rotate(45deg) translate(-8px, -7px);
    -moz-transform: rotate(45deg) translate(-8px, -7px);
    -o-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
  }
  .navbar-top {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-top .logo-cont > img {
    height: 35px;
  }
  .navbar-top .social-cont {
    margin: 0;
    margin-left: auto;
    margin-right: 25px;
    margin-top: 9px;
  }
  .navbar-top .tel {
    margin: 0;
    margin-right: 25px;
    margin-top: 9px;
    font-size: 20px;
    line-height: 22px;
  }
  .navbar-top .lang-cont {
    margin-top: 9px;
    margin-right: 25px;
  }
  .navbar-top .lang-cont > * {
    font-size: 19px !important;
    line-height: 22px;
  }
  .navbar-top .lang-cont:hover {
    margin-top: 2px;
  }
  .navbar-top .search {
    margin: 0;
    margin-right: 15px;
    margin-top: 9px;
    font-size: 20px;
    line-height: 22px;
  }
  .navbar-bottom {
    display: none;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-bottom-footer .social-cont {
    display: none;
  }
  .navbar-bottom li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .navbar-bottom > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .navbar-bottom > ul > li {
    width: 230px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .navbar-bottom > ul > li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
  .navbar-bottom > ul > li span > i {
    display: block;
    margin-left: 2px;
    color: #0058a2;
  }
  .navbar-bottom > ul > li span > i:before {
    font-size: 14px;
  }
  .navbar-bottom > ul > li span.changed i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-bottom > ul > li:hover span {
    color: #0058a2;
  }
  .navbar-bottom > ul > li:hover span i {
    color: #e41b43;
  }
  .navbar-bottom > ul > li.active span {
    color: #0058a2;
  }
  .navbar-bottom > ul > li .subCont {
    display: none;
    position: relative;
    top: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    left: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    margin-top: 5px;
  }
  .navbar-bottom > ul > li .subCont .arrow-up {
    display: none;
  }
  .navbar:not(.white) .navbar-bottom {
    background: #fff;
  }
  .navbar:not(.white) .navbar-bottom > ul {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar:not(.white) .navbar-bottom > ul li {
    color: #0058a2;
  }
  .listContForColor {
    height: -webkit-calc(24%) !important;
    height: -moz-calc(24%) !important;
    height: -webkit-calc(100% - 76px) !important;
    height: -moz-calc(100% - 76px) !important;
    height: calc(100% - 76px) !important;
  }
  .text table tr td {
    font-size: 15px;
  }
  .text table tr td:nth-child(1) {
    width: 20%;
    padding-right: 20px;
  }
  .text table tr td:nth-child(2) {
    width: 42%;
    padding-right: 20px;
  }
  .text table tr td:nth-child(3) {
    width: 15%;
    padding-right: 20px;
  }
  .pageContent {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .pageContent .aside {
    padding-top: 0;
    padding-bottom: 0 !important;
    width: 100%;
  }
  .pageContent .aside > ul {
    padding-left: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #0058a2;
    border-bottom: 1px solid #0058a2;
  }
  .pageContent .aside > ul > li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    width: 25%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: left;
    max-width: unset !important;
  }
  .pageContent .aside > ul > li > span {
    font-size: 14px;
  }
  .pageContent .aside > ul > li > span i {
    margin-right: 3px;
  }
  .pageContent .aside > ul > li > span > a {
    padding-left: 0;
  }
  .pageContent .aside > ul > li .subCont {
    text-align: left;
    padding-left: 5px;
    border-left: none;
    margin-left: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 10px !important;
  }
  .pageContent .aside > ul > li .subCont a {
    font-size: 14px;
  }
  .pageContent .aside.nested {
    padding-top: 0;
  }
  .pageContent .aside.nested > ul > li > .subCont .subCont {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .pageContent .mainContent {
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
  }
  .pageContent--full {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .catalog .catalogItem {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .category {
    padding-bottom: 10px;
  }
  .category .row {
    margin-bottom: 0;
  }
  .eng .aside {
    padding-bottom: 0;
  }
  .eng .mainContent {
    padding-bottom: 40px;
  }
  .newsItem .textCont {
    height: 240px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .newsItem .textCont h6 {
    margin: 0;
  }
  .newsItem .textCont p {
    margin: 0;
  }
  .jobForm .inputCont {
    width: 100%;
  }
  .jobForm .inputCont input {
    width: 100%;
  }
  .managmentItem {
    width: -webkit-calc(3.333%);
    width: -moz-calc(3.333%);
    width: -webkit-calc(3.333%);
    width: -moz-calc(3.333%);
    width: -webkit-calc(33.333% - 30px);
    width: -moz-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 1150px) {
  .main-page .item--taglines .taglines {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-page .item h2 {
    margin-bottom: 10px;
    line-height: 100px;
  }
  .main-page .item--news .news-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .main-page .item--news .news-cont .news {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .main-page .item--news .col > a {
    margin-top: 20px;
  }
}
@media (max-width: 1100px) {
  .modal.categoryForm {
    padding: 20px;
  }
  .modal.categoryForm .categoryFormMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .modal.categoryForm .categoryFormMain .categoryFormLeft {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal.categoryForm .inputContWrapper {
    max-width: 100% !important;
    margin-left: 0;
  }
  .footer--main .footer-left {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer--main .footer-left .adress {
    max-width: unset;
  }
  .footer--main .footer-left .logo {
    display: none;
  }
  .footer--main .footer-left > * {
    margin-bottom: 15px !important;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
  }
  .footer--main .footer-right {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 10px;
  }
  .footer--main .footer-right h5 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer--main .footer-right-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer--main .footer-right-nav li {
    position: relative;
  }
  .footer--main .footer-right-nav li::before {
    content: '' !important;
    display: initial !important;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 1em;
    left: -9px;
    position: absolute;
    background: #fff;
    margin-right: 10px;
    font-weight: 900;
  }
  .footer--main .footer-right-bottom {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1050px) {
  .contacts-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contacts-3 {
    padding-bottom: 30px;
  }
  .contacts-4 {
    padding-top: 25px;
  }
  .news .mainContent {
    padding-bottom: 30px;
  }
  .news .pagination {
    margin-top: 10px;
  }
  .news .d-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .newsItem {
    position: relative;
    height: 400px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsItem > img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-filter: blur(2px) brightness(0.7) contrast(0.7);
    filter: blur(2px) brightness(0.7) contrast(0.7);
  }
  .newsItem .textCont {
    z-index: 2;
    height: 100%;
    padding: 30px 20px;
  }
  .newsItem h6 {
    color: #fff;
  }
  .newsItem p {
    color: #fff;
  }
  .newsItem .metaAndButton > span {
    opacity: 1;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .category_detail .categoryDetailHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .category_detail .categoryDetailHead .left {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .category_detail .categoryDetailHead .left > img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .category_detail .categoryDetailHead .right {
    max-width: 100%;
    width: 670px;
    margin-right: 0;
  }
  .category_detail .categoryDetailHead .right .contacts__cont {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .category_detail .categoryDetailHead .right .tickList {
    padding-left: 0;
    padding-right: 10px;
  }
  .category_detail .categoryDetailHead .textCont {
    margin-left: 0;
  }
}
@media (max-width: 1010px) {
  .footer--other .footer-top {
    padding-bottom: 10px;
  }
  .footer--other .footer-top .wrapper--max {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .footer--other .logo {
    margin-bottom: 20px;
  }
  .footer--other .footer-nav {
    padding-left: 10px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
    height: unset !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .footer--other .footer-nav li {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }
  .footer--other .footer-top-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer--other .footer-top-right .tel {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .footer--other .footer-top-right .adress {
    margin-bottom: 20px;
    max-width: unset;
  }
}
@media (max-width: 1000px) {
  .imgGrid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .imgGrid > * {
    margin: 10px;
  }
  .imgGrid > :nth-child(1),
  .imgGrid > :nth-child(14),
  .imgGrid > :nth-child(6),
  .imgGrid > :nth-child(9) {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 450px;
  }
  .imgGrid > :nth-child(10),
  .imgGrid > :nth-child(15),
  .imgGrid > :nth-child(2),
  .imgGrid > :nth-child(7) {
    width: -webkit-calc(30.5%);
    width: -moz-calc(30.5%);
    width: -webkit-calc(60.5% - 30px);
    width: -moz-calc(60.5% - 30px);
    width: calc(60.5% - 30px);
    height: 400px;
  }
  .imgGrid > :nth-child(11),
  .imgGrid > :nth-child(16),
  .imgGrid > :nth-child(3),
  .imgGrid > :nth-child(8) {
    width: -webkit-calc(9.5%);
    width: -moz-calc(9.5%);
    width: -webkit-calc(39.5% - 30px);
    width: -moz-calc(39.5% - 30px);
    width: calc(39.5% - 30px);
    height: 400px;
  }
  .imgGrid > :nth-child(12),
  .imgGrid > :nth-child(17),
  .imgGrid > :nth-child(4),
  .imgGrid > :nth-child(9) {
    width: -webkit-calc(9.5%);
    width: -moz-calc(9.5%);
    width: -webkit-calc(39.5% - 30px);
    width: -moz-calc(39.5% - 30px);
    width: calc(39.5% - 30px);
    height: 400px;
  }
  .imgGrid > :nth-child(10),
  .imgGrid > :nth-child(13),
  .imgGrid > :nth-child(18),
  .imgGrid > :nth-child(5) {
    width: -webkit-calc(30.5%);
    width: -moz-calc(30.5%);
    width: -webkit-calc(60.5% - 30px);
    width: -moz-calc(60.5% - 30px);
    width: calc(60.5% - 30px);
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-bottom > ul > li {
    line-height: ininital;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-bottom > ul > li > span {
    margin-bottom: 5px;
  }
  .navbar-bottom > ul .subCont li {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .navbar-bottom > ul .subCont li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 968px) {
  .catalog .catalogItem {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 20px;
  }
  .catalog .catalogItem .imgCont .subCategories-cont {
    padding: 7px;
    max-height: 100%;
  }
  .catalog .catalogItem .imgCont .dividers {
    padding-left: 10px;
  }
  .catalog .catalogItem .imgCont .dividers > li {
    font-size: 13px;
    line-height: 20px;
    margin-right: 15px;
    position: relative;
  }
  .catalog .catalogItem .imgCont .dividers > li:before {
    content: '' !important;
    height: 4px;
    width: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0.8em;
    left: -8px;
    position: absolute;
    background: #fff;
    margin-right: 10px;
    font-weight: 900;
  }
  .catalog .catalogItem .imgCont > img {
    height: 100%;
    width: auto;
  }
  .catalog .catalogItem .imgCont > a {
    padding: 4px 8px;
    bottom: 10px;
    right: 10px;
  }
  .catalog .catalogItem > h5 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .catalog .row {
    margin: 0;
  }
}
@media (max-width: 950px) {
  .pageContent .aside > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageContent .aside > ul > li {
    width: 50%;
  }
  .pageContent .aside > ul > li > span > a {
    padding-left: 22px;
  }
  .pageContent .aside > ul > li .subCont {
    margin-top: 10px;
    margin-left: 20px;
    max-width: unset;
  }
  .pageContent .aside > ul > li .subCont > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .main-page .owl-dots {
    display: none;
  }
  .main-page .item .col {
    width: -webkit-calc(70%) !important;
    width: -moz-calc(70%) !important;
    width: -webkit-calc(100% - 30px) !important;
    width: -moz-calc(100% - 30px) !important;
    width: calc(100% - 30px) !important;
  }
  .main-page .item--slick .slick-item h2 {
    font-size: 70px;
    line-height: 60px;
  }
  .main-page .item--2 h3 {
    font-size: 50px;
  }
  .main-page .item--taglines .taglines {
    padding-right: 0;
  }
}
@media (max-width: 850px) {
  .managmentSection .row {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .managmentItem {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .category .categoryItem {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .category .categoryItem__middle .catName {
    max-width: 100%;
  }
  .category .categoryItem__middle .catDescr {
    max-width: 100%;
  }
  .category_detail .categoryDetailHead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-bottom: 0;
  }
  .category_detail .categoryDetailHead .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .category_detail .categoryDetailHead .left > img {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 830px) {
  .contacts .row {
    margin-top: 10px;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .contacts-4 form .inputContWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .contacts-4 form .left {
    width: 100%;
  }
  .contacts-4 form .right {
    width: 100%;
  }
  .contacts-4 form .right .inputCont {
    height: 150px;
  }
}
@media (max-width: 800px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  h4 {
    font-size: 25px;
    line-height: 40px;
  }
  h5 {
    font-size: 18px;
    line-height: 30px;
  }
  h6 {
    line-height: 28px;
  }
  .footer--main {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .footer--main .footer-right-bottom {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -moz-box-pack: space-evenly;
    justify-content: space-evenly;
  }
  .footer--main .footer-right-bottom > * {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 0;
  }
  .footer--main .footer-right-bottom > a:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .text h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .text h4 {
    font-size: 25px;
    line-height: 36px;
  }
  .text h5 {
    font-size: 22px;
    line-height: 35px;
  }
  .text h6 {
    font-size: 20px;
    line-height: 30px;
  }
  .text p {
    font-size: 16px;
  }
  .text ol li,
  .text ul li {
    font-size: 16px !important;
  }
  .text ol li:before {
    font-size: 16px;
  }
  .downloadCat {
    bottom: 10px;
  }
  .searchPlate .barContForColor {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .searchPlate .listContForColor {
    padding-top: 10px;
  }
  .searchPlate .searchBar-cont .icon-search {
    font-size: 25px;
  }
  .searchPlate .searchBar-cont input {
    width: 100%;
    background: 0 0;
    border: none;
    color: #fff;
    font-family: Arial-MT, sans-serif;
    padding-left: 20px;
    font-size: 23px;
    line-height: 35px;
  }
  .searchPlate .searchBar-cont input::-webkit-input-placeholder {
    font-size: 23px;
    line-height: 35px;
  }
  .searchPlate .searchBar-cont input::-moz-placeholder {
    font-size: 23px;
    line-height: 35px;
  }
  .searchPlate .searchBar-cont input::-ms-input-placeholder {
    font-size: 23px;
    line-height: 35px;
  }
  .searchPlate .searchBar-cont input::placeholder {
    font-size: 23px;
    line-height: 35px;
  }
  .searchPlate-list {
    margin-top: 20px;
  }
  .searchPlate-list > li {
    white-space: initial;
    margin-bottom: 20px;
    padding-right: 10px;
  }
  .searchPlate-list > li > span {
    font-size: 20px;
    line-height: 30px;
  }
  .contacts__cont .tel a,
  .contacts__cont .mail,
  .contacts__cont .adress {
    font-size: 16px;
  }
  .main-page .item .container .row .col {
    margin-top: auto;
    margin-bottom: auto;
  }
  .main-page .item--slick .bage {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-page .item--slick h2 {
    font-size: 50px;
    line-height: 45px;
  }
  .main-page .item--slick h4 {
    margin-top: 0;
  }
  .main-page .item--2 .navigate-item .icon {
    width: 45px;
    height: 45px;
  }
  .main-page .item--2 .navigate-item .icon > img {
    width: 30px;
    height: 30px;
  }
  .main-page .item--2 .navigate-item__content h3 {
    font-size: 40px;
    line-height: 40px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li {
    padding-left: 22px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li a {
    font-size: 17px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li:before {
    font-size: 16px;
  }
  .main-page .item--taglines .bage {
    margin-bottom: 30px;
  }
  .main-page .item--taglines .h2--super {
    font-size: 50px !important;
    line-height: 50px !important;
    margin-bottom: 0;
  }
  .main-page .item--taglines h6 {
    font-size: 17px;
  }
  .main-page .item--news .col {
    margin-top: 100px !important;
  }
  .main-page .item--news .bage {
    margin-bottom: 30px;
  }
  .main-page .item--news h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .main-page .item--news p {
    font-size: 18px;
    line-height: 25px;
  }
  .pageContent .aside > ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pageContent .aside > ul > li {
    width: 50%;
  }
  .pageContent .aside > ul > li:nth-child(1) {
    width: 50%;
  }
  .pageContent .aside > ul > li .subCont {
    margin-top: 10px;
    margin-left: 20px;
    max-width: unset;
  }
  .pageContent .aside > ul > li .subCont > ul > li:last-child {
    margin-bottom: 0;
  }
  .managmentItem {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 690px) {
  .navbar .wrapper--max {
    padding: 0;
  }
  .navbar-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-top .lang-cont {
    margin-left: auto;
  }
  .navbar-top .search {
    display: none;
  }
  .navbar-top .social-cont {
    display: none;
  }
  .navbar .searchBarResults {
    display: none;
  }
  .navbar .searchBarResults.disp {
    display: initial;
  }
  .navbar .searchBarResults .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }
  .navbar .searchBarResult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-shadow: 2;
    -moz-box-shadow: 2;
    box-shadow: 2;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
      0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
      0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .navbar .searchBarResult > a:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .navbar .searchBarResult > a:nth-child(2) {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .navbar .searchBarResult .meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar .searchBarResult .meta > * {
    font-size: 12px;
    margin-right: 5px;
  }
  .navbar-bottom {
    background: #0058a2 !important;
    padding: 10px 20px;
  }
  .navbar-bottom .searchBar-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
  }
  .navbar-bottom .searchBar-cont .icon-search {
    color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    margin-bottom: 10px;
  }
  .navbar-bottom .searchBar-cont input {
    margin-right: 10px;
    width: 95%;
    background: 0 0;
    border: none;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
  }
  .navbar-bottom .searchBar-cont input::-webkit-input-placeholder {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.2);
    font-family: Arial;
  }
  .navbar-bottom .searchBar-cont input::-moz-placeholder {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.2);
    font-family: Arial;
  }
  .navbar-bottom .searchBar-cont input::-ms-input-placeholder {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.2);
    font-family: Arial;
  }
  .navbar-bottom .searchBar-cont input::placeholder {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.2);
    font-family: Arial;
  }
  .navbar-bottom .searchBar-cont > .close {
    display: none;
    z-index: 2;
  }
  .navbar-bottom .searchBar-cont > .close.disp {
    display: block;
  }
  .navbar-bottom .searchBar.changed {
    margin-left: 2px;
  }
  .navbar-bottom > ul {
    margin-bottom: 0;
  }
  .navbar-bottom > ul li {
    color: #fff !important;
    font-family: Arial;
    font-weight: 400;
  }
  .navbar-bottom > ul li:hover span {
    color: #fff;
  }
  .navbar-bottom > ul li i {
    color: #fff !important;
  }
  .navbar-bottom > ul > li {
    margin-bottom: 10px;
    color: #fff !important;
  }
  .navbar-bottom > ul > li > span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .navbar-bottom > ul > li > span i {
    margin-left: 0;
    margin-right: 10px;
  }
  .navbar-bottom > ul > li > a {
    margin-left: 30px;
  }
  .navbar-bottom > ul > li.active span {
    color: #fff;
  }
  .navbar-bottom > ul > li .subCont li {
    margin-left: 30px;
  }
  .navbar-bottom > ul > li .subCont li a {
    color: rgba(255, 255, 255, 0.4) !important;
  }
  .navbar-bottom > ul > li .subCont li a:hover {
    color: #fff !important;
  }
  .navbar-bottom-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-bottom-footer .tel {
    font-size: 18px;
    color: #fff !important;
  }
  .navbar-bottom-footer .social-cont {
    margin: 0;
    display: block;
  }
}
@media (max-width: 670px) {
  .category_detail .categoryDetailHead .right {
    width: auto;
  }
}
@media (max-width: 660px) {
  .modal.categoryForm {
    padding: 15px;
  }
  .modal.categoryForm .inputCont {
    width: 100%;
  }
  .modal.requestForm .inputCont {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .footer--other .footer-bottom .siluet-cont {
    margin-right: auto;
    margin-left: auto;
  }
  .managmentModal {
    padding: 40px;
  }
  .managmentModal .managmentModalInnerCont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .managmentModal .managmentModalInnerCont .managmentImg {
    margin-left: auto;
    margin-right: auto;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont {
    padding-top: 15px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont h5 {
    font-size: 25px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont .position {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont .description {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .text table {
    margin-top: 10px;
  }
  .text table tr td {
    font-size: 14px;
  }
  .main-page .scroll {
    display: none;
  }
  .main-page .item--slick .slick-item h2 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 20px !important;
  }
  .main-page .item--slick .slick-item h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .main-page .item--slick .container .row .colSlick {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin-top: 120px;
  }
  .category .categoryItem {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .category .categoryItem .imgCont img {
    width: 65%;
  }
  .managmentItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    padding: 20px 25px;
  }
  .managmentItem .managmentImg {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .managmentItem .managmentTextCont h5 br {
    display: none;
  }
}
@media (max-width: 550px) {
  .footer--other .footer-top .footer-nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .navbar-top {
    padding-bottom: 25px;
  }
  .catalog .catalogItem {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 510px) {
  .text > img {
    margin-bottom: 10px;
  }
  .text > .bage {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .text h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .text h2 + p,
  .text h2 + ul {
    margin-top: 0;
  }
  .text h3 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 38px;
    margin-bottom: 10px;
  }
  .text h3 + p,
  .text h3 + ul {
    margin-top: 0;
  }
  .text h4 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
  }
  .text h4 + p,
  .text h4 + ul {
    margin-top: 0;
  }
  .text h5 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 32px;
    margin-bottom: 10px;
  }
  .text h5 + p,
  .text h5 + ul {
    margin-top: 0;
  }
  .text h6 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .text h6 + p,
  .text h6 + ul {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  h4 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h5 {
    line-height: 28px;
  }
  h6 {
    line-height: 28px;
  }
  .imgGrid {
    margin: 0;
  }
  .imgGrid > * {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    height: 96vw !important;
  }
  .bage--arrow.bage--big {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bage--arrow.bage--big span {
    font-size: 17px;
    margin-right: 15px;
  }
  .bage--wide {
    font-size: 17px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px !important;
  }
  .bage--wide span {
    font-size: 17px;
    margin-right: 15px;
  }
  .contactsNumberCard .contactsCard {
    padding: 15px;
  }
  .contactsItemCard .contactsItemCardHead {
    padding: 10px;
  }
  .contactsItemCard .contacts__cont {
    padding: 10px;
  }
  .news .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .news .d-flex h1 {
    margin-left: auto;
    margin-right: auto;
  }
  .news .mainContent {
    padding-bottom: 15px;
  }
  .newsItem {
    margin-bottom: 20px;
  }
  .news .textCont h6 {
    font-size: 16px;
  }
  .news .textCont p {
    font-size: 14px;
  }
  .news_detail h1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .modal.jobForm {
    padding: 10px;
  }
  .formFooter .bage {
    margin-left: auto;
    margin-right: auto;
  }
  .formFooter > span {
    line-height: 20px;
    max-width: 200px;
  }
  .formFooter > span::first-letter {
    display: none;
  }
  .managment .wrapper--max {
    padding-top: 20px;
  }
  .managmentModal {
    padding: 20px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont {
    padding-top: 10px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont h5 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont .position {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .managmentModal .managmentModalInnerCont .managmentTextCont .description {
    font-size: 15px;
  }
  .managmentSection .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  form .fileMeta .fileSize {
    display: none;
  }
  form .formFooter > span {
    max-width: 210px !important;
    margin-left: 10px !important;
    font-size: 12px !important;
  }
  input.labelauty + label {
    font-size: 5px;
    padding: 1px 2px;
    margin-left: auto;
  }
  .downloadCat {
    bottom: 9px;
    left: 9px;
    padding: 10px 10px;
    max-width: unset;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .downloadCat > span {
    display: none;
  }
  .downloadCat > img {
    margin-left: 0;
    width: 30px;
    height: 32px;
  }
  .scroll {
    display: none;
  }
  .backTop {
    bottom: 9px !important;
    left: 9px !important;
    width: 18px;
    height: 18px;
  }
  .request {
    bottom: 80px;
    right: 9px;
    padding: 10px;
    max-height: 40px;
  }
  .request > span {
    font-size: 14px;
  }
  .request > svg {
    width: 19px;
    height: 19px;
  }
  .navbar-top {
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5px;
  }
  .navbar-top .logo-cont img {
    height: 30px;
  }
  .navbar-top .lang-cont a {
    font-size: 15px !important;
  }
  .navbar-top .hamburger {
    margin-top: 8px;
  }
  .navbar-top .hamburger .bar1,
  .navbar-top .hamburger .bar2,
  .navbar-top .hamburger .bar3 {
    width: 22px;
    height: 2px;
    background-color: #0058a2;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .navbar-top .hamburger.changed .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 4px);
    -ms-transform: rotate(-45deg) translate(-6px, 4px);
    -moz-transform: rotate(-45deg) translate(-6px, 4px);
    -o-transform: rotate(-45deg) translate(-6px, 4px);
    transform: rotate(-45deg) translate(-6px, 4px);
  }
  .navbar-top .hamburger.changed .bar2 {
    opacity: 0;
  }
  .navbar-top .hamburger.changed .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -4px);
    -ms-transform: rotate(45deg) translate(-6px, -4px);
    -moz-transform: rotate(45deg) translate(-6px, -4px);
    -o-transform: rotate(45deg) translate(-6px, -4px);
    transform: rotate(45deg) translate(-6px, -4px);
  }
  .contacts-4 h3 {
    margin-bottom: 10px;
  }
  .contactsNumber {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contacts .contactsItem {
    height: auto;
    padding: 30px;
  }
  .contacts .contactsItem h5 {
    margin-bottom: 20px;
  }
  .contacts__cont .tel a,
  .contacts__cont .mail,
  .contacts__cont .adress {
    font-size: 15px;
    line-height: 21px;
  }
  .career .text .bage {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .main-page .item--slick .slick-item .bage {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-page .item--slick .slick-item h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .main-page .item--slick .slick-item h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .main-page .item--slick .slick-dots {
    bottom: 90px;
  }
  .main-page .item--2 .navigate-item .icon {
    width: 45px;
    height: 45px;
  }
  .main-page .item--2 .navigate-item .icon > img {
    width: 30px;
    height: 30px;
  }
  .main-page .item--2 .navigate-item__content h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li {
    padding-left: 1px;
    line-height: 20px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li a {
    font-size: 16px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li:before {
    display: none;
  }
  .main-page .item--taglines .bage {
    margin-bottom: 25px;
  }
  .main-page .item--taglines .taglines .tagline {
    max-width: 100%;
  }
  .main-page .item--taglines .h2--super {
    font-size: 35px !important;
    line-height: 30px !important;
    margin-bottom: 0;
  }
  .main-page .item--taglines h6 {
    font-size: 15px;
  }
  .main-page .item--news .news {
    -webkit-filter: contrast(1);
    filter: contrast(1);
  }
  .catalog .catalogItem {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .catalog .catalogItem .subCategories-cont {
    padding: 5px;
  }
  .category .categoryItem .imgCont img {
    width: 100%;
  }
  .category_detail .categoryDetailHead .right {
    margin-left: 10px;
  }
  .category_detail .categoryDetailHead .right > ul {
    margin-bottom: 10px;
  }
  .category_detail .categoryDetailHead .right > .bage {
    margin-left: auto;
    margin-right: auto;
  }
  .category_detail .text p {
    margin-bottom: 10px;
  }
  .category_detail table tr td {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .modal a.close-modal {
    top: 10px;
    right: 10px;
  }
  .footer--other .logo {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
  }
  .footer--other .footer-nav {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 20px;
  }
  .footer--other .footer-nav li {
    margin-bottom: 10px !important;
  }
  .footer--other .footer-top-right {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer--other .footer-top-right .tel {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer--other .footer-top-right .adress {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px !important;
  }
  .footer--other .footer-top-right .social-cont {
    margin-left: 0;
  }
  .footer--other .footer-bottom .wrapper--max {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
}
@media (max-width: 440px) {
  .pagination > :nth-child(4),
  .pagination > :nth-child(6) {
    display: none;
  }
}
@media (max-width: 420px) {
  .pageContent .aside > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
  }
  .pageContent .aside > ul > li {
    width: 100% !important;
  }
  .pageContent .mainContent {
    padding-bottom: 10px !important;
  }
  .pageContent--full {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .navbar-bottom-footer .tel {
    font-size: 16px;
  }
  .navbar-bottom .searchBarResults .pagination {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .navbar-bottom .searchBarResults .pagination > * {
    margin-right: 0;
  }
  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    word-wrap: break-word;
  }
}
@media (max-width: 370px) {
  .text p {
    font-size: 14px;
  }
  .text > img {
    margin-bottom: 10px;
  }
  .text h2 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 8px;
  }
  .text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 8px;
  }
  .text h4 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
  }
  .text h5 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 25px;
    margin-bottom: 8px;
  }
  .text h6 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 23px;
    margin-bottom: 8px;
  }
  .text ol li,
  .text ul li {
    font-size: 14px;
  }
  .text ol li:before {
    font-size: 14px;
  }
  .conatcts__cont a,
  .conatcts__cont p {
    font-size: 14px;
    line-height: 19px;
  }
  .main-page .item--slick .container .row .colSlick {
    margin-top: 90px;
  }
  .main-page .item--slick .slick-item .bage {
    margin-bottom: 0;
  }
  .main-page .item--slick .slick-item h2 {
    font-size: 30px !important;
    line-height: 33px !important;
  }
  .main-page .item--slick .slick-item h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-page .item--slick .slick-dots {
    bottom: 70px;
  }
  .main-page .item > img {
    -webkit-filter: brightness(0.8) contrast(0.6);
    filter: brightness(0.8) contrast(0.6);
  }
  .main-page .item--taglines .bage {
    margin-bottom: 10px;
  }
  .main-page .item--taglines .taglines {
    margin-top: 0;
  }
  .main-page .item--taglines .taglines .tagline {
    margin-bottom: 10px;
  }
  .main-page .item--taglines .taglines h2.h2--super {
    margin-top: 0;
    font-size: 28px !important;
    line-height: 38px !important;
  }
  .main-page .item--taglines .taglines h6 {
    font-size: 15px;
    line-height: 20px;
  }
  .main-page .item--taglines .col {
    padding: 0;
  }
  .main-page .item--taglines .h2--super {
    font-size: 30px !important;
    line-height: 42px !important;
    min-width: 60px;
  }
  .main-page .item--taglines h6 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .main-page .item--news .news-cont {
    margin: 0;
  }
  .main-page .item--news .col {
    margin-top: 80px !important;
    margin-bottom: 10px;
  }
  .main-page .item--news .col > a {
    margin-top: 0;
  }
  .main-page .item--news .bage {
    margin-bottom: 10px;
  }
  .main-page .item--news h2 {
    display: none;
    font-size: 30px;
    line-height: 30px;
  }
  .main-page .item--news p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 340px) {
  .main-page .item--slick .bage {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-page .item--slick h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .main-page .item--slick h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .main-page .item--2 .main_navigate__list {
    margin-top: 10px;
  }
  .main-page .item--2 .navigate-item .icon {
    width: 45px;
    height: 45px;
  }
  .main-page .item--2 .navigate-item .icon > img {
    width: 30px;
    height: 30px;
  }
  .main-page .item--2 .navigate-item__content h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li {
    padding-left: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li a {
    font-size: 14px;
  }
  .main-page .item--2 .navigate-item__content .main-link__list li:before {
    display: block;
    top: 2px;
    font-size: 14px;
  }
  .main-page .item--news .col {
    margin-top: 80px !important;
    margin-bottom: 10px;
  }
  .main-page .item--news .col > a {
    margin-top: 0;
    margin-left: 0;
  }
  .main-page .item--news .news {
    margin-bottom: 20px !important;
  }
  .main-page .item--news .news .arrow {
    display: none;
  }
  .main-page .item--news .bage {
    margin-bottom: 15px;
  }
  .main-page .item--news .meta {
    font-size: 13px;
  }
  .main-page .item--news p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 12px !important;
  }
}
@media (max-width: 1450px) and (min-width: 1024px) {
  .category_detail .mainContent {
    padding-left: 30px;
  }
} /*# sourceMappingURL=style.css.map */
