

/* Start:/local/templates/ETIKA/assets/css/style.css?1759098424153351*/
/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/* stylelint-disable */

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-notification {
  display: none !important;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "DIN Pro";
  font-display: swap;
  src: url("/local/templates/ETIKA/assets/css/../fonts/DINPro.woff2") format("woff2"), url("/local/templates/ETIKA/assets/css/../fonts/DINPro.woff") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: "DIN Pro Cond";
  font-display: swap;
  src: url("/local/templates/ETIKA/assets/css/../fonts/DINPro-CondensedBold.woff2") format("woff2"), url("/local/templates/ETIKA/assets/css/../fonts/DINPro-CondensedBold.woff") format("woff");
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  color: #000000;
  background-color: #f8f9fb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a {
  color: #000000;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

html {
  scroll-behavior: smooth;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
  overflow: hidden;
}

.wrapper--no-scrollbar {
  height: 100vh;
  /* stylelint-disable-next-line */
  height: calc(100 * var(--vh, 1vh));
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrapper--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.rouble {
  font-family: "Rouble", "Arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

@-webkit-keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}

.container--no-right-padding {
  padding-right: 0;
}

.container--right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container--no-padding {
  padding: 0;
}

.container__inner {
  width: 92%;
}

.container__content {
  width: 88%;
}

.container__content--center {
  margin: 0 auto;
  width: 83%;
}

.container__wrapper {
  max-width: 1527px;
}

.container-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  background-color: #f8f9fb;
  border-bottom: 1px solid #d7e1e6;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.header__logo {
  margin-left: 25px;
}

.header__logo--not-main {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.main-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-left: 60px;
  margin-right: -33px;
  padding: 0;
  list-style: none;
}

.main-nav__item {
  position: relative;
  cursor: pointer;
}

.main-nav__item-elem {
  position: relative;
  -webkit-clip-path: polygon(34px 0%, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
  clip-path: polygon(34px 0%, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
  padding-left: 1px;
  margin-left: -34px;
  background-color: #d7e1e6;
}

.main-nav__item-elem::after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #ff0000;
  -webkit-transition: width 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: width 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.main-nav__item-elem:active::after {
  width: 0;
}

.main-nav__item-body {
  padding: 0 50px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(34px 0%, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
  clip-path: polygon(34px 0%, 100% 0%, calc(100% - 34px) 100%, 0% 100%);
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.main-nav__item-body:active {
  background-color: #ffffff;
}

.main-nav__link {
  position: relative;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #191a1f;
  opacity: 0.9;
  display: block;
  padding: 26px 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.main-nav__menu {
  position: relative;
  width: 142px;
  height: 64px;
  -webkit-clip-path: polygon(34px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(34px 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #0055b9;
  cursor: pointer;
  padding-right: 25px;
}

.main-nav__menu svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: inherit;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.main-nav__menu svg:last-child {
  opacity: 0;
}

.main-nav__menu::after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #ff0000;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.main-nav__menu:active::after {
  width: 0;
}

.main-nav__menu-toggle {
  border: none;
  outline: none;
  position: relative;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  width: 142px;
  height: 64px;
  -webkit-clip-path: polygon(34px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(34px 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #0055b9;
  cursor: pointer;
  padding-right: 25px;
}

.main-nav__menu-items {
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: height 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  position: absolute;
  top: 65px;
  right: 0;
  z-index: 3000;
  width: 413px;
  background: #0055b9;
}

.main-nav__menu-items-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 970px;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 51px;
  padding-left: 36px;
  padding-right: 48px;
  padding-bottom: 51px;
  opacity: 0;
  overflow: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.main-nav__list-item {
  padding-bottom: 23px;
}

.main-nav__list-item .accordion__element .accordion__content {
  max-height: 100%;
}

.main-nav__list-item-link {
  display: block;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: relative;
}

.main-nav__list-item-link svg {
  display: none;
}

.main-nav .accordion__element .accordion__button svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.main-nav .accordion__element.is-active .accordion__button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav--open .main-nav__menu-items {
  opacity: 1;
  height: 100vh;
  /* stylelint-disable-next-line declaration-block-no-duplicate-properties */
  height: calc(100 * var(--vh, 1vh));
}

.main-nav--open .main-nav__menu-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  height: 100%;
}

.main-nav--open .main-nav__menu svg:first-child {
  opacity: 0;
}

.main-nav--open .main-nav__menu svg:last-child {
  opacity: 1;
}

.main-nav--open .main-nav__list-item-link.accordion__button {
  pointer-events: none;
}

.main-nav__list-subitems {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-nav__list-subitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
}

.main-nav__list-sublink {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.footer {
  color: #191a1f;
}

.footer ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

.footer__container {
  position: relative;
  background-color: #dfe4ee;
}

.footer__inner-container {
  margin: 0 auto;
  max-width: 1460px;
}

.footer__background-icon {
  position: absolute;
  top: -0.4px;
  right: 0;
  fill: #f8f9fb;
}

.footer__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  padding-bottom: 48px;
}

.footer__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #7391a0;
  opacity: 0.2;
}

.footer__left-column {
  margin-right: 10%;
  width: 228px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__logo {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 18px;
}

.footer__icon {
  display: block;
  margin-bottom: 12px;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.footer__logo-text {
  font-family: "DIN Pro", "Arial", sans-serif;
  margin-top: 0;
  margin-bottom: 14px;
  padding-left: 2px;
  opacity: 0.9;
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 73%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  opacity: 0.9;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__link {
  color: inherit;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 20px;
}

.footer__name-menu {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 14px;
}

.footer__directions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37%;
}

.footer__directions-list {
  margin-bottom: 0;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__directions-item:not(:last-child) {
  margin-bottom: 11px;
}

.footer__company-menu {
  margin-bottom: 0;
  margin-right: 7%;
  font-family: "DIN Pro", "Arial", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%;
}

.footer__user-menu {
  margin-bottom: 0;
  margin-right: 6%;
  font-family: "DIN Pro", "Arial", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22%;
}

.footer__contacts {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.footer__contacts-item {
  margin-bottom: 16px;
}

.footer__contacts-item:last-child {
  margin-bottom: 0;
}

.footer__many-contacts-item {
  margin-bottom: 10px;
}

.footer__contacts-signature {
  margin-left: 2px;
}

.footer__contacts-name {
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
}

.footer__text {
  margin-top: 0;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.footer__design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 34px 20px;
  font-family: "DIN Pro", "Arial", sans-serif;
  text-align: end;
}

.footer__design a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.footer__design svg {
  height: 100%;
}

.footer__design-text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 10px;
  line-height: 13px;
  opacity: 1;
  text-align: end;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #ffffff;
}

.modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.contacts {
  position: relative;
  color: #2f2e3e;
  background-color: #f8f9fb;
}

.contacts .page-title {
  margin-top: 23px;
}

.contacts .breadcrumbs__item--current {
  color: #0055b9;
}

.contacts .container__inner {
  position: relative;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1050px;
}

.contacts__left {
  width: 50%;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 50px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.contacts__right {
  width: 50%;
  padding-bottom: 50px;
  border-right: 1px solid #d7e1e6;
}

.contacts__right::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #d7e1e6;
  z-index: 1;
}

.contacts__desc {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  opacity: 0.9;
  color: #191a1f;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.contacts__list {
  padding: 0;
  margin: 0;
  margin-top: -30px;
  list-style: none;
}

.contacts__link {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2f2e3e;
  margin-top: 8px;
}

.contacts__item {
  margin-top: 30px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}

.contacts__signature {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.7;
  text-transform: capitalize;
}

.contacts__img {
  position: absolute;
  height: auto;
  width: 60%;
  max-width: 967px;
}

.contacts__img img {
  width: 100%;
  height: auto;
}

.contacts__img::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  display: block;
  border: 47px solid #f8f9fb;
  border-right-color: transparent;
  border-top-color: transparent;
  width: 93px;
  height: 93px;
}

.contacts__signature-inside {
  margin-left: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
  color: #191a1f;
  text-transform: capitalize;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.contacts__value {
  margin: 0;
  margin-top: 10px;
  width: 95%;
}

.promo {
  position: relative;
  width: 100%;
}

.promo__picture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.promo__bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.promo__bg-grey {
  width: 100%;
  height: 320px;
  background-color: #dfe4ee;
  -webkit-clip-path: polygon(4% 0%, 100% 0, 100% 100%, 0 100%, 0% 22%);
  clip-path: polygon(4% 0%, 100% 0, 100% 100%, 0 100%, 0% 22%);
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
}

.promo__bg-blue {
  width: 620px;
  height: 100%;
  background-color: #0055b9;
  -webkit-clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(80% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  top: 0;
}

.promo__bg-red {
  width: 73px;
  height: 73px;
  background-color: #ff0000;
  -webkit-clip-path: polygon(97% 0, 0 0, 60% 60%);
  clip-path: polygon(97% 0, 0 0, 60% 60%);
  position: absolute;
  bottom: 4px;
  right: 572px;
}

.promo__img {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dfe4ee;
  width: calc(100% - 177px);
  height: 796px;
  z-index: -1;
}

.promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo__img .promo__img-big {
  width: 100%;
  height: 100%;
  display: block;
}

.promo__img .promo__img-middle {
  width: 100%;
  height: 100%;
  display: none;
}

.promo__img .promo__img-mobile {
  width: 100%;
  height: 100%;
  display: none;
}

.promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-left: 20px;
}

.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 796px;
  margin: 20px 0;
}

.promo__head {
  padding-left: 135px;
  padding-right: 40px;
  padding-bottom: 62px;
}

.promo__header {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  margin-bottom: 30px;
  max-width: 800px;
}

.promo__text {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  margin: 0;
  max-width: 670px;
  min-height: 72px;
  bottom: 30px;
}

.promo__down {
  position: absolute;
  bottom: 3%;
  right: 22px;
}

.promo__down-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo__down-btn-wrap svg {
  fill: transparent;
  stroke: #ffffff;
  color: #ffffff;
}

.promo__down-btn {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding-right: 16px;
}

.promo__down-btn:active {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.about__wrapper {
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  padding-bottom: 129px;
}

.about__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 103px;
}

.about__title {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0055b9;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.about__title svg {
  position: absolute;
  top: 3px;
  left: 0;
}

.about__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 17px;
  position: relative;
}

.about__info-left {
  position: relative;
  padding-right: 30px;
  padding-bottom: 33px;
}

.about__info-right {
  padding-left: 50px;
}

.about__info-header {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
  margin: 0;
}

.about__info-header::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80%;
  top: 0;
  left: -40px;
  background-color: #ff0000;
}

.about__info-text {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #191a1f;
  opacity: 0.9;
  margin: 0;
}

.about__info-more {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #191a1f;
  opacity: 0.9;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.about__info-more:active {
  opacity: 0.7;
}

.about__info-more-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b9c8d2;
  border-radius: 50%;
  padding: 7px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.about__info-more-icon svg {
  fill: transparent;
  stroke: inherit;
  position: absolute;
  top: 7px;
  right: 6px;
}

.about__items .about__title {
  margin-left: 38px;
}

.about__items-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 1px;
  padding-top: 26px;
}

.about__item-header {
  padding-left: 40px;
  padding-top: 40px;
}

.about__item {
  display: block;
  position: relative;
  width: 100%;
  min-height: 320px;
  cursor: pointer;
}

.about__item:nth-of-type(1) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  height: 100%;
}

.about__item:nth-of-type(1) .about__item-title {
  font-size: 68px;
}

.about__item:nth-of-type(1) .about__item-number {
  right: -27px;
}

.about__item:last-child br {
  display: block;
}

.about__item-title {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding-bottom: 23px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.about__item-more {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
  margin-bottom: 30px;
}

.about__item-more-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b9c8d2;
  border-radius: 50%;
  padding: 7px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.about__item-more-icon svg {
  fill: transparent;
  stroke: inherit;
  position: absolute;
  top: 7px;
  right: 6px;
}

.about__item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.about__item-img img {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about__item-number {
  position: absolute;
  bottom: -34px;
  right: -12px;
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 270px;
  line-height: 120%;
  color: #f8f9fb;
  margin: 0;
  width: 212px;
  height: 290px;
  -webkit-clip-path: polygon(0 0, 95% 0, 95% 88%, 0 88%);
  clip-path: polygon(0 0, 95% 0, 95% 88%, 0 88%);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.ship-repair {
  position: relative;
  overflow: hidden;
}

.ship-repair .page-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 53px;
  font-family: "DIN Pro Cond", "Arial", sans-serif;
}

.ship-repair .breadcrumbs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ship-repair .breadcrumbs__item {
  margin-top: 5px;
}

.ship-repair .breadcrumbs__item::after {
  opacity: 0.4;
}

.ship-repair__wrapper {
  position: relative;
}

.ship-repair__top {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  min-height: 413px;
  padding-bottom: 73px;
  padding-top: 120px;
  padding-left: 40px;
  background-color: #0055b9;
  color: #ffffff;
  z-index: 5;
}

.ship-repair__img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.ship-repair__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ship-repair__grey-bg {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
  height: 314px;
  background-color: #dfe4ee;
  z-index: -3;
}

.ship-repair__grey-bg::after {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  display: block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #ffffff;
  width: 74px;
  height: 74px;
}

.ship-repair__polygon-blue {
  position: absolute;
  bottom: -75px;
  z-index: -2;
  right: -1px;
  width: 551px;
  height: 551px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #0055b9;
}

.ship-repair__polygon-red {
  position: absolute;
  bottom: -75px;
  right: -1px;
  z-index: -3;
  width: 504px;
  height: 670px;
  background-color: #ff0000;
  -webkit-clip-path: polygon(19% 100%, 100% 0, 100% 100%);
  clip-path: polygon(19% 100%, 100% 0, 100% 100%);
}

.ship-repair__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}

.ship-repair__left {
  width: 50%;
  padding-top: 46px;
  padding-bottom: 118px;
  padding-left: 40px;
  padding-right: 40px;
  border-left: 1px solid #d7e1e6;
}

.ship-repair__right {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 120px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.ship-repair__img {
  position: relative;
  overflow: hidden;
}

.ship-repair__img img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 1;
  width: 100%;
}

.ship-repair__img::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 74px;
  height: 74px;
  display: block;
  border: 37px solid #ffffff;
  border-right-color: transparent;
  border-top-color: transparent;
}

.ship-repair__top p {
  width: 40%;
  margin-top: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.ship-repair__left p {
  margin-top: 30px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #191a1f;
  opacity: 0.9;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  z-index: 10;
}

.intro__container {
  width: 100%;
  position: relative;
  padding-top: 120px;
  padding-left: 40px;
  height: 413px;
}

.intro__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0055b9;
  opacity: 0.6;
  z-index: -10;
}

.intro__container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -20;
}

.intro__title {
  margin: 0;
  width: 60%;
}

.intro__navigation {
  width: 100%;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.breadcrumbs__item {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.breadcrumbs__item--grey {
  color: #191a1f;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 4px;
  margin-bottom: 4px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  opacity: 0.4;
}

.breadcrumbs__item a {
  color: inherit;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.breadcrumbs__item--current a,
.breadcrumbs__item--current-blue a {
  opacity: 1;
}

.breadcrumbs__item--current-blue {
  color: #0055b9;
}

.navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
  border-left: 1px solid #dfe4ee;
  border-bottom: 1px solid #dfe4ee;
}

.navigation__item {
  height: 46px;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-left: 1px solid #dfe4ee;
}

.navigation__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.navigation__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ff0000;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.navigation__item--current a {
  background-color: #dfe4ee;
}

.navigation__item--current a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff0000;
  opacity: 1;
}

.about-company {
  background-color: #f8f9fb;
}

.about-company__grid-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.about-company__grid-container::before,
.about-company__grid-container::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 104px;
  background-image: url("/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg");
}

.about-company__grid-container::before {
  left: -51px;
  top: 362px;
}

.about-company__grid-container::after {
  right: -51px;
  bottom: 153px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-company__left-column {
  position: relative;
  padding: 100px 40px 133px;
  border-left: 1px solid #d7e1e6;
}

.about-company__left-column p:not(:last-child) {
  margin-bottom: 25px;
}

.about-company__left-column::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d7e1e6;
  z-index: 10;
}

.about-company__sub-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.about-company__sub-title--blue {
  padding-left: 22px;
}

.about-company__right-column {
  padding-top: 165px;
  padding-bottom: 133px;
  border-right: 1px solid #d7e1e6;
}

.about-company__image {
  position: relative;
  margin-bottom: 76px;
  max-width: 100%;
  max-height: 368px;
}

.about-company__image img {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 368px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-company__icon {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 73px;
  height: 73px;
  fill: #f8f9fb;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-company__property {
  padding-left: 40px;
  padding-right: 40px;
}

.about-company__property-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 60px;
  margin: 0;
  padding-left: 0;
  list-style: none;
  color: #2f2e3e;
}

.about-company__property-list h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}

.about-company__property-list p {
  margin: 0;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
  color: #191a1f;
}

.content p {
  margin-top: 0;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #191a1f;
  opacity: 0.9;
}

.content h3 {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.sub-title {
  position: relative;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.sub-title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  background-color: #ff0000;
  top: 4.5px;
  left: -40px;
}

.sub-title--blue {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #0055b9;
}

.sub-title--blue::before {
  width: 12px;
  height: 12px;
  background-color: transparent;
  background-image: url("/local/templates/ETIKA/assets/css/../img/sprite/icon-about-title.svg");
  left: 0;
}

.history {
  position: relative;
}

.history__wrapper {
  position: relative;
  padding-top: 44px;
  padding-bottom: 64px;
  background-color: #dfe4ee;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.history .container {
  padding: 0 190px 0 188px;
  max-width: 1920px;
  padding-bottom: 0;
}

.history__slides {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.history__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.history__bg-text {
  position: absolute;
  bottom: 0;
  right: calc(100% - 7px);
  width: 10%;
  height: 100%;
  color: #dfe4ee;
}

.history__bg-text svg {
  width: 100%;
  height: 100%;
}

.history__bg-img {
  position: absolute;
  bottom: 0;
  left: calc(100% - 35px);
  -webkit-clip-path: polygon(0% 0%, 0 0%, 64% 0%, 100% 11%, 100% 100%, 100% 100%, 0% 100%, 0 100%);
  clip-path: polygon(0% 0%, 0 0%, 64% 0%, 100% 11%, 100% 100%, 100% 100%, 0% 100%, 0 100%);
  background-color: #dfe4ee;
  width: 239px;
  height: 100%;
}

.history__title.block-title {
  margin-left: 40px;
}

.history__swiper {
  overflow: hidden;
  margin: 0 40px;
  margin-top: 40px;
}

.history__slide-img-wrap {
  position: relative;
}

.history__slide-img {
  height: 368px;
  overflow: hidden;
}

.history__slide-img-date {
  position: absolute;
  bottom: 50px;
  right: 50px;
  font-size: 165px;
  line-height: 84px;
  font-weight: 700;
  color: #ffffff;
}

.history__slide-img-date span {
  position: absolute;
  bottom: -37px;
  right: -30px;
  font-size: 70px;
}

.history__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.history__about {
  margin-top: 21px;
}

.history__about-header {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
  margin: 0 0 7px 0;
}

.history__about-text {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #191a1f;
  opacity: 0.9;
  margin: 0;
}

.history__slider-buttons {
  position: absolute;
  top: 44px;
  right: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history__slider-buttons .btn-link-more {
  top: -4px;
  left: 134px;
}

.history__slider-button {
  width: 36px;
  height: 36px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.history__slider-button::after,
.history__slider-button::before {
  display: none;
}

.history__slider-button svg {
  fill: none;
}

.history__slider-button--right {
  right: 0;
  left: 97px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.history__slider-button--left {
  right: 0;
  left: 60px;
}

.news {
  position: relative;
}

.news__bg {
  position: absolute;
  top: 143px;
  width: 100%;
  height: 76.8%;
  z-index: -1;
}

.news__bg img {
  width: 100%;
  height: 91%;
}

.news__bg-text {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 185px;
  line-height: 120%;
  text-align: right;
  text-transform: uppercase;
  color: #dfe4ee;
  margin: 0;
  position: absolute;
  right: -11px;
  top: -62px;
}

.news__bg-grey {
  width: 100%;
  height: 87%;
  background-color: #dfe4ee;
  z-index: -1;
  position: absolute;
  top: 120px;
  left: 0;
}

.news__wrapper {
  position: relative;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  padding-top: 155px;
  padding-bottom: 14px;
  overflow: hidden;
}

.news__wrapper::before {
  position: absolute;
  content: "";
  width: 73px;
  height: 73px;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: 38px solid #ffffff;
  border-left-color: transparent;
  border-top-color: transparent;
}

.news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 40px;
}

.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.news__btn-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news__items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 14px;
}

.news__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.news__item-link {
  width: 100%;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.news__item-wrap {
  display: block;
  width: 100%;
  cursor: pointer;
}

.news__img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
}

.news__img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.news__about {
  margin-top: 25px;
  margin-bottom: 25px;
}

.news__header {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
  margin: 0;
  padding-bottom: 10px;
  max-width: 337px;
}

.news__text {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #191a1f;
  opacity: 0.9;
  margin: 0;
  padding-bottom: 10px;
  max-width: 337px;
}

.news__date {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: #000;
  margin: 0;
}

.hunt__wrapper {
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  padding-left: 38px;
  padding-bottom: 140px;
  padding-top: 122px;
}

.hunt__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.7% 51.3%;
  grid-template-columns: 48.7% 51.3%;
  padding-top: 20px;
}

.hunt__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 48px;
}

.hunt__header {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
  margin: 0;
  position: relative;
}

.hunt__header::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: -38px;
  background-color: #ff0000;
}

.hunt__about {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #191a1f;
  opacity: 0.9;
  margin: 0;
  padding-top: 33px;
  padding-bottom: 33px;
  max-width: 652px;
}

.hunt__info-more {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #191a1f;
  opacity: 0.9;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hunt__info-more:active {
  opacity: 0.7;
}

.hunt__info-more-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b9c8d2;
  border-radius: 50%;
  padding: 7px;
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.hunt__info-more-icon svg {
  fill: transparent;
  stroke: inherit;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  position: absolute;
  top: 7px;
  right: 6px;
}

.hunt__right {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-clip-path: polygon(0% 0%, 0 0%, 100% 0%, 100% 13%, 100% 77%, 11% 77%, 0 60%, 0 100%);
  clip-path: polygon(0% 0%, 0 0%, 100% 0%, 100% 13%, 100% 77%, 11% 77%, 0 60%, 0 100%);
}

.hunt__right-img {
  width: 100%;
  height: 100%;
}

.hunt__right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-management__top {
  position: relative;
  padding-top: 120px;
  padding-left: 40px;
  min-height: 413px;
  background-color: #0055b9;
  z-index: 2;
}

.company-management__img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.company-management__img-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 43% 50%;
  object-position: 43% 50%;
}

.company-management .page-title {
  width: 35%;
  margin-top: 20px;
}

.company-management .breadcrumbs__item {
  font-family: "DIN Pro", "Arial", sans-serif;
}

.company-management .breadcrumbs__item::after {
  opacity: 0.4;
}

.company-management .navigation__item a {
  font-family: "DIN Pro", "Arial", sans-serif;
}

.company-management__bottom {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.company-management__bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: #d7e1e6;
  z-index: -1;
}

.management {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -30px;
}

.management__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  min-height: 368px;
  background-color: #dfe4ee;
}

.management__img {
  width: 440px;
  height: 368px;
  overflow: hidden;
}

.management img {
  width: 100%;
  height: auto;
}

.management__img::after {
  display: none;
}

.management__info {
  padding: 40px;
  padding-left: 60px;
  width: 59%;
}

.management__name {
  width: 75%;
  margin-top: 20px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 35px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.management__post {
  margin-top: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0055b9;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.management__about {
  margin-top: 25px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #191a1f;
  opacity: 0.9;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.management__item::after {
  position: absolute;
  content: "";
  top: -1px;
  right: 0;
  width: 140px;
  height: 140px;
  display: block;
  background-color: #ffffff;
  -webkit-clip-path: polygon(52% 0, 100% 50%, 100% 0);
  clip-path: polygon(52% 0, 100% 50%, 100% 0);
}

.vacancy__inner {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.vacancy .breadcrumbs__item::after {
  opacity: 0.4;
}

.vacancy .container__content {
  width: 90%;
}

.vacancy .page-title {
  width: 45%;
  margin-top: 15px;
}

.vacancy__top {
  padding-left: 39px;
  padding-bottom: 17px;
}

.vacancy::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: #d7e1e6;
  z-index: -1;
}

.vacancy__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
}

.vacancy__remark {
  position: relative;
  width: 50%;
  margin-top: 0;
  padding-left: 36px;
  padding-right: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #191a1f;
  opacity: 0.9;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.vacancy__remark::after {
  position: absolute;
  content: "";
  top: 9px;
  left: -1px;
  display: block;
  width: 2px;
  height: 120px;
  background: #ff0000;
}

.vacancy__contacts {
  width: 50%;
  padding: 0 40px;
}

.vacancy__small-title {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #191a1f;
  opacity: 0.9;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.vacancy__contact-value {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.vacancy__contact-value--phone {
  margin-top: 5px;
  margin-bottom: 0;
}

.vacancy-list {
  width: 100%;
  padding-bottom: 32px;
}

.modal-vacancy .button {
  width: 100%;
}

.modal-vacancy__title {
  width: 301px;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 46px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.modal-vacancy__input {
  width: 372px;
  margin-bottom: 20px;
}

.modal-vacancy__input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #b9c8d2;
  background: transparent;
}

.modal-vacancy__input input:hover {
  opacity: 0.5;
}

.modal-vacancy__input input:focus {
  opacity: 0.8;
}

.modal-vacancy__input .custom-select {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.modal-vacancy__input .custom-select__list {
  margin-top: 30px;
  border: 1px solid #b9c8d2;
  bottom: 0;
  max-height: 122px;
}

.modal-vacancy__input .custom-select__icon {
  width: 12px;
  height: 8px;
  background-color: #2f2e3e;
  opacity: 0.7;
}

.modal-vacancy__privacy {
  width: 372px;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #232735;
}

.modal-vacancy__privacy-link {
  text-decoration: underline;
}

.history-page__grid-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 114px;
  padding: 0 40px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.history-page__grid-container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d7e1e6;
  left: 50%;
}

.history-page__illustration {
  position: relative;
  padding-right: 40px;
}

.history-page__illustration:first-of-type {
  padding-top: 95px;
}

.history-page__illustration:last-of-type {
  padding-bottom: 120px;
}

.history-page__illustration:last-of-type::before {
  display: none;
}

.history-page__illustration::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 104px;
  background-image: url("/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg");
  left: -91px;
  top: 362px;
}

.history-page__illustration:nth-of-type(2)::before {
  top: 42.5%;
}

.history-page__illustration:nth-of-type(3)::before {
  top: -104px;
}

.history-page__illustration:nth-of-type(4)::before {
  top: 332px;
}

.history-page__illustration:nth-of-type(5)::before {
  display: none;
}

.history-page__illustration:nth-of-type(6)::before {
  top: 310px;
}

.history-page__illustration p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 88px;
  font-weight: 700;
  color: #dfe4ee;
}

.history-page__illustration p span {
  font-size: 70px;
}

.history-page__article {
  position: relative;
  padding-left: 40px;
}

.history-page__article:first-of-type {
  padding-top: 100px;
}

.history-page__article:last-of-type {
  padding-bottom: 120px;
}

.history-page__article:last-of-type::before {
  bottom: auto;
  top: 185px;
}

.history-page__article::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 104px;
  background-image: url("/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg");
  right: -91px;
  bottom: -530px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.history-page__article:nth-of-type(2)::before {
  bottom: 24%;
}

.history-page__article:nth-of-type(3)::before {
  bottom: 117px;
}

.history-page__article:nth-of-type(4)::before {
  display: none;
}

.history-page__article:nth-of-type(5)::before {
  bottom: 140px;
}

.history-page__article:nth-of-type(6)::before {
  display: none;
}

.history-page__article p {
  margin-bottom: 0;
}

.history-page__article p:not(:last-child) {
  margin-bottom: 27px;
}

.history-page__image {
  padding-top: 3px;
  width: 100%;
}

.history-page__image img {
  width: 100%;
  max-height: 354px;
  -o-object-fit: cover;
  object-fit: cover;
}

.history-page__image img:not(:last-child) {
  margin-bottom: 20px;
}

.history-page__image--small {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.history-page__image--small img {
  max-height: 171px;
}

.history-page__image--small img:not(:last-child) {
  margin-bottom: 0;
}

.history-page__sub-title {
  margin-top: 0;
  margin-bottom: 27px;
}

.history-page__title {
  margin-top: 0;
  margin-bottom: 0;
  width: 30%;
}

.history-page__text {
  margin-bottom: 0;
}

.history-page__text:not(:last-child) {
  margin-bottom: 27px;
}

.page-main {
  position: relative;
}

.page-main::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d7e1e6;
}

.working {
  position: relative;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.working .breadcrumbs {
  margin-left: 40px;
}

.working .breadcrumbs__item {
  color: #191a1f;
}

.working .breadcrumbs__item--current {
  color: #0055b9;
}

.working__header {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 26px;
}

.working__header .page-title {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  margin: 0;
}

.working__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
  z-index: -1;
}

.working__wrapper {
  padding-top: 80px;
  padding-bottom: 117px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  position: relative;
}

.working__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d7e1e6;
  z-index: -1;
}

.working__items-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 1px;
  padding-top: 26px;
}

.working__item {
  display: block;
  position: relative;
  width: 100%;
  height: 320px;
  cursor: pointer;
}

.working__item:nth-of-type(1) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  height: 100%;
}

.working__item:nth-of-type(1) .working__item-title {
  font-size: 68px;
}

.working__item:nth-of-type(1) .working__item-number {
  right: -29px;
}

.working__item:last-child br {
  display: block;
}

.working__item-header {
  padding-left: 45px;
  padding-top: 40px;
}

.working__item-title {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding-bottom: 23px;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.working__item-more {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
}

.working__item-more-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b9c8d2;
  border-radius: 50%;
  padding: 7px;
  width: 24px;
  height: 24px;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.working__item-more-icon svg {
  fill: transparent;
  stroke: inherit;
  position: absolute;
  top: 7px;
  right: 6px;
}

.working__item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.working__item-img img {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.working__item-number {
  position: absolute;
  bottom: -34px;
  right: -12px;
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 270px;
  line-height: 120%;
  color: #f8f9fb;
  margin: 0;
  width: 212px;
  height: 290px;
  -webkit-clip-path: polygon(0 0, 95% 0, 95% 88%, 0 88%);
  clip-path: polygon(0 0, 95% 0, 95% 88%, 0 88%);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}

.news-page {
  position: relative;
}

.news-page::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d7e1e6;
  left: 50%;
}

.news-page__content {
  position: relative;
  padding: 70px 40px 120px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.news-page__content::before,
.news-page__content::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 104px;
  background-image: url("/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg");
}

.news-page__content::before {
  left: -52px;
  top: 302px;
}

.news-page__content::after {
  right: -52px;
  bottom: 606px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-page__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 50px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 0;
  width: 100%;
  list-style: none;
}

.news-page__button {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 136px;
  height: 36px;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0055b9;
  cursor: pointer;
  border: 1px solid transparent;
  z-index: 5;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
}

.news-page__title {
  margin-top: 0;
  margin-bottom: 50px;
}

.new-card {
  height: 100%;
}

.new-card--hidden {
  display: none;
}

.new-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #2f2e3e;
}

.new-card__link h3 {
  color: inherit;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.new-card__img {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 249px;
  background-color: #dfe4ee;
  overflow: hidden;
}

.new-card__img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 5;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.new-card__img svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.new-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}

.new-card p {
  margin-top: 0;
  margin-bottom: 10px;
  width: 80%;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
  color: #191a1f;
}

.new-card span {
  display: block;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  color: #7391a0;
}

.purchase .breadcrumbs {
  margin-left: 40px;
}

.purchase .breadcrumbs__item {
  color: #191a1f;
}

.purchase .breadcrumbs__item--current {
  color: #0055b9;
}

.purchase__header {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-right: 20px;
}

.purchase__header .page-title {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  margin: 0;
  padding-bottom: 50px;
}

.purchase__header p {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #191a1f;
  opacity: 0.9;
  margin: 0;
  max-width: 975px;
}

.purchase__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
  z-index: -1;
}

.purchase__wrapper {
  padding-top: 72px;
  padding-bottom: 117px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  position: relative;
}

.purchase__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d7e1e6;
  z-index: -1;
}

.disclosure-item .breadcrumbs {
  margin-left: 40px;
}

.disclosure-item .breadcrumbs__item {
  color: #191a1f;
}

.disclosure-item .breadcrumbs__item--current {
  color: #0055b9;
}

.disclosure-item__header {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-right: 20px;
}

.disclosure-item__header > p > a {
	color: #3833ff;
    font-weight: bold;
}

.disclosure-item__header .page-title {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  margin: 0;
  padding-bottom: 50px;
}

.disclosure-item__header p {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #191a1f;
  opacity: 0.9;
  margin: 0;
  max-width: 975px;
}

.disclosure-item__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
  z-index: -1;
}

.disclosure-item__wrapper {
  padding-top: 72px;
  padding-bottom: 117px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  position: relative;
}

.disclosure-item__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d7e1e6;
  z-index: -1;
}

.disclosure .breadcrumbs {
  margin-left: 40px;
}

.disclosure .breadcrumbs__item {
  color: #191a1f;
}

.disclosure .breadcrumbs__item--current {
  color: #0055b9;
}

.disclosure__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f8f9fb;
  z-index: -1;
}

.disclosure__wrapper {
  padding-top: 72px;
  padding-bottom: 117px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
  position: relative;
}

.disclosure__wrapper::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d7e1e6;
  z-index: -1;
}

.disclosure__header {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-right: 20px;
}

.disclosure__header .page-title {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  margin: 0;
}

.new-page p {
  margin-top: 0;
  margin-bottom: 80px;
  width: 93%;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #191a1f;
  opacity: 0.9;
}

.new-page h2,
.new-page h3,
.new-page h4,
.new-page h5 {
  margin-top: 80px;
  width: 80%;
  font-weight: 700;
  font-family: "DIN Pro", "Arial", sans-serif;
  text-transform: uppercase;
}

.new-page h2 {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 46px;
}

.new-page h3 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 35px;
}

.new-page h4 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.new-page h5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
}

.new-page h6 {
  font-size: 14px;
  line-height: 15px;
}

.new-page ul:not(:first-child),
.new-page ol {
  margin-top: 0;
  margin-bottom: 0;
}

.new-page ul:not(:first-child) li,
.new-page ol li {
  margin-top: 0;
  width: 93%;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: #191a1f;
  opacity: 0.9;
}

.new-page ul:not(:first-child) li:not(:last-child),
.new-page ol li:not(:last-child) {
  margin-bottom: 15px;
}

.new-page ul:not(:first-child) {
  padding-left: 30px;
}

.new-page ol {
  padding-left: 20px;
}

.new-page__container {
  position: relative;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.new-page__intro-img img {
  width: 100%;
  max-height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-page__text-content {
  margin-bottom: 79px;
  padding: 75px 40px 0;
}

.new-page__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 40px;
  width: 80%;
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  z-index: 5;
}

.new-page__text {
  width: 93%;
}

.new-page__text p:not(:last-child) {
  margin-bottom: 27px;
}

.new-page__image-content {
  padding-bottom: 120px;
  overflow: hidden;
}

.new-page__video {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  z-index: 5;
}

.new-page__image-full {
  position: relative;
  margin-bottom: 30px;
  z-index: 5;
}

.new-page__image-full img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-page__gallery {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}

.new-page__gallery-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.new-page__gallery-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new-page__gallery-item a {
  overflow: hidden;
  display: block;
}

.new-page__gallery-item a img {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.grid {
  margin-left: -26px;
  margin-right: -26px;
}

.grid-sizer,
.grid-item {
  width: 50%;
  padding: 0 26px;
}

.grid-item--width2 {
  width: 100%;
}

.error-page {
  min-height: 604px;
}

.error-page::after {
  content: "404";
  position: absolute;
  bottom: 0;
  right: 25px;
  font-weight: bold;
  font-size: 360px;
  line-height: 360px;
  color: #0055b9;
  opacity: 0.1;
}

.error-page__section {
  padding-top: 112px;
  padding-bottom: 50px;
  padding-left: 46px;
  height: 100%;
}

.error-page__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 48px;
  line-height: 53px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.error-page__text {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #2f2e3e;
}

.orders-history__title {
  margin-top: -6px;
  margin-bottom: 6px;
  width: 20%;
}

.orders-history__container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  border-left: 1px solid #d7e1e6;
  border-right: 1px solid #d7e1e6;
}

.orders-history__container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  background: #d7e1e6;
  z-index: -1;
}

.orders-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: -20px;
  margin-right: 40px;
  margin-left: 20px;
  margin-bottom: 80px;
  padding: 0;
  list-style: none;
}

.orders-gallery__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(33.33% - 20px);
  max-width: calc(33.34% - 20px);
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
}

.orders-gallery__item img {
  width: 100%;
  height: 100%;
}

.orders-list {
  padding: 59px 28px 61px;
  background-color: #dfe4ee;
}

.orders-list__title {
  margin: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
}

.orders-list__subtitle {
  max-width: 435px;
  margin: 0;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
}

.orders-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #191a1f;
  opacity: 0.9;
}

.to-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
}

.to-main__link {
  color: #2f2e3e;
  opacity: 0.3;
}

.to-main__link:hover,
.to-main__link:focus {
  opacity: 1;
}

.to-main__current-page {
  margin-left: 3px;
  color: #0055b9;
}

.to-main--white .to-main__link {
  color: #ffffff;
}

.to-main--white .to-main__current-page {
  color: #ffffff;
}

.page-title {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 46px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.page-title--white {
  font-size: 48px;
  line-height: 53px;
  color: #ffffff;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-list__item {
  width: 25%;
  min-height: 46px;
}

.nav-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  border-left: 1px solid #d7e1e6;
  border-bottom: 1px solid #d7e1e6;
}

.nav-list__link--active {
  background: #dfe4ee;
}

.nav-list__link::after,
.nav-list__link--active::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  background-color: #ff0000;
  width: 100%;
  height: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

[data-accordion="element"].is-active > [data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.vacancy-item {
  background: #dfe4ee;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.vacancy-item h4:first-of-type {
  margin-top: 20px;
}

.vacancy-item h4 {
  margin-top: 38px;
  margin-bottom: 22px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.vacancy-item p,
.vacancy-item li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  color: #2f2e3e;
  opacity: 0.7;
  font-family: "DIN Pro", "Arial", sans-serif;
}

.vacancy-item p,
.vacancy-item ul,
.vacancy-item ol {
  margin: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 100px;
}

.vacancy-item ul,
.vacancy-item ol {
  padding-left: 35px;
}

.vacancy-item__button {
  position: relative;
  margin: 0;
  padding: 29px 30px;
  padding-right: 145px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2f2e3e;
  cursor: pointer;
  -webkit-transition: color, -webkit-transform 0.4s ease-in-out;
  transition: color, -webkit-transform 0.4s ease-in-out;
  transition: color, transform 0.4s ease-in-out;
  transition: color, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.vacancy-item__button svg {
  position: absolute;
  top: 29px;
  right: 29px;
  color: #2f2e3e;
  fill: transparent;
  -webkit-transition: color, -webkit-transform 0.4s ease-in-out;
  transition: color, -webkit-transform 0.4s ease-in-out;
  transition: color, transform 0.4s ease-in-out;
  transition: color, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.vacancy-item__more {
  position: absolute;
  top: 32px;
  right: 65px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
  font-family: "DIN Pro", "Arial", sans-serif;
  -webkit-transition: opacity, -webkit-transform 0.4s ease-in-out;
  transition: opacity, -webkit-transform 0.4s ease-in-out;
  transition: opacity, transform 0.4s ease-in-out;
  transition: opacity, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.vacancy-item__more--close {
  opacity: 0;
  -webkit-transition: opacity, -webkit-transform 0.4s ease-in-out;
  transition: opacity, -webkit-transform 0.4s ease-in-out;
  transition: opacity, transform 0.4s ease-in-out;
  transition: opacity, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.vacancy-item.is-active > .vacancy-item__button svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vacancy-item.is-active > .vacancy-item__button .vacancy-item__more {
  opacity: 0;
}

.vacancy-item.is-active > .vacancy-item__button .vacancy-item__more--close {
  opacity: 0.7;
}

.vacancy-item__content {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.vacancy-item__content .button {
  margin-bottom: 30px;
}

.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 21px;
  padding-right: 14px;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  opacity: 1;
  text-transform: uppercase;
  background-color: #0055b9;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
}

.button--icon-right .button__icon {
  fill: transparent;
  margin-left: 14px;
}

.block-title {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0055b9;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.block-title svg {
  position: absolute;
  top: 4px;
  left: 0;
}

.btn-link-more {
  display: block;
  position: relative;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0055b9;
  padding-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 30px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.btn-link-more svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  fill: none;
}

.btn-link-more--long-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  padding-left: 13px;
  padding-right: 10px;
}

.btn-link-more--long-text svg {
  position: static;
  display: block;
  margin-left: 15px;
  -webkit-transform: none;
  transform: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.custom-select {
  position: relative;
  width: 200px;
  padding: 30px 0;
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 10px;
  display: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-select__button:hover {
  opacity: 0.5;
}

.custom-select__button:focus {
  opacity: 0.5;
}

.custom-select__list {
  position: absolute;
  bottom: 32px;
  z-index: 1;
  width: 100%;
  max-height: 100px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
  padding: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected='true'] {
  background-color: pink;
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: red;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 10px;
  margin-left: auto;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
  clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
  border: 2px solid red;
}

.custom-select.is-invalid .custom-select__button:focus,
.custom-select.is-invalid .custom-select__button:hover {
  border: 2px solid rgba(255, 0, 0, 0.5);
}

.custom-select.is-valid .custom-select__button {
  border: 2px solid green;
}

.custom-select.is-valid .custom-select__button:focus,
.custom-select.is-valid .custom-select__button:hover {
  border: 2px solid rgba(0, 128, 0, 0.5);
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.file-input {
  position: relative;
  width: 373px;
  height: 48px;
  padding: 12px 10px;
  margin-bottom: 33px;
  overflow: hidden;
  border: 1px solid #b9c8d2;
}

.file-input__select-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 119px;
  height: 48px;
  padding: 2px 6px;
  background-color: #b9c8d2;
  border: 1px solid #b9c8d2;
  overflow: hidden;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #2f2e3e;
}

.file-input [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 48px;
  z-index: 20;
  cursor: pointer;
}

.file-input__label {
  width: 253px;
  height: 22px;
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #2f2e3e;
  opacity: 0.7;
}

.doc-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 98px;
  background-color: #dfe4ee;
  margin-bottom: 2px;
  padding: 0 40px;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.doc-link__text {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
  margin: 0;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.doc-link__link {
  position: relative;
}

.doc-link__link span {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #2f2e3e;
  opacity: 0.7;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.doc-link__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -8px;
  opacity: 0.7;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.doc-link__link-icon {
  position: absolute;
  top: 7px;
  left: -20px;
  -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.info-item__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 2px;
}

.info-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 117px;
  background-color: #dfe4ee;
  padding: 0 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.info-item__text {
  font-family: "DIN Pro Cond", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #2f2e3e;
  margin: 0;
  padding-right: 20px;
}

.info-item__link {
  position: relative;
}

.info-item__link span {
  font-family: "DIN Pro", "Arial", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
  color: #2f2e3e;
  opacity: 0.7;
}

.info-item__link-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "DIN Pro", "Arial", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.7;
  padding-right: 34px;
}

.info-item__link-item-icon {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b9c8d2;
  border-radius: 50%;
  padding: 7px;
  width: 24px;
  height: 24px;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.info-item__link-item-icon svg {
  fill: transparent;
  stroke: inherit;
  position: absolute;
  top: 6px;
  right: 6px;
}

.burger {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 14px;
}

.burger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.burger__line--first {
  top: 0;
}

.burger__line--second,
.burger__line--third {
  top: 6px;
}

.burger__line--fourth {
  bottom: 0;
}

.main-nav--open .burger__line--first,
.main-nav--open .burger__line--fourth {
  opacity: 0;
}

.main-nav--open .burger__line--second {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-nav--open .burger__line--third {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: red;
  }
} */

@media (hover: hover), screen and (min-width: 0\0) {
  .header__logo--not-main:focus,
  .header__logo--not-main:hover {
    opacity: 0.7;
  }

  .main-nav__item-elem:focus::after,
  .main-nav__item-elem:hover::after {
    width: 100%;
  }

  .main-nav__item-body:focus,
  .main-nav__item-body:hover {
    background-color: #dfe4ee;
  }

  .main-nav__menu:hover::after {
    width: 100%;
  }

  .main-nav__list-item-link:focus,
  .main-nav__list-item-link:hover {
    opacity: 0.7;
  }

  .main-nav__list-sublink:focus,
  .main-nav__list-sublink:hover {
    opacity: 0.7;
  }

  .footer__icon:hover {
    opacity: 0.5;
  }

  .footer__link:hover {
    color: #0055b9;
  }

  .footer__design a:hover {
    opacity: 0.5;
  }

  .contacts__link:hover,
  .contacts__link:focus {
    opacity: 0.8;
  }

  .promo__down-btn:focus,
  .promo__down-btn:hover {
    opacity: 0.8;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }

  .about__info-more:focus,
  .about__info-more:hover {
    opacity: 1;
  }

  .about__info-more:focus .about__info-more-icon,
  .about__info-more:hover .about__info-more-icon {
    -webkit-transform: translateX(2px) translateY(-50%);
    transform: translateX(2px) translateY(-50%);
  }

  .about__item:focus,
  .about__item:hover {
    background-color: #dfe4ee;
  }

  .about__item:focus .about__item-img,
  .about__item:hover .about__item-img {
    z-index: 0;
  }

  .about__item:focus .about__item-img img,
  .about__item:hover .about__item-img img {
    opacity: 0;
  }

  .about__item:focus .about__item-number,
  .about__item:hover .about__item-number {
    opacity: 1;
  }

  .about__item:focus .about__item-title,
  .about__item:hover .about__item-title {
    color: #2f2e3e;
  }

  .about__item:focus .about__item-more,
  .about__item:hover .about__item-more {
    color: #000000;
    opacity: 0.7;
  }

  .about__item:focus .about__item-more-icon,
  .about__item:hover .about__item-more-icon {
    -webkit-transform: translateX(4px) translateY(-50%);
    transform: translateX(4px) translateY(-50%);
  }

  .ship-repair__gallery-link:hover img,
  .ship-repair__gallery-link:focus img {
    opacity: 0.7;
    -webkit-transform: translateZ(0) scale(1.2);
    transform: translateZ(0) scale(1.2);
  }

  .breadcrumbs__item a:hover {
    opacity: 1;
  }

  .navigation__item a:hover {
    background-color: #dfe4ee;
  }

  .navigation__item a:hover::after {
    width: 100%;
  }

  .history__slider-button:hover,
  .history__slider-button:focus {
    opacity: 0.8;
  }

  .history__slider-button:active {
    opacity: 1;
  }

  .news__item-link:focus,
  .news__item-link:hover {
    opacity: 0.8;
  }

  .news__item-link:focus img,
  .news__item-link:hover img {
    -webkit-transform: translateZ(0) scale(1.2);
    transform: translateZ(0) scale(1.2);
  }

  .hunt__info-more:focus,
  .hunt__info-more:hover {
    opacity: 1;
  }

  .hunt__info-more:focus .hunt__info-more-icon,
  .hunt__info-more:hover .hunt__info-more-icon {
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px);
  }

  .modal-vacancy__privacy-link:hover,
  .modal-vacancy__privacy-link:focus {
    opacity: 0.5;
  }

  .working__item:focus,
  .working__item:hover {
    background-color: #dfe4ee;
  }

  .working__item:focus .working__item-img,
  .working__item:hover .working__item-img {
    z-index: 0;
  }

  .working__item:focus .working__item-img img,
  .working__item:hover .working__item-img img {
    opacity: 0;
  }

  .working__item:focus .working__item-number,
  .working__item:hover .working__item-number {
    opacity: 1;
  }

  .working__item:focus .working__item-title,
  .working__item:hover .working__item-title {
    color: #2f2e3e;
  }

  .working__item:focus .working__item-more,
  .working__item:hover .working__item-more {
    color: #000000;
    opacity: 0.7;
  }

  .working__item:focus .working__item-more-icon,
  .working__item:hover .working__item-more-icon {
    right: -37px;
  }

  .news-page__button:hover {
    color: #0055b9;
    background-color: #ffffff;
    border-color: #0055b9;
  }

  .new-card__link:hover h3 {
    color: #0055b9;
  }

  .new-card__img:hover img,
  .new-card__img:hover svg {
    -webkit-transform: translateZ(0) scale(1.2);
    transform: translateZ(0) scale(1.2);
  }

  .new-page__gallery-item a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .nav-list__link:hover,
  .nav-list__link:focus {
    background: #dfe4ee;
  }

  .nav-list__link:hover::after {
    opacity: 1;
  }

  .vacancy-item__button:hover {
    color: #ffffff;
    background-color: #0055b9;
  }

  .vacancy-item__button:hover .vacancy-item__more {
    color: #ffffff;
  }

  .vacancy-item__button:hover svg {
    color: #ffffff;
  }

  .button:hover,
  .button:focus {
    opacity: 0.8;
  }

  .btn-link-more:hover,
  .btn-link-more:focus {
    opacity: 0.8;
  }

  .btn-link-more:active {
    opacity: 1;
  }

  .custom-select__item[aria-selected='true']:hover,
  .custom-select__item[aria-selected='true']:focus {
    background-color: pink;
  }

  .custom-select__item:hover,
  .custom-select__item:focus {
    background-color: grey;
  }

  .doc-link__item:hover,
  .doc-link__item:focus {
    background-color: #0055b9;
  }

  .doc-link__item:hover .doc-link__text,
  .doc-link__item:focus .doc-link__text {
    color: #ffffff;
  }

  .doc-link__item:hover .doc-link__link-item,
  .doc-link__item:hover .doc-link__link span,
  .doc-link__item:focus .doc-link__link-item,
  .doc-link__item:focus .doc-link__link span {
    color: #ffffff;
    opacity: 0.7;
  }

  .doc-link__item:hover .doc-link__link-icon,
  .doc-link__item:focus .doc-link__link-icon {
    color: #ffffff;
    opacity: 1;
  }

  .info-item__item:hover,
  .info-item__item:focus {
    background-color: #0055b9;
    -webkit-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
  }

  .info-item__item:hover .info-item__text,
  .info-item__item:focus .info-item__text {
    color: #ffffff;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out;
  }

  .info-item__item:hover .info-item__link-item,
  .info-item__item:hover .info-item__link span,
  .info-item__item:focus .info-item__link-item,
  .info-item__item:focus .info-item__link span {
    color: #ffffff;
    opacity: 0.7;
    -webkit-transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, opacity 0.4s ease-in-out;
  }

  .info-item__item:hover .info-item__link-item-icon,
  .info-item__item:focus .info-item__link-item-icon {
    right: -2px;
  }
}

@media (min-width: 1920px) {
  .promo {
    height: 872px;
  }

  .promo__head {
    padding-left: 176px;
  }
}

@media (max-width: 2000px) {
  .ship-repair__grey-bg {
    left: -223px;
  }
}

@media (max-width: 1919px) {
  .promo {
    height: 605px;
  }

  .promo__bg-grey {
    -webkit-clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0 100%, 0% 22%);
    clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0 100%, 0% 22%);
  }

  .promo__bg-blue {
    -webkit-clip-path: polygon(56% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(56% 0, 100% 0, 100% 100%, 0 100%);
    right: -141px;
  }

  .promo__bg-red {
    -webkit-clip-path: polygon(100% 0, 0 0, 64% 61%);
    clip-path: polygon(100% 0, 0 0, 64% 61%);
    right: 439px;
    bottom: -4px;
  }

  .promo__img {
    width: calc(100% - 135px);
    height: 539px;
  }

  .promo__img .promo__img-big {
    display: none;
  }

  .promo__img .promo__img-middle {
    display: block;
  }

  .promo__content {
    height: 539px;
  }

  .promo__text {
    bottom: 42px;
    font-size: 20px;
    max-width: 845px;
    min-height: 90px;
  }

  .promo__down {
    right: 23px;
  }

  .about .container {
    padding: 0 155px;
  }

  .about__wrapper {
    padding-bottom: 120px;
  }

  .about__item-title {
    padding-bottom: 28px;
  }

  .history__wrapper {
    padding-bottom: 70px;
  }

  .history .container {
    padding: 0 10.3% 0 10.7%;
  }

  .history__bg-text {
    right: 99.5%;
    width: 148px;
    height: 100%;
  }

  .history__bg-img {
    width: 240px;
    left: 97%;
    -webkit-clip-path: polygon(0% 0%, 0 0%, 62% 0%, 100% 14%, 100% 100%, 100% 100%, 0% 100%, 0 100%);
    clip-path: polygon(0% 0%, 0 0%, 62% 0%, 100% 14%, 100% 100%, 100% 100%, 0% 100%, 0 100%);
  }

  .history__bg-img {
    left: 93%;
  }

  .history__title.block-title {
    margin-left: 44px;
  }

  .history__swiper {
    margin: 0;
    margin-top: 36px;
    margin-left: 40px;
  }

  .history__slide-img {
    width: 96%;
    height: 361px;
  }

  .history__slide-img-date {
    right: 63px;
    bottom: 63px;
  }

  .history__about-text {
    max-width: 355px;
  }

  .history__slider-buttons {
    top: 38px;
    right: 140px;
  }

  .news .container {
    padding: 0 155px;
  }

  .news__bg {
    top: 103px;
  }

  .news__wrapper {
    padding-top: 113px;
    padding-bottom: 33px;
  }

  .news__content {
    padding: 0 20px;
  }

  .hunt .container {
    padding: 0 155px;
  }

  .hunt__wrapper {
    padding-bottom: 120px;
  }

  .hunt__container {
    -ms-grid-columns: 48.4% 51.6%;
    grid-template-columns: 48.4% 51.6%;
  }

  .hunt__right {
    -webkit-clip-path: polygon(0% 0%, 0 0%, 100% 0%, 100% 10%, 100% 100%, 13% 100%, 0 80%, 0 100%);
    clip-path: polygon(0% 0%, 0 0%, 100% 0%, 100% 10%, 100% 100%, 13% 100%, 0 80%, 0 100%);
  }

  .vacancy__inner {
    width: 1131px;
  }

  .vacancy .container__content {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .working .container {
    padding: 0 155px;
  }

  .working__item-title {
    padding-bottom: 28px;
  }

  .purchase .container {
    padding-left: 155px;
    padding-right: 153px;
  }

  .disclosure-item .container {
    padding-left: 155px;
    padding-right: 153px;
  }

  .disclosure .container {
    padding-left: 155px;
    padding-right: 153px;
  }
}

@media (max-width: 1500px) {
  .contacts__wrapper {
    min-height: 725px;
  }
}

@media (max-width: 1460px) {
  .contacts__img {
    max-width: 724px;
  }

  .contacts__img img {
    max-height: 603px;
  }

  .ship-repair__grey-bg {
    left: -152px;
  }
}

@media (max-width: 1440px) {
  .contacts__img {
    width: 60%;
  }
}

@media (max-width: 1439px) {
  .container {
    padding: 0 32px;
  }

  .container--no-right-padding {
    padding-right: 0;
  }

  .container--no-padding {
    padding: 0;
  }

  .about__item-number {
    bottom: -32px;
    right: -11px;
    font-size: 240px;
    width: 190px;
    height: 262px;
  }

  .history .container {
    padding: 0 10.5%;
  }

  .history__bg-text {
    right: 98.5%;
  }

  .history__slide-img-wrap {
    overflow: hidden;
  }

  .news__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .news__item:last-child {
    display: none;
  }

  .working__item-number {
    bottom: -32px;
    right: -11px;
    font-size: 240px;
    width: 190px;
    height: 262px;
  }
}

@media (max-width: 1279px) {
  .main-nav__item-body {
    padding: 0 35px;
  }

  .main-nav__link {
    font-size: 10px;
  }

  .main-nav__menu {
    font-size: 10px;
  }

  .main-nav__menu-toggle {
    font-size: 10px;
  }

  .about__item:nth-of-type(1) .about__item-title {
    font-size: 66px;
  }

  .about__item:nth-of-type(1) .about__item-number {
    right: -18px;
  }

  .about__item-number {
    bottom: -22px;
    right: -7px;
    font-size: 170px;
    width: 134px;
    height: 186px;
  }

  .history .container {
    padding: 0 10.5%;
  }

  .history__bg-text {
    width: 153px;
    right: 97%;
  }

  .history__bg-img {
    left: 92%;
    -webkit-clip-path: polygon(0% 0%, 0 0%, 45% 0%, 100% 15%, 100% 100%, 100% 100%, 0% 100%, 0 100%);
    clip-path: polygon(0% 0%, 0 0%, 45% 0%, 100% 15%, 100% 100%, 100% 100%, 0% 100%, 0 100%);
  }

  .history__slide-img {
    height: 245px;
  }

  .history__slide-img-date {
    font-size: 135px;
    right: 70px;
    bottom: 20px;
  }

  .history__slide-img-date span {
    bottom: -26px;
  }

  .hunt__container {
    -ms-grid-columns: 48% 52%;
    grid-template-columns: 48% 52%;
  }

  .hunt__right {
    height: 255px;
  }

  .vacancy__inner {
    width: 940px;
  }

  .working__item:nth-of-type(1) .working__item-title {
    font-size: 64px;
  }

  .working__item:nth-of-type(1) .working__item-number {
    right: -18px;
  }

  .working__item-number {
    bottom: -22px;
    right: -7px;
    font-size: 170px;
    width: 134px;
    height: 186px;
  }

  .info-item__items {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media (max-width: 1023px) {
  .container {
    padding: 0 24px;
  }

  .container--no-right-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .container--no-padding {
    padding: 0;
  }

  .container__inner {
    width: 100%;
  }

  .container__content--center {
    width: 100%;
  }

  .main-nav__item {
    display: none;
  }

  .main-nav__menu-items {
    width: 100%;
  }

  .main-nav__menu-items-wrapper {
    padding-top: 54px;
    padding-left: 16px;
  }

  .main-nav__list-item .accordion__element .accordion__content {
    max-height: 0;
  }

  .main-nav--open .main-nav__list-item-link.accordion__button {
    pointer-events: painted;
    width: 100%;
  }

  .main-nav--open .main-nav__list-item-link.accordion__button svg {
    display: block;
    fill: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer__background-icon {
    display: none;
  }

  .footer__top {
    padding-top: 39px;
    padding-bottom: 42px;
  }

  .footer__left-column {
    margin-right: 0;
  }

  .footer__logo {
    margin-bottom: 41px;
    font-size: 14px;
  }

  .footer__icon {
    margin-bottom: 11px;
  }

  .footer__logo-text {
    width: 90%;
  }

  .footer__navigation {
    display: none;
  }

  .contacts .container__content {
    width: 100%;
  }

  .contacts__left {
    border-left: none;
  }

  .contacts__right {
    border: none;
  }

  .contacts__img img {
    max-height: none;
  }

  .contacts__value {
    width: 100%;
  }

  .promo {
    height: 723px;
  }

  .promo .container {
    padding: 0;
  }

  .promo__bg-red {
    right: 444px;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 0, 70% 61%);
    clip-path: polygon(100% 0, 0 0, 70% 61%);
  }

  .promo__img {
    width: 100%;
    height: 656px;
  }

  .promo__img img {
    -o-object-position: 40% 40%;
    object-position: 40% 40%;
  }

  .promo__wrapper {
    position: initial;
  }

  .promo__content {
    height: 656px;
  }

  .promo__head {
    padding-left: 0;
    padding-right: 16px;
    padding-bottom: 40px;
  }

  .about .container {
    padding: 0 24px;
  }

  .about__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about__info-left {
    padding-right: 0;
  }

  .about__info-right {
    padding-left: 0;
  }

  .about__info-header {
    font-size: 32px;
  }

  .about__info-text {
    font-size: 16px;
    padding-bottom: 33px;
  }

  .about__items-wrap {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .about__item {
    min-height: 375px;
  }

  .about__item:nth-of-type(1) {
    min-height: 375px;
  }

  .ship-repair .container__content {
    width: 100%;
  }

  .ship-repair__left {
    border: none;
  }

  .ship-repair__right {
    border-right: none;
  }

  .ship-repair__top p {
    width: 100%;
  }

  .intro__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about-company__grid-container {
    margin: 0 auto;
  }

  .about-company__grid-container::before,
  .about-company__grid-container::after {
    display: none;
  }

  .about-company__property-list {
    display: block;
  }

  .about-company__property-list li:not(:last-child) {
    margin-bottom: 20px;
  }

  .history .container {
    padding: 0 24px;
  }

  .history__bg-text {
    width: 100%;
    background: #dfe4ee;
  }

  .history__bg-text svg {
    display: none;
  }

  .history__bg-img {
    -webkit-clip-path: polygon(0% 0%, 0 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 0% 100%, 0 100%);
    clip-path: polygon(0% 0%, 0 0%, 100% 0%, 100% 0, 100% 100%, 100% 100%, 0% 100%, 0 100%);
    left: 100%;
  }

  .history__slide-img {
    height: 100%;
  }

  .history__slide-img-date {
    bottom: 28px;
    right: 55px;
    font-size: 100px;
    line-height: 60px;
  }

  .history__slide-img-date span {
    font-size: 60px;
    bottom: -15px;
    right: -28px;
  }

  .history__slider-buttons {
    top: auto;
    bottom: 10px;
    right: auto;
    left: -40px;
  }

  .news .container {
    padding: 0 24px;
  }

  .news__bg {
    display: none;
  }

  .news__btn-more {
    position: absolute;
    bottom: 0;
    left: 24px;
  }

  .news__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    padding-right: 16px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .news__items::-webkit-scrollbar {
    width: 0;
  }

  .news__item:last-child {
    display: block;
  }

  .news__about {
    background-color: transparent;
  }

  .news__header {
    max-width: 235px;
  }

  .news__text {
    max-width: 235px;
  }

  .hunt .container {
    padding: 0 24px;
  }

  .hunt__wrapper {
    padding-left: 0;
  }

  .hunt__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hunt__left {
    padding-left: 12px;
    padding-top: 20px;
    padding-right: 0;
  }

  .hunt__header {
    font-size: 32px;
  }

  .hunt__header::before {
    left: -13px;
  }

  .hunt__about {
    font-size: 16px;
  }

  .hunt__right {
    height: 100%;
  }

  .company-management .container__inner {
    width: 100%;
  }

  .company-management .container__content {
    width: 100%;
  }

  .company-management__bottom {
    border: none;
  }

  .company-management__bottom::after {
    display: none;
  }

  .management__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .management__info {
    width: 100%;
  }

  .management__name {
    width: 100%;
  }

  .management__item::after {
    display: none;
  }

  .vacancy__inner {
    width: 100%;
  }

  .vacancy .container__content {
    width: 100%;
  }

  .history-page__grid-container {
    margin: 0 auto;
  }

  .page-main::before {
    display: none;
  }

  .working .container {
    padding: 0 24px;
  }

  .working__header .page-title {
    font-size: 32px;
  }

  .working__wrapper::before {
    display: none;
  }

  .working__items-wrap {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .working__item {
    height: 375px;
  }

  .working__item:nth-of-type(1) {
    height: 375px;
  }

  .news-page__content::before,
  .news-page__content::after {
    display: none;
  }

  .news-page__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .purchase .container {
    padding: 0 24px;
  }

  .purchase .breadcrumbs {
    margin-left: 0;
  }

  .purchase__header {
    margin: 0;
    margin-bottom: 40px;
  }

  .purchase__header .page-title {
    font-size: 32px;
    padding-bottom: 30px;
  }

  .purchase__wrapper {
    border: none;
    padding-top: 40px;
  }

  .purchase__wrapper::before {
    display: none;
  }

  .disclosure-item .container {
    padding: 0 24px;
  }

  .disclosure-item .breadcrumbs {
    margin-left: 0;
  }

  .disclosure-item__header {
    margin: 0;
    margin-bottom: 40px;
  }

  .disclosure-item__header .page-title {
    font-size: 32px;
    padding-bottom: 30px;
  }

  .disclosure-item__wrapper {
    border: none;
    padding-top: 40px;
  }

  .disclosure-item__wrapper::before {
    display: none;
  }

  .disclosure .container {
    padding: 0 24px;
  }

  .disclosure .breadcrumbs {
    margin-left: 0;
  }

  .disclosure__wrapper {
    border: none;
    padding-top: 40px;
  }

  .disclosure__wrapper::before {
    display: none;
  }

  .disclosure__header {
    margin: 0;
    margin-bottom: 40px;
  }

  .disclosure__header .page-title {
    font-size: 32px;
  }

  .new-page__container {
    margin: 0 auto;
  }

  .orders-history__container {
    width: 100%;
    border: none;
  }

  .orders-history__container::after {
    display: none;
  }

  .orders-gallery__item {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .page-title--white {
    font-size: 38px;
    line-height: 42px;
  }

  .burger {
    right: 25px;
  }
}

@media (max-width: 1023px) and (max-width: 767px) {
  .intro__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .container--no-right-padding {
    padding-right: 0;
    padding-left: 0;
  }

  .container--no-padding {
    padding: 0;
  }

  .container__content {
    width: 100%;
  }

  .header {
    min-height: 60px;
  }

  .header__logo svg {
    width: 115px;
  }

  .main-nav__menu {
    font-size: 12px;
    padding-right: 20px;
    height: 60px;
    width: 134px;
  }

  .main-nav__menu svg {
    right: 14px;
  }

  .main-nav__menu-toggle {
    font-size: 12px;
    padding-right: 20px;
    height: 60px;
    width: 134px;
  }

  .main-nav__menu-items {
    top: 61px;
  }

  .main-nav__list-item {
    padding-bottom: 20px;
  }

  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }

  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
  }

  .contacts__left {
    border-right: none;
    width: 100%;
  }

  .contacts__right {
    width: 100%;
  }

  .contacts__right::after {
    display: none;
  }

  .contacts__img {
    position: relative;
    width: 100%;
    margin-top: 50px;
  }

  .contacts__img::after {
    display: none;
  }

  .promo__bg-blue {
    right: -430px;
  }

  .promo__bg-red {
    width: 40px;
    height: 55px;
    right: 154px;
    bottom: 19px;
    -webkit-clip-path: polygon(100% 0, 0 0, 60% 60%);
    clip-path: polygon(100% 0, 0 0, 60% 60%);
  }

  .promo__img img {
    -o-object-position: 0 40%;
    object-position: 0 40%;
  }

  .promo__img .promo__img-middle {
    display: none;
  }

  .promo__img .promo__img-mobile {
    display: block;
  }

  .promo__header {
    font-size: 38px;
    max-width: 340px;
    margin-bottom: 20px;
  }

  .promo__text {
    font-size: 16px;
    bottom: 18px;
    max-width: 340px;
    min-height: 120px;
  }

  .promo__down {
    right: 9px;
  }

  .about .container {
    padding: 0;
  }

  .about__wrapper {
    border: none;
    padding-bottom: 70px;
  }

  .about__header {
    padding-top: 66px;
    padding-left: 17px;
    padding-right: 10px;
    padding-bottom: 73px;
  }

  .about__info-left {
    padding-bottom: 20px;
  }

  .about__info-right {
    padding-left: 18px;
  }

  .about__info-header {
    padding-left: 16px;
  }

  .about__info-header::before {
    left: -20px;
  }

  .about__info-more {
    padding-left: 18px;
  }

  .about__items .about__title {
    margin-left: 18px;
  }

  .about__items-wrap {
    padding-top: 20px;
  }

  .about__item-header {
    padding-left: 18px;
    padding-top: 20px;
  }

  .about__item {
    min-height: 196px;
  }

  .about__item:nth-of-type(1) {
    min-height: 317px;
  }

  .about__item:nth-of-type(1) .about__item-title {
    font-size: 58px;
  }

  .about__item:nth-of-type(1) .about__item-number {
    right: -12px;
  }

  .about__item-title {
    padding-bottom: 20px;
    font-size: 32px;
    max-width: 309px;
  }

  .about__item-title br {
    display: none;
  }

  .about__item-number {
    bottom: -14px;
    right: -5px;
    font-size: 100px;
    width: 78px;
    height: 108px;
  }

  .ship-repair__top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ship-repair__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ship-repair__left {
    width: 100%;
    padding-top: 0;
  }

  .ship-repair__right {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    border: none;
    padding-bottom: 30px;
  }

  .intro {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .about-company__grid-container {
    display: block;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .about-company__left-column {
    margin-bottom: 30px;
    padding: 70px 0 0;
    border: none;
  }

  .about-company__left-column::after {
    display: none;
  }

  .about-company__right-column {
    padding: 0 0 70px;
    border: none;
  }

  .about-company__image {
    max-height: 320px;
  }

  .about-company__image img {
    max-height: 320px;
  }

  .about-company__property {
    padding-left: 0;
    padding-right: 0;
  }

  .history__wrapper {
    padding-top: 33px;
    padding-left: 16px;
    padding-bottom: 114px;
  }

  .history .container {
    padding: 0;
  }

  .history__title.block-title {
    margin-left: 0;
  }

  .history__swiper {
    margin: 0;
    margin-top: 20px;
  }

  .history__slide-img {
    width: 100%;
  }

  .history__slide-img-date {
    font-size: 60px;
    right: 24px;
    bottom: 6px;
  }

  .history__slide-img-date span {
    font-size: 38px;
    bottom: -7px;
    right: -18px;
  }

  .history__slide img {
    min-width: 235px;
  }

  .history__slider-buttons {
    bottom: 33px;
  }

  .history__slider-buttons .btn-link-more {
    left: 127px;
  }

  .news .container {
    padding-left: 16px;
    padding-right: 0;
  }

  .news__wrapper {
    border: none;
    padding-top: 70px;
  }

  .news__content {
    padding: 0;
  }

  .news__btn-more {
    left: 0;
  }

  .news__items {
    overflow: auto;
  }

  .news__item {
    width: 235px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .news__about {
    margin-top: 25px;
  }

  .hunt .container {
    padding: 0 16px;
  }

  .hunt__wrapper {
    padding-top: 70px;
    border: none;
    padding-bottom: 80px;
  }

  .hunt__left {
    padding-top: 28px;
  }

  .hunt__about {
    padding-top: 20px;
    padding-left: 5px;
  }

  .hunt__info-more {
    padding-left: 5px;
  }

  .company-management__top {
    min-height: 310px;
    padding-top: 40px;
    padding-left: 16px;
  }

  .company-management .page-title {
    margin-top: 145px;
  }

  .company-management__bottom {
    padding-top: 69px;
  }

  .management__img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .management__img::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 152px;
    height: 152px;
    display: block;
    background-color: #ffffff;
    -webkit-clip-path: polygon(52% 0, 100% 50%, 100% 0);
    clip-path: polygon(52% 0, 100% 50%, 100% 0);
  }

  .management__info {
    padding: 16px;
    padding-top: 30px;
    padding-bottom: 55px;
  }

  .management__name {
    margin-top: 2px;
  }

  .vacancy__inner {
    border: none;
  }

  .vacancy .container {
    padding: 0;
  }

  .vacancy::after {
    display: none;
  }

  .vacancy__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vacancy__remark {
    width: 100%;
  }

  .vacancy__remark::after {
    display: none;
  }

  .vacancy__contacts {
    width: 100%;
  }

  .history-page__grid-container {
    display: block;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
  }

  .history-page__grid-container::before {
    display: none;
  }

  .history-page__illustration {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .history-page__illustration:first-of-type {
    padding-top: 70px;
  }

  .history-page__illustration:last-of-type {
    padding-bottom: 0;
  }

  .history-page__illustration p {
    text-align: center;
  }

  .history-page__article {
    margin-bottom: 50px;
    padding-left: 0;
  }

  .history-page__article:first-of-type {
    padding-top: 0;
  }

  .history-page__article:last-of-type {
    padding-bottom: 70px;
  }

  .history-page__sub-title {
    text-align: center;
  }

  .working .container {
    padding: 0;
  }

  .working__item {
    height: 196px;
  }

  .working__item:nth-of-type(1) {
    height: 196px;
  }

  .working__item:nth-of-type(1) .working__item-title {
    font-size: 58px;
  }

  .working__item:nth-of-type(1) .working__item-number {
    right: -12px;
  }

  .working__item-title {
    padding-bottom: 20px;
    font-size: 32px;
    max-width: 309px;
  }

  .working__item-title br {
    display: none;
  }

  .working__item-number {
    bottom: -14px;
    right: -5px;
    font-size: 100px;
    width: 78px;
    height: 108px;
  }

  .news-page::before {
    display: none;
  }

  .news-page__content {
    padding: 70px 16px;
    border: none;
  }

  .news-page__list {
    display: block;
  }

  .news-page__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .purchase .container {
    padding: 0 16px;
  }

  .purchase__header p {
    font-size: 16px;
  }

  .disclosure-item .container {
    padding: 0 16px;
  }

  .disclosure-item__header p {
    font-size: 16px;
  }

  .disclosure .container {
    padding: 0 16px;
  }

  .new-page h2 {
    font-size: 32px;
    line-height: 35px;
  }

  .new-page__container {
    border: none;
  }

  .new-page__text-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 50px;
  }

  .new-page__image-content {
    padding-bottom: 70px;
  }

  .new-page__gallery {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .new-page__gallery-item {
    margin-bottom: 20px;
  }

  .grid {
    margin: 0;
  }

  .grid-sizer,
  .grid-item {
    width: 100%;
    padding: 0;
  }

  .error-page {
    min-height: auto;
  }

  .error-page::after {
    font-size: 200px;
    line-height: 200px;
  }

  .error-page__section {
    padding-top: 70px;
    padding-left: 0;
  }

  .error-page__title {
    font-size: 30px;
  }

  .orders-history__container {
    padding-top: 80px;
  }

  .orders-gallery {
    margin-right: 16px;
    margin-left: -4px;
  }

  .orders-gallery__item {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .orders-list {
    padding: 40px 16px;
  }

  .page-title {
    font-size: 32px;
    line-height: 35px;
  }

  .vacancy-item p,
  .vacancy-item ul,
  .vacancy-item ol {
    padding-right: 0;
  }

  .vacancy-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 26px;
    padding-bottom: 26px;
    min-height: 100px;
  }

  .doc-link__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
  }

  .doc-link__link {
    padding-left: 16px;
    padding-top: 15px;
  }

  .doc-link__link-item {
    margin-bottom: 0;
  }

  .doc-link__link-icon {
    top: 18px;
    left: 0;
  }

  .info-item__item {
    padding: 16px;
  }

  .info-item__text {
    font-size: 22px;
  }

  .info-item__link {
    padding-left: 16px;
    padding-top: 15px;
  }
}

@media (max-width: 600px) {
  .company-management .navigation {
    width: 600px;
  }

  .nav-list {
    width: 600px;
  }
}

@media (max-width: 500px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
  }

  .navigation__item {
    width: 148px;
    border-bottom: 1px solid #dfe4ee;
  }
}

@media (max-width: 320px) {
  .ship-repair .page-title {
    font-size: 28px;
  }
}

@media (min-width: 1920px) and (max-width: 2559px) {
  .about .container {
    padding: 0 196px;
  }

  .news .container {
    padding: 0 196px;
  }

  .hunt .container {
    padding: 0 196px;
  }

  .working .container {
    padding: 0 196px;
  }

  .purchase .container {
    padding: 0 196px;
  }

  .disclosure-item .container {
    padding: 0 196px;
  }

  .disclosure .container {
    padding: 0 196px;
  }
}
/* End */


/* Start:/local/templates/ETIKA/assets/css/style.min.css?1756937834113042*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes disableBreakpointAnimation{0%,to{visibility:hidden;opacity:0}}@keyframes disableBreakpointAnimation{0%,to{visibility:hidden;opacity:0}}html{line-height:1.15;-webkit-text-size-adjust:100%}details,main{display:block}h1{margin:.67em 0;font-size:2em}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace}a{background-color:transparent;color:#000;text-decoration:none}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:none}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-size:100%;line-height:1.15;font-family:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{display:table;max-width:100%;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:none}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}summary{display:list-item}[hidden],template{display:none}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-notification{display:none!important}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-slide,.swiper-wrapper{width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-wrapper{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(-1*var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}@font-face{font-style:normal;font-weight:400;font-family:"DIN Pro";font-display:swap;src:url(/local/templates/ETIKA/assets/css/../fonts/DINPro.woff2) format("woff2"),url(/local/templates/ETIKA/assets/css/../fonts/DINPro.woff) format("woff")}@font-face{font-style:normal;font-weight:700;font-family:"DIN Pro Cond";font-display:swap;src:url(/local/templates/ETIKA/assets/css/../fonts/DINPro-CondensedBold.woff2) format("woff2"),url(/local/templates/ETIKA/assets/css/../fonts/DINPro-CondensedBold.woff) format("woff")}*,::after,::before,html{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{margin:0;padding:0}body{width:100%;height:100%;font-style:normal;font-weight:400;font-size:16px;line-height:24px;font-family:"DIN Pro Cond","Arial",sans-serif;color:#000;background-color:#f8f9fb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,video{display:block;max-width:100%;height:auto}input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff;box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#000}input,select,textarea{border-radius:0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,input::-ms-input-placeholder,textarea:-ms-input-placeholder,textarea::-ms-input-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}input:invalid,textarea:invalid{-webkit-box-shadow:none;box-shadow:none}input::-ms-clear,input::-ms-reveal{display:none}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input:matches([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url]),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:none;-moz-appearance:none;appearance:none}html{scroll-behavior:smooth}.wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-height:calc(100*var(--vh, 1vh));overflow:hidden}.wrapper--no-scrollbar{height:100vh;height:calc(100*var(--vh, 1vh));-ms-overflow-style:none;scrollbar-width:none}.wrapper--no-scrollbar::-webkit-scrollbar{display:none}.wrapper .footer,.wrapper .header{-ms-flex-negative:0;flex-shrink:0}.wrapper main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.custom-select select,.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;clip:rect(0 0 0 0)}.no-transition{-webkit-transition:none!important;transition:none!important}.rouble{font-family:"Rouble","Arial",sans-serif;text-transform:lowercase!important;font-weight:400!important}.scroll-lock-ios{position:fixed;overflow:hidden}.scroll-lock{overflow:hidden}.container{width:100%;max-width:1920px;margin:0 auto;padding:0 40px}.container--no-right-padding{padding-right:0}.container--right-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.container--no-padding{padding:0}.container__inner{width:92%}.container__content{width:88%}.container__content--center{margin:0 auto;width:83%}.container__wrapper{max-width:1527px}.container-wrapper{width:100%;max-width:1920px;margin:0 auto}.header,.header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header{min-height:64px;background-color:#f8f9fb;border-bottom:1px solid #d7e1e6}.header__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1920px;margin:0 auto}.header__logo{margin-left:25px}.header__logo--not-main,.main-nav__menu svg{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.main-nav__list,.main-nav__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.main-nav__list{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -33px 0 60px;padding:0;list-style:none}.main-nav__item{position:relative;cursor:pointer}.main-nav__item-body,.main-nav__item-elem{-webkit-clip-path:polygon(34px 0%,100% 0%,calc(100% - 34px) 100%,0% 100%);clip-path:polygon(34px 0%,100% 0%,calc(100% - 34px) 100%,0% 100%)}.main-nav__item-elem{position:relative;padding-left:1px;margin-left:-34px;background-color:#d7e1e6}.main-nav__item-elem::after{position:absolute;content:"";width:0;height:4px;left:0;bottom:0;background:red;-webkit-transition:width .6s cubic-bezier(.55,0,.1,1);transition:width .6s cubic-bezier(.55,0,.1,1)}.main-nav__item-elem:active::after,.main-nav__menu:active::after{width:0}.main-nav__item-body{padding:0 50px;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.main-nav__item-body,.main-nav__item-body:active{background-color:#fff}.main-nav__link{position:relative;font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:100%;letter-spacing:.02em;text-transform:uppercase;color:#191a1f;opacity:.9;display:block;padding:26px 0;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.main-nav__menu{position:relative;width:142px;height:64px;-webkit-clip-path:polygon(34px 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(34px 0%,100% 0%,100% 100%,0% 100%);background-color:#0055b9;cursor:pointer;padding-right:25px}.main-nav__menu svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:20px;color:inherit}.main-nav__menu svg:last-child{opacity:0}.main-nav__menu::after{position:absolute;content:"";width:0;height:4px;left:0;bottom:0;background:red;-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out}.main-nav__menu-toggle{border:0;outline:0;position:relative;font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:100%;letter-spacing:.02em;text-transform:uppercase;color:#fff;width:142px;height:64px;-webkit-clip-path:polygon(34px 0%,100% 0%,100% 100%,0% 100%);clip-path:polygon(34px 0%,100% 0%,100% 100%,0% 100%);background-color:#0055b9;cursor:pointer;padding-right:25px}.main-nav__menu-items{height:0;opacity:0;-webkit-transition:height .6s cubic-bezier(.55,0,.1,1),opacity .6s cubic-bezier(.55,0,.1,1);transition:height .6s cubic-bezier(.55,0,.1,1),opacity .6s cubic-bezier(.55,0,.1,1);position:absolute;top:65px;right:0;z-index:3000;width:413px;background:#0055b9}.main-nav__menu-items-wrapper{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:970px;width:100%;height:0;margin:0 auto;padding:51px 48px 51px 36px;opacity:0;overflow:auto;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.main-nav__list-item{padding-bottom:23px}.main-nav__list-item .accordion__element .accordion__content{max-height:100%}.main-nav__list-item-link{display:block;font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:18px;text-transform:uppercase;color:#fff;cursor:pointer;padding-bottom:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;position:relative}.main-nav__list-item-link svg{display:none}.main-nav .accordion__element .accordion__button svg{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.main-nav .accordion__element.is-active .accordion__button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.main-nav--open .main-nav__menu-items{opacity:1;height:100vh;height:calc(100*var(--vh, 1vh))}.main-nav--open .main-nav__menu-items-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;height:100%}.main-nav--open .main-nav__menu svg:first-child{opacity:0}.main-nav--open .main-nav__menu svg:last-child{opacity:1}.main-nav--open .main-nav__list-item-link.accordion__button{pointer-events:none}.main-nav__list-subitems{list-style:none;padding:0;margin:0}.main-nav__list-subitem{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:10px}.main-nav__list-sublink{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:500;font-size:15px;line-height:19px;color:#fff;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.footer{color:#191a1f}.footer ul{margin-top:0;padding-left:0;list-style:none}.footer__container{position:relative;background-color:#dfe4ee}.footer__inner-container{margin:0 auto;max-width:1460px}.footer__background-icon{position:absolute;top:-.4px;right:0;fill:#f8f9fb}.footer__top{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:53px;padding-bottom:48px}.footer__top::after{content:"";position:absolute;bottom:0;width:100%;height:1px;background-color:#7391a0;opacity:.2}.footer__left-column{margin-right:10%;width:228px;-ms-flex-negative:0;flex-shrink:0}.footer__logo{margin-bottom:22px;font-size:14px;line-height:18px}.footer__icon{display:block;margin-bottom:12px;opacity:1;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.footer__logo-text{font-family:"DIN Pro","Arial",sans-serif;margin-top:0;margin-bottom:14px;padding-left:2px;opacity:.9}.footer__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:73%;font-weight:700;font-size:14px;line-height:18px;text-transform:uppercase;opacity:.9;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.footer__link{color:inherit;-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.footer__menu-item:not(:last-child),.history-page__image img:not(:last-child){margin-bottom:20px}.footer__name-menu{margin-top:0;margin-bottom:18px;font-family:"DIN Pro","Arial",sans-serif;font-size:14px}.footer__directions{-ms-flex-negative:0;flex-shrink:0;width:37%}.footer__directions-list{margin-bottom:0;font-family:"DIN Pro","Arial",sans-serif;font-size:15px;font-weight:500;text-transform:none;-ms-flex-negative:0;flex-shrink:0}.footer__directions-item:not(:last-child){margin-bottom:11px}.footer__company-menu{margin-right:7%;-ms-flex-negative:0;flex-shrink:0;width:20%}.footer__company-menu,.footer__contacts,.footer__user-menu{margin-bottom:0;font-family:"DIN Pro","Arial",sans-serif}.footer__user-menu{margin-right:6%;-ms-flex-negative:0;flex-shrink:0;width:22%}.footer__contacts{font-size:12px;line-height:16px}.footer__contacts-item{margin-bottom:16px}.footer__contacts-item:last-child{margin-bottom:0}.footer__many-contacts-item{margin-bottom:10px}.footer__contacts-signature{margin-left:2px}.footer__contacts-name{margin-bottom:10px;margin-top:0;font-weight:700}.footer__design,.footer__text{font-family:"DIN Pro","Arial",sans-serif}.footer__text{margin-top:0}.footer__design{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 34px 20px;text-align:end}.footer__design a{display:block;opacity:1;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.footer__design svg{height:100%}.footer__design-text{-ms-flex-item-align:end;align-self:flex-end;margin-top:0;margin-bottom:0;margin-right:5px;font-size:10px;line-height:13px;opacity:1;text-align:end}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;background-color:rgba(0,0,0,.8);-webkit-transform:scale(1.2);transform:scale(1.2);visibility:hidden;opacity:0;-webkit-transition:opacity .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1),-webkit-transform .6s cubic-bezier(.55,0,.1,1);transition:opacity .6s cubic-bezier(.55,0,.1,1),transform .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1);transition:opacity .6s cubic-bezier(.55,0,.1,1),transform .6s cubic-bezier(.55,0,.1,1),visibility .6s cubic-bezier(.55,0,.1,1),-webkit-transform .6s cubic-bezier(.55,0,.1,1);pointer-events:none;-ms-overflow-style:none;scrollbar-width:none}.modal::-webkit-scrollbar{display:none}.modal__wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:100%;padding:60px 40px}.modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}.modal__content{position:relative;width:600px;padding:40px;background-color:#fff}.modal__close-btn{position:absolute;top:22px;right:22px;z-index:1;width:40px;height:40px;padding:0;background:0 0;border:0;cursor:pointer}.modal--responsive .modal__content{width:100%}.modal--fit-content .modal__content{width:auto}.modal--no-scale{-webkit-transform:none;transform:none}.modal--preload{-webkit-transition:none;transition:none}.modal.is-active{-webkit-transform:scale(1);transform:scale(1);visibility:visible;opacity:1;pointer-events:auto}.contacts{position:relative;color:#2f2e3e;background-color:#f8f9fb}.contacts .page-title{margin-top:23px}.contacts .breadcrumbs__item--current{color:#0055b9}.contacts .container__inner{position:relative}.contacts__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:1050px}.contacts__left,.contacts__right{width:50%;border-right:1px solid #d7e1e6}.contacts__left{padding:70px 30px 50px 40px;border-left:1px solid #d7e1e6}.contacts__right{padding-bottom:50px}.contacts__img::after,.contacts__right::after{position:absolute;left:0;content:"";display:block}.contacts__right::after{top:0;background:#d7e1e6;z-index:1;width:1px;height:100%}.contacts__desc{margin-bottom:60px;font-style:normal;font-weight:400;font-size:18px;line-height:130%;opacity:.9;color:#191a1f;font-family:"DIN Pro","Arial",sans-serif}.contacts__list{padding:0;margin:-30px 0 0;list-style:none}.contacts__item,.contacts__link{font-style:normal;font-weight:700;font-size:22px;line-height:24px;text-transform:uppercase}.contacts__link{display:block;color:#2f2e3e;margin-top:8px}.contacts__item{margin-top:30px}.contacts__signature{margin:0;font-style:normal;font-weight:400;font-size:14px;line-height:18px;opacity:.7;text-transform:capitalize}.contacts__img{position:absolute;height:auto;width:60%;max-width:967px}.contacts__img img{width:100%;height:auto}.contacts__img::after{bottom:-4px;border:47px solid #f8f9fb;border-right-color:transparent;border-top-color:transparent;width:93px;height:93px}.contacts__signature-inside{margin-left:9px;font-style:normal;font-weight:400;font-size:14px;line-height:18px;opacity:.9;color:#191a1f;text-transform:capitalize;font-family:"DIN Pro","Arial",sans-serif}.contacts__value{margin:10px 0 0;width:95%}.promo{position:relative;width:100%}.promo__picture{position:absolute;width:100%;height:100%;z-index:-2}.promo__bg{position:relative;width:100%;height:100%}.promo__bg-grey{width:100%;height:320px;background-color:#dfe4ee;-webkit-clip-path:polygon(4% 0%,100% 0,100% 100%,0 100%,0% 22%);clip-path:polygon(4% 0%,100% 0,100% 100%,0 100%,0% 22%);position:absolute;bottom:0;top:auto;left:0}.promo__bg-blue{width:620px;height:100%;background-color:#0055b9;-webkit-clip-path:polygon(80% 0,100% 0,100% 100%,0 100%);clip-path:polygon(80% 0,100% 0,100% 100%,0 100%);position:absolute;right:0;top:0}.promo__bg-red{width:73px;height:73px;background-color:red;-webkit-clip-path:polygon(97% 0,0 0,60% 60%);clip-path:polygon(97% 0,0 0,60% 60%);position:absolute;bottom:4px;right:572px}.promo__img{position:absolute;top:0;right:0;background-color:#dfe4ee;width:calc(100% - 177px);height:796px;z-index:-1}.promo__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo__img .promo__img-big{width:100%;height:100%;display:block}.promo__img .promo__img-middle,.promo__img .promo__img-mobile{width:100%;height:100%;display:none}.promo__content,.promo__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.promo__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin-left:20px}.promo__content{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:796px;margin:20px 0}.promo__head{padding-left:135px;padding-right:40px;padding-bottom:62px}.promo__header{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:48px;line-height:110%;text-transform:uppercase;color:#fff;margin:0 0 30px;max-width:800px}.promo__text{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#fff;margin:0;max-width:670px;min-height:72px;bottom:30px}.promo__down{position:absolute;bottom:3%;right:22px}.promo__down-btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.promo__down-btn-wrap svg{fill:transparent;stroke:#fff;color:#fff}.promo__down-btn{background:0 0;border:0;outline:0;cursor:pointer;font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:500;font-size:10px;line-height:150%;letter-spacing:.05em;text-transform:uppercase;color:#fff;padding-right:16px}.promo__down-btn,.promo__down-btn:active{opacity:1;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.about__wrapper{border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;padding-bottom:129px}.about__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:100px 50px 103px 40px}.about__title{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:150%;letter-spacing:.02em;text-transform:uppercase;color:#0055b9;margin:0;position:relative;padding-left:20px}.about__title svg{position:absolute;top:3px;left:0}.about__info{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;margin-top:17px;position:relative}.about__info-left{position:relative;padding-right:30px;padding-bottom:33px}.about__info-right{padding-left:50px}.about__info-header{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:42px;line-height:110%;text-transform:uppercase;color:#2f2e3e;margin:0}.about__info-header::before{position:absolute;content:"";width:2px;height:80%;top:0;left:-40px;background-color:red}.about__info-more,.about__info-text{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;line-height:150%;color:#191a1f;opacity:.9}.about__info-text{margin:0;font-weight:400;font-size:18px}.about__info-more{font-weight:700;font-size:12px;text-align:right;letter-spacing:.02em;text-transform:uppercase;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}.about__info-more:active{opacity:.7}.about__info-more-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #b9c8d2;border-radius:50%;padding:7px;width:24px;height:24px;-webkit-transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.about__info-more-icon svg,.about__item-more-icon svg{fill:transparent;stroke:inherit;position:absolute;top:7px;right:6px}.about__items .about__title{margin-left:38px}.about__items-wrap{display:-ms-grid;display:grid;-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;grid-gap:1px;padding-top:26px}.about__item-header{padding-left:40px;padding-top:40px}.about__item{display:block;position:relative;width:100%;min-height:320px;cursor:pointer}.about__item:nth-of-type(1){-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3;height:100%}.about__item:nth-of-type(1) .about__item-title{font-size:68px}.about__item:nth-of-type(1) .about__item-number{right:-27px}.about__item:last-child br,.working__item:last-child br{display:block}.about__item-more,.about__item-title{font-style:normal;font-weight:700;text-transform:uppercase;color:#fff}.about__item-title{margin:0;padding-bottom:23px;font-family:"DIN Pro Cond","Arial",sans-serif;font-size:42px;line-height:110%;-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.about__item-more{font-family:"DIN Pro","Arial",sans-serif;font-size:12px;line-height:150%;letter-spacing:.02em;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transition-property:color,opacity;transition-property:color,opacity;margin-bottom:30px}.about__item-more-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #b9c8d2;border-radius:50%;padding:7px;width:24px;height:24px;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.about__item-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.about__item-img img,.about__item-number{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.about__item-number{position:absolute;bottom:-34px;right:-12px;font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:270px;line-height:120%;color:#f8f9fb;margin:0;width:212px;height:290px;-webkit-clip-path:polygon(0 0,95% 0,95% 88%,0 88%);clip-path:polygon(0 0,95% 0,95% 88%,0 88%);opacity:0}.ship-repair{overflow:hidden}.ship-repair .page-title{margin-top:20px;margin-bottom:0;font-style:normal;font-weight:700;font-size:48px;line-height:53px;font-family:"DIN Pro Cond","Arial",sans-serif}.ship-repair .breadcrumbs{-ms-flex-wrap:wrap;flex-wrap:wrap}.ship-repair .breadcrumbs__item{margin-top:5px}.ship-repair .breadcrumbs__item::after{opacity:.4}.ship-repair,.ship-repair__wrapper{position:relative}.ship-repair__top{position:relative;display:block;margin:0 auto;max-width:1920px;width:100%;min-height:413px;padding-bottom:73px;padding-top:120px;padding-left:40px;background-color:#0055b9;color:#fff;z-index:5}.ship-repair__img-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.about__item-img img,.ship-repair__img-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ship-repair__grey-bg{position:absolute;bottom:-75px;left:0;width:100%;height:314px;background-color:#dfe4ee;z-index:-3}.ship-repair__grey-bg::after,.ship-repair__img::after{position:absolute;content:"";width:74px;height:74px;display:block}.ship-repair__grey-bg::after{top:-1px;-webkit-clip-path:polygon(0 0,0% 100%,100% 0);clip-path:polygon(0 0,0% 100%,100% 0);background:#fff;left:-1px}.ship-repair__polygon-blue,.ship-repair__polygon-red{position:absolute;bottom:-75px;z-index:-2;right:-1px;width:551px;height:551px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%);clip-path:polygon(0 0,100% 0,100% 100%);background-color:#0055b9}.ship-repair__polygon-red{z-index:-3;width:504px;height:670px;background-color:red;-webkit-clip-path:polygon(19% 100%,100% 0,100% 100%);clip-path:polygon(19% 100%,100% 0,100% 100%)}.ship-repair__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:75px}.ship-repair__left{width:50%;padding:46px 40px 118px;border-left:1px solid #d7e1e6}.ship-repair__right{width:50%;padding-top:80px;padding-bottom:120px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.ship-repair__img{position:relative;overflow:hidden}.ship-repair__img img{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;opacity:1;width:100%}.ship-repair__img::after{bottom:0;left:0;border:37px solid #fff;border-right-color:transparent;border-top-color:transparent}.ship-repair__left p,.ship-repair__top p{margin-top:30px;font-style:normal;font-weight:400;font-size:18px;line-height:27px;font-family:"DIN Pro","Arial",sans-serif}.ship-repair__top p{width:40%}.ship-repair__left p{margin-bottom:0;color:#191a1f;opacity:.9}.intro,.intro__container{width:100%;position:relative}.intro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;z-index:10}.intro__container{padding-top:120px;padding-left:40px;height:413px}.intro__container img,.intro__container::before{position:absolute;top:0;left:0;width:100%;height:100%}.intro__container::before{content:"";background-color:#0055b9;opacity:.6;z-index:-10}.intro__container img{-o-object-fit:cover;object-fit:cover;z-index:-20}.intro__title{margin:0;width:60%}.intro__navigation{width:100%}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-bottom:20px;padding-left:0;list-style:none}.breadcrumbs__item{font-weight:700;font-size:12px;line-height:14px;letter-spacing:.02em;text-transform:uppercase;color:#fff;font-family:"DIN Pro","Arial",sans-serif}.breadcrumbs__item--grey{color:#191a1f}.breadcrumbs__item:not(:last-child){margin-right:4px;margin-bottom:4px}.breadcrumbs__item:not(:last-child)::after{content:"/";opacity:.4}.breadcrumbs__item a{color:inherit;opacity:.4;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.breadcrumbs__item--current a,.breadcrumbs__item--current-blue a{opacity:1}.breadcrumbs__item--current-blue{color:#0055b9}.navigation{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);margin:0;padding-left:0;width:100%;list-style:none;border-left:1px solid #dfe4ee;border-bottom:1px solid #dfe4ee}.navigation__item{height:46px;font-family:"DIN Pro","Arial",sans-serif;font-weight:700;font-size:12px;line-height:12px;letter-spacing:.02em;text-transform:uppercase;border-left:1px solid #dfe4ee}.navigation__item a{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background-color:#f8f9fb;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.navigation__item a::after,.navigation__item--current a::after{content:"";position:absolute;bottom:0;left:0;height:4px;background-color:red}.navigation__item a::after{-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;width:0}.navigation__item--current a{background-color:#dfe4ee}.navigation__item--current a::after{width:100%;opacity:1}.about-company{background-color:#f8f9fb}.about-company__grid-container{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.about-company__grid-container::after,.about-company__grid-container::before{content:"";position:absolute;width:52px;height:104px;background-image:url(/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg)}.about-company__grid-container::before{left:-51px;top:362px}.about-company__grid-container::after{right:-51px;bottom:153px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.about-company__left-column{position:relative;padding:100px 40px 133px;border-left:1px solid #d7e1e6}.about-company__left-column p:not(:last-child){margin-bottom:25px}.about-company__left-column::after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background-color:#d7e1e6;z-index:10}.about-company__sub-title{margin-top:0;margin-bottom:30px}.about-company__sub-title--blue{padding-left:22px}.about-company__right-column{padding-top:165px;padding-bottom:133px;border-right:1px solid #d7e1e6}.about-company__image{position:relative;margin-bottom:76px;max-width:100%;max-height:368px}.about-company__image img{position:relative;height:auto;max-height:368px}.about-company__icon{position:absolute;bottom:-1px;left:-1px;width:73px;height:73px;fill:#f8f9fb;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.about-company__property{padding-left:40px;padding-right:40px}.about-company__property-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px;row-gap:60px;margin:0;padding-left:0;list-style:none;color:#2f2e3e}.about-company__property-list h3{margin-top:0;margin-bottom:15px;font-size:18px;line-height:20px;text-transform:uppercase}.about-company__property-list p{margin:0;font-size:14px;line-height:18px;opacity:.9;color:#191a1f}.about-company__property-list p,.content p,.sub-title--blue{font-family:"DIN Pro","Arial",sans-serif}.content p{margin-top:0;text-align:left;opacity:.9;font-size:18px;line-height:27px;color:#191a1f}.content h3,.sub-title{font-size:22px;line-height:24px;text-transform:uppercase;color:#2f2e3e}.sub-title{position:relative;font-size:32px;line-height:35px}.sub-title::before{content:"";position:absolute;width:2px;height:26px;background-color:red;top:4.5px;left:-40px}.sub-title--blue{font-size:14px;line-height:23px;letter-spacing:.02em;color:#0055b9}.sub-title--blue::before{width:12px;height:12px;background-color:transparent;background-image:url(/local/templates/ETIKA/assets/css/../img/sprite/icon-about-title.svg);left:0}.history{position:relative}.history__wrapper{position:relative;padding-top:44px;padding-bottom:64px;background-color:#dfe4ee;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.history .container{max-width:1920px;padding:0 190px 0 188px}.history__slides{-webkit-transform:translateZ(0);transform:translateZ(0)}.history__bg{position:absolute;top:0;width:100%;height:100%}.history__bg-img,.history__bg-text{position:absolute;bottom:0;height:100%}.history__bg-text{right:calc(100% - 7px);color:#dfe4ee;width:10%}.history__bg-text svg{width:100%;height:100%}.history__bg-img{left:calc(100% - 35px);-webkit-clip-path:polygon(0% 0%,0 0%,64% 0%,100% 11%,100% 100%,100% 100%,0% 100%,0 100%);clip-path:polygon(0% 0%,0 0%,64% 0%,100% 11%,100% 100%,100% 100%,0% 100%,0 100%);background-color:#dfe4ee;width:239px}.history__title.block-title{margin-left:40px}.history__swiper{overflow:hidden;margin:40px 40px 0}.history__slide-img-wrap{position:relative}.history__slide-img{height:368px;overflow:hidden}.history__slide-img-date{position:absolute;bottom:50px;right:50px;font-size:165px;line-height:84px;font-weight:700;color:#fff}.history__slide-img-date span{position:absolute;bottom:-37px;right:-30px;font-size:70px}.about-company__image img,.history__slide img{width:100%;-o-object-fit:cover;object-fit:cover}.history__about{margin-top:21px}.history__about-header{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:110%;text-transform:uppercase;color:#2f2e3e;margin:0 0 7px}.history__about-text{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:130%;color:#191a1f;opacity:.9;margin:0}.history__slider-buttons{position:absolute;top:44px;right:174px;display:-webkit-box;display:-ms-flexbox;display:flex}.history__slider-buttons .btn-link-more{top:-4px;left:134px}.history__slider-button{width:36px;height:36px;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.history__slider-button::after,.history__slider-button::before{display:none}.history__slider-button svg{fill:none}.history__slider-button--right{right:0;left:97px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.history__slider-button--left{right:0;left:60px}.news{position:relative}.news__bg{position:absolute;top:143px;width:100%;height:76.8%;z-index:-1}.news__bg img{width:100%;height:91%}.news__bg-text{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:185px;line-height:120%;text-align:right;text-transform:uppercase;color:#dfe4ee;margin:0;position:absolute;right:-11px;top:-62px}.news__bg-grey{width:100%;height:87%;background-color:#dfe4ee;z-index:-1;position:absolute;top:120px;left:0}.news__wrapper{position:relative;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;padding-top:155px;padding-bottom:14px;overflow:hidden}.news__wrapper::before{position:absolute;content:"";width:73px;height:73px;bottom:0;right:0;background-color:transparent;border:38px solid #fff;border-left-color:transparent;border-top-color:transparent}.news__content,.news__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 40px}.news__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.news__btn-more{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.news__items{list-style:none;margin:0;padding:0;overflow:hidden;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);grid-gap:14px}.news__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.news__item-link{width:100%;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.news__item-wrap{display:block;width:100%;cursor:pointer}.news__img-wrap{position:relative;overflow:hidden;padding-bottom:70%}.news__img{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%}.hunt__info-more-icon svg,.news__img img{-webkit-transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.news__about{margin-top:25px;margin-bottom:25px}.news__header{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:22px;line-height:110%;text-transform:uppercase;color:#2f2e3e;margin:0;padding-bottom:10px;max-width:337px}.news__date,.news__text{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;line-height:130%;margin:0}.news__text{opacity:.9;padding-bottom:10px;max-width:337px;font-weight:400;font-size:14px;color:#191a1f}.news__date{font-weight:500;font-size:10px;color:#000}.hunt__wrapper{border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;padding-left:38px;padding-bottom:140px;padding-top:122px}.hunt__container{display:-ms-grid;display:grid;-ms-grid-columns:48.7% 51.3%;grid-template-columns:48.7% 51.3%;padding-top:20px}.hunt__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:48px}.hunt__header{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:42px;line-height:110%;text-transform:uppercase;color:#2f2e3e;margin:0;position:relative}.hunt__header::before{position:absolute;content:"";width:2px;height:100%;top:0;left:-38px;background-color:red}.hunt__about,.hunt__info-more{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;line-height:150%;color:#191a1f;opacity:.9}.hunt__about{margin:0;padding-top:33px;padding-bottom:33px;max-width:652px;font-weight:400;font-size:18px}.hunt__info-more{font-weight:700;font-size:12px;letter-spacing:.02em;text-transform:uppercase;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hunt__info-more:active{opacity:.7}.hunt__info-more-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #b9c8d2;border-radius:50%;padding:7px;width:24px;height:24px;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.hunt__info-more-icon svg{fill:transparent;stroke:inherit;position:absolute;top:7px;right:6px}.hunt__right{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-clip-path:polygon(0% 0%,0 0%,100% 0%,100% 13%,100% 77%,11% 77%,0 60%,0 100%);clip-path:polygon(0% 0%,0 0%,100% 0%,100% 13%,100% 77%,11% 77%,0 60%,0 100%)}.hunt__right-img{width:100%;height:100%}.company-management__img-bg img,.hunt__right-img img,.news__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.company-management__top{position:relative;padding-top:120px;padding-left:40px;min-height:413px;background-color:#0055b9;z-index:2}.company-management__bottom::after,.company-management__img-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}.company-management__img-bg img{-o-object-position:43% 50%;object-position:43% 50%}.company-management .page-title{width:35%;margin-top:20px}.company-management .breadcrumbs__item,.company-management .navigation__item a{font-family:"DIN Pro","Arial",sans-serif}.company-management .breadcrumbs__item::after,.vacancy .breadcrumbs__item::after{opacity:.4}.company-management__bottom{position:relative;padding-top:100px;padding-bottom:120px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.company-management__bottom::after{content:"";left:50%;display:block;width:1px;background:#d7e1e6}.management{list-style:none;padding:0;margin:-30px 0 0}.management__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:30px;min-height:368px;background-color:#dfe4ee}.management__img{width:440px;height:368px;overflow:hidden}.management img{width:100%;height:auto}.management__img::after{display:none}.management__info{padding:40px 40px 40px 60px;width:59%}.management__name{width:75%;margin-top:20px;margin-bottom:0;font-style:normal;font-weight:700;font-size:32px;line-height:35px;text-transform:uppercase;color:#2f2e3e}.management__about,.management__post{margin-top:10px;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#0055b9;font-family:"DIN Pro","Arial",sans-serif}.management__about{margin-top:25px;margin-bottom:0;font-weight:400;font-size:20px;line-height:26px;color:#191a1f;opacity:.9}.management__item::after{top:-1px;right:0;width:140px;height:140px;background-color:#fff;-webkit-clip-path:polygon(52% 0,100% 50%,100% 0);clip-path:polygon(52% 0,100% 50%,100% 0)}.vacancy__inner{width:100%;padding-top:80px;padding-bottom:120px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.vacancy .container__content{width:90%}.vacancy .page-title{width:45%;margin-top:15px}.vacancy__top{padding-left:39px;padding-bottom:17px}.management__item::after,.vacancy::after,.vacancy__remark::after{position:absolute;content:"";display:block}.vacancy::after{background:#d7e1e6;z-index:-1;top:0;left:50%;width:1px;height:100%}.vacancy__info{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:45px}.vacancy__remark{position:relative;width:50%;margin-top:0;padding-left:36px;padding-right:14px;font-style:normal;font-weight:400;font-size:18px;line-height:27px;color:#191a1f;opacity:.9;font-family:"DIN Pro","Arial",sans-serif}.vacancy__remark::after{top:9px;left:-1px;width:2px;height:120px;background:red}.vacancy__contacts{width:50%;padding:0 40px}.vacancy__small-title{margin-top:0;margin-bottom:0;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:#191a1f;opacity:.9;font-family:"DIN Pro","Arial",sans-serif}.vacancy__contact-value{margin-top:10px;margin-bottom:20px;display:block;font-style:normal;font-weight:700;font-size:22px;line-height:24px;text-transform:uppercase;color:#2f2e3e}.vacancy__contact-value--phone{margin-top:5px;margin-bottom:0}.vacancy-list{width:100%;padding-bottom:32px}.modal-vacancy .button{width:100%}.modal-vacancy__title{width:301px;font-style:normal;font-weight:700;font-size:42px;line-height:46px;text-transform:uppercase;color:#2f2e3e}.modal-vacancy__input{width:372px;margin-bottom:20px}.modal-vacancy__input input{width:100%;padding:10px;border:1px solid #b9c8d2;background:0 0}.modal-vacancy__input input:hover{opacity:.5}.modal-vacancy__input input:focus{opacity:.8}.modal-vacancy__input .custom-select{width:100%;margin-bottom:20px;padding:0}.modal-vacancy__input .custom-select__list{margin-top:30px;border:1px solid #b9c8d2;bottom:0;max-height:122px}.modal-vacancy__input .custom-select__icon{width:12px;height:8px;background-color:#2f2e3e;opacity:.7}.modal-vacancy__privacy{width:372px;font-style:normal;font-weight:300;font-size:12px;line-height:14px;color:#232735}.modal-vacancy__privacy-link{text-decoration:underline}.history-page__grid-container{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;row-gap:114px;padding:0 40px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.history-page__grid-container::before{content:"";position:absolute;width:1px;height:100%;background-color:#d7e1e6;left:50%}.history-page__illustration{position:relative;padding-right:40px}.history-page__illustration:first-of-type{padding-top:95px}.history-page__illustration:last-of-type{padding-bottom:120px}.history-page__illustration:last-of-type::before{display:none}.history-page__illustration::before{content:"";position:absolute;width:52px;height:104px;background-image:url(/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg);left:-91px;top:362px}.history-page__illustration:nth-of-type(2)::before{top:42.5%}.history-page__illustration:nth-of-type(3)::before{top:-104px}.history-page__illustration:nth-of-type(4)::before{top:332px}.history-page__illustration:nth-of-type(5)::before{display:none}.history-page__illustration:nth-of-type(6)::before{top:310px}.history-page__illustration p{margin-top:0;margin-bottom:0;font-size:120px;line-height:88px;font-weight:700;color:#dfe4ee}.history-page__illustration p span{font-size:70px}.history-page__article{position:relative;padding-left:40px}.history-page__article:first-of-type{padding-top:100px}.history-page__article:last-of-type{padding-bottom:120px}.history-page__article:last-of-type::before{bottom:auto;top:185px}.history-page__article::before{content:"";position:absolute;width:52px;height:104px;background-image:url(/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg);right:-91px;bottom:-530px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.history-page__article:nth-of-type(2)::before{bottom:24%}.history-page__article:nth-of-type(3)::before{bottom:117px}.history-page__article:nth-of-type(4)::before{display:none}.history-page__article:nth-of-type(5)::before{bottom:140px}.history-page__article:nth-of-type(6)::before{display:none}.history-page__article p{margin-bottom:0}.history-page__article p:not(:last-child),.history-page__text:not(:last-child),.new-page__text p:not(:last-child){margin-bottom:27px}.history-page__image{padding-top:3px;width:100%}.history-page__image img{width:100%;max-height:354px;-o-object-fit:cover;object-fit:cover}.history-page__image--small{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.history-page__image--small img{max-height:171px}.history-page__image--small img:not(:last-child){margin-bottom:0}.history-page__sub-title{margin-top:0;margin-bottom:27px}.history-page__title{margin-top:0;margin-bottom:0;width:30%}.history-page__text{margin-bottom:0}.page-main,.working{position:relative}.page-main::before{position:absolute;content:"";width:1px;height:100%;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#d7e1e6}.working{font-family:"DIN Pro","Arial",sans-serif}.working .breadcrumbs{margin-left:40px}.working .breadcrumbs__item{color:#191a1f}.working .breadcrumbs__item--current{color:#0055b9}.working__header{margin-left:40px;margin-top:20px;margin-bottom:26px}.working__header .page-title{font-family:"DIN Pro Cond","Arial",sans-serif;margin:0}.working__bg,.working__wrapper::before{position:absolute;width:100%;height:100%;background-color:#f8f9fb;z-index:-1}.working__wrapper{padding-top:80px;padding-bottom:117px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;position:relative}.working__wrapper::before{content:"";width:1px;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#d7e1e6}.working__items-wrap{display:-ms-grid;display:grid;-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;grid-gap:1px;padding-top:26px}.working__item{display:block;position:relative;width:100%;height:320px;cursor:pointer}.working__item:nth-of-type(1){-ms-grid-row:1;grid-row-start:1;-ms-grid-row-span:2;grid-row-end:3;height:100%}.working__item:nth-of-type(1) .working__item-title{font-size:68px}.working__item:nth-of-type(1) .working__item-number{right:-29px}.working__item-header{padding-left:45px;padding-top:40px}.working__item-more,.working__item-title{font-style:normal;font-weight:700;text-transform:uppercase;color:#fff}.working__item-title{margin:0;padding-bottom:23px;font-family:"DIN Pro Cond","Arial",sans-serif;font-size:42px;line-height:110%;-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.working__item-more{font-family:"DIN Pro","Arial",sans-serif;font-size:12px;line-height:150%;letter-spacing:.02em;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transition-property:color,opacity;transition-property:color,opacity}.working__item-more-icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #b9c8d2;border-radius:50%;padding:7px;width:24px;height:24px;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out}.working__item-more-icon svg{fill:transparent;stroke:inherit;position:absolute;top:7px;right:6px}.working__item-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%}.working__item-img img,.working__item-number{-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.working__item-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.working__item-number{position:absolute;bottom:-34px;right:-12px;font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:270px;line-height:120%;color:#f8f9fb;margin:0;width:212px;height:290px;-webkit-clip-path:polygon(0 0,95% 0,95% 88%,0 88%);clip-path:polygon(0 0,95% 0,95% 88%,0 88%);opacity:0}.news-page{position:relative}.news-page::before{content:"";position:absolute;width:1px;height:100%;background-color:#d7e1e6;left:50%}.news-page__content{position:relative;padding:70px 40px 120px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.news-page__content::after,.news-page__content::before{content:"";position:absolute;width:52px;height:104px;background-image:url(/local/templates/ETIKA/assets/css/../img/sprite/icon-triangle-grey.svg)}.news-page__content::before{left:-52px;top:302px}.news-page__content::after{right:-52px;bottom:606px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.news-page__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:50px;margin-top:0;margin-bottom:40px;padding-left:0;width:100%;list-style:none}.news-page__button{position:relative;display:block;margin:0 auto;padding:0;width:136px;height:36px;font-family:"DIN Pro","Arial",sans-serif;font-weight:700;font-size:12px;line-height:18px;letter-spacing:.02em;text-transform:uppercase;color:#fff;background-color:#0055b9;cursor:pointer;border:1px solid transparent;z-index:5;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transition-property:background-color,border-color,color;transition-property:background-color,border-color,color}.news-page__title{margin-top:0;margin-bottom:50px}.new-card{height:100%}.custom-select__text br,.new-card--hidden{display:none}.new-card__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;color:#2f2e3e}.new-card__link h3{color:inherit;-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.new-card__img{position:relative;margin-bottom:20px;width:100%;height:249px;background-color:#dfe4ee;overflow:hidden}.new-card__img img,.new-card__img svg{-webkit-transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.new-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:5;position:relative}.new-card__img svg{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.new-card h3,.new-card p{margin-top:0;margin-bottom:10px}.new-card h3{text-transform:uppercase;font-size:22px;line-height:24px}.disclosure-item__header p,.new-card p,.purchase__header p{font-family:"DIN Pro","Arial",sans-serif;color:#191a1f;opacity:.9}.new-card p{width:80%;font-size:14px;line-height:18px}.new-card span{display:block;font-family:"DIN Pro","Arial",sans-serif;font-weight:500;font-size:10px;line-height:13px;color:#7391a0}.purchase .breadcrumbs{margin-left:40px}.purchase .breadcrumbs__item{color:#191a1f}.purchase .breadcrumbs__item--current{color:#0055b9}.purchase__header{margin:20px 20px 50px 40px}.purchase__header .page-title{font-family:"DIN Pro Cond","Arial",sans-serif;margin:0;padding-bottom:50px}.disclosure-item__header p,.purchase__header p{font-style:normal;font-weight:400;font-size:18px;line-height:150%;margin:0;max-width:975px}.purchase__bg{position:absolute;width:100%;height:100%;background-color:#f8f9fb;z-index:-1}.purchase__wrapper{padding-top:72px;padding-bottom:117px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;position:relative}.disclosure-item__wrapper::before,.disclosure__wrapper::before,.purchase__wrapper::before{position:absolute;content:"";width:1px;height:100%;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#d7e1e6;z-index:-1}.disclosure-item .breadcrumbs{margin-left:40px}.disclosure-item .breadcrumbs__item{color:#191a1f}.disclosure-item .breadcrumbs__item--current{color:#0055b9}.disclosure-item__header{margin:20px 20px 60px 40px}.disclosure-item__header .page-title{font-family:"DIN Pro Cond","Arial",sans-serif;margin:0;padding-bottom:50px}.disclosure-item__bg{position:absolute;width:100%;height:100%;background-color:#f8f9fb;z-index:-1}.disclosure-item__wrapper{padding-top:72px;padding-bottom:117px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;position:relative}.disclosure .breadcrumbs{margin-left:40px}.disclosure .breadcrumbs__item,.new-page p{color:#191a1f}.disclosure .breadcrumbs__item--current{color:#0055b9}.disclosure__bg{position:absolute;width:100%;height:100%;background-color:#f8f9fb;z-index:-1}.disclosure__wrapper{padding-top:72px;padding-bottom:117px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6;position:relative}.disclosure__header{margin:20px 20px 50px 40px}.disclosure__header .page-title{font-family:"DIN Pro Cond","Arial",sans-serif;margin:0}.new-page p{margin-top:0;margin-bottom:80px;width:93%;font-family:"DIN Pro","Arial",sans-serif;font-size:18px;line-height:27px;text-align:left;opacity:.9}.new-page h2,.new-page h3,.new-page h4,.new-page h5{margin-top:80px;width:80%;font-weight:700;font-family:"DIN Pro","Arial",sans-serif;text-transform:uppercase}.new-page h4{margin-bottom:30px;font-size:22px;line-height:24px;color:#2f2e3e}.new-page h2,.new-page h3{margin-bottom:40px;font-size:42px;line-height:46px}.new-page h3{font-size:32px;line-height:35px}.new-page h5{margin-bottom:20px;font-size:18px;line-height:20px}.new-page h6{font-size:14px;line-height:15px}.new-page ol,.new-page ul:not(:first-child){margin-top:0;margin-bottom:0}.new-page ol li,.new-page ul:not(:first-child) li{margin-top:0;width:93%;font-family:"DIN Pro","Arial",sans-serif;font-size:18px;line-height:27px;text-align:left;color:#191a1f;opacity:.9}.new-page ol li:not(:last-child),.new-page ul:not(:first-child) li:not(:last-child){margin-bottom:15px}.new-page ul:not(:first-child){padding-left:30px}.new-page ol{padding-left:20px}.new-page__container{position:relative;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.new-page__intro-img img{max-height:420px}.new-page__text-content{margin-bottom:79px;padding:75px 40px 0}.new-page__title{position:relative;margin-top:0;margin-bottom:40px;width:80%;font-family:"DIN Pro Cond","Arial",sans-serif;z-index:5}.new-page__text{width:93%}.new-page__image-content{padding-bottom:120px;overflow:hidden}.new-page__video{width:100%}.new-page__image-full,.new-page__video{position:relative;margin-bottom:30px;z-index:5}.new-page__gallery-item img,.new-page__image-full img,.new-page__intro-img img{width:100%;-o-object-fit:cover;object-fit:cover}.new-page__gallery{-webkit-columns:2;-moz-columns:2;columns:2;-webkit-column-gap:42px;-moz-column-gap:42px;column-gap:42px}.new-page__gallery-item{overflow:hidden;margin-bottom:30px}.new-page__gallery-item a{overflow:hidden;display:block}.new-page__gallery-item a img{-webkit-transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.grid{margin-left:-26px;margin-right:-26px}.grid-item,.grid-sizer{width:50%;padding:0 26px}.grid-item--width2{width:100%}.error-page{min-height:604px}.error-page::after{content:"404";position:absolute;bottom:0;right:25px;font-weight:700;font-size:360px;line-height:360px;color:#0055b9;opacity:.1}.error-page__section{padding-top:112px;padding-bottom:50px;padding-left:46px;height:100%}.error-page__title{margin-top:0;margin-bottom:10px;font-style:normal;font-size:48px;line-height:53px;text-transform:uppercase;color:#2f2e3e}.error-page__text{margin-top:0;margin-bottom:40px;font-family:"DIN Pro","Arial",sans-serif;font-size:20px;line-height:30px;color:#2f2e3e}.orders-history__title{margin-top:-6px;margin-bottom:6px;width:20%}.orders-history__container{position:relative;padding-top:120px;padding-bottom:120px;border-left:1px solid #d7e1e6;border-right:1px solid #d7e1e6}.orders-history__container::after{position:absolute;content:"";top:0;left:50%;display:block;width:1px;height:100%;background:#d7e1e6;z-index:-1}.orders-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-20px 40px 80px 20px;padding:0;list-style:none}.orders-gallery__item{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:calc(33.33% - 20px);max-width:calc(33.34% - 20px);height:100%;margin-top:20px;margin-left:20px}.orders-gallery__item img{width:100%;height:100%}.orders-list{padding:59px 28px 61px;background-color:#dfe4ee}.orders-list__title{margin:0 0 10px;font-style:normal;font-weight:400;font-size:42px;line-height:110%;text-transform:uppercase;color:#2f2e3e}.orders-list__list,.orders-list__subtitle{font-style:normal;font-weight:400;font-size:18px}.orders-list__subtitle{max-width:435px;text-transform:uppercase;margin:0 0 40px;line-height:110%;color:#2f2e3e}.orders-list__list{margin:0;padding:0;list-style:none;font-family:"DIN Pro","Arial",sans-serif;line-height:150%;color:#191a1f;opacity:.9}.to-main{display:-webkit-box;display:-ms-flexbox;display:flex;text-transform:uppercase;font-style:normal;font-weight:700;font-size:12px;line-height:100%}.to-main__link{color:#2f2e3e;opacity:.3}.to-main__link:focus,.to-main__link:hover{opacity:1}.to-main__current-page{margin-left:3px;color:#0055b9}.to-main--white .to-main__current-page,.to-main--white .to-main__link{color:#fff}.page-title{font-style:normal;font-weight:700;font-size:42px;line-height:46px;text-transform:uppercase;color:#2f2e3e}.page-title--white{font-size:48px;line-height:53px;color:#fff}.nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0;margin:0;list-style:none}.nav-list__item{width:25%;min-height:46px}.nav-list__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;font-style:normal;font-weight:700;font-size:12px;line-height:12px;text-transform:uppercase;color:#000;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out;border-left:1px solid #d7e1e6;border-bottom:1px solid #d7e1e6}.nav-list__link--active{background:#dfe4ee}.nav-list__link--active::after,.nav-list__link::after{position:absolute;bottom:0;content:"";display:block;background-color:red;width:100%;height:4px;opacity:0;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}[data-accordion=element].is-active>[data-accordion=content]{max-height:100%}[data-accordion=parent].no-transition [data-accordion=content]{-webkit-transition:none;transition:none}[data-accordion=content]{max-height:0;-webkit-transition:max-height .3s;transition:max-height .3s;overflow:hidden}.vacancy-item{background:#dfe4ee;border-bottom:1px solid #fff;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.vacancy-item h4:first-of-type{margin-top:20px}.vacancy-item h4{margin-top:38px;margin-bottom:22px;font-style:normal;font-weight:700;font-size:18px;line-height:20px;text-transform:uppercase;color:#2f2e3e}.vacancy-item li,.vacancy-item p{font-style:normal;font-weight:400;font-size:18px;line-height:27px;color:#2f2e3e;opacity:.7;font-family:"DIN Pro","Arial",sans-serif}.vacancy-item ol,.vacancy-item p,.vacancy-item ul{margin:0 0 20px;padding-top:0;padding-right:100px}.vacancy-item ol,.vacancy-item ul{padding-left:35px}.vacancy-item__button,.vacancy-item__button svg{color:#2f2e3e;-webkit-transition:color,-webkit-transform .4s ease-in-out;transition:color,transform .4s ease-in-out;transition:color,transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.vacancy-item__button{margin:0;padding:29px 145px 29px 30px;font-style:normal;font-weight:700;font-size:22px;line-height:24px;text-transform:uppercase;cursor:pointer;position:relative}.vacancy-item__button svg{position:absolute;top:29px;right:29px;fill:transparent}.vacancy-item__more,.vacancy-item__more--close{-webkit-transition:opacity,-webkit-transform .4s ease-in-out;transition:opacity,transform .4s ease-in-out;transition:opacity,transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.vacancy-item__more{position:absolute;top:32px;right:65px;display:block;font-weight:700;font-size:12px;line-height:18px;text-transform:uppercase;color:#000;font-family:"DIN Pro","Arial",sans-serif;opacity:.7}.vacancy-item__more--close{opacity:0}.vacancy-item.is-active>.vacancy-item__button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vacancy-item.is-active>.vacancy-item__button .vacancy-item__more{opacity:0}.vacancy-item.is-active>.vacancy-item__button .vacancy-item__more--close{opacity:.7}.vacancy-item__content{padding:0 30px;max-height:0;overflow:hidden;-webkit-transition:max-height .6s cubic-bezier(.55,0,.1,1);transition:max-height .6s cubic-bezier(.55,0,.1,1);font-weight:400;font-size:16px;line-height:24px}.vacancy-item__content .button{margin-bottom:30px}.block-title,.btn-link-more,.button{font-family:"DIN Pro","Arial",sans-serif;font-weight:700;text-transform:uppercase}.button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 14px 10px 21px;font-size:12px;color:#fff;opacity:1;background-color:#0055b9;border:0;cursor:pointer;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-transition-property:background-color,border-color,color;transition-property:background-color,border-color,color;line-height:18px}.button--icon-right .button__icon{fill:transparent;margin-left:14px}.block-title,.btn-link-more{position:relative;font-style:normal;line-height:150%;letter-spacing:.02em}.block-title{margin:0;padding-left:20px;font-size:14px;color:#0055b9}.block-title svg{position:absolute;top:4px;left:0}.btn-link-more{display:block;font-size:12px;text-align:center;color:#fff;background-color:#0055b9;padding:9px 30px 9px 15px;cursor:pointer;opacity:1;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.btn-link-more svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;fill:none}.btn-link-more--long-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:left;padding-left:13px;padding-right:10px}.btn-link-more--long-text svg{position:static;display:block;margin-left:15px;-webkit-transform:none;transform:none;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.custom-select{position:relative;width:200px;padding:30px 0}.custom-select__label{display:none}.custom-select__label,.custom-select__placeholder{position:absolute;top:50%;left:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;pointer-events:none}.custom-select__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;padding:5px 10px;background-color:transparent;border:1px solid rgba(0,0,0,.2);outline:0;cursor:pointer;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-select__button:hover{opacity:.5}.custom-select__button:focus{opacity:.5}.custom-select__list{position:absolute;bottom:32px;z-index:1;width:100%;max-height:100px;margin:0;padding:0;overflow-y:auto;list-style:none;background-color:#fff;border:2px solid #000;-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:visibility .3s ease,opacity .3s ease;transition:visibility .3s ease,opacity .3s ease}.custom-select__item{padding:5px;outline:0;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.custom-select__item[aria-selected=true]{background-color:pink}.custom-select__error{position:absolute;bottom:0;left:0;color:red;opacity:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.custom-select__text{-ms-flex-negative:0;flex-shrink:0;width:80%;overflow:hidden;text-align:left;white-space:nowrap;text-overflow:ellipsis;opacity:0;-webkit-transition:opacity .3s ease .1s;transition:opacity .3s ease .1s}.custom-select__icon{-ms-flex-negative:0;flex-shrink:0;width:20px;height:10px;margin-left:auto;background-color:#000;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-clip-path:polygon(100% 0,100% 20%,50% 100%,0 20%,0 0,50% 80%);clip-path:polygon(100% 0,100% 20%,50% 100%,0 20%,0 0,50% 80%)}.custom-select.open-up .custom-select__list{bottom:auto;top:0;-webkit-transform:translateY(calc(-100% + 30px));transform:translateY(calc(-100% + 30px))}.custom-select.is-open .custom-select__list{visibility:visible;opacity:1}.custom-select.is-open .custom-select__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.custom-select.is-open .custom-select__label{opacity:0}.custom-select.not-empty .custom-select__text{opacity:1}.custom-select.not-empty .custom-select__label,.custom-select.not-empty .custom-select__placeholder{opacity:0}.custom-select.is-invalid .custom-select__error{opacity:1}.custom-select.is-invalid .custom-select__button{border:2px solid red}.custom-select.is-invalid .custom-select__button:focus,.custom-select.is-invalid .custom-select__button:hover{border:2px solid rgba(255,0,0,.5)}.custom-select.is-valid .custom-select__button{border:2px solid green}.custom-select.is-valid .custom-select__button:focus,.custom-select.is-valid .custom-select__button:hover{border:2px solid rgba(0,128,0,.5)}.custom-select--placeholder .custom-select__label,.custom-select.slide-up.is-open .custom-select__label,.custom-select.slide-up.not-empty .custom-select__label{-webkit-transform:translateY(calc(-50% - 40px));transform:translateY(calc(-50% - 40px));opacity:1}.custom-select--placeholder.is-open .custom-select__label,.custom-select--placeholder.not-empty .custom-select__label,.custom-select.slide-up.is-open .custom-select__text,.custom-select.slide-up.not-empty .custom-select__text{opacity:1}.file-input{position:relative;width:373px;height:48px;padding:12px 10px;margin-bottom:33px;overflow:hidden;border:1px solid #b9c8d2}.file-input__label,.file-input__select-button{overflow:hidden;font-style:normal;color:#2f2e3e}.file-input__select-button{position:absolute;bottom:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 6px;background-color:#b9c8d2;border:1px solid #b9c8d2;text-transform:uppercase;width:119px;height:48px;font-weight:700;font-size:12px;line-height:18px}.file-input [type=file]{position:absolute;top:0;left:0;width:100%;opacity:0;height:48px;z-index:20;cursor:pointer}.file-input__label{width:253px;height:22px;font-weight:400;font-size:18px;line-height:22px;opacity:.7}.doc-link__item,.doc-link__text{-webkit-transition:color .4s ease-in-out,opacity .4s ease-in-out,background-color .4s ease-in-out;transition:color .4s ease-in-out,opacity .4s ease-in-out,background-color .4s ease-in-out}.doc-link__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:98px;background-color:#dfe4ee;margin-bottom:2px;padding:0 40px}.doc-link__text{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:110%;text-transform:uppercase;color:#2f2e3e;margin:0;padding-right:40px;padding-top:10px;padding-bottom:10px}.doc-link__link{position:relative}.doc-link__link span,.doc-link__link-icon,.doc-link__link-item{-webkit-transition:color .4s ease-in-out,opacity .4s ease-in-out,background-color .4s ease-in-out;transition:color .4s ease-in-out,opacity .4s ease-in-out,background-color .4s ease-in-out}.doc-link__link-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:150%;letter-spacing:.02em;text-transform:uppercase;color:#000;margin-bottom:-8px;opacity:.7;position:relative}.doc-link__link-icon{position:absolute;top:7px;left:-20px}.info-item__items{list-style:none;margin:0;padding:0;display:-ms-grid;display:grid;-ms-grid-columns:50% 50%;grid-template-columns:50% 50%;grid-gap:2px}.info-item__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:117px;background-color:#dfe4ee;padding:0 40px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.info-item__text{font-family:"DIN Pro Cond","Arial",sans-serif;font-style:normal;font-weight:700;font-size:32px;line-height:110%;text-transform:uppercase;color:#2f2e3e;margin:0;padding-right:20px}.info-item__link{position:relative}.doc-link__link span,.info-item__link span{font-family:"DIN Pro","Arial",sans-serif;font-weight:400;font-size:12px;line-height:130%;color:#2f2e3e;opacity:.7}.info-item__link-item,.info-item__link-item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.info-item__link-item{font-family:"DIN Pro","Arial",sans-serif;font-style:normal;font-weight:700;font-size:12px;line-height:150%;letter-spacing:.02em;text-transform:uppercase;color:#000;opacity:.7;padding-right:34px;position:relative}.info-item__link-item-icon{position:absolute;top:-5px;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #b9c8d2;border-radius:50%;padding:7px;width:24px;height:24px;-webkit-transition:right .4s ease-in-out;transition:right .4s ease-in-out}.info-item__link-item-icon svg{fill:transparent;stroke:inherit;position:absolute;top:6px;right:6px}.burger{position:absolute;right:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:block;width:30px;height:14px}.burger__line{position:absolute;width:100%;height:2px;background-color:#fff;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.burger__line--first{top:0}.burger__line--second,.burger__line--third{top:6px}.burger__line--fourth{bottom:0}.main-nav--open .burger__line--first,.main-nav--open .burger__line--fourth{opacity:0}.main-nav--open .burger__line--second{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.main-nav--open .burger__line--third{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media (hover:hover),screen and (min-width:0\0){.header__logo--not-main:focus,.header__logo--not-main:hover{opacity:.7}.main-nav__item-elem:focus::after,.main-nav__item-elem:hover::after{width:100%}.main-nav__item-body:focus,.main-nav__item-body:hover{background-color:#dfe4ee}.main-nav__menu:hover::after,.navigation__item a:hover::after{width:100%}.main-nav__list-item-link:focus,.main-nav__list-item-link:hover,.main-nav__list-sublink:focus,.main-nav__list-sublink:hover{opacity:.7}.footer__design a:hover,.footer__icon:hover{opacity:.5}.footer__link:hover,.new-card__link:hover h3{color:#0055b9}.contacts__link:focus,.contacts__link:hover{opacity:.8}.promo__down-btn:focus,.promo__down-btn:hover{opacity:.8;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.about__info-more:focus,.about__info-more:hover{opacity:1}.about__info-more:focus .about__info-more-icon,.about__info-more:hover .about__info-more-icon{-webkit-transform:translateX(2px) translateY(-50%);transform:translateX(2px) translateY(-50%)}.about__item:focus,.about__item:hover{background-color:#dfe4ee}.about__item:focus .about__item-img,.about__item:hover .about__item-img{z-index:0}.about__item:focus .about__item-img img,.about__item:hover .about__item-img img,.working__item:focus .working__item-img img,.working__item:hover .working__item-img img{opacity:0}.about__item:focus .about__item-number,.about__item:hover .about__item-number{opacity:1}.about__item:focus .about__item-title,.about__item:hover .about__item-title{color:#2f2e3e}.about__item:focus .about__item-more,.about__item:hover .about__item-more{color:#000;opacity:.7}.about__item:focus .about__item-more-icon,.about__item:hover .about__item-more-icon{-webkit-transform:translateX(4px) translateY(-50%);transform:translateX(4px) translateY(-50%)}.ship-repair__gallery-link:focus img,.ship-repair__gallery-link:hover img{opacity:.7;-webkit-transform:translateZ(0) scale(1.2);transform:translateZ(0) scale(1.2)}.breadcrumbs__item a:hover{opacity:1}.navigation__item a:hover{background-color:#dfe4ee}.history__slider-button:focus,.history__slider-button:hover{opacity:.8}.history__slider-button:active,.nav-list__link:hover::after{opacity:1}.news__item-link:focus,.news__item-link:hover{opacity:.8}.news__item-link:focus img,.news__item-link:hover img{-webkit-transform:translateZ(0) scale(1.2);transform:translateZ(0) scale(1.2)}.hunt__info-more:focus,.hunt__info-more:hover{opacity:1}.hunt__info-more:focus .hunt__info-more-icon,.hunt__info-more:hover .hunt__info-more-icon{-webkit-transform:translateY(-50%) translateX(4px);transform:translateY(-50%) translateX(4px)}.modal-vacancy__privacy-link:focus,.modal-vacancy__privacy-link:hover{opacity:.5}.working__item:focus,.working__item:hover{background-color:#dfe4ee}.working__item:focus .working__item-img,.working__item:hover .working__item-img{z-index:0}.working__item:focus .working__item-number,.working__item:hover .working__item-number{opacity:1}.working__item:focus .working__item-title,.working__item:hover .working__item-title{color:#2f2e3e}.working__item:focus .working__item-more,.working__item:hover .working__item-more{color:#000;opacity:.7}.working__item:focus .working__item-more-icon,.working__item:hover .working__item-more-icon{right:-37px}.news-page__button:hover{color:#0055b9;background-color:#fff;border-color:#0055b9}.new-card__img:hover img,.new-card__img:hover svg{-webkit-transform:translateZ(0) scale(1.2);transform:translateZ(0) scale(1.2)}.new-page__gallery-item a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.nav-list__link:focus,.nav-list__link:hover{background:#dfe4ee}.vacancy-item__button:hover{color:#fff;background-color:#0055b9}.vacancy-item__button:hover .vacancy-item__more,.vacancy-item__button:hover svg{color:#fff}.btn-link-more:focus,.btn-link-more:hover,.button:focus,.button:hover{opacity:.8}.btn-link-more:active{opacity:1}.custom-select__item[aria-selected=true]:focus,.custom-select__item[aria-selected=true]:hover{background-color:pink}.custom-select__item:focus,.custom-select__item:hover{background-color:gray}.doc-link__item:focus,.doc-link__item:hover{background-color:#0055b9}.doc-link__item:focus .doc-link__text,.doc-link__item:hover .doc-link__text{color:#fff}.doc-link__item:focus .doc-link__link span,.doc-link__item:focus .doc-link__link-item,.doc-link__item:hover .doc-link__link span,.doc-link__item:hover .doc-link__link-item{color:#fff;opacity:.7}.doc-link__item:focus .doc-link__link-icon,.doc-link__item:hover .doc-link__link-icon{color:#fff;opacity:1}.info-item__item:focus,.info-item__item:hover{background-color:#0055b9;-webkit-transition:background-color .4s ease-in-out;transition:background-color .4s ease-in-out}.info-item__item:focus .info-item__text,.info-item__item:hover .info-item__text{color:#fff;-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out}.info-item__item:focus .info-item__link span,.info-item__item:focus .info-item__link-item,.info-item__item:hover .info-item__link span,.info-item__item:hover .info-item__link-item{color:#fff;opacity:.7;-webkit-transition:color .4s ease-in-out,opacity .4s ease-in-out;transition:color .4s ease-in-out,opacity .4s ease-in-out}.info-item__item:focus .info-item__link-item-icon,.info-item__item:hover .info-item__link-item-icon{right:-2px}}@media (min-width:1920px){.promo{height:872px}.promo__head{padding-left:176px}}@media (max-width:2000px){.ship-repair__grey-bg{left:-223px}}@media (max-width:1919px){.promo{height:605px}.promo__bg-grey{-webkit-clip-path:polygon(5% 0%,100% 0,100% 100%,0 100%,0% 22%);clip-path:polygon(5% 0%,100% 0,100% 100%,0 100%,0% 22%)}.promo__bg-blue{-webkit-clip-path:polygon(56% 0,100% 0,100% 100%,0 100%);clip-path:polygon(56% 0,100% 0,100% 100%,0 100%);right:-141px}.promo__bg-red{-webkit-clip-path:polygon(100% 0,0 0,64% 61%);clip-path:polygon(100% 0,0 0,64% 61%);right:439px;bottom:-4px}.promo__img{width:calc(100% - 135px)}.promo__img .promo__img-big{display:none}.promo__img .promo__img-middle{display:block}.promo__content,.promo__img{height:539px}.promo__text{bottom:42px;font-size:20px;max-width:845px;min-height:90px}.promo__down{right:23px}.about .container{padding:0 155px}.about__wrapper{padding-bottom:120px}.about__item-title{padding-bottom:28px}.history__wrapper{padding-bottom:70px}.history .container{padding:0 10.3% 0 10.7%}.history__bg-text{right:99.5%;width:148px;height:100%}.history__bg-img{width:240px;-webkit-clip-path:polygon(0% 0%,0 0%,62% 0%,100% 14%,100% 100%,100% 100%,0% 100%,0 100%);clip-path:polygon(0% 0%,0 0%,62% 0%,100% 14%,100% 100%,100% 100%,0% 100%,0 100%);left:93%}.history__title.block-title{margin-left:44px}.history__swiper{margin:36px 0 0 40px}.history__slide-img{width:96%;height:361px}.history__slide-img-date{right:63px;bottom:63px}.history__about-text{max-width:355px}.history__slider-buttons{top:38px;right:140px}.hunt .container,.news .container{padding:0 155px}.news__bg{top:103px}.news__wrapper{padding-top:113px;padding-bottom:33px}.news__content{padding:0 20px}.hunt__wrapper{padding-bottom:120px}.hunt__container{-ms-grid-columns:48.4% 51.6%;grid-template-columns:48.4% 51.6%}.hunt__right{-webkit-clip-path:polygon(0% 0%,0 0%,100% 0%,100% 10%,100% 100%,13% 100%,0 80%,0 100%);clip-path:polygon(0% 0%,0 0%,100% 0%,100% 10%,100% 100%,13% 100%,0 80%,0 100%)}.vacancy__inner{width:1131px}.vacancy .container__content{width:-webkit-max-content;width:-moz-max-content;width:max-content}.working .container{padding:0 155px}.working__item-title{padding-bottom:28px}.disclosure .container,.disclosure-item .container,.purchase .container{padding-left:155px;padding-right:153px}}@media (max-width:1500px){.contacts__wrapper{min-height:725px}}@media (max-width:1460px){.contacts__img{max-width:724px}.contacts__img img{max-height:603px}.ship-repair__grey-bg{left:-152px}}@media (max-width:1440px){.contacts__img{width:60%}}@media (max-width:1439px){.container{padding:0 32px}.container--no-right-padding{padding-right:0}.container--no-padding{padding:0}.about__item-number{bottom:-32px;right:-11px;font-size:240px;width:190px;height:262px}.history .container{padding:0 10.5%}.history__bg-text{right:98.5%}.history__slide-img-wrap{overflow:hidden}.news__items{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.news__item:last-child{display:none}.working__item-number{bottom:-32px;right:-11px;font-size:240px;width:190px;height:262px}}@media (max-width:1279px){.main-nav__item-body{padding:0 35px}.main-nav__link,.main-nav__menu,.main-nav__menu-toggle{font-size:10px}.about__item:nth-of-type(1) .about__item-title{font-size:66px}.about__item:nth-of-type(1) .about__item-number{right:-18px}.about__item-number{bottom:-22px;right:-7px;font-size:170px;width:134px;height:186px}.history .container{padding:0 10.5%}.history__bg-text{width:153px;right:97%}.history__bg-img{left:92%;-webkit-clip-path:polygon(0% 0%,0 0%,45% 0%,100% 15%,100% 100%,100% 100%,0% 100%,0 100%);clip-path:polygon(0% 0%,0 0%,45% 0%,100% 15%,100% 100%,100% 100%,0% 100%,0 100%)}.history__slide-img{height:245px}.history__slide-img-date{font-size:135px;right:70px;bottom:20px}.history__slide-img-date span{bottom:-26px}.hunt__container{-ms-grid-columns:48% 52%;grid-template-columns:48% 52%}.hunt__right{height:255px}.vacancy__inner{width:940px}.working__item:nth-of-type(1) .working__item-title{font-size:64px}.working__item:nth-of-type(1) .working__item-number{right:-18px}.working__item-number{bottom:-22px;right:-7px;font-size:170px;width:134px;height:186px}.info-item__items{-ms-grid-columns:100%;grid-template-columns:100%}}@media (max-width:1023px){.container{padding:0 24px}.container--no-right-padding{padding-right:0;padding-left:0}.container--no-padding{padding:0}.container__content--center,.container__inner{width:100%}.main-nav__item{display:none}.contacts .container__content,.main-nav__menu-items{width:100%}.main-nav__menu-items-wrapper{padding-top:54px;padding-left:16px}.main-nav__list-item .accordion__element .accordion__content{max-height:0}.main-nav--open .main-nav__list-item-link.accordion__button{pointer-events:painted;width:100%}.main-nav--open .main-nav__list-item-link.accordion__button svg{display:block;fill:none;position:absolute;top:0;right:0}.footer__background-icon{display:none}.footer__top{padding-top:39px;padding-bottom:42px}.footer__left-column{margin-right:0}.footer__logo{margin-bottom:41px;font-size:14px}.footer__icon{margin-bottom:11px}.footer__logo-text{width:90%}.about-company__grid-container::after,.about-company__grid-container::before,.footer__navigation,.history__bg-text svg{display:none}.contacts__left{border-left:none}.contacts__right{border:0}.contacts__img img{max-height:none}.contacts__value{width:100%}.promo{height:723px}.promo .container{padding:0}.promo__bg-red{right:444px;bottom:-1px;-webkit-clip-path:polygon(100% 0,0 0,70% 61%);clip-path:polygon(100% 0,0 0,70% 61%)}.promo__img{width:100%;height:656px}.promo__img img{-o-object-position:40% 40%;object-position:40% 40%}.promo__wrapper{position:initial}.promo__content{height:656px}.promo__head{padding-left:0;padding-right:16px;padding-bottom:40px}.about .container{padding:0 24px}.about__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__info-left{padding-right:0}.about__info-right{padding-left:0}.about__info-header{font-size:32px}.about__info-text{font-size:16px;padding-bottom:33px}.about__items-wrap{-ms-grid-columns:100%;grid-template-columns:100%}.about__item{min-height:375px}.about__item:nth-of-type(1){min-height:375px}.ship-repair .container__content,.ship-repair__top p{width:100%}.ship-repair__left{border:0}.ship-repair__right{border-right:none}.intro__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:40px;padding-bottom:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about-company__grid-container{margin:0 auto}.about-company__property-list{display:block}.about-company__property-list li:not(:last-child){margin-bottom:20px}.history .container,.news .container{padding:0 24px}.history__bg-text{width:100%;background:#dfe4ee}.history__bg-img{-webkit-clip-path:polygon(0% 0%,0 0%,100% 0%,100% 0,100% 100%,100% 100%,0% 100%,0 100%);clip-path:polygon(0% 0%,0 0%,100% 0%,100% 0,100% 100%,100% 100%,0% 100%,0 100%);left:100%}.history__slide-img{height:100%}.history__slide-img-date{bottom:28px;right:55px;font-size:100px;line-height:60px}.history__slide-img-date span{font-size:60px;bottom:-15px;right:-28px}.history__slider-buttons{top:auto;bottom:10px;right:auto;left:-40px}.news__bg{display:none}.news__btn-more{position:absolute;bottom:0;left:24px}.news__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-grid-columns:unset;grid-template-columns:unset;padding-right:16px;scrollbar-width:none;-ms-overflow-style:none}.news__items::-webkit-scrollbar{width:0}.news__item:last-child{display:block}.news__about{background-color:transparent}.news__header,.news__text{max-width:235px}.hunt .container{padding:0 24px}.hunt__wrapper{padding-left:0}.hunt__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.hunt__left{padding-left:12px;padding-top:20px;padding-right:0}.hunt__header{font-size:32px}.hunt__header::before{left:-13px}.hunt__about{font-size:16px}.hunt__right{height:100%}.company-management .container__content,.company-management .container__inner{width:100%}.company-management__bottom{border:0}.company-management__bottom::after,.disclosure-item__wrapper::before,.disclosure__wrapper::before,.management__item::after,.news-page__content::after,.news-page__content::before,.orders-history__container::after,.page-main::before,.purchase__wrapper::before,.working__wrapper::before{display:none}.management__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.management__info,.management__name,.vacancy .container__content,.vacancy__inner{width:100%}.history-page__grid-container{margin:0 auto}.working .container{padding:0 24px}.working__header .page-title{font-size:32px}.working__items-wrap{-ms-grid-columns:100%;grid-template-columns:100%}.working__item{height:375px}.working__item:nth-of-type(1){height:375px}.news-page__list{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.purchase .container{padding:0 24px}.purchase .breadcrumbs{margin-left:0}.purchase__header{margin:0 0 40px}.purchase__header .page-title{font-size:32px;padding-bottom:30px}.purchase__wrapper{border:0;padding-top:40px}.disclosure-item .container{padding:0 24px}.disclosure-item .breadcrumbs{margin-left:0}.disclosure-item__header{margin:0 0 40px}.disclosure-item__header .page-title{font-size:32px;padding-bottom:30px}.disclosure-item__wrapper,.disclosure__wrapper{border:0;padding-top:40px}.disclosure .container{padding:0 24px}.disclosure .breadcrumbs{margin-left:0}.disclosure__header{margin:0 0 40px}.disclosure__header .page-title{font-size:32px}.new-page__container{margin:0 auto}.orders-history__container{width:100%;border:0}.orders-gallery__item{width:calc(50% - 20px);max-width:calc(50% - 20px)}.page-title--white{font-size:38px;line-height:42px}.burger{right:25px}}@media (max-width:1023px) and (max-width:767px){.intro__container{padding-left:16px;padding-right:16px}}@media (max-width:767px){.container{padding:0 16px}.container--no-right-padding{padding-right:0;padding-left:0}.container--no-padding{padding:0}.container__content,.modal--fit-content .modal__content{width:100%}.header{min-height:60px}.header__logo svg{width:115px}.main-nav__menu,.main-nav__menu-toggle{font-size:12px;padding-right:20px;height:60px;width:134px}.main-nav__menu svg{right:14px}.main-nav__menu-items{top:61px}.main-nav__list-item{padding-bottom:20px}.modal__wrapper{padding:60px 16px}.modal__content{width:100%;padding:20px}.contacts__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:50px}.contacts__left{border-right:none;width:100%}.contacts__right{width:100%}.about__item-title br,.contacts__img::after,.contacts__right::after,.promo__img .promo__img-middle{display:none}.contacts__img{position:relative;width:100%;margin-top:50px}.promo__bg-blue{right:-430px}.promo__bg-red{width:40px;height:55px;right:154px;bottom:19px;-webkit-clip-path:polygon(100% 0,0 0,60% 60%);clip-path:polygon(100% 0,0 0,60% 60%)}.promo__img img{-o-object-position:0 40%;object-position:0 40%}.promo__img .promo__img-mobile{display:block}.promo__header{font-size:38px;max-width:340px;margin-bottom:20px}.promo__text{font-size:16px;bottom:18px;max-width:340px;min-height:120px}.promo__down{right:9px}.about .container{padding:0}.about__wrapper{border:0;padding-bottom:70px}.about__header{padding:66px 10px 73px 17px}.about__info-left{padding-bottom:20px}.about__info-right{padding-left:18px}.about__info-header{padding-left:16px}.about__info-header::before{left:-20px}.about__info-more{padding-left:18px}.about__items .about__title{margin-left:18px}.about__items-wrap{padding-top:20px}.about__item-header{padding-left:18px;padding-top:20px}.about__item{min-height:196px}.about__item:nth-of-type(1){min-height:317px}.about__item:nth-of-type(1) .about__item-title{font-size:58px}.about__item:nth-of-type(1) .about__item-number{right:-12px}.about__item-title{padding-bottom:20px;font-size:32px;max-width:309px}.about__item-number{bottom:-14px;right:-5px;font-size:100px;width:78px;height:108px}.ship-repair__top{padding-left:40px;padding-right:40px}.ship-repair__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ship-repair__left{width:100%;padding-top:0}.ship-repair__right{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%;border:0;padding-bottom:30px}.intro{-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}.about-company__grid-container{display:block;margin:0;padding-left:16px;padding-right:16px;width:100%}.about-company__left-column{margin-bottom:30px;padding:70px 0 0;border:0}.about-company__left-column::after{display:none}.about-company__right-column{padding:0 0 70px;border:0}.about-company__image,.about-company__image img{max-height:320px}.about-company__property{padding-left:0;padding-right:0}.history__wrapper{padding-top:33px;padding-left:16px;padding-bottom:114px}.history .container{padding:0}.history__title.block-title{margin-left:0}.history__swiper{margin:20px 0 0}.history__slide-img{width:100%}.history__slide-img-date{font-size:60px;right:24px;bottom:6px}.history__slide-img-date span{font-size:38px;bottom:-7px;right:-18px}.history__slide img{min-width:235px}.history__slider-buttons{bottom:33px}.history__slider-buttons .btn-link-more{left:127px}.news .container{padding-left:16px;padding-right:0}.news__wrapper{border:0;padding-top:70px}.news__content{padding:0}.news__btn-more{left:0}.news__items{overflow:auto}.news__item{width:235px;-ms-flex-negative:0;flex-shrink:0}.news__about{margin-top:25px}.hunt .container{padding:0 16px}.hunt__wrapper{padding-top:70px;border:0;padding-bottom:80px}.hunt__left{padding-top:28px}.hunt__about{padding-top:20px}.hunt__about,.hunt__info-more{padding-left:5px}.company-management__top{min-height:310px;padding-top:40px;padding-left:16px}.company-management .page-title{margin-top:145px}.company-management__bottom{padding-top:69px}.management__img{position:relative;width:100%;height:auto}.management__img::after{position:absolute;content:"";top:-1px;right:-1px;width:152px;height:152px;display:block;background-color:#fff;-webkit-clip-path:polygon(52% 0,100% 50%,100% 0);clip-path:polygon(52% 0,100% 50%,100% 0)}.management__info{padding:30px 16px 55px}.management__name{margin-top:2px}.vacancy__inner{border:0}.vacancy .container{padding:0}.history-page__grid-container::before,.news-page::before,.vacancy::after,.vacancy__remark::after,.working__item-title br{display:none}.vacancy__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vacancy__contacts,.vacancy__remark{width:100%}.history-page__grid-container{display:block;margin:0;padding-left:16px;padding-right:16px;width:100%}.history-page__illustration{margin-bottom:30px;padding-right:0}.history-page__illustration:first-of-type{padding-top:70px}.history-page__illustration:last-of-type{padding-bottom:0}.history-page__illustration p{text-align:center}.history-page__article{margin-bottom:50px;padding-left:0}.history-page__article:first-of-type{padding-top:0}.history-page__article:last-of-type{padding-bottom:70px}.history-page__sub-title{text-align:center}.working .container{padding:0}.working__item{height:196px}.working__item:nth-of-type(1){height:196px}.working__item:nth-of-type(1) .working__item-title{font-size:58px}.working__item:nth-of-type(1) .working__item-number{right:-12px}.working__item-title{padding-bottom:20px;font-size:32px;max-width:309px}.working__item-number{bottom:-14px;right:-5px;font-size:100px;width:78px;height:108px}.news-page__content{padding:70px 16px;border:0}.news-page__list{display:block}.news-page__item:not(:last-child){margin-bottom:30px}.disclosure .container,.disclosure-item .container,.purchase .container{padding:0 16px}.disclosure-item__header p,.purchase__header p{font-size:16px}.new-page h2{font-size:32px;line-height:35px}.new-page__container{border:0}.new-page__text-content{padding-left:16px;padding-right:16px;padding-top:50px}.new-page__image-content{padding-bottom:70px}.new-page__gallery{-webkit-columns:1;-moz-columns:1;columns:1;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.new-page__gallery-item{margin-bottom:20px}.grid{margin:0}.grid-item,.grid-sizer{width:100%;padding:0}.error-page{min-height:auto}.error-page::after{font-size:200px;line-height:200px}.error-page__section{padding-top:70px;padding-left:0}.error-page__title{font-size:30px}.orders-history__container{padding-top:80px}.orders-gallery{margin-right:16px;margin-left:-4px}.orders-gallery__item{width:calc(100% - 20px);max-width:calc(100% - 20px)}.orders-list{padding:40px 16px}.page-title{font-size:32px;line-height:35px}.vacancy-item ol,.vacancy-item p,.vacancy-item ul{padding-right:0}.vacancy-item__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:26px;padding-bottom:26px;min-height:100px}.doc-link__item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px}.doc-link__link{padding-left:16px;padding-top:15px}.doc-link__link-item{margin-bottom:0}.doc-link__link-icon{top:18px;left:0}.info-item__item{padding:16px}.info-item__text{font-size:22px}.info-item__link{padding-left:16px;padding-top:15px}}@media (max-width:600px){.company-management .navigation,.nav-list{width:600px}}@media (max-width:500px){.navigation{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:none}.navigation__item{width:148px;border-bottom:1px solid #dfe4ee}}@media (max-width:320px){.ship-repair .page-title{font-size:28px}}@media (min-width:1920px) and (max-width:2559px){.about .container,.disclosure .container,.disclosure-item .container,.hunt .container,.news .container,.purchase .container,.working .container{padding:0 196px}}
/*# sourceMappingURL=style.min.css.map */
/* End */


/* Start:/local/templates/ETIKA/assets/css/fix.css?1674188618296*/
.history-page__image--small img{
    margin-bottom: 20px !important;
}
.footer__name-menu{
    font-weight: bold !important;
    text-transform: uppercase !important;

}

.main-nav__list-item{
    padding-bottom: 0 !important;
}

.main-nav__list-subitems{
    padding-left: 10px;
}
/* End */


/* Start:/local/templates/ETIKA/assets/css/simple-notify.min.css?16741886185403*/
.notifications-container{max-height:100vh;max-width:320px;pointer-events:none;position:fixed;width:100%;z-index:9999}.notifications-container.notify-is-x-center{left:50%;transform:translateX(-50%)}.notifications-container.notify-is-y-center{top:50%;transform:translateY(-50%)}.notifications-container.notify-is-center{left:50%;top:50%;transform:translate(-50%, -50%)}.notifications-container.notify-is-left{left:0}.notifications-container.notify-is-right{right:0}.notifications-container.notify-is-top{top:0}.notifications-container.notify-is-bottom{bottom:0}.notifications-container.notify-is-x-center.notify-is-top{top:var(--distance)}.notifications-container.notify-is-x-center.notify-is-bottom{bottom:var(--distance)}.notifications-container>*{pointer-events:auto}.notify{--notify-error: rgb(235, 87, 87);--notify-error-progress: rgb(192, 69, 69);--notify-success: rgb(111, 207, 151);--notify-success-progress: rgb(84, 170, 120);--notify-warning: rgb(242, 201, 76);--notify-warning-progress: rgb(196, 166, 79);--notify-info: rgb(81, 205, 243);--notify-info-progress: rgb(84, 169, 196);--notify-gray: rgb(51, 51, 51);--notify-gray-2: rgb(77, 77, 77);--notify-gray-3: rgb(130, 130, 130);--notify-white: rgb(255, 255, 255);--notify-white-2: rgba(255, 255, 255, 0.8);--notify-padding: 0.75rem;--notify-icon-size: 32px;--notify-close-icon-size: 16px;align-items:center;border-radius:6px;box-sizing:border-box;display:flex;font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;overflow:hidden;padding:var(--notify-padding);position:relative;text-decoration:none;transition-timing-function:ease;width:100%}.notify__icon{align-items:center;display:flex;flex-shrink:0;height:var(--notify-icon-size);justify-content:center;margin-right:12px;width:var(--notify-icon-size)}.notify__close{align-items:center;cursor:pointer;display:flex;height:var(--notify-close-icon-size);justify-content:center;position:absolute;right:12px;top:12px;user-select:none;width:var(--notify-close-icon-size)}.notify__close *{pointer-events:none}.notify__title{font-size:1rem;font-weight:600;padding-right:calc(var(--notify-padding) + var(--notify-close-icon-size))}.notify__text{font-size:0.875rem;margin-top:0.25rem}.notify--type-1{background-color:#fff;border:1px solid currentColor}.notify--type-1 .notify__close{color:var(--notify-gray-3)}.notify--type-1 .notify__title{color:var(--notify-gray)}.notify--type-1 .notify__text{color:var(--notify-gray-2)}.notify--type-2{color:var(--notify-gray)}.notify--type-3{color:var(--notify-white)}.notify--type-3 .notify__text{color:var(--notify-white-2)}.notify--error.notify--type-1{box-shadow:0 2px 26px rgba(215,0,0,0.1);color:var(--notify-error)}.notify--error.notify--type-2,.notify--error.notify--type-3{background-color:var(--notify-error)}.notify--warning.notify--type-1{box-shadow:0 2px 26px rgba(242,201,76,0.1);color:var(--notify-warning)}.notify--warning.notify--type-2,.notify--warning.notify--type-3{background-color:var(--notify-warning)}.notify--success.notify--type-1{box-shadow:0 2px 26px rgba(82,215,0,0.1);color:var(--notify-success)}.notify--success.notify--type-2,.notify--success.notify--type-3{background-color:var(--notify-success)}.notify--info.notify--type-1{box-shadow:0 2px 26px rgba(84,175,202,0.1);color:var(--notify-info)}.notify--info.notify--type-2,.notify--info.notify--type-3{background-color:var(--notify-info)}.notify--fade{opacity:0;will-change:opacity}.notify--fadeIn{opacity:1}.notify--slide{opacity:0;will-change:opacity, transform}.notify-is-center .notify--slide,.notify-is-y-center .notify--slide,.notify-is-x-center:not(.notify-is-bottom) .notify--slide{transform:translateY(-20px)}.notify-is-x-center.notify-is-bottom .notify--slide{transform:translateY(20px)}.notify-is-right .notify--slide{transform:translateX(calc(var(--distance) + 110%))}.notify-is-left .notify--slide{transform:translateX(calc((var(--distance) * -1) - 110%))}.notify-is-x-center:not(.notify-is-bottom) .notify--slideIn,.notify-is-center .notify--slideIn,.notify-is-y-center .notify--slideIn,.notify-is-x-center.notify-is-bottom .notify--slideIn{opacity:1;transform:translateY(0)}.notify-is-right .notify--slideIn,.notify-is-left .notify--slideIn{opacity:1;transform:translateX(0)}.notify-is-left .notify{left:var(--distance)}.notify-is-right .notify{right:var(--distance)}.notify-is-top .notify,.notify-is-center .notify,.notify-is-y-center .notify,.notify-is-x-center.notify-is-top .notify{margin-top:var(--gap)}.notify-is-bottom .notify,.notify-is-x-center:not(.notify-is-top) .notify{margin-bottom:var(--gap)}.notify.notify-autoclose{--progress-height: 5px;padding-bottom:calc(var(--notify-padding) + var(--progress-height))}.notify.notify-autoclose::before{animation:progress calc(var(--timeout) * 1ms) linear forwards;bottom:0;content:'';height:var(--progress-height);left:0;position:absolute;transform:scale3d(1, 1, 1);transform-origin:left;width:100%}@keyframes progress{to{transform:scale3d(0, 1, 1)}}.notify.notify-autoclose.notify--error::before{background-color:var(--notify-error-progress)}.notify.notify-autoclose.notify--warning::before{background-color:var(--notify-warning-progress)}.notify.notify-autoclose.notify--success::before{background-color:var(--notify-success-progress)}.notify.notify-autoclose.notify--info::before{background-color:var(--notify-info-progress)}

/* End */


/* Start:/local/templates/ETIKA/template_styles.css?167418863767*/
.history-page__image img{
        max-height: initial !important;
}
/* End */
/* /local/templates/ETIKA/assets/css/style.css?1759098424153351 */
/* /local/templates/ETIKA/assets/css/style.min.css?1756937834113042 */
/* /local/templates/ETIKA/assets/css/fix.css?1674188618296 */
/* /local/templates/ETIKA/assets/css/simple-notify.min.css?16741886185403 */
/* /local/templates/ETIKA/template_styles.css?167418863767 */
