

/* Start:/local/templates/DVIGA/assets/css/style.css?1772288517293547*/
/* 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 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* 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 {
  border-style: none;
  padding: 0;
}

/**
* 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  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"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    height: 100%;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutCatalog {
  0% {
    opacity: 1;
    height: 100vh;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-500vh);
    transform: translateY(-500vh);
  }
}

@keyframes fadeOutCatalog {
  0% {
    opacity: 1;
    height: 100vh;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    height: 0;
    -webkit-transform: translateY(-500vh);
    transform: translateY(-500vh);
  }
}

@-webkit-keyframes fadeInBtnMobile {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    width: 100%;
    height: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 100%;
  }
}

@keyframes fadeInBtnMobile {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
    width: 100%;
    height: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes fadeInMobile {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInMobile {
  0% {
    -webkit-transform: translateY(-100vh);
    transform: translateY(-100vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInCatalogMobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInCatalogMobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutCatalogMobile {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOutCatalogMobile {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Black.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Bold.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Extrabold.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-MediumItalic.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy"), url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Semibold.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"),
    url("/local/templates/DVIGA/assets/css/../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("/local/templates/DVIGA/assets/css/../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: auto;
  overflow-anchor: none;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gilroy", "Arial", sans-serif;
  color: #000000;
  background-color: #f4f4f4;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/main-bg.jpg");
  background-size: 20px 20px;
  background-repeat: repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

/* :focus {
  outline: 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;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 88px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 1023px) {
  .container {
    width: calc(100% - 30px);
    padding: 0 45px;
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 16px;
    margin: 0;
    border: none;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.31;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 26px;
    line-height: 1.31;
  }
}
@media (max-width: 767px) {
  h2 {
    font-style: 18px;
    line-height: 1.33;
  }
}

h3 {
  position: relative;
  font-size: 32px;
  line-height: 1.19;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 22px;
    line-height: 1.27;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 19px;
    line-height: 1.47;
  }
}

h4 {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 22px;
    line-height: 1.18;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.44;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.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;
  overflow-x: hidden;
}
.wrapper--no-scrollbar {
  height: 100vh;
  -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 .container,
.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.scroll-lock {
  position: fixed;
  overflow: auto;
}

.btn-reset {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}

.hide {
  z-index: -1;
  opacity: 0;
}

/* 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-slide-thumb-active {
  opacity: 1;
}

.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(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;
  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: #000000;
  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(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 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: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@-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: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  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;
}

@media (max-width: 1023px) {
  .gallery-thumbs .swiper-slide {
    width: auto;
  }
}

@media (max-width: 767px) {
  .gallery-thumbs .swiper-slide {
    width: 61px;
  }
}

@font-face {
  font-family: lg;
  src: url("/local/templates/DVIGA/assets/css/..//fonts/lg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 2px;
  color: #999999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none;
  background-color: transparent;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #ffffff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next::before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev::after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #ffffff;
}

.lg-toolbar .lg-close::after {
  content: "\e070";
}

.lg-toolbar .lg-download::after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eeeeee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear,
    -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 250ms cubic-bezier(0, 0, 0.25, 1),
    -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash)
  .lg-outer.lg-start-zoom
  .lg-item.lg-complete
  .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: 0;
  border: none;
}

.lg-outer .lg-toggle-thumb::after {
  content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
  color: #ffffff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/local/templates/DVIGA/assets/css/../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/local/templates/DVIGA/assets/css/../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(/local/templates/DVIGA/assets/css/../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/local/templates/DVIGA/assets/css/../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/local/templates/DVIGA/assets/css/../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button::after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button::after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom
  .lg-item.lg-complete.lg-zoomable
  .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.15s !important;
  -webkit-transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s,
    -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in::after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size::after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out::after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #ffffff inset;
  box-shadow: 0 0 0 2px #ffffff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #ffffff;
  color: #ffffff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
    -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #ffffff inset;
  box-shadow: 0 0 0 8px #ffffff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen::after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen::after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #ffffff;
}

.lg-outer .lg-dropdown {
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
    visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
    -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
    opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333333;
}

.lg-outer .lg-dropdown a {
  color: #333333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  height: 100%;
  width: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share::after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon::after {
  content: "\e904";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon::after {
  content: "\e907";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon::after {
  content: "\e905";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon::after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s,
    -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left::after {
  content: "\e900";
}

.lg-rotate-right::after {
  content: "\e901";
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-hor::after {
  content: "\e903";
}

.lg-flip-ver::after {
  content: "\e902";
}

.group::after,
.group::before {
  display: table;
  content: "";
  line-height: 0;
}

.group::after {
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  outline: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("/local/templates/DVIGA/assets/css/..//img/content/loading.gif") center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap::before,
.lg-outer .lg-item::before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s,
    -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s,
    opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.button {
  padding: 16px 60px;
  background-color: #223b98;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover,
.button:focus {
  color: rgba(255, 255, 255, 0.7);
}

.button--icon {
  position: relative;
  overflow: hidden;
}
.button--icon .button__text {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button--icon .button__icon {
  position: absolute;
  left: 50%;
  top: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #ffffff;
}
.button--icon:hover .button__text,
.button--icon:focus .button__text {
  -webkit-transform: translate(0, calc(100% + 2 * 16px));
  transform: translate(0, calc(100% + 2 * 16px));
}
.button--icon:hover .button__icon,
.button--icon:focus .button__icon {
  top: 50%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 77px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  background-color: #f4f4f4;
}
.header__logo {
  margin-right: auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__logo[href]:focus,
.header__logo[href]:hover {
  opacity: 0.6;
}
.header__logo--main {
  -webkit-transition: none;
  transition: none;
}
.header__logo--main:focus,
.header__logo--main:hover {
  opacity: 1;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  width: 100%;
  padding: 24px 22px 24px 28px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background-color: #f4f4f4;
}
.header__burger {
  background-color: white;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  height: 100%;
  width: 100%;
}
.header__burger span {
  display: block;
}
.header__burger svg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 7px;
}
.header__burger:hover,
.header__burger:focus {
  background-color: #e6e6e6;
}
.header__burger:active {
  background-color: #b8b8b8;
}
.header .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__close {
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  padding: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header__close svg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 7px;
}
.header a {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}
.header .main-nav__toggle {
  display: none;
}

.header__burger-icon {
  margin-bottom: 7px;
}

.header__burger-wrapper {
  width: 88px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.header__content {
  overflow: auto;
  position: absolute;
  top: 76px;
  left: 0;
  height: calc(100vh - 76px);
  max-width: 1440px;
  width: 100%;
  background-color: #f4f4f4;
  border-top: 1px solid #e8e8e8;
  z-index: 100;
  scrollbar-width: none;
}
.header__content li {
  margin-bottom: 16px;
}
.header__content a {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 16px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__content a:hover {
  color: #223b98;
}
.header__content a:active {
  color: #0b1e63;
  opacity: 0.7;
}
.header__content a:focus {
  color: #0b1e63;
}

.header__content--closed {
  display: none;
}

.header__content--opened {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header__content-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 124px;
  width: 100%;
  max-width: 1049px;
  min-height: 355px;
}
.header__content-links a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__content-links a:hover,
.header__content-links a:focus {
  color: #223b98;
}

.header__contact-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
  width: 100%;
  border-left: 1px solid #e8e8e8;
}
.header__contact-right h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header__contact-right p {
  max-width: 237px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
  margin-bottom: 20px;
}
.header__contact-right a {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__contact-right a:hover {
  color: #223b98;
}
.header__contact-right a:active {
  color: #0b1e63;
}
.header__contact-right a:focus {
  color: #0b1e63;
}

.header__contact-top {
  padding-left: 56px;
  min-height: 355px;
}

.header__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.header__social-list li {
  margin-right: 12px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__social-list li:active {
  opacity: 0.5;
}
.header__social-list li:hover,
.header__social-list li:focus {
  opacity: 0.7;
}

.header__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e8e8e8;
  padding-left: 3px;
  padding-top: 41px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  height: 92px;
}
.header__presentation svg {
  margin-right: 20px;
}
.header__presentation p {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #0e0e0e;
  margin-bottom: 6px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
}
.header__presentation span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
}
.header__presentation:hover p {
  color: #223b98;
}
.header__presentation:active p {
  color: #0b1e63;
  opacity: 0.7;
}
.header__presentation:focus p {
  color: #0b1e63;
}

.header__presentation-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: none;
}

.header__catalogue-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: #223b98;
  max-width: 300px;
  width: 100%;
  padding: 30px 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 999;
  min-height: 76px;
}
.header__catalogue-button svg {
  margin-right: 15px;
  fill: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header__catalogue-button span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
}
.header__catalogue-button:hover {
  background-color: #4459a4;
}
.header__catalogue-button:active {
  background-color: #0b1e63;
  opacity: 0.7;
}
.header__catalogue-button:focus {
  background-color: #0b1e63;
}

.header__catalogue {
  top: 76px;
  left: 0;
  position: absolute;
  background-color: #f4f4f4;
  z-index: 97;
  max-width: 1440px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 55px 0 30px 0;
  scrollbar-width: none;
  max-height: calc(100vh - 76px);
}
.header__catalogue h3 {
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 100px;
  padding-left: 124px;
}
.header__catalogue h4 {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.header__catalogue a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: none;
}
.header__catalogue a:hover,
.header__catalogue a:focus {
  color: #223b98;
}
.header__catalogue a:active {
  opacity: 0.8;
}
.header__catalogue li {
  margin-bottom: 5px;
}

.header__catalogue-wrapper {
  padding-left: 124px;
  padding-right: 35px;
  margin-bottom: 37px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 76px 16%;
}

.hylomar-img-wrapper {
  position: relative;
}

.header__catalogue .header__catalogue-link {
  width: 143px;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
  position: relative;
  text-transform: none;
}
.header__catalogue .header__catalogue-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #000000;
  bottom: -5px;
  left: 0;
}
.header__catalogue .header__catalogue-link:hover::after {
  background-color: #223b98;
}
.header__catalogue .header__catalogue-link:hover:active::after {
  opacity: 0.8;
}

.header__catalogue--opened {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  overflow-y: auto;
  height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: 0;
}
.header__catalogue--opened::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.header__catalogue--closed {
  display: none;
}

.header__catalogue-animation {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.header__catalogue-block-img-wrapper {
  min-height: 70px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__catalogue-block-img-wrapper img {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 70px;
}

.header__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  min-height: 76px;
  z-index: 998;
}

.header__catalogue-toggle {
  background-color: #223b98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header__catalogue-toggle svg {
  fill: #ffffff;
}

.header__catalogue-toggle-message {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}

.header__catalogue-toggle--back {
  display: none;
}

.toggle-btn-logo--closed {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closed {
  display: none;
}

.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__catalogue-toggle-message--mob {
  display: none;
}

.header__catalogue-toggle-text {
  position: relative;
  width: 100%;
}

.header .header__presentation {
  position: absolute;
  bottom: 63px;
  min-height: 93px;
  font-weight: 800;
  padding: 0;
  padding-left: 47px;
  font-size: 16px;
  line-height: 18px;
  text-transform: none;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__presentation::before {
  content: "";
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/download-link-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  block-size: cover;
  width: 20px;
  height: 18px;
  left: 20px;
  top: 30px;
}

.img-kries {
  position: relative;
}

.img-terrier {
  position: relative;
}

.img-lift-teh {
  position: relative;
}

.img-nuovasimat {
  position: relative;
}

@media (max-width: 1023px) {
  .header__wrapper {
    padding: 12px 25px 8px;
  }
  .header__catalogue-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 110px;
    padding: 0;
  }
  .header__burger-wrapper {
    width: 45px;
  }
  .header {
    min-height: 50px;
    max-height: 50px;
    max-width: 1023px;
    border-right: none;
  }
  .header .container {
    margin: 0;
    width: 100%;
    border-right: none;
    padding-left: 15px;
    border-left: none;
  }
  .header__content-links {
    padding-left: 78px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__content {
    height: calc(100vh - 49px);
    top: calc(100% + 1px);
    left: 0;
    border-top: none;
  }
  .header__content a {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
  }
  .header__content li {
    margin-bottom: 15px;
  }
  .header__contact-right {
    max-width: 389px;
    width: 66%;
  }
  .header__contact-right p {
    max-width: 167px;
  }
  .header__presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    padding-left: 17px;
  }
  .header__presentation p {
    font-size: 14px;
    line-height: 16px;
  }
  .header__presentation span {
    font-size: 12px;
    line-height: 12px;
  }
  .header__presentation svg {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
  .header__contact-top {
    padding-left: 42px;
    min-height: unset;
  }
  .header__contact-top h3 {
    margin-bottom: 12px;
  }
  .header__contact-top a {
    font-size: 22px;
    line-height: 28px;
  }
  .header__contact-top .our-contacts-socials {
    margin-top: 30px;
  }
  .header__catalogue-button {
    max-width: 169px;
    padding: 15px 38px;
    min-height: 48px;
    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: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .header__catalogue-button span {
    font-size: 11px;
    letter-spacing: 0.12em;
    line-height: 15px;
    font-weight: 700;
  }
  .header__catalogue-button svg {
    width: 20px;
    height: 20px;
  }
  .header__languages-block {
    min-height: 50px;
    padding-left: 11px;
    width: 93px;
    place-content: center;
  }
  .header__catalogue {
    border-top: none;
    padding: 60px 70px 0;
    max-height: calc(100vh - 50px);
    top: calc(100% + 1px);
  }
  .header__catalogue h3 {
    padding-left: 0;
  }
  .header .header__presentation {
    height: unset;
    min-height: 73px;
    margin: 0;
    margin-bottom: 20px;
    position: absolute;
    padding: 0;
    padding-left: 47px;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
  }
  .header .header__presentation::before {
    position: absolute;
    content: "";
    background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/download-link-icon-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    block-size: cover;
    width: 20px;
    height: 18px;
    left: 20px;
    top: 18px;
  }
  .header__content-top {
    min-height: 49px;
  }
}

@media (max-width: 767px) {
  .header {
    display: contents;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .header__catalogue-toggle-text--close {
    background-color: #e8e8e8;
  }
  .header__content {
    height: calc(100vh + 65px);
    top: 121px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .header .header__presentation {
    top: 0;
    min-height: 20px;
    border-top: none;
    margin-top: 29px;
    position: relative;
    padding: 0;
    padding-left: 52px;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
  }
  .header .header__presentation::before {
    position: absolute;
    content: "";
    background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/download-link-icon-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    block-size: cover;
    width: 30px;
    height: 22px;
    left: 16px;
    background-size: contain;
    top: 0;
  }
  .header .header__presentation p {
    margin-bottom: 4px;
  }
  .header .header__presentation span {
    margin-top: 1px;
  }
  .header .container {
    padding-left: 0;
  }
  .header__contact-top {
    padding-left: 52px;
    height: auto;
    padding-top: 0;
    min-height: unset;
    border: none;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
  .header__contact-top .our-contacts-socials {
    display: none;
  }
  .header__contact-top h3 {
    display: none;
  }
  .header__contact-top p {
    display: none;
  }
  .header__contact-top a {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    position: relative;
  }
  .header__contact-top a::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/phone-icon-blue.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    left: -35px;
    top: 3px;
  }
  .header__social-list {
    display: none;
  }
  .header__content-links {
    padding: 0;
    display: contents;
  }
  .header__content-links li {
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .header__content-links a {
    padding-left: 16px;
    font-weight: 900;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0;
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header__content-links a:hover,
  .header__content-links a:focus {
    color: rgba(34, 59, 152, 0.7);
  }
  .header__content-top {
    min-height: 65px;
    border-bottom: 1px solid #e8e8e8;
  }
  .header__catalogue-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 0;
  }
  .header__contact-right {
    padding-top: 66px;
    width: 100%;
    border-left: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__catalogue {
    max-height: calc(100vh - 121px);
    padding: 0;
    z-index: 997;
    top: 121px;
  }
  .header__catalogue h3 {
    display: none;
  }
  .header__wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    border-left: none;
    padding: 12px 25px 10px 14px;
  }
  .header__languages-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__burger-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 65px;
    height: auto;
  }
  .header__catalogue-button {
    width: 100%;
    max-width: none;
    background-color: #f4f4f4;
    padding: 0;
    position: relative;
    display: none;
    min-height: 57px;
    padding-left: 20px;
    -webkit-transition: none;
    transition: none;
    z-index: 980;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__catalogue-button span {
    font-weight: 800;
    font-size: 16px;
    line-height: 13px;
    color: #000000;
    letter-spacing: 0.05em;
  }
  .header__catalogue-button svg {
    width: 16px;
    height: 16px;
    fill: #223b98;
    margin-right: 12px;
  }
  .header__catalogue-button::after {
    position: absolute;
    right: 30px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    -webkit-transform: rotate(137deg);
    transform: rotate(137deg);
  }
  .header__catalogue-button:hover,
  .header__catalogue-button:focus {
    background-color: #e8e8e8;
  }
  .header__catalogue-button:active {
    background-color: #e8e8e8;
  }
  .header__catalogue-button-wrapper {
    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;
  }
  .header__catalogue-button--opened {
    padding-left: 40px;
  }
  .header__catalogue-button--opened::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 20px;
    right: unset;
  }
  .header__catalogue-button--opened svg {
    display: none;
  }
  .header__catalogue-button--opened span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .header__catalogue-toggle {
    background-color: inherit;
  }
  .header__catalogue-toggle-message {
    position: relative;
    color: #000000;
    min-height: 55px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0 0 0 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__catalogue-toggle-message::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/catalog-icon-blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 18px;
  }
  .header__catalogue-toggle-message::after {
    content: "";
    position: absolute;
    background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/tick-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    top: 21px;
    right: 29px;
  }
  .header__catalogue-toggle-message--mob {
    padding-left: 43px;
  }
  .header__catalogue-toggle-message--mob::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 21px;
  }
  .header__catalogue-toggle-message--mob::before {
    content: none;
  }
  .header__logo svg {
    width: 136px;
    height: 20px;
  }
  .header__catalogue-block {
    padding: 23px 19px 30px;
    border-bottom: 1px solid #e8e8e8;
  }
  .header__catalogue-toggle--back {
    display: block;
    position: relative;
    padding-left: 43px;
    background-color: #e8e8e8;
    width: 100%;
    text-align: left;
  }
  .header__catalogue-toggle--back svg {
    display: none;
  }
  .header__catalogue-toggle--back::after {
    content: none;
  }
  .header__catalogue-toggle--back::before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/arrow-back.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 14px;
    width: 14px;
    top: 22px;
    left: 20px;
  }
  .header__catalogue-toggle-message--tablet {
    display: none;
  }
  .header__catalogue .header__catalogue-link {
    margin: 30px auto;
    margin-bottom: 160px;
  }
  .header__content--opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
  .header__catalogue-button--showed {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 65px;
  }
  .header__catalogue--opened {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
  .header__catalogue-animation {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  header .container {
    border-left: none;
    border-right: none;
  }
}

.content p {
  padding-left: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.62;
  color: #000000;
}
@media (max-width: 1023px) {
  .content p {
    padding-left: 16px;
    font-size: 18px;
    line-height: 1.67;
  }
}
@media (max-width: 767px) {
  .content p {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.65;
  }
}

.blueline {
  position: relative;
}
.blueline::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #223b98;
}

.catalog {
  padding-bottom: 97px;
}

.catalog__item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .catalog {
    padding-bottom: 40px;
  }
}

.stuff-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
}

.stuff-section__provider p {
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 2;
  color: #83888f;
}

.stuff-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23.25%;
  border-right: 1px solid #e8e8e8;
}

.stuff-section__provider {
  min-height: 174px;
  padding-bottom: 27px;
  padding-top: 32px;
  padding-left: 40px;
}
.stuff-section__provider svg {
  fill: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.stuff-section__provider:hover svg {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.stuff-section__download-catalog {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-top: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 15.4%;
  padding-top: 58px;
  padding-right: 10px;
}
.stuff-section__download-catalog:hover p {
  color: #223b98;
}
.stuff-section__download-catalog p {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.13;
  color: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.stuff-section__download-catalog p:active {
  color: #0b1e63;
}
.stuff-section__download-catalog p:focus {
  outline: 2px solid #223b98;
  outline-offset: 3px;
}
.stuff-section__download-catalog svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.stuff-section__categories {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 50px;
  padding-bottom: 48px;
  padding-right: 40px;
  padding-left: 10.9%;
}
.stuff-section__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}
.stuff-section__categories ul li {
  font-weight: 500;
  margin-bottom: 3.5px;
  font-size: 18px;
  line-height: 1.67;
  color: #83888f;
  margin-right: 40px;
  width: inherit;
}
.stuff-section__categories ul a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.stuff-section__categories ul a:hover {
  color: #223b98;
}
.stuff-section__categories ul a:active {
  color: #0b1e63;
}
.stuff-section__categories ul a:focus {
  outline-offset: 2px;
  outline: 2px solid #223b98;
}

.stuff-section__title {
  margin-bottom: 49px;
  color: #121232;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.stuff-section__provider-logo {
  display: block;
  max-width: 160px;
  max-height: 53px;
  margin-bottom: 7px;
  margin-left: -3px;
  min-height: 53px;
  position: relative;
}
.stuff-section__provider-logo img {
  position: absolute;
  max-height: 100%;
  bottom: 0;
  left: 0;
}

.stuff-section__download-text span {
  display: block;
  font-size: 12px;
  color: #83888f;
}

@media (max-width: 1023px) {
  .stuff-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stuff-section__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .stuff-section__provider {
    width: 48.3%;
    padding-top: 45px;
    border-right: 1px solid #e8e8e8;
    padding-bottom: 0;
    padding-left: 58px;
  }
  .stuff-section__provider p {
    margin-bottom: 16px;
    line-height: 1;
  }
  .stuff-section__download-catalog {
    width: 50%;
    border: none;
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
    padding-top: 53px;
    padding-left: 6.4%;
  }
  .stuff-section__download-catalog svg {
    margin-top: 4px;
  }
  .stuff-section__download-text {
    padding-right: 50px;
  }
  .stuff-section__download-text p {
    display: block;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1;
  }
  .stuff-section__categories {
    padding-top: 33px;
    padding-right: 0;
    padding-bottom: 32px;
    padding-left: 8.51%;
  }
  .stuff-section__categories ul {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .stuff-section__categories ul li {
    margin-bottom: 4.5px;
  }
  .stuff-section__title {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .stuff-section__provider {
    width: 51%;
    min-height: unset;
    padding-top: 6px;
    padding-left: 20px;
    padding-bottom: 4px;
  }
  .stuff-section__provider p {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.18;
  }
  .stuff-section__provider-logo {
    margin-bottom: 9px;
  }
  .stuff-section__download-text {
    padding-right: 0;
  }
  .stuff-section__download-text span {
    padding-left: 4px;
    font-size: 11px;
    line-height: 1.18;
  }
  .stuff-section__download-text p {
    font-size: 12px;
    line-height: 1.17;
    margin-bottom: 13px;
    padding-top: 5px;
  }
  .stuff-section__download-catalog {
    padding-top: 30px;
    padding-left: 2.4%;
    padding-right: 8px;
  }
  .stuff-section__download-catalog svg {
    width: 21px;
    margin-right: 8px;
  }
  .stuff-section__categories {
    padding-top: 30px;
    padding-left: 5.8%;
    padding-bottom: 19px;
  }
  .stuff-section__categories ul {
    padding-left: 1px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .stuff-section__categories ul li {
    margin-bottom: 9.2px;
    font-size: 16px;
    line-height: 1.62;
  }
  .stuff-section__title {
    margin-bottom: 40px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.footer .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
}

.main-page footer {
  border-right: none;
}

.footer__col {
  width: 66.25%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 47px 30px 30px 122px;
  background-color: #ffffff;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 33.72vw;
  max-width: 486px;
  padding: 50px 120px 30px 107px;
  background-color: #223b98;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/blue-bg@1x.jpg");
  background-position: 0 0;
  color: #ffffff;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .footer__contacts {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/blue-bg@2x.jpg");
  }
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
}

.footer__catalog {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 74%;
  padding-top: 3px;
}

.footer__catalog-title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03px;
  text-transform: uppercase;
}

.footer__catalog-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  overflow: hidden;
}

.footer__catalog-item {
  margin-bottom: 10px;
}

.footer__catalog-link {
  display: block;
  max-width: 285px;
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1px;
}
.footer__catalog-link:hover,
.footer__catalog-link:focus {
  color: #223b98;
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 26%;
  padding-left: 20px;
}

.footer__nav-item {
  margin-bottom: 8px;
}
.footer__nav-item:last-child {
  margin-bottom: 0;
}

.footer__nav-link {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.footer__nav-link:hover,
.footer__nav-link:focus {
  color: #223b98;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  margin-right: 71px;
  border-top: 1px solid #e8e8e8;
}

.footer__target {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 10px;
}

.footer__privacy {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #83888f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__privacy:hover,
.footer__privacy:focus {
  color: #223b98;
}

.footer__target-logo {
  display: inline-block;
  margin-bottom: -2px;
}
.footer__target-logo svg {
  margin-left: -1px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__target-logo[href]:hover svg,
.footer__target-logo[href]:focus svg {
  fill: #223b98;
}

.footer__target-text {
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
}

.footer__contacts-title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer__address {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
}

.footer__phone {
  display: inline-block;
  margin-right: auto;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__phone:hover,
.footer__phone:focus {
  opacity: 0.7;
}

.footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: auto;
  margin-top: 31px;
  max-width: 170px;
  margin-right: -12px;
}

.footer__socials-items {
  margin-right: 12px;
  margin-bottom: 12px;
}
.footer__socials-items:last-child {
  margin-right: 0;
}

.footer__socials-link {
  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: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #223b98;
}
.footer__socials-link svg {
  fill: #223b98;
}
.footer__socials-link:hover,
.footer__socials-link:focus {
  background-color: #e8e8e8;
}
.footer__socials-link--phone svg {
  margin-bottom: 1px;
}
.footer__socials-link--vk svg {
  margin-right: 2px;
}

.footer__dev {
  margin-top: 34px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.4;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__dev svg {
  display: inline-block;
}
.footer__dev:hover,
.footer__dev:focus {
  opacity: 0.7;
}

.footer__dev-text {
  display: inline-block;
  margin-right: 6px;
  font-size: 12px;
  line-height: 14px;
}

@media (max-width: 1439px) {
  .footer__col {
    padding-left: 50px;
  }
  .footer__catalog-list {
    max-height: none;
  }
  .footer__catalog-item {
    margin-right: 0;
  }
  .footer__contacts {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 1023px) {
  .footer__col {
    width: 59.25%;
    padding: 50px 75px 23px 80px;
  }
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    max-width: 297px;
  }
  .footer__catalog {
    width: 100%;
    padding-top: 0;
  }
  .footer__catalog-list {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .footer__nav {
    width: 100%;
    padding-left: 0;
  }
  .footer__contacts {
    width: 40.75vw;
    padding: 50px 30px 29px 46px;
  }
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    max-width: 297px;
  }
  .footer__target {
    width: 100%;
    margin-bottom: 11px;
  }
  .footer__privacy {
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .footer__dev {
    margin-bottom: 0;
  }
  .footer .container {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .footer__col {
    width: 100%;
    padding: 31px 16px;
  }
  .footer__links {
    margin-bottom: 0;
    max-width: none;
  }
  .footer__catalog-list {
    margin-bottom: 14px;
  }
  .footer__copy {
    width: calc(100% - 32px);
    max-width: none;
    position: absolute;
    bottom: 72px;
    border-top: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 33px;
    border-bottom: 1px solid #4459a4;
  }
  .footer__target-logo svg {
    fill: #ffffff;
    width: 136px;
    height: 20;
  }
  .footer__target-logo[href]:hover svg,
  .footer__target-logo[href]:focus svg {
    fill: #ffffff;
    opacity: 0.7;
  }
  .footer__target-text {
    color: #ffffff;
  }
  .footer__privacy {
    color: #ffffff;
  }
  .footer__privacy:hover {
    color: #ffffff;
    opacity: 0.7;
  }
  .footer__contacts {
    width: 100%;
    max-width: none;
    padding: 50px 16px 30px;
  }
  .footer__socials {
    margin-bottom: 138px;
  }
  .footer__dev {
    margin-top: 0;
    padding-top: 28px;
  }
}

.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;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -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);
  -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;
}
@media (max-width: 767px) {
  .modal__wrapper {
    padding: 60px 16px;
  }
}
.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;
}
@media (max-width: 767px) {
  .modal__content {
    width: 100%;
    padding: 20px;
  }
}
.modal__close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal--responsive .modal__content {
  width: 100%;
}
.modal--fit-content .modal__content {
  width: auto;
}
@media (max-width: 767px) {
  .modal--fit-content .modal__content {
    width: 100%;
  }
}
.modal--no-scale {
  -webkit-transform: none;
  transform: none;
}
.modal--preload {
  display: none;
}
.modal--active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.no-page {
  max-width: 1440px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  margin: 0 auto;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .no-page {
    border: none;
  }
}
.no-page img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-page picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body--no-page .header {
  border-bottom: none;
}

.no-page__wrapper {
  position: absolute;
  top: 123px;
  left: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  max-width: 1000px;
}
@media (max-width: 1300px) {
  .no-page__wrapper {
    left: 135px;
  }
}

.no-page span {
  color: #ffffff;
  font-style: normal;
  font-weight: 800;
  font-size: 200px;
  line-height: 245px;
  text-transform: uppercase;
  margin-right: 83px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-page__content-wrapper {
  padding-top: 43px;
}
.no-page__content-wrapper h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 26px;
}
.no-page__content-wrapper h2::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  bottom: -9px;
}

.no-page p {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.no-page .link-button {
  margin-top: 31px;
  padding: 17px 60px;
  height: 50px;
}

.no-page .button__text {
  font-size: inherit;
  line-height: inherit;
  margin-right: 0;
}

.main--no-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .no-page span {
    font-size: 140px;
  }
  .no-page {
    border: none;
  }
  .no-page h2 {
    font-size: 20px;
  }
  .no-page p {
    font-size: 14px;
  }
  .no-page img {
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .no-page .link-button {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .no-page {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-page span {
    font-size: 100px;
    margin-right: 10px;
    line-height: 120px;
  }
  .no-page h2 {
    margin-bottom: 20px;
  }
  .no-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .no-page__content-wrapper {
    max-width: 320px;
  }
}

@media (max-width: 767px) and (max-width: 603px) {
  .no-page__wrapper {
    left: 0;
    padding: 10px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .no-page__content-wrapper {
    max-width: 100%;
  }
  .no-page .link-button {
    width: 100%;
  }
}

.link-button {
  display: inline-block;
  padding: 16px 59px;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #223b98;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link-button:hover,
.link-button:focus {
  color: rgba(255, 255, 255, 0.7);
}

.content-page {
  max-width: 1010px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.content-page h2:not([class]) {
  margin-top: 100px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}
.content-page h3:not([class]) {
  margin-top: 100px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.content-page h4:not([class]) {
  margin-top: 100px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.content-page p:not([class]) {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.content-page a:not([class]) {
  color: #223b98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #223b98;
}
.content-page a:not([class])[href]:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.content-page ul:not([class]),
.content-page ol:not([class]) {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 27px;
  list-style: none;
  font-size: 18px;
  line-height: 30px;
}
.content-page ul:not([class]) li {
  position: relative;
  margin-bottom: 14px;
}
.content-page ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #223b98;
}
.content-page ol:not([class]) {
  counter-reset: list-counter;
}
.content-page ol:not([class]) li {
  position: relative;
  margin-bottom: 14px;
  counter-increment: list-counter;
}
.content-page ol:not([class]) li::before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: -27px;
  top: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #223b98;
}
.content-page img {
  margin: 97px 0;
  width: 100%;
  height: auto;
}
.content-page img:first-of-type {
  margin: 0 0;
}

.content-page__wide {
  position: relative;
  width: 1262px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-page__table-wrap {
  margin-top: 120px;
  margin-bottom: 111px;
}

.content-page__table-header {
  margin-left: 33px;
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.content-page__table {
  overflow-x: auto;
}

@media (max-width: 1439px) {
  .content-page__wide {
    width: calc(100vw - 178px);
  }
}

@media (max-width: 1023px) {
  .content-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-page h2:not([class]) {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 34px;
  }
  .content-page h3:not([class]) {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
  }
  .content-page h4:not([class]) {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .content-page ul:not([class]),
  .content-page ol:not([class]) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content-page img {
    margin: 80px 0;
  }
  .content-page__wide {
    width: calc(100% + 30px);
  }
  .content-page__table-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .content-page__table-header {
    margin-left: 17px;
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .content-page {
    padding: 0;
  }
  .content-page p:not([class]) {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 26px;
  }
  .content-page h2:not([class]) {
    font-size: 18px;
    line-height: 24px;
  }
  .content-page h3:not([class]) {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .content-page h4:not([class]) {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
  }
  .content-page ul:not([class]),
  .content-page ol:not([class]) {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }
  .content-page ol:not([class]) li::before {
    font-size: 16px;
    line-height: 26px;
  }
  .content-page img {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .content-page__wide {
    width: calc(100%);
  }
  .content-page__table-header {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}

.about-company {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 34px 75px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.about-company .breadcrumbs {
  padding-left: 0;
  margin-bottom: 60px;
}

.header .about-company {
  border-bottom: none;
}

.main--about-company .main-partners {
  padding-bottom: 100px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .about-company {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main--about-company .container--about-company {
    padding: 0;
  }
  .container--about-company .main-partners {
    padding: 16px;
  }
  .container--about-company .main-partners__navs {
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs li {
  position: relative;
  margin-right: 19px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.breadcrumbs li:last-of-type {
  margin-right: 0;
}
.breadcrumbs li:last-of-type a {
  color: #223b98;
  cursor: default;
}
.breadcrumbs li:last-of-type::after {
  display: none;
}
.breadcrumbs li::after {
  content: "/";
  position: absolute;
  top: 2px;
  right: -13px;
}
.breadcrumbs li a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #83888f;
}
.breadcrumbs li a:hover {
  color: #223b98;
}
.breadcrumbs li a:active {
  color: #0b1e63;
}
.breadcrumbs li a:focus {
  outline: 2px solid #223b98;
  outline-offset: 3px;
}

@media (max-width: 1023px) {
  .breadcrumbs li {
    display: inline;
    margin-right: 14px;
  }
  .breadcrumbs li::after {
    top: -4px;
    right: -9px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: 13px;
    line-height: 1.69;
    margin-right: 11px;
  }
  .breadcrumbs li::after {
    top: 1px;
    right: -8px;
  }
}

.catalog-add-wrapper {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .catalog-add-wrapper {
    border-left: none;
    border-right: none;
  }
}

.catalog-add-wrapper__breadcrumbs {
  margin-bottom: 41px;
  padding-left: 29px;
}
@media (max-width: 767px) {
  .catalog-add-wrapper__breadcrumbs {
    margin-bottom: 24px;
    padding-left: 0;
  }
}

.catalog-add-wrapper__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 21px;
  padding-left: 28px;
  padding-top: 58px;
}
@media (max-width: 1023px) {
  .catalog-add-wrapper__title {
    font-size: 32px;
    line-height: 1.41;
  }
}
@media (max-width: 767px) {
  .catalog-add-wrapper__title {
    font-size: 24px;
    padding-left: 0;
    line-height: 1.25;
    padding-top: 28px;
    padding-left: 0;
    margin-bottom: 13px;
  }
}

.main-title {
  margin-top: 0;
  margin-bottom: 22px;
  margin-left: 32px;
  margin-right: 32px;
  padding-bottom: 5px;
  padding-top: 20px;
}
.main-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #223b98;
}
.main-title--white {
  color: #ffffff;
}
.main-title--white::before {
  background-color: #ffffff;
}

.main-text {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 32px;
  margin-right: 32px;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1023px) {
  .main-title {
    margin-left: 16px;
    margin-right: 16px;
    letter-spacing: -1.4px;
  }
  .main-title::before {
    bottom: -4px;
  }
  .main-text {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 767px) {
  .main-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  .main-title::before {
    bottom: -6px;
  }
  .main-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 26px;
  }
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  position: relative;
}

.promo__slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding-left: 88px;
  position: relative;
  overflow: hidden;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.promo__slider__btn {
  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;
}

.promo__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;
}

.promo__bottom {
  border-left: 1px solid #e8e8e8;
  margin-left: 88px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .promo__bottom {
    width: calc(100% - 88px);
  }
}

.promo__scroll-btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  margin-left: 34px;
  margin-bottom: 14px;
  margin-right: auto;
  padding: 5px 10px 5px 34px;
  max-width: 55%;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.promo__scroll-btn:hover .promo__scroll-icon,
.promo__scroll-btn:focus .promo__scroll-icon {
  margin-top: 5px;
}

.promo__scroll-icon {
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #223b98;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation-name: scrollArrow;
  animation-name: scrollArrow;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.promo__slider-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40.55%;
  margin-right: 88px;
  background-color: #ffffff;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .promo__slider-navs {
    width: 43.15%;
    margin-right: 0;
  }
}

.promo__slider-btn {
  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;
  width: 65px;
  height: 65px;
  background-color: #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__slider-btn svg {
  stroke: #000000;
  fill: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__slider-btn--next {
  background-color: #e8e8e8;
}
.promo__slider-btn--next svg {
  stroke: #000000;
  fill: none;
  -webkit-transform: translate(2px, -2px);
  transform: translate(2px, -2px);
}
.promo__slider-btn:hover,
.promo__slider-btn:focus,
.promo__slider-btn:active {
  outline: none;
  background-color: #223b98;
}
.promo__slider-btn:hover svg,
.promo__slider-btn:focus svg,
.promo__slider-btn:active svg {
  stroke: #e8e8e8;
}

.promo__slider-wrap {
  border-left: 1px solid #e8e8e8;
}

.promo__progress {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 50px;
}

.promo__slides-number {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}

.promo__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
  width: 114px;
}
.promo__pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0;
  height: 3px;
}
.promo__pagination .swiper-pagination-bullet-active {
  background-color: #223b98;
}

@media (max-width: 1023px) {
  .promo {
    border-right: 1px solid #e8e8e8;
    width: calc(100% - 30px);
    padding: 0 45px;
    margin: 0 15px;
  }
  .promo__slider {
    padding-left: 0;
    border-right: 1px solid #e8e8e8;
  }
  .promo__bottom {
    margin-left: 0;
    border-right: 1px solid #e8e8e8;
  }
  .promo__scroll-btn {
    display: none;
  }
  .promo__slider-navs {
    width: 100%;
    margin-right: 0;
  }
  .promo__progress {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .promo__slider-navs {
    margin: 0 15px;
  }
  .promo {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
  }
  .promo__slider {
    border: none;
  }
  .promo__slider-btn {
    width: 53px;
    height: 53px;
  }
  .promo__progress {
    margin-right: 15px;
    margin-left: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .promo__pagination {
    width: 90px;
    margin: 0 12px;
  }
}

@-webkit-keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  90% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  95% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  90% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  95% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.promo-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f4f4f4;
}

.promo-slide__header {
  width: 56.8%;
  padding: 138px 32px 50px;
  background-color: #f4f4f4;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/main-bg.jpg");
  background-size: 20px 20px;
  background-repeat: repeat;
}

.promo-slide__title {
  margin-bottom: 42px;
  max-width: 620px;
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-transform: uppercase;
}

.promo-slide__btn {
  display: inline-block;
  padding: 16px 63px;
}

.promo-slide__product {
  width: 43.2%;
  position: relative;
  min-height: 525px;
  background-color: #e8e8e8;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/promo-slider-bg@1x.jpg");
  background-size: cover;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .promo-slide__product {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/promo-slider-bg@2x.jpg");
  }
}

.promo-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}

.swiper-slide-active .promo-slide__bg {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.promo-slide__product-wrap {
  position: relative;
  margin-top: 174px;
  margin-bottom: 100px;
  padding-right: 43px;
  padding-left: 49px;
  margin-left: auto;
  max-width: 170px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 0;
}
.promo-slide__product-wrap::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 49px;
  width: 30px;
  height: 3px;
  background-color: #223b98;
}

.swiper-slide-active .promo-slide__product-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.promo-slide__logo {
  margin-bottom: 12px;
  max-width: 130px;
  max-height: 70px;
}

.promo-slide__name {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
}

.promo-slide__descr {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
}

@media (max-width: 1439px) {
  .promo-slide__title {
    max-width: 450px;
    font-size: 32px;
    line-height: 45px;
  }
  .promo-slide__bg {
    width: 87%;
    -o-object-position: bottom;
    object-position: bottom;
  }
  .promo-slide__product {
    min-height: 490px;
  }
  .promo-slide__product-wrap {
    padding-right: 30px;
  }
}

@media (max-width: 1023px) {
  .promo-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .promo-slide__header {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 28px 16px 30px;
  }
  .promo-slide__title {
    max-width: none;
    min-height: 135px;
    margin-bottom: 29px;
  }
  .promo-slide__name {
    letter-spacing: -1.1px;
  }
  .promo-slide__descr {
    line-height: 12px;
  }
  .promo-slide__btn {
    margin-top: auto;
    padding: 13px 37px 15px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
  }
  .promo-slide__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48.17vw;
    width: 100%;
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/promo-slider-bg-tablet@1x.jpg");
  }
}
@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5),
  (max-width: 1023px) and (min-resolution: 144dpi),
  (max-width: 1023px) and (min-resolution: 1.5dppx) {
  .promo-slide__product {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/promo-slider-bg-tablet@2x.jpg");
  }
}

@media (max-width: 1023px) {
  .promo-slide__bg {
    width: 100%;
  }
  .promo-slide__product-wrap {
    margin-top: 63px;
    padding-right: 80px;
  }
  .promo-slide__product-wrap::before {
    bottom: -17px;
  }
  .promo-slide__logo {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .promo-slide__title {
    min-height: auto;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 30px;
  }
  .promo-slide__product {
    min-height: 76vw;
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/promo-slider-bg-mobile@1x.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
  (max-width: 767px) and (min-resolution: 144dpi),
  (max-width: 767px) and (min-resolution: 1.5dppx) {
  .promo-slide__product {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/promo-slider-bg-mobile@2x.jpg");
  }
}

@media (max-width: 767px) {
  .promo-slide__product-wrap {
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: 5%;
    padding-right: 0;
    padding-left: 0;
    max-width: 136px;
  }
  .promo-slide__product-wrap::before {
    left: 0;
    bottom: -19px;
  }
  .promo-slide__logo {
    margin-bottom: 16px;
  }
  .promo-slide__name {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
  }
  .promo-slide__descr {
    font-size: 11px;
    line-height: 13px;
  }
  .promo-slide__header {
    padding: 28px 16px 27px;
  }
}

.main-catalog {
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-catalog__title {
  margin-bottom: 25px;
}

.main-catalog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}

.main-catalog__link {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 305px;
  padding: 44px 34px 80px;
  background-color: #ffffff;
  position: relative;
  outline: 1px solid #e8e8e8;
  overflow: hidden;
}
.main-catalog__link::before {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -71px;
  width: 293.52px;
  height: 293.52px;
  background-color: #223b98;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.main-catalog__link--catalog {
  position: relative;
  padding-top: 69px;
  background-image: url("/local/templates/DVIGA/assets/css/../img/content/main/main-blue-bg@1x.jpg");
  background-size: cover;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .main-catalog__link--catalog {
    background-image: url("/local/templates/DVIGA/assets/css/../img/content/main/main-blue-bg@2x.jpg");
  }
}
.main-catalog__link--catalog::before {
  display: none;
}
.main-catalog__link--catalog .main-catalog__icon {
  fill: #ffffff;
}
.main-catalog__link--catalog .main-catalog__bg {
  -webkit-transform: none;
  transform: none;
  max-width: 350px;
}
.main-catalog__link--catalog .main-catalog__name {
  font-size: 32px;
  line-height: 42px;
  font-weight: 800;
  letter-spacing: -0.2px;
  color: #ffffff;
}
.main-catalog__link:hover {
  outline: 1px solid #e8e8e8;
}
.main-catalog__link:hover::before {
  opacity: 1;
}
.main-catalog__link:hover .main-catalog__bg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.main-catalog__link:hover .main-catalog__icon {
  left: 54px;
}
.main-catalog__link:active,
.main-catalog__link:focus {
  outline: 1px solid #e8e8e8;
}

.main-catalog__bg {
  position: absolute;
  bottom: 0;
  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;
  width: 100%;
  height: 100%;
  max-width: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 100%;
  object-position: 100% 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 1;
}

.main-catalog__brand {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-top: 0;
  margin-bottom: 9px;
  max-width: 330px;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
  position: relative;
  z-index: 2;
}

.main-catalog__name {
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 330px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
  z-index: 2;
}

.main-catalog__logo {
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 70px;
  position: relative;
  z-index: 2;
}

.main-catalog__icon {
  position: absolute;
  left: 33px;
  bottom: 35px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}

@media (max-width: 1023px) {
  .main-catalog {
    padding-top: 98px;
  }
  .main-catalog__link {
    padding: 46px 30px 80px;
  }
  .main-catalog__link::before {
    width: 223px;
    height: 223px;
    right: -43px;
    bottom: -74px;
  }
  .main-catalog__link--catalog {
    padding: 71px 30px 80px;
  }
  .main-catalog__link--catalog .main-catalog__name {
    font-size: 26px;
    line-height: 34px;
  }
  .main-catalog__link--catalog .main-catalog__bg {
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .main-catalog__name {
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 26px;
  }
  .main-catalog__bg {
    width: 61%;
    height: 68.4%;
    max-width: none;
  }
  .main-catalog__icon {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .main-catalog {
    padding-top: 54px;
    padding-bottom: 30px;
    border: none;
  }
  .main-catalog__text {
    margin-bottom: 20px;
  }
  .main-catalog__list {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
  .main-catalog__link {
    padding: 45px 30px 67px;
    min-height: 288px;
  }
  .main-catalog__link::before {
    opacity: 1;
    right: -72px;
    bottom: -75px;
  }
  .main-catalog__link--catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 30px;
    min-height: 139px;
    margin-top: 6px;
  }
  .main-catalog__link--catalog .main-catalog__icon {
    bottom: 15px;
  }
  .main-catalog__name {
    letter-spacing: -0.1px;
  }
  .main-catalog__brand {
    margin-bottom: 13px;
  }
  .main-catalog__bg {
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    transform: none;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .main-catalog__icon {
    width: 14px;
    height: 14px;
    left: 30px;
    bottom: 28px;
  }
}

.category-info {
  margin-bottom: 98px;
  padding-top: 69px;
  padding-bottom: 40px;
  padding-right: 8.5%;
  padding-left: 8.5%;
  background-color: #ffffff;
}
.category-info button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  border: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.12;
  background: transparent;
  margin-top: 30px;
  cursor: pointer;
}
.category-info button:hover {
  color: #223b98;
}
.category-info button:active {
  color: #0b1e63;
}
.category-info button:focus {
  outline-offset: 2px;
  outline: 2px solid #223b98;
}

.category-info__title {
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  width: 90%;
  margin-right: 13.4%;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.category-info__title::after {
  bottom: -18px;
  left: 1px;
}

.category-info__button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category-info__button::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #223b98;
  border-left: 3px solid #223b98;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-bottom: 4px;
}

.category-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5px;
}
.category-info__inner p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  color: #83888f;
}
.category-info__inner p:not(:last-of-type) {
  margin-bottom: 27px;
}
.category-info__inner p:not(:first-of-type) {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.category-info__button--hideText {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 38px;
}
.category-info__button--hideText::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: 0;
  margin-left: 15px;
}

.category-info__text {
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.category-info__text a {
  color: #223b98;
  text-decoration: underline;
}
.category-info__text a:hover {
  color: #2c39f2;
}
.category-info__text a:active {
  color: #0b1e63;
}
.category-info__text a:focus {
  outline: none;
  color: #0b1e63;
}

@media (max-width: 1023px) {
  .category-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .category-info__inner h2 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 22px;
  }
  .category-info__inner p {
    font-size: 17px;
    line-height: 1.57;
  }
  .category-info {
    padding-top: 45px;
    padding-right: 50px;
    padding-left: 45px;
  }
  .category-info__text {
    max-height: 105px;
  }
}

@media (max-width: 767px) {
  .category-info {
    margin-bottom: 50px;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 25px;
  }
  .category-info__inner h2 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) and (min-height: 1353px) {
  .category-info__title {
    margin-bottom: 37px;
  }
}

.products__title {
  margin-bottom: 45px;
  margin-left: 31px;
  font-weight: 800;
}

.products__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -60px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 23px;
  max-height: 1000px;
  height: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow-y: hidden;
}

.products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.products__layout-wrapper {
  margin-bottom: 90px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.products__nav {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 367px;
  padding: 51px 2.8% 41px 57px;
  background-color: #223b98;
}
.products__nav button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 39px;
  border: none;
  padding: 0;
  padding-right: 32px;
  background: transparent;
  text-align: left;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.products__nav button:hover {
  color: #bfbfbf;
}
.products__nav button:active {
  color: #8f8f8f;
}
.products__nav button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 17px;
  height: 16px;
  background-image: url("/local/templates/DVIGA/assets/css/../img/content/icon-categories.svg");
}
.products__nav button::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.products__nav ul {
  overflow-x: visible;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 400px;
}
.products__nav ul::-webkit-scrollbar {
  display: none;
}
.products__nav ul li {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 1.67;
  font-weight: 500;
  color: #ffffff;
}
.products__nav ul li a {
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.products__nav ul li a:hover {
  color: #bfbfbf;
}
.products__nav ul li a:active {
  color: #8f8f8f;
}
.products__nav ul li .products__nav-link--active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  display: block;
  width: 35px;
  height: 3px;
  background-color: #ffffff;
}

ul.products__nav-list--opened {
  max-height: 0;
  overflow-y: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.products__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.products__item {
  margin-right: 4%;
  margin-bottom: 31px;
}

.products__pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products__pagination {
  max-width: 524px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 5px;
}
.products__pagination.pagination li {
  margin-right: auto;
}

.products__showmore {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  margin-right: 9px;
  margin-left: 9px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
  padding-bottom: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.products__showmore::after {
  content: "";
  position: relative;
  top: 5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.products__showmore:hover {
  color: #223b98;
}
.products__showmore:hover::after {
  background-color: #223b98;
}
.products__showmore:active {
  color: #0b1e63;
}
.products__showmore:active::after {
  background-color: #0b1e63;
}

@media (max-width: 1023px) {
  .products__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .products__title {
    margin-left: 16px;
    margin-bottom: 40px;
  }
  .products__title::after {
    bottom: -10px;
  }
  .products__nav-list {
    padding-left: 46px;
    margin-left: 0;
  }
  .products__nav {
    position: absolute;
    z-index: 6;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .products__nav button {
    margin-bottom: 0;
    padding-bottom: 19px;
    padding-top: 23px;
    min-height: 60px;
    padding-left: 20px;
    padding-right: 48px;
  }
  .products__nav button::before {
    display: none;
  }
  .products__nav button::after {
    right: 16px;
    top: 22px;
  }
  .products__nav ul li .products__nav-link--active::before {
    left: -47px;
  }
  ul.products__nav-list {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  ul.products__nav-list--opened {
    max-height: 400px;
    padding-top: 20px;
    padding-bottom: 23px;
  }
  .products__layout-wrapper {
    margin-bottom: 113px;
    margin-top: 90px;
  }
  .products__item {
    margin-right: 4.9%;
    margin-bottom: 30px;
  }
  .products__layout {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .products__showmore {
    margin-right: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .products__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .products h2 {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.44;
  }
  .products__nav button::after {
    top: 23px;
  }
  .products__nav ul li {
    font-size: 16px;
  }
  .products__pagination {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
  }
  .products__pagination-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products__showmore {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .products__title {
    margin-left: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1065px) {
  .products__nav {
    width: 327px;
  }
}

@media (min-width: 1540px) {
  .products__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.header__languages-list a {
  padding: 28px 22px;
  background: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__languages-list a:nth-child(n + 2) {
  margin-top: -1px;
}
.header__languages-list a:hover,
.header__languages-list a:focus {
  color: #ffffff;
  background-color: #223b98;
}
.header__languages-list a:active {
  background-color: #0b1e63;
}

.header__languages-list svg {
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-nav__catalog-list {
  width: 393px;
  display: none;
  position: absolute;
  top: 37px;
  left: -23px;
  padding: 21px 32px;
  z-index: 4;
}

.main-nav__catalog-list a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 35px;
}
.main-nav__catalog-list a:active {
  opacity: 0.6;
}

.header__languages-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
  background: #ffffff;
  border-right: none;
}

.header__languages-block button {
  padding: 0;
  padding-right: 17px;
  padding-bottom: 6px;
  border: none;
  background: none;
  position: relative;
  cursor: pointer;
  width: 90px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  outline: none;
  height: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.header__languages-block button:hover,
.header__languages-block button:focus {
  opacity: 0.6;
}
.header__languages-block button::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 31%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #223c98 transparent transparent transparent;
}
.header__languages-block button:active {
  opacity: 0.5;
}

.header__languages-list {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 0;
  width: 100%;
  display: none;
  top: calc(100% + 1px);
  z-index: 10;
}

@media (max-width: 1023px) {
  .header__languages-block {
    padding: 0;
    min-height: 41px;
    width: 56px;
  }
  .header__languages-block button {
    padding: 0 13px 3px 0;
  }
  .header__languages-block button::after {
    top: calc(50% - 5px);
    right: 17%;
  }
  .header__languages-list {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    display: none;
  }
  .header__languages-list a {
    padding: 22px 15px;
  }
}

@media (max-width: 767px) {
  .header__languages-block {
    border-right: 1px solid #e8e8e8;
    min-height: auto;
    width: 68px;
    padding: 0;
  }
  .header__languages-block button {
    padding: 0;
    font-size: 11px;
    line-height: 16px;
    padding-right: 4px;
  }
  .header__languages-block button::after {
    right: 16%;
    border-width: 9px 6px 0;
  }
  .header__languages-list a {
    padding: 15px 18px;
  }
}

.header__languages-list--opened {
  display: block;
}

.main-nav__link {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.main-nav__link:hover,
.main-nav__link:focus {
  color: #223b98;
}
.main-nav__link:active {
  opacity: 0.6;
}

@media (max-width: 1023px) {
  .main-nav__link {
    display: none;
  }
}

.product {
  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;
  width: 253px;
  padding-bottom: 31px;
  background-color: #ffffff;
}
.product small {
  display: block;
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  color: #83888f;
}
.product:hover .product__showmore {
  opacity: 1;
}
.product:hover .product__showmore .showmore__arrow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.product:active .product__showmore .showmore__arrow {
  background-color: #0b1e63;
}

.product__name {
  display: block;
  min-height: 36px;
  margin-bottom: 45px;
  position: relative;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000;
}
.product__name::after {
  bottom: -14px;
}

.product__text-content {
  padding-left: 21px;
  padding-right: 16px;
  position: relative;
  z-index: 5;
}
.product__text-content::before {
  content: "";
  display: block;
  position: relative;
  top: -16px;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
}

.product__image-wrapper {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 3;
  width: 100%;
  margin-bottom: 16px;
  height: 182px;
}
.product__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

@media (max-width: 1023px) {
  .product {
    width: 30%;
    padding-bottom: 5px;
  }
  .product h3 {
    padding-right: 25px;
    margin-bottom: 28px;
  }
  .product h3::after {
    bottom: -11px;
  }
  .product:nth-of-type(3n) {
    margin-right: 0;
  }
  .product__text-content {
    padding: 0;
    padding-left: 16px;
    padding-right: 15px;
  }
  .product__text-content::before {
    top: -13px;
  }
  .product__image-wrapper {
    position: relative;
    margin-bottom: 13px;
  }
  .product small {
    margin-bottom: 9px;
  }
  .product__name {
    padding-right: 38px;
    margin-bottom: 29px;
  }
}

@media (max-width: 767px) {
  .product {
    width: 100%;
    margin-right: 0;
  }
  .product:last-of-type {
    margin-bottom: 0;
  }
  .product h3 {
    max-width: 200px;
  }
  .product__image-wrapper {
    height: 60vw;
    max-height: 350px;
    max-width: unset;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .product {
    width: 47.9%;
  }
}

@media (min-width: 1440px) {
  .product {
    width: 30.63%;
  }
  .product:nth-of-type(3n) {
    margin-right: 0;
  }
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination li {
  margin-right: 16px;
  margin-bottom: 10px;
}
.pagination li:last-of-type {
  margin-right: 0;
}

.pagination__link {
  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;
  min-width: 32px;
  min-height: 32px;
  color: #050507;
  font-weight: 500;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.43;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.pagination__link[href]:hover {
  background-color: #223b98;
  color: #ffffff;
}

.pagination__link--forward {
  background-color: #e8e8e8;
  font-size: 0;
}
.pagination__link--forward::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -3px;
  border-top: 2px solid #050507;
  border-right: 2px solid #050507;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pagination__link--forward:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.pagination__link--back {
  font-size: 0;
}
.pagination__link--back::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: -3px;
  border-top: 2px solid #050507;
  border-right: 2px solid #050507;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.pagination__link--back:hover::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.pagination__link--dots {
  font-weight: 900;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 0;
}

.pagination__link--active {
  background-color: #223b98;
  color: #ffffff;
}

@media (max-width: 1439px) {
  .pagination__link {
    padding: 6px 10px;
  }
}

@media (max-width: 767px) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pagination li {
    margin-right: auto;
  }
  .pagination__link {
    min-width: 20px;
    padding: 6px 4px;
  }
}

.product-info__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 100px;
  padding-right: 33px;
  padding-left: 29px;
}
.product-info__nav li {
  max-width: 242px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  min-height: 65px;
  background-color: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.product-info__nav li:last-of-type a {
  border: none;
}
.product-info__nav li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  color: #000000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.21;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #e8e8e8;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.product-info__nav li a:hover {
  background-color: #223b98;
  color: #ffffff;
}
.product-info__nav li a:active {
  background-color: #0b1e63;
  color: #ffffff;
}
.product-info__nav li a:focus {
  background-color: #0b1e63;
  color: #ffffff;
}

.product-info p {
  padding-left: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.62;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .product-info p {
    padding-left: 16px;
    font-size: 18px;
    line-height: 1.67;
  }
}
@media (max-width: 767px) {
  .product-info p {
    padding-left: 0;
    font-size: 16px;
    line-height: 1.65;
  }
}

.product-info .product-description p:first-child {
  width: 48%;
}
@media (max-width: 1023px) {
  .product-info .product-description p:first-child {
    width: 100%;
  }
}

.product-info a {
  color: #223b98;
  text-decoration: underline;
}
.product-info a:hover {
  color: #2c39f2;
}
.product-info a:active {
  color: #0b1e63;
}
.product-info a:focus {
  outline: none;
  color: #0b1e63;
}

.product-info__content {
  display: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.product-info__nav-item--active {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.product-info__nav-item--active .product-info__nav-link {
  background-color: #223b98;
  color: #ffffff;
}

.product-info__content--active {
  display: block;
}

.product-info__nav-link--active {
  background-color: #223b98;
  color: #ffffff;
  border: none;
}

.product-info__nav-buttons {
  display: none;
}

@media (max-width: 1023px) {
  .product-info__nav {
    padding-left: 0;
    margin-left: 16px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding-right: 0;
    margin-right: 16px;
    margin-bottom: 64px;
    width: unset;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .product-info__nav::-webkit-scrollbar {
    display: none;
  }
  .product-info__nav li {
    min-height: 52px;
  }
  .product-info__nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 9px;
    margin-bottom: 6px;
  }
  .product-info__nav-button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: inherit;
    padding: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 35px;
    height: 35px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .product-info__nav-button:hover::after {
    border-color: #223b98;
  }
  .product-info__nav-button:active::after {
    border-color: #0b1e63;
  }
  .product-info__nav-button::after {
    content: "";
    position: absolute;
    top: 38%;
    left: 42%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .product-info__nav-button--prev {
    margin-right: 13px;
  }
  .product-info__nav-button--prev::after {
    border-left: 2px solid #000000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .product-info__nav-button--next::after {
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .product-info__nav-link {
    max-width: unset;
    min-width: 185px;
  }
}

@media (max-width: 767px) {
  .product-info__nav {
    margin: 0;
    margin-bottom: 48px;
  }
  .product-info__nav li a {
    font-size: 12px;
    line-height: 1.17;
  }
  .product-info__nav-buttons {
    display: none;
  }
}

.product-description__intro-text {
  color: red;
}

.product-info__content .block-wrapper {
  padding: 0;
  width: 100%;
  margin: 0;
  max-width: unset;
  margin-top: 35px;
  margin-bottom: 35px;
  overflow-x: auto;
  scrollbar-width: 0;
}

.product-description {
  margin-bottom: 100px;
}

.product-description__table-wrapper {
  margin-right: 33px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(58% - 16px);
  flex: 0 0 calc(58% - 16px);
}

.product-description__media-video {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 336px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  left: 0;
}
.product-description__media-video .video--product .video__play {
  background-size: cover;
}
.product-description__media-video .video {
  margin: 0;
  height: 340px;
}

.product-description__media-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(42% - 16px);
  flex: 0 0 calc(42% - 16px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -30px;
  min-height: 584px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hidden {
  display: none;
}

.product-description__media-content {
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  margin-top: 88px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-description__media-content::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.product-description__chars {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-description__gallery {
  position: relative;
  width: 490px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-description__sliders {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  left: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (min-width: 1440px) {
  .product-description__gallery {
    width: 511px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .product-description__chars {
    margin-bottom: 55px;
  }
  .product-description__gallery {
    width: calc(35vw - 20px);
  }
}

.product-description__features {
  margin-bottom: 100px;
  margin-top: -40px;
}

.product-description__media {
  position: absolute;
  margin-top: 23px;
  margin-right: 30px;
  margin-bottom: 35px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.product-description__media button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background-color: transparent;
  min-width: 56px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  min-height: 20px;
  margin-right: -2px;
}
.product-description__media button svg {
  margin-right: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-description__media-button {
  color: #83888f;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.product-description__media-button:not(:last-of-type) {
  margin-right: 15px;
}
.product-description__media-button svg {
  fill: #83888f;
}
.product-description__media-button:hover {
  color: #223b98;
}
.product-description__media-button:hover svg {
  fill: #223b98;
}
.product-description__media-button:active {
  color: #0b1e63;
}
.product-description__media-button:active svg {
  fill: #0b1e63;
}
.product-description__media-button:focus {
  outline: 2px solid #223b98;
  outline-offset: 3px;
}

.product-description__media-button--active {
  color: #223b98;
}
.product-description__media-button--active svg {
  fill: #223b98;
}

.product-description__media-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-description__media-bar {
  position: absolute;
  bottom: -9px;
  display: block;
  height: 3px;
  background-color: #e8e8e8;
  width: 100%;
}

.product-description__media-range {
  position: relative;
  left: 0;
  width: 70px;
  height: 3px;
  background-color: #223b98;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (max-width: 1023px) {
  .product-description {
    margin-bottom: 79px;
  }
  .product-description__table-wrapper {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .product-description__chars-text {
    width: 100%;
  }
  .product-description__media-video {
    height: initial;
  }
  .product-description__media-video .video {
    width: 100%;
    height: 450px;
  }
  .product-description__media-content {
    min-height: 450px;
  }
  .product-description__media-container {
    width: 100%;
    min-height: 587px;
  }
  .product-description__sliders {
    width: 100%;
  }
  .product-description__chars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 105px;
  }
  .product-description__table {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(36.5%, #e8e8e8),
      color-stop(36.5%, #ffffff)
    );
    background-image: linear-gradient(to right, #e8e8e8 36.5%, #ffffff 36.5%);
    margin-right: 0;
    width: 100%;
    margin-bottom: 105px;
  }
  .product-description__table td {
    font-size: 12px;
    line-height: 1;
    margin-left: 42px;
    padding-top: 6px;
  }
  .product-description__table-row th:first-of-type {
    padding-left: 16px;
  }
  .product-description__gallery {
    width: 100%;
  }
  .product-description__media {
    margin-right: 12px;
  }
  .product-description__features {
    margin-top: 0;
    margin-bottom: 84px;
  }
}

@media (max-width: 767px) {
  .product-description__chars-text {
    margin-bottom: 20px;
  }
  .product-description__media-video {
    max-height: 465px;
    height: 80vw;
  }
  .product-description__media-video .video {
    height: 80vw;
    max-height: 465px;
  }
  .product-description__media-container {
    min-width: unset;
    min-height: unset;
  }
  .product-description__media {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .product-description__media-content {
    min-height: 82vw;
  }
  .product-description__chars {
    margin-bottom: 77px;
  }
  .product-description__features {
    margin-bottom: 68px;
  }
  .product-description {
    margin-bottom: 57px;
  }
  .product-description__gallery {
    margin-top: -0;
  }
}

@media (min-width: 612px) and (max-width: 767px) {
  .product-description__media-content {
    min-height: 465px;
  }
}

.table__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
}
.table__table-row:last-of-type {
  margin-bottom: 32px;
}
.table__table-row th {
  margin: 0;
  width: 33%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #83888f;
}
.table__table-row th:first-of-type {
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1.43;
}

.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 3;
  flex-shrink: 3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 33px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(39.5%, #e8e8e8),
    color-stop(39.5%, #ffffff)
  );
  background-image: linear-gradient(to right, #e8e8e8 39.5%, #ffffff 39.5%);
}
.table td {
  padding-right: 20px;
  width: 55%;
  font-size: 14px;
  margin-left: 78px;
  line-height: 1.7;
  color: #83888f;
}

.table--schems {
  width: 75.5%;
  margin: 0 auto;
  margin-bottom: 97px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(29.5%, #e8e8e8),
    color-stop(29.5%, #ffffff)
  );
  background-image: linear-gradient(to right, #e8e8e8 29.5%, #ffffff 29.5%);
}
.table--schems th {
  width: 26%;
}
.table--schems tr th:first-of-type {
  padding-left: 42px;
}

@media (min-width: 1024px) and (max-width: 1162px) {
  .table td {
    margin-left: 95px;
  }
  .table__table-row th {
    width: 26%;
  }
}

@media (max-width: 1023px) {
  .table {
    margin-bottom: 105px;
    padding-top: 36px;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(36.5%, #e8e8e8),
      color-stop(36.5%, #ffffff)
    );
    background-image: linear-gradient(to right, #e8e8e8 36.5%, #ffffff 36.5%);
  }
  .table td {
    margin-left: 40px;
    font-size: 12px;
    padding-top: 0;
  }
  .table__table-row th:first-of-type {
    padding-left: 15px;
  }
  .table__table-row {
    margin-bottom: 28px;
  }
  .table--schems {
    width: 100%;
  }
  .table--schems th {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .table {
    padding-top: 0;
    background: none;
    margin-bottom: 99px;
  }
  .table--schems tr th:first-of-type {
    padding-left: 15px;
  }
  .table__table-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .table__table-row:last-of-type {
    margin-bottom: 0;
  }
  .table__table-row th {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
    background-color: #e8e8e8;
  }
  .table__table-row td {
    padding-left: 15px;
    padding-top: 22px;
    padding-bottom: 18px;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    background-color: #ffffff;
  }
}

.product-schems {
  margin-bottom: 97px;
}

.product-schems__title {
  margin-bottom: 46px;
  margin-left: 155px;
}

.product-schems__images-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
  margin: 0 auto;
}

.product-schems__schems {
  margin-bottom: 83px;
}

.product-schems__item {
  position: relative;
  overflow: hidden;
}
.product-schems__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-schems__item:hover .slide-overlay {
  opacity: 1;
}

.product-schems__column {
  margin-bottom: 30px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.product-schems__column:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .product-schems__detailed-table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .product-schems__schems {
    margin-bottom: 60px;
  }
  .product-schems__title {
    margin-left: 30px;
  }
  .product-schems__images-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-schems__title {
    margin-left: 0;
  }
  .product-schems__schems {
    margin-bottom: 0;
  }
  .product-schems__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.gallery-slider__wrapper {
  width: 100%;
  height: 417px;
  margin-bottom: 11px;
  background-color: #ffffff;
}

.gallery-slider__slide--top {
  width: 67%;
}

.gallery-slider__slide {
  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;
}
.gallery-slider__slide:hover .slide-overlay {
  opacity: 1;
}
.gallery-slider__slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-slider__thumbs-container {
  height: 68px;
  width: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}

.gallery-slider__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gallery-slider__button {
  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;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  width: 68px;
  height: 68px;
  background-color: #e8e8e8;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.gallery-slider__button::after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.gallery-slider__button:hover {
  background-color: #4459a4;
}
.gallery-slider__button:hover::after {
  border-color: #ffffff;
}
.gallery-slider__button:active {
  background-color: #0b1e63;
}
.gallery-slider__button:focus {
  background-color: #223b98;
}
.gallery-slider__button:focus::after {
  border-color: #ffffff;
}

.gallery-slider__button--next {
  right: 0;
}
.gallery-slider__button--next::after {
  border-bottom: none;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: none;
}

.gallery-slider__slide--thumb {
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0.7;
  width: 71px;
}
.gallery-slider__slide--thumb:hover {
  opacity: 1;
  cursor: pointer;
}
.gallery-slider__slide--thumb:active {
  opacity: 1;
}

.gallery-thumbs {
  height: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .gallery-thumbs .swiper-slide {
    width: 33.3%;
  }
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

@media (min-width: 1440px) {
  .gallery-slider__thumbs-container {
    width: 100%;
    height: 68px;
  }
}

@media (max-width: 1023px) {
  .gallery-slider__thumbs-container {
    width: 100%;
    border-top: 1px solid #f4f4f4;
  }
  .gallery-slider__wrapper {
    margin-bottom: 0;
    height: 431px;
  }
  .gallery-slider__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
  }
  .gallery-slider__slide--thumb:not(:last-of-type) {
    border-right: 1px solid #f4f4f4;
  }
}

@media (max-width: 767px) {
  .gallery-slider__wrapper {
    height: 250px;
  }
  .gallery-slider__button {
    width: 53px;
    height: 53px;
  }
  .gallery-slider__button::after {
    margin-left: 2px;
  }
  .gallery-slider__thumbs-container {
    height: 53px;
  }
  .gallery-slider__slide--thumb {
    width: 60px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .gallery-slider__thumbs-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-gallery__item {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 7.8125%;
}
.product-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-gallery__item:hover .slide-overlay {
  opacity: 1;
}

.product-gallery__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.63%;
  flex: 0 0 31.63%;
  margin-right: 2.54%;
}
.product-gallery__column:nth-of-type(3n) {
  margin-right: 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .product-gallery__column {
    max-width: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.74%;
    flex: 0 0 30.74%;
  }
}

.product-gallery {
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .product-gallery__wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .product-gallery {
    margin-bottom: 35px;
  }
  .product-gallery__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.form {
  padding-bottom: 86px;
  position: relative;
}
.form p {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  margin-left: 30px;
  margin-right: 10px;
}

.form__text {
  min-height: 86px;
  position: relative;
}
.form__text::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  cursor: nw-resize;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #000000 transparent;
}
.form__text textarea {
  position: relative;
  margin-bottom: -1px;
  display: block;
  font-size: 16px;
  line-height: 1.65;
  color: #000000;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0 49px 86px 33px;
  height: 176px;
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  resize: vertical;
}
@media (max-width: 1439px) {
  .form__text textarea {
    min-height: 60px;
  }
}
@media (max-width: 1023px) {
  .form__text textarea {
    height: 94px;
    padding: 0 12px 0 16px;
  }
}
.form__text textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__text textarea:focus::-moz-placeholder {
  opacity: 0;
}
.form__text textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.form__text textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
.form__text textarea:focus::placeholder {
  opacity: 0;
}

::-webkit-resizer {
  position: relative;
  z-index: 1;
}

::-webkit-input-placeholder {
  padding-top: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #83888f;
}

::-moz-placeholder {
  padding-top: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #83888f;
}

:-ms-input-placeholder {
  padding-top: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #83888f;
}

::-ms-input-placeholder {
  padding-top: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #83888f;
}

::placeholder {
  padding-top: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #83888f;
}

.form__input-star {
  position: absolute;
  top: 35%;
  left: 180px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #223b98;
}

.form__input-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 85px;
}

.form__input-inner {
  position: relative;
  width: 100%;
  min-height: 85px;
}
.form__input-inner:not(:first-of-type) {
  margin-top: -1px;
}

.form__fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
  position: relative;
}
.form__fields-wrapper input {
  padding: 27px 0 27px 32px;
  position: relative;
  width: 100%;
  min-height: 85px;
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form__fields-wrapper input::-ms-clear {
  display: none;
}
.form__fields-wrapper input:invalid:not(:focus):not(:placeholder-shown) {
  border: 1px solid #de5757;
  z-index: 99;
  color: #de5757;
}
.form__fields-wrapper
  input:invalid:not(:focus):not(:placeholder-shown)
  + .form__input-icons
  .form__input-error {
  opacity: 1;
}
.form__fields-wrapper
  input:invalid:not(:focus):not(:placeholder-shown)
  ~ .form__input-star {
  opacity: 0;
}
.form__fields-wrapper input:valid:not(:focus):not(:placeholder-shown) {
  border: 1px solid #65b751;
  z-index: 99;
  color: #65b751;
}
.form__fields-wrapper
  input:valid:not(:focus):not(:placeholder-shown)
  + .form__input-icons
  .form__input-success {
  opacity: 1;
  z-index: 3;
}
.form__fields-wrapper
  input:valid:not(:focus):not(:placeholder-shown)
  ~ .form__input-star {
  opacity: 0;
}
.form__fields-wrapper input:focus {
  outline: none;
}
.form__fields-wrapper input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form__fields-wrapper input:focus::-moz-placeholder {
  opacity: 0;
}
.form__fields-wrapper input:focus:-ms-input-placeholder {
  opacity: 0;
}
.form__fields-wrapper input:focus::-ms-input-placeholder {
  opacity: 0;
}
.form__fields-wrapper input:focus::placeholder {
  opacity: 0;
}
.form__fields-wrapper input:focus ~ .form__input-star {
  opacity: 0;
}

.form__input-inner svg {
  position: absolute;
  opacity: 0;
  top: 36%;
  right: 6%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form__input-success {
  right: 40%;
}

.form__fields-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 85px;
}
.form__fields-group:not(:first-of-type) {
  margin-left: -2px;
}
.form__fields-group:not(:first-of-type) .form__input-inner {
  margin-left: -2px;
  margin-right: -4px;
}
.form__fields-group:first-of-type .form__input-inner {
  margin-left: -1px;
}

.form__captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding-top: 20px;
  padding-left: 31px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .form__captcha {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .form__captcha-input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.form__captcha-img {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 4px;
}

.form__captcha-refresh {
  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;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: 1px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.form__captcha-refresh:hover {
  opacity: 1;
}

.form__captcha-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: transparent;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  outline: none;
}

.form__captcha-input:focus {
  outline: none;
  border-color: transparent;
}

.form__button-wrapper {
  position: relative;
  padding-bottom: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 33px;
  padding-left: 31px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.form__button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  min-width: 220px;
  margin-right: 42px;
  margin-top: 3px;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.21;
  color: #ffffff;
  background-color: #223b98;
  height: 50px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form__button svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -40px;
  margin-bottom: 27px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form__button:hover svg {
  margin-top: 44px;
}
.form__button:active {
  background-color: #0b1e63;
}
.form__button:focus svg {
  margin-top: 44px;
}

.form__agreement-underline {
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form__agreement-underline::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #83888f;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form__agreement-underline:hover {
  color: #223b98;
}
.form__agreement-underline:hover::after {
  background-color: #223b98;
}
.form__agreement-underline:active {
  color: #0b1e63;
}
.form__agreement-underline:active::after {
  background-color: #0b1e63;
}
.form__agreement-underline:focus {
  color: #223b98;
}
.form__agreement-underline:focus::after {
  background-color: #223b98;
}

.form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.form__agreement input:checked + label::after {
  opacity: 1;
}
.form__agreement input:focus + label::before {
  border-color: #0b1e63;
}
.form__agreement input:checked:focus + label::before {
  outline: none;
}
.form__agreement label {
  padding-right: 30px;
  position: relative;
  padding-left: 23px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}
.form__agreement label:hover::before {
  border-color: #2c39f2;
}
.form__agreement label:hover::after {
  background-color: #2c39f2;
}
.form__agreement label:active::before {
  border-color: #0b1e63;
}
.form__agreement label:active::after {
  background-color: #0b1e63;
}
.form__agreement label::before {
  content: "";
  position: relative;
  left: -23px;
  top: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  display: block;
  height: 16px;
  border-radius: 5px;
  border: 2px solid #223b98;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.form__agreement label::after {
  position: absolute;
  content: "";
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/icon-tick.svg");
  background-repeat: no-repeat;
  background-position: 50% 48.9%;
  display: block;
  opacity: 0;
  left: 0;
  top: 15px;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-color: #223b98;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.form__blueline {
  color: #223b98;
  padding-left: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__field-invalid input {
  border: 1px solid #de5757;
  z-index: 99;
  color: #de5757;
}
.form__field-invalid input::-webkit-input-placeholder {
  color: #de5757;
}
.form__field-invalid input::-moz-placeholder {
  color: #de5757;
}
.form__field-invalid input:-ms-input-placeholder {
  color: #de5757;
}
.form__field-invalid input::-ms-input-placeholder {
  color: #de5757;
}
.form__field-invalid input::placeholder {
  color: #de5757;
}
.form__field-invalid input ~ .form__input-star {
  color: #de5757;
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .form p {
    margin-right: 40px;
  }
  .form p::after {
    position: absolute;
    top: 39px;
    left: 120px;
  }
}

@media (max-width: 1023px) {
  .form__fields-wrapper {
    margin-bottom: 13px;
  }
  .form__fields-wrapper input {
    min-height: 57px;
    padding: 16px 0 16px 15px;
  }
  .form p {
    margin-left: 16px;
  }
  .form__blueline {
    padding-left: 3px;
  }
  .form__input-inner {
    min-height: 57px;
  }
  .form__input-inner svg {
    top: 30%;
  }
  .form {
    margin-bottom: 0;
    padding-bottom: 47px;
  }
  .form__input-star {
    top: 24%;
    left: 161px;
  }
  .form__text {
    min-height: 82px;
  }
  .form__text textarea {
    min-height: 83px;
  }
  .form__button-wrapper {
    padding-bottom: 29px;
    padding-top: 15px;
    padding-left: 16px;
  }
  .form__agreement {
    margin-top: 4px;
    padding-right: 12px;
  }
  .form__agreement label {
    line-height: 1;
  }
  .form__agreement-underline {
    display: inline;
    text-decoration: underline;
  }
  .form__agreement-underline::after {
    display: none;
  }
  .form__button {
    margin-top: 15px;
    min-width: 147px;
    margin-right: 42px;
    font-size: 12px;
    line-height: 15px;
    height: 41px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 767px) {
  .form {
    padding-bottom: 58px;
  }
  .form__fields-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  ::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.62;
  }
  ::-moz-placeholder {
    font-size: 16px;
    line-height: 1.62;
  }
  :-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.62;
  }
  ::-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.62;
  }
  ::placeholder {
    font-size: 16px;
    line-height: 1.62;
  }
  .form__input-star {
    left: 144px;
  }
  .form__fields-group:last-of-type .form__input-inner:first-of-type input {
    border-top: none;
  }
  .form__fields-group:last-of-type
    .form__input-inner:first-of-type
    input:invalid:not(:focus):not(:placeholder-shown) {
    border: 1px solid #de5757;
    z-index: 100;
    color: #de5757;
  }
  .form__fields-group:last-of-type
    .form__input-inner:first-of-type
    input:invalid:not(:focus):not(:placeholder-shown)
    + .form__input-icons
    .form__input-error {
    opacity: 1;
  }
  .form__fields-group:last-of-type
    .form__input-inner:first-of-type
    input:invalid:not(:focus):not(:placeholder-shown)
    + .form__input-star {
    opacity: 0;
  }
  .form__fields-group:last-of-type
    .form__input-inner:first-of-type
    input:valid:not(:focus):not(:placeholder-shown) {
    border: 1px solid #65b751;
    z-index: 100;
    color: #65b751;
  }
  .form__fields-group:last-of-type
    .form__input-inner:first-of-type
    input:valid:not(:focus):not(:placeholder-shown)
    + .form__input-icons
    .form__input-success {
    opacity: 1;
    z-index: 3;
  }
  .form__fields-group:last-of-type
    .form__input-inner:first-of-type
    input:valid:not(:focus):not(:placeholder-shown)
    + .form__input-star {
    opacity: 0;
  }
  .form__fields-group:not(:first-of-type) {
    margin-left: 0;
  }
  .form__fields-group:not(:first-of-type) .form__input-inner {
    margin-left: -4px;
  }
  .form__text {
    padding-top: 15px;
    padding-bottom: 0;
  }
  .form__text p {
    font-size: 16px;
    line-height: 1.65;
  }
  .form__text textarea {
    font-size: 16px;
    line-height: 1.65;
    color: #000000;
    width: 100%;
    min-height: 60px;
  }
  .form__button-wrapper {
    padding-top: 2px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
  .form__agreement label {
    padding-right: 0;
    font-size: 11px;
    line-height: 1.2;
  }
  .form__agreement label::after {
    background-position: 50% 51.9%;
  }
  .form__button {
    margin-right: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: -15px;
    margin-top: 25px;
    height: 43px;
  }
}

.main-partners {
  padding-top: 80px;
  padding-bottom: 160px;
}

.main-partners__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-partners__slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.main-partners__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 206px;
}
.main-partners__navs--border {
  border-top: 1px solid #e8e8e8;
}
.main-partners__navs--mt-1 {
  margin-top: 1px;
}

.main-partners__btn {
  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;
  width: 90px;
  height: 68px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-partners__btn svg {
  fill: none;
  stroke: #223b98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-partners__btn--prev {
  border-top: 1px solid #e8e8e8;
}
.main-partners__btn--prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-partners__btn--gray {
  background-color: #e8e8e8;
}
.main-partners__btn--gray svg {
  stroke: #000000;
}
.main-partners__btn:hover,
.main-partners__btn:focus {
  background-color: #223b98;
}
.main-partners__btn:hover svg,
.main-partners__btn:focus svg {
  stroke: #ffffff;
}

.main-partners__numbers {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #223b98;
}
.main-partners__numbers--gray {
  border-left: 1px solid #e8e8e8;
}

.main-partners__gray {
  font-weight: 500;
  color: #83888f;
}

.main-partners__active-slide {
  font-weight: bold;
}

.main-partners__list {
  height: 410px;
}
.main-partners__list--clients {
  height: 205px;
}

.main-partners__link {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 204px;
  padding: 39px 48px 18px;
  background-color: #ffffff;
  position: relative;
  outline: 1px solid #e8e8e8;
}
.main-partners__link--blue {
  background-color: #223b98;
}
.main-partners__link--blue .main-partners__name,
.main-partners__link--blue .main-partners__country {
  color: #ffffff;
}
.main-partners__link--blue .main-partners__icon {
  fill: #ffffff;
}
.main-partners__link--empty {
  background-color: transparent;
  outline: 1px solid transparent;
}
.main-partners__link:hover .main-partners__icon,
.main-partners__link:focus .main-partners__icon {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.main-partners__name {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-partners__country {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
}

.main-partners__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-bottom: 10px;
}
.main-partners__logo img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 50px;
}

.main-partners__icon {
  position: absolute;
  left: 48px;
  bottom: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-partners__client {
  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;
  padding: 50px;
  height: 204px;
  outline: 1px solid #e8e8e8;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-partners__client:hover,
.main-partners__client:focus {
  opacity: 0.5;
}

.main-partners__client-img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1439px) {
  .main-partners__link {
    padding: 30px 24px;
  }
  .main-partners__icon {
    left: 24px;
  }
}

@media (max-width: 1023px) {
  .main-partners {
    padding-bottom: 102px;
  }
  .main-partners--second {
    padding-top: 60px;
    padding-bottom: 81px;
  }
  .main-partners__list {
    height: 205px;
  }
}

@media (max-width: 767px) {
  .main-partners {
    border: none;
    padding-bottom: 75px;
  }
  .main-partners--second {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .main-partners--second .main-partners__title {
    margin-bottom: 47px;
  }
  .main-partners__list {
    height: 160px;
    width: calc(100% - 2px);
  }
  .main-partners__link {
    height: 158px;
    padding: 14px 24px;
  }
  .main-partners__client {
    height: 158px;
    margin: 1px;
  }
  .main-partners__navs {
    height: 160px;
  }
  .main-partners__btn {
    width: 53px;
    height: 52px;
  }
  .main-partners__numbers {
    border-right: 1px solid #e8e8e8;
    font-size: 13px;
    line-height: 16px;
  }
  .main-partners__icon {
    left: 23px;
    bottom: 21px;
  }
}

.main-info {
  padding: 62px 0 99px;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/blue-bg@1x.jpg");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .main-info {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/blue-bg@2x.jpg");
  }
}

.main-info__wrap {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 88px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .main-info__wrap {
    padding: 0 15px;
  }
}

.main-info__header {
  margin-bottom: 43px;
}
.main-info__header::before {
  bottom: -3px;
}

.main-info__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 349fr 1px 500fr 1px 410fr;
  grid-template-columns: 349fr 500fr 410fr;
  -ms-grid-rows: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-rows: repeat(4, 1fr);
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  row-gap: 1px;
  grid-template-areas: " news articles news-2 " " news articles news-2 " " news projects news-2 " " read projects news-2 ";
}

.main-info__block {
  padding: 33px 30px 38px 47px;
  background-color: #223b98;
  outline: 1px solid #344ca3;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-info__block::before {
  content: "";
  position: absolute;
  bottom: -114px;
  right: -118px;
  width: 0;
  height: 0;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: 2;
}
.main-info__block--no-circle::before {
  display: none;
}
.main-info__block:hover {
  background-size: 110% 110%;
}
.main-info__block:hover::before {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  width: 236px;
  height: 236px;
}
.main-info__block:hover .main-info__link-icon {
  opacity: 1;
}
.main-info__block:hover .main-info__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-info__block--news {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: news;
  -ms-grid-row-span: 5;
  grid-row-end: 5;
  margin-bottom: 103px;
}
.main-info__block--articles {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: articles;
  padding-right: 115px;
}
.main-info__block--projects {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: projects;
  padding-top: 36px;
  padding-right: 115px;
}
.main-info__block--news-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 5;
  grid-area: news-2;
  padding-left: 44px;
}

.main-info__image-wrp ~ .main-info__overlay {
  display: block;
}

.main-info__overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.main-info__cat {
  display: inline-block;
  margin-bottom: 39px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  z-index: 2;
}
.main-info__cat::before {
  content: "";
  position: absolute;
  left: -46px;
  top: 0;
  width: 35px;
  height: 12px;
  background-color: #ffffff;
}

.main-info__title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.main-info__text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}

.main-info__date {
  display: inline-block;
  margin-top: 28px;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}

.main-info__link-icon {
  position: absolute;
  bottom: 27px;
  right: 26px;
  opacity: 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;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #223b98;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
.main-info__link-icon svg {
  fill: #ffffff;
}

.main-info__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  z-index: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.main-info__read-all {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  align-self: end;
  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;
  padding: 39px 47px 45px;
  height: 103px;
  background-color: #ffffff;
  outline: 1px solid #344ca3;
  text-align: center;
  grid-area: read;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
.main-info__read-all:hover .main-info__read-all-text,
.main-info__read-all:focus .main-info__read-all-text,
.main-info__read-all:active .main-info__read-all-text {
  color: #000000;
}
.main-info__read-all:hover .main-info__read-all-text::before,
.main-info__read-all:focus .main-info__read-all-text::before,
.main-info__read-all:active .main-info__read-all-text::before {
  background-color: #000000;
}

.main-info__read-all-text {
  position: relative;
  margin-right: 11px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #223b98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-info__read-all-text::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: #223b98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1023px) {
  .main-info {
    padding-top: 59px;
    padding-bottom: 80px;
  }
  .main-info__wrap {
    padding: 0 64px;
  }
  .main-info__blocks {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr auto;
    grid-template-rows: 1fr 1fr auto;
    grid-template-areas: " news articles " " projects news-2 " " read . ";
  }
  .main-info__block {
    padding: 32px 46px 21px;
  }
  .main-info__block::before {
    bottom: -130px;
  }
  .main-info__block--news {
    -ms-grid-row-span: 1;
    grid-row-end: 1;
    margin-bottom: 0;
  }
  .main-info__cat {
    margin-bottom: 42px;
  }
  .main-info__date {
    margin-top: 24px;
  }
  .main-info__read-all {
    padding: 33px 47px 36px;
    height: auto;
  }
  .main-info__read-all-text {
    margin-right: 0;
  }
  .main-info__link-icon {
    bottom: 12px;
  }
  .main-info__block--news {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .main-info__block--articles {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .main-info__block--projects {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .main-info__block--news-2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .main-info__read-all {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media (max-width: 767px) {
  .main-info {
    padding-top: 47px;
    margin: 0 -16px;
  }
  .main-info__wrap {
    padding: 0 16px;
  }
  .main-info__header {
    margin-bottom: 45px;
  }
  .main-info__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr auto;
    grid-template-rows: 1fr 1fr 1fr auto;
    grid-template-areas: " news " " articles " " projects " " news-2 " " read ";
  }
  .main-info__block {
    padding: 31px 50px 29px 23px;
  }
  .main-info__cat::before {
    left: -23px;
    width: 17px;
  }
  .main-info__read-all {
    padding: 29px 25px 34px;
  }
  .main-info__block--news {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .main-info__block--articles {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .main-info__block--projects {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .main-info__block--news-2 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .main-info__read-all {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  30% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}

.modal-form {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  left: 50%;
  top: 50%;
  width: 638px;
  background-color: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.modal-form__inner {
  position: relative;
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 75px;
  -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;
}
.modal-form__inner::before {
  content: "";
  display: block;
  width: 50px;
  margin-bottom: 25px;
  height: 50px;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/icon-tick-modal.svg");
}

.modal-form--open {
  display: block;
  z-index: 600;
  -webkit-animation: appear 0.3s ease-in;
  animation: appear 0.3s ease-in;
}

.modal-form__heading {
  width: 45%;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #000000;
}

.modal-form__details {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}

.modal-form__button-close {
  position: absolute;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  padding: 0;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #223b98;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/icon-cross-modal.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.modal-form__button-close:hover {
  background-color: #4459a4;
}
.modal-form__button-close:active {
  background-color: #0b1e63;
}
.modal-form__button-close:focus {
  background-color: #4459a4;
}

@media (max-width: 767px) {
  .modal-form {
    width: 85vw;
  }
  .modal-form__inner {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal-form__heading {
    width: 100%;
    font-size: 22px;
    line-height: 1.16;
  }
  .modal-form__button-close {
    width: 60px;
    height: 60px;
  }
  .modal-form__details {
    font-size: 14px;
    line-height: 1.32;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  opacity: 0;
  z-index: -100;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.overlay--show {
  opacity: 1;
  z-index: 500;
}

.to-top__button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  margin-left: -60px;
  bottom: 68px;
  -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;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  color: #83888f;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.to-top__button .to-top__arrow {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: #223b98;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/icon-arrow-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.to-top__button .to-top__text {
  display: block;
  padding-left: 2px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.to-top__button:hover .to-top__arrow {
  background-color: #4459a4;
}
.to-top__button:active .to-top__arrow {
  background-color: #0b1e63;
}

.to-top__button--showed {
  opacity: 1;
  z-index: 1;
}

.to-top {
  position: absolute;
  top: 0;
  right: 0;
}

.to-top--fixed {
  top: auto;
  bottom: calc(100% + 3px);
  position: relative;
  right: -63px;
}

.to-top__button--fixed {
  position: absolute;
  right: 2px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .to-top__button--manufacturer {
    margin-left: -61px;
  }
}

@media (max-width: 1023px) {
  .to-top__button {
    display: none;
  }
}

@media (min-width: 1440px) {
  .to-top__button--manufacturer {
    margin-left: -56px;
  }
}

@media (max-width: 767px) {
  .page-body {
    padding: 0;
  }
  .page-body--catalog header {
    margin-bottom: 67px;
  }
  .page-body--product header {
    margin-bottom: 24px;
  }
}

.applying {
  border-top: 1px solid #e8e8e8;
}

.applying__title {
  padding-top: 47px;
  padding-bottom: 57px;
  padding-left: 31px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.31;
  text-transform: uppercase;
}

@media (max-width: 1023px) {
  .applying__title {
    font-size: 26px;
    line-height: 1.31;
    padding-top: 31px;
    padding-left: 17px;
    padding-bottom: 29px;
  }
}

@media (max-width: 1023px) {
  .applying__title {
    padding-top: 26px;
    font-size: 18px;
    line-height: 1.33;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

.showmore:active .showmore__arrow {
  background-color: #0b1e63;
}

.showmore:focus {
  outline: none;
  opacity: 1;
}

.showmore {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 97px;
  height: 94px;
  background-color: #e8e8e8;
  border-top-left-radius: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.showmore__arrow {
  display: block;
  position: relative;
  top: 46%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #223b98;
  background-image: url("/local/templates/DVIGA/assets/css/../img/content/icon-arrow-product.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

@media (max-width: 1023px) {
  .product__showmore {
    width: 86px;
    height: 81px;
  }
  .product__showmore-arrow {
    top: 39%;
    left: 43%;
  }
}

@media (max-width: 767px) {
  .showmore__arrow {
    -webkit-transform: translate(-7px, 0);
    transform: translate(-7px, 0);
  }
}

.product-details__features {
  margin-bottom: 96px;
}

.product-details__text-description .text-description__text {
  width: 71%;
}

.product-details {
  margin-bottom: 100px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .product-details__text-description .text-description__text {
    width: 85%;
  }
}

@media (max-width: 1023px) {
  .product-details__text-description .text-description__text {
    width: 90%;
  }
  .product-details__features {
    margin-bottom: 55px;
  }
  .product-details {
    margin-bottom: 60px;
  }
}

.product-docs__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.product-docs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-docs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-docs__list a {
  margin-top: 0;
  text-decoration: none;
}

.product-docs {
  width: 75.5%;
  margin: 0 auto;
  margin-bottom: 94px;
}

@media (max-width: 1023px) {
  .product-docs__title {
    font-size: 22px;
    line-height: 1.18;
  }
  .product-docs {
    width: 90%;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .product-docs__list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-docs {
    width: 100%;
  }
}

.block-wrapper table {
  word-break: break-word;
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: none;
  border-top: none;
  overflow: auto;
}
.block-wrapper table tbody tr {
  padding: 15px 0;
}
.block-wrapper table tr:first-of-type {
  border-top: 1px solid #e8e8e8;
  position: relative;
  z-index: -2;
  border-bottom: 4px solid #223b98;
}
.block-wrapper table tr:first-of-type:hover {
  background-color: transparent;
  cursor: default;
}
.block-wrapper table tr:first-of-type th {
  padding: 10px 10px;
  min-width: 98px;
  height: auto;
}
.block-wrapper table th {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #223b98;
  max-width: 125px;
  min-width: 90px;
  height: 71px;
  padding: 0 27px;
}
.block-wrapper table th:last-of-type {
  padding-left: 13px;
  padding-right: 16px;
}
.block-wrapper table th:not(:last-of-type) {
  border-right: 1px solid #e8e8e8;
}
.block-wrapper table td {
  min-width: 90px;
  text-align: center;
  font-size: 12px;
  line-height: 1.17;
  padding: 16px 10px;
  padding-bottom: 20px;
}
.block-wrapper table tr {
  position: relative;
}
.block-wrapper table tr:hover {
  background-color: #223b98;
  cursor: pointer;
}
.block-wrapper table tr:hover td {
  color: #ffffff;
}
.block-wrapper table tr:nth-of-type(even) {
  background-color: #ffffff;
}
.block-wrapper table tr:nth-of-type(even):hover {
  background-color: #223b98;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .block-wrapper table td {
    min-width: 70px;
    padding: 16px 5px 20px;
  }
  .block-wrapper table th {
    max-width: 79px;
    min-width: 60px;
    padding: 0;
  }
  .block-wrapper table th:last-of-type {
    padding-left: 9px;
  }
}

@media (max-width: 1023px) {
  .block-wrapper table th {
    max-width: 45px;
    min-width: 40px;
    padding: 0;
    font-weight: 11px;
  }
}

.page-back {
  position: fixed;
  top: 152px;
  left: 50vw;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88px;
  padding: 5px;
  -webkit-transform: translateX(-720px);
  transform: translateX(-720px);
}
.page-back:hover .page-back__icon-first {
  -webkit-transform: rotate(180deg) translateX(35px);
  transform: rotate(180deg) translateX(35px);
}
.page-back:hover .page-back__icon-second {
  -webkit-transform: rotate(180deg) translateX(0);
  transform: rotate(180deg) translateX(0);
}
.page-back:hover .page-back__text {
  color: #223b98;
}

.page-back__icon {
  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;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #223b98;
  overflow: hidden;
}

.page-back__text {
  margin-top: 9px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #83888f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-back__icon-first {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #ffffff;
}

.page-back__icon-second {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg) translateX(-35px);
  transform: rotate(180deg) translateX(-35px);
  fill: #ffffff;
}

@media (max-width: 1439px) {
  .page-back {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 1023px) {
  .page-back {
    width: 47px;
    left: 15px;
    top: 142px;
  }
  .page-back__icon {
    width: 28px;
    height: 28px;
  }
  .page-back__icon-first,
  .page-back__icon-second {
    width: 12px;
    height: 10px;
  }
  .page-back__text {
    margin-top: 7px;
    font-size: 11px;
    line-height: 13px;
  }
}

@media (max-width: 767px) {
  .page-back {
    display: none;
  }
}

.download-link {
  min-height: 65px;
  padding-left: 108px;
  position: relative;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-bottom: 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.download-link::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 75px;
  height: 65px;
  background-color: #223b98;
  background-image: url("/local/templates/DVIGA/assets/css/../img/content/icon-doc.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.download-link svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 15px;
}
.download-link + .download-link {
  margin-top: 30px;
}
.download-link:hover {
  color: #223b98;
}
.download-link:hover svg {
  fill: #223b98;
}
.download-link:active {
  color: #0b1e63;
}
.download-link:active svg {
  fill: #0b1e63;
}
.download-link:focus {
  color: #0b1e63;
}
.download-link:focus svg {
  fill: #0b1e63;
}

.download-link .download-link__name {
  margin: 0;
  padding: 0;
  padding-right: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
  text-decoration: none;
}

.download-link .download-link__size {
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
}

@media (max-width: 1023px) {
  .download-link {
    margin-top: 52px;
  }
  .download-link + .download-link {
    margin-top: 36px;
  }
  .download-link .download-link__name {
    padding-right: 18px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .download-link {
    padding-left: 60px;
    margin-top: -6px;
  }
  .download-link::before {
    width: 45px;
    height: 35px;
    margin-right: 15px;
  }
}

.download-list {
  list-style: none;
  padding-left: 0;
  margin: 39px 0;
}
@media (max-width: 1023px) {
  .download-list {
    margin: 52px 0;
  }
}
@media (max-width: 767px) {
  .download-list {
    margin: 30px 0;
  }
}

.blockquote {
  width: 1262px;
  left: 50%;
  margin: 100px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 21px;
  padding-bottom: 58px;
  padding-left: 157px;
  padding-right: 154px;
  position: relative;
  background-color: #223b98;
}
.blockquote::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 52px;
  width: 56px;
  height: 49px;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/quotation-mark.svg");
  background-size: cover;
}
.blockquote p {
  margin: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.blockquote p + p {
  margin-top: 30px;
}
.blockquote footer {
  margin-top: 30px;
}

.blockquote__name {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
}

.blockquote__position {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: right;
}

@media (max-width: 1439px) {
  .blockquote {
    width: calc(100vw - 178px);
  }
}

@media (max-width: 1023px) {
  .blockquote {
    margin: 80px 0;
    padding: 20px 50px 52px 150px;
    width: calc(100% + 32px);
  }
  .blockquote::before {
    top: 57px;
    left: 44px;
  }
  .blockquote footer {
    margin-top: 40px;
  }
  .blockquote__name {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .blockquote {
    width: calc(100vw - 30px);
    padding: 65px 21px 46px 25px;
  }
  .blockquote::before {
    width: 40px;
    height: 35px;
    top: 35px;
    left: 25px;
  }
  .blockquote footer {
    margin-top: 31px;
  }
}

.slider {
  margin: 100px 0 97px;
  border-bottom: 1px solid #e8e8e8;
  width: 1260px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__img-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider .slider__img-slide {
  height: 618px;
}
.slider .slider__img-slide img,
.slider .slider__img-slide picture {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
  margin: 0;
}

.slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__btn {
  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;
  width: 92px;
  height: 68px;
  background-color: #223b98;
}
.slider__btn svg {
  fill: none;
  stroke: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider__btn--prev {
  background-color: transparent;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.slider__btn--prev svg {
  stroke: #223b98;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider__btn:hover svg,
.slider__btn:focus svg {
  opacity: 0.7;
}

.slider__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.slider__text-slide {
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 34px;
  padding-right: 60px;
  height: 205px;
}
.slider__text-slide strong {
  display: block;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.slider__text-slide p:not([class]) {
  margin: 0;
  max-width: 545px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
}

.slider__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 205px;
}

.slider .slider__numbers {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  margin: 0;
  border-left: 1px solid #e8e8e8;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #223b98;
}

.slider__gray {
  font-weight: 500;
  color: #83888f;
}

.slider__active-slide {
  font-weight: bold;
}

@media (max-width: 1439px) {
  .slider {
    width: calc(100vw - 178px);
  }
  .slider .slider__img-slide {
    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;
    height: calc((100vw - 88px * 2) * 0.488);
  }
}

@media (max-width: 1023px) {
  .slider {
    width: calc(100% + 30px);
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .slider .slider__img-slide {
    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;
    height: calc((100vw - 63px * 2) * 0.488);
  }
  .slider__text-slide {
    padding: 49px 30px 15px 18px;
  }
  .slider__text-slide strong {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .slider {
    width: calc(100vw - 30px);
    border-bottom: none;
    margin-bottom: 66px;
  }
  .slider__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .slider__navs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: auto;
  }
  .slider__btn {
    width: 53px;
    height: 53px;
  }
  .slider__btn--prev {
    background-color: #223b98;
    border: none;
  }
  .slider__btn--prev svg {
    stroke: #ffffff;
  }
  .slider__btn--next {
    background-color: #e8e8e8;
  }
  .slider__btn--next svg {
    stroke: #000000;
  }
  .slider .slider__numbers {
    display: none;
  }
  .slider .slider__img-slide {
    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;
    height: calc((100vw - 16px * 2) * 0.6851);
  }
  .slider__text {
    width: 100%;
  }
  .slider__text-slide {
    height: auto;
    padding-top: 30px;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .slider__text-slide strong {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px;
  }
}

.video {
  position: relative;
  padding-bottom: 62.45%;
  height: 0;
  margin-top: 88px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video {
    margin-top: 76px;
  }
}

.video--media {
  margin: 0;
}

@media (max-width: 767px) {
  iframe {
    width: 100%;
  }
}

.video__play {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  display: block;
  position: absolute;
  overflow: hidden;
  left: -8px;
  top: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  z-index: 1;
}
.video__play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.video__play--hide {
  display: none;
  opacity: 0;
}
.video__play:hover .video__icon {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.video__play:hover:active svg {
  fill: #e8e8e8;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
}

.video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
@media (max-width: 1023px) {
  .video__icon {
    width: 52px;
    height: 52px;
  }
}

.video__videoframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .video__img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: calc(100%);
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -o-object-fit: cover;
  object-fit: cover;
}

.video__descr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 65px 60px;
  text-align: left;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video__descr {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .video__descr {
    padding: 10px;
  }
}

.video--product iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__title {
  max-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .video__title {
    max-height: 76px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .video__title {
    max-height: 30px;
    font-size: 13px;
    line-height: 15px;
  }
}

.video__date {
  max-height: 26px;
  font-size: 19px;
  line-height: 26px;
  color: #f2f2f2;
}
@media (max-width: 767px) {
  .video__date {
    max-height: 14px;
    font-size: 11px;
    line-height: 14px;
  }
}

.pages-links {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 100px;
  margin-top: 111px;
}

.pages-links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.pages-links__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% + 1px);
  padding: 25px 25px 24px 90px;
  margin-right: -1px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-right: 1px solid #e8e8e8;
}
.pages-links__link svg {
  position: absolute;
  left: 43px;
  top: 50%;
  margin-bottom: 1px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  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;
  width: 13px;
  height: 14px;
  fill: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  stroke: #000000;
}
.pages-links__link:hover,
.pages-links__link:focus {
  background-color: #223b98;
  color: #ffffff;
}
.pages-links__link:hover svg,
.pages-links__link:focus svg {
  stroke: #ffffff;
  left: 39px;
}
.pages-links__link--next {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 90px;
  padding-left: 25px;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.pages-links__link--next svg {
  -webkit-transform: translateY(-8px) rotate(180deg);
  transform: translateY(-8px) rotate(180deg);
  right: 43px;
  left: auto;
}
.pages-links__link--next:hover,
.pages-links__link--next:focus {
  border-left: 1px solid #223b98;
}
.pages-links__link--next:hover svg,
.pages-links__link--next:focus svg {
  left: auto;
  right: 39px;
}

@media (max-width: 1023px) {
  .pages-links__link {
    padding-left: 82px;
  }
  .pages-links__link svg {
    left: 39px;
  }
  .pages-links__link--next {
    padding-right: 82px;
  }
  .pages-links__link--next svg {
    left: auto;
    right: 39px;
  }
  .pages-links {
    margin-top: 80px;
  }
  .pages-links__wrap {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .pages-links {
    width: 100%;
    border: none;
    margin-bottom: 19px;
  }
  .pages-links__wrap {
    margin: 20px -16px 0;
  }
  .pages-links__link {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 36px;
    padding-right: 15px;
  }
  .pages-links__link svg {
    left: 14px;
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  .pages-links__link:hover svg,
  .pages-links__link:focus svg {
    left: 14px;
  }
  .pages-links__link--next {
    padding-right: 36px;
    padding-left: 15px;
  }
  .pages-links__link--next svg {
    left: auto;
    right: 14px;
    -webkit-transform: translateY(-8px) rotate(180deg);
    transform: translateY(-8px) rotate(180deg);
  }
  .pages-links__link--next:hover svg,
  .pages-links__link--next:focus svg {
    right: 14px;
    left: auto;
  }
}

.page-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 32px;
  padding-bottom: 7px;
}

.page-socials__info {
  margin: 0;
  max-width: 120px;
  margin-right: 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.page-socials__link {
  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: 30px;
  height: 30px;
  margin-left: 11px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-socials__link svg {
  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;
  max-width: 100%;
  max-height: 100%;
  fill: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-socials__link:hover,
.page-socials__link:focus {
  background-color: #223b98;
  color: #ffffff;
}
.page-socials__link:hover svg,
.page-socials__link:focus svg {
  max-width: 100%;
  max-height: 100%;
  fill: #ffffff;
}

@media (max-width: 1023px) {
  .page-socials {
    padding: 0 15px;
  }
  .page-socials__info {
    margin-right: 5px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media (max-width: 767px) {
  .page-socials {
    padding: 0;
  }
  .page-socials__info {
    margin-top: 2px;
    margin-right: 3px;
  }
}

.block-wrapper {
  padding-left: 35px;
  max-width: 830px;
  position: relative;
}
.block-wrapper-header {
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 55px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.block-wrapper a {
  color: #223b98;
  text-decoration: underline;
}
.block-wrapper a:hover {
  color: #2c39f2;
}
.block-wrapper a:active {
  color: #0b1e63;
}
.block-wrapper a:focus {
  outline: none;
  color: #0b1e63;
}
.block-wrapper h2 {
  margin-bottom: 48px;
  margin-left: 31px;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .block-wrapper h2 {
    margin-left: 16px;
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .block-wrapper h2 {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 41px;
  }
}
.block-wrapper h2::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #223b98;
}
.block-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .block-wrapper p {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .block-wrapper p {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.block-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 31px;
  margin-bottom: 90px;
  max-width: 67%;
}
@media (max-width: 1023px) {
  .block-wrapper ul {
    padding-left: 16px;
    margin-bottom: 84px;
  }
}
@media (max-width: 767px) {
  .block-wrapper ul {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 60px;
  }
}
.block-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.67;
}
@media (max-width: 767px) {
  .block-wrapper ul li {
    font-size: 16px;
    line-height: 1.62;
    margin-bottom: 18px;
  }
  .block-wrapper ul li::before {
    margin-right: 11px;
  }
}
.block-wrapper ul li::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #223b98;
}

.block-wrapper__video {
  padding: 0;
  height: 450px;
}
.block-wrapper__video .video__play {
  position: relative;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/video@1x.jpg");
  background-size: contain;
  background-color: #21272f;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .block-wrapper__video .video__play {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/video@2x.jpg");
  }
}
.block-wrapper__video .video__play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.block-wrapper__video .video__play .video__icon {
  z-index: 2;
}

@media (max-width: 1023px) {
  .block-wrapper {
    padding-left: 20px;
  }
  .block-wrapper-header {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .block-wrapper {
    padding-left: 0;
  }
  .block-wrapper-header {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 14px;
  }
}

.link {
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.link:hover,
.link:focus {
  color: #223b98;
}
.link:active {
  opacity: 0.8;
}
.link--telephone::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/phone-icon-blue.svg");
  width: 20px;
  height: 20px;
  left: -6px;
}
.link--company-website::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/link-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  left: -3px;
  top: 3px;
}
.link--company-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.link--company-docs::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/download-link-icon-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 18px;
  left: -4px;
  top: 2px;
}
.link--company-docs span {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
  margin: 0;
  margin-top: 5px;
}

.contacts {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.contacts .breadcrumbs {
  padding-left: 0;
}
.contacts__header-section {
  padding: 60px 34px;
  border-bottom: 1px solid #e8e8e8;
}

.container--contacts .main-map__map {
  width: 100%;
  height: 599px;
}

@media (max-width: 1023px) {
  .contacts {
    border: none;
  }
  .contacts__header-section {
    padding: 88px 16px 60px;
  }
  .container--contacts .main-map__map {
    width: 100%;
    height: 305px;
  }
}

@media (max-width: 767px) {
  .contacts__header-section {
    padding: 49px 0;
    border-left: none;
    border-right: none;
  }
  .container--contacts .main-map__map {
    width: 100%;
    height: 250px;
  }
}

.leave-your-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.leave-your-comments form {
  margin-bottom: 0;
  padding-bottom: 0;
}

.leave-your-comments .form__fields-wrapper {
  margin-bottom: 0;
}

.leave-your-comments .form__text {
  border-right: 1px solid #e8e8e8;
  padding-top: 27px;
  margin-right: -1px;
}

.leave-your-comments .applying {
  border-top: none;
  padding-bottom: 86px;
}

@media (max-width: 1023px) {
  .leave-your-comments {
    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;
  }
  .leave-your-comments .applying__title {
    border-left: none;
    border-right: none;
  }
  .leave-your-comments .form__text {
    border-right: none;
  }
  .leave-your-comments .form {
    border-right: none;
  }
  .leave-your-comments .form__text {
    padding-top: 14px;
  }
}

@media (max-width: 767px) {
  .leave-your-comments .form__text {
    margin-right: 0;
  }
}

.our-contacts {
  padding: 44px 22px 0 50px;
  border-left: 1px solid #e8e8e8;
  height: auto;
}
.our-contacts .our-contacts__contact-info {
  margin-bottom: 60px;
}

.show-on-map {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #223b98;
  position: relative;
  margin-bottom: 30px;
  width: 110px;
}
.show-on-map::after {
  content: "";
  position: absolute;
  background-image: url("/local/templates/DVIGA/assets/css/../img/sprite/arrow-down-show.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  top: -2px;
  right: -16px;
}

.our-contacts__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 419px;
}
.our-contacts__contact-info h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.our-contacts__contact-info address {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
  margin-bottom: 7px;
}
.our-contacts__contact-info a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-contacts__contact-info a:hover,
.our-contacts__contact-info a:focus {
  color: #223b98;
}

.phone-link {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
}

.our-contacts-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 190px;
}
.our-contacts-socials .our-contacts-socials-items {
  margin-bottom: 12px;
}
.our-contacts-socials .our-contacts-socials-link {
  margin-bottom: 0;
}

.our-contacts-socials-link {
  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: 30px;
  height: 30px;
  background: #e8e8e8;
  border-radius: 50%;
}
.our-contacts-socials-link svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #000000;
}
.our-contacts-socials-link:hover {
  background: #223b98;
}
.our-contacts-socials-link:hover svg {
  fill: #ffffff;
  color: #ffffff;
}
.our-contacts-socials-link--phone svg {
  margin-bottom: 1px;
}
.our-contacts-socials-link--vk svg {
  margin-right: 2px;
}

.our-contacts-socials-items {
  margin-right: 12px;
}
.our-contacts-socials-items:last-child {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .our-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 31px 74px 36px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    border-left: none;
  }
  .our-contacts__contact-info {
    max-width: 260px;
  }
  .our-contacts__contact-info address {
    max-width: 240px;
  }
  .phone-link {
    font-size: 22px;
    line-height: 28px;
  }
  .our-contacts-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023px) {
  .our-contacts {
    padding: 33px 51px 23px 16px;
  }
  .our-contacts .our-contacts__contact-info {
    margin-bottom: 25px;
  }
  .our-contacts .our-contacts__contact-info h3 {
    margin-bottom: 12px;
  }
  .our-contacts .our-contacts__contact-info address {
    margin-bottom: 10px;
  }
  .show-on-map {
    margin-bottom: 20px;
  }
  .show-on-map::after {
    right: -19px;
  }
  .our-contacts-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-contacts-socials-items {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .our-contacts-socials-items:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .our-contacts {
    padding: 31px 16px 33px;
  }
  .show-on-map {
    margin-bottom: 18px;
    font-size: 11px;
  }
  .show-on-map::after {
    right: -8px;
  }
  .phone-link {
    font-size: 19px;
    line-height: 28px;
  }
  .our-contacts__contact-info h3 {
    margin-bottom: 18px;
  }
  .our-contacts .our-contacts__contact-info {
    margin-bottom: 30px;
  }
}

.media__showmore {
  position: absolute;
  display: block;
  margin-right: 9px;
  margin-left: 9px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  bottom: 98px;
  right: 2px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.media__showmore::after {
  content: "";
  position: relative;
  top: 5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.media__showmore:hover {
  color: #223b98;
}
.media__showmore:hover::after {
  background-color: #223b98;
}
.media__showmore:active {
  color: #0b1e63;
}
.media__showmore:active::after {
  background-color: #0b1e63;
}

.media {
  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;
  padding-bottom: 74px;
}

.media__pagination {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 75px;
}

.media__pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.media__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 18px;
  margin-bottom: 21px;
}

.media__nav-item {
  margin-right: 20px;
}

.media__nav-link {
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: #000000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.media__nav-link:hover {
  color: #223b98;
}
.media__nav-link:active {
  color: #0b1e63;
}
.media__nav-link:focus {
  outline: 2px solid #223b98;
  outline-offset: 3px;
}

.media__nav-link--active {
  position: relative;
  cursor: default;
  color: #223b98;
}
.media__nav-link--active:hover {
  color: #223b98;
}
.media__nav-link--active:active {
  color: #223b98;
}
.media__nav-link--active:focus {
  color: #223b98;
}
.media__nav-link--active::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #223b98;
}

.media__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 27px;
}

@media (max-width: 1023px) {
  .media__pagination {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .media__inner {
    margin-right: -3.9%;
  }
  .media {
    padding-bottom: 90px;
  }
  .media__nav {
    margin: 0 0 21px 0;
  }
}

@media (max-width: 767px) {
  .media__inner {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .media__showmore {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-bottom: 25px;
    font-size: 18px;
    right: unset;
    margin-left: 0;
    margin-right: 0;
  }
  .media__nav {
    margin-left: 0;
    margin-bottom: 4px;
  }
  .media__nav-item {
    margin: 0;
  }
  .media__nav-item:first-of-type .media__nav-link {
    padding-left: 0;
  }
  .media__nav-link {
    padding: 10px 14.7px;
  }
  .media__nav-link--active::after {
    bottom: 5px;
  }
  .media__pagination {
    width: 100%;
  }
  .media__pagination li:first-of-type {
    margin-right: 0;
  }
  .media__pagination .pagination__item--penultimate {
    margin-right: 0;
  }
  .media {
    padding-bottom: 51px;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .media__inner {
    margin-right: -2.4%;
  }
}

.article {
  position: relative;
  padding: 40px 50px;
  background-color: #ffffff;
  color: #83888f;
  margin-bottom: 30px;
  background-size: cover;
  margin-right: 2.3%;
  background-position: center;
  overflow: hidden;
}
.article img {
  width: calc(100%);
  height: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.article:hover .article__showmore {
  opacity: 1;
}
.article:hover .article__showmore .showmore__arrow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.article:active .article__showmore .showmore__arrow {
  background-color: #0b1e63;
}
.article time {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 2;
  margin-top: auto;
}

.article__image-wrapper {
  position: absolute;
  left: -8px;
  top: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
}
.article__image-wrapper ~ .article__content small {
  color: #ffffff;
}
.article__image-wrapper ~ .article__content small::before {
  background-color: #ffffff;
}
.article__image-wrapper ~ .article__content .article__title {
  color: #ffffff;
}
.article__image-wrapper ~ .article__content .article__text {
  color: #ffffff;
}
.article__image-wrapper ~ .article__content time {
  color: #ffffff;
}
.article__image-wrapper ~ .article__content ~ .article__overlay {
  display: block;
}

.article--background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.article--background .article__content small {
  color: #ffffff;
}
.article--background .article__content small::before {
  background-color: #ffffff;
}

.article--background .article__content .article__title {
  color: #ffffff;
}

.article--background .article__content .article__text {
  color: #ffffff;
}

.article--background .article__content time {
  color: #ffffff;
}

.article--background .article__content ~ .article__overlay {
  display: block;
}

.article__showmore {
  z-index: 3;
  width: 115px;
  height: 115px;
}
.article__showmore .showmore__arrow {
  top: 50%;
  left: 50%;
}

.article__content {
  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%;
  position: relative;
  z-index: 4;
}

.article__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.article__category {
  display: block;
  font-weight: 600;
  margin-bottom: 34px;
  font-size: 12px;
  line-height: 1;
  position: relative;
}
.article__category::before {
  content: "";
  margin-right: 11px;
  display: block;
  width: 35px;
  height: 12px;
  background-color: #223b98;
  position: absolute;
  left: -50px;
  top: -1px;
}

.article--sm {
  width: 31%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  color: #000000;
}
.article--sm .article__category {
  color: #83888f;
}
.article--sm .article__category::before {
  background-color: #223b98;
}
.article--sm .article__text {
  color: #83888f;
}
.article--sm time {
  color: #83888f;
}

.article--big {
  width: 64.34%;
}
.article--big .article__text {
  width: 80%;
}

.article--md {
  width: 47.7%;
  padding-bottom: 75px;
}
.article--md .article__category {
  margin-bottom: 64px;
}

.article__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
  min-height: 60px;
}

.article__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  margin-bottom: 30px;
}
.article__text a {
  color: #223b98;
  text-decoration: underline;
}
.article__text a:hover {
  color: #2c39f2;
}
.article__text a:active {
  color: #0b1e63;
}
.article__text a:focus {
  outline: none;
  color: #0b1e63;
}

@media (max-width: 1023px) {
  .article__title {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.03em;
    min-height: 40px;
  }
  .article {
    width: 46.8%;
    padding: 39px 15px 30px 47px;
    margin-bottom: 16px;
  }
  .article__category {
    margin-bottom: 41px;
  }
  .article--sm {
    padding-right: 44px;
  }
  .article--sm .article__category {
    margin-bottom: 41px;
  }
  .article--big .article__text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article {
    width: 100%;
    margin-right: 0;
    padding-left: 25px;
    margin-bottom: 17px;
    padding-bottom: 25px;
  }
  .article time {
    font-size: 11px;
    line-height: 1.18;
  }
  .article:hover .article__showmore .showmore__arrow {
    -webkit-transform: translate(-7px, -7px);
    transform: translate(-7px, -7px);
  }
  .article__category::before {
    width: 19px;
    left: -25px;
  }
  .article__text {
    margin-bottom: 24px;
  }
  .article--md .article__category {
    margin-bottom: 41px;
  }
  .article__showmore {
    width: 75px;
    height: 75px;
  }
  .showmore__arrow {
    top: 36%;
    left: 39%;
  }
}

.manufacturer {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 60px 82px 120px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.manufacturer__content-left {
  width: 100%;
}

.manufacturer__address-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manufacturer__content-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 120px;
  padding-top: 15px;
}

.manufacturer__content-inner-wrapper .block-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 742px;
  margin-right: 152px;
  width: 100%;
}
@media (max-width: 1260px) {
  .manufacturer__content-inner-wrapper .block-wrapper {
    padding-right: 60px;
  }
}

.manufacturer__content-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.manufacturer__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.manufacturer__content-right span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #83888f;
  margin-top: 4px;
  margin-bottom: 10px;
}
.manufacturer__content-right address {
  max-width: 90%;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}
.manufacturer__content-right .link {
  margin-bottom: 20px;
  padding-left: 30px;
}

.manufacturer__links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.manufacturer + .products {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

@media (max-width: 1023px) {
  .manufacturer {
    padding: 88px 31px 84px 16px;
  }
  .manufacturer__content-inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    margin-bottom: 80px;
  }
  .manufacturer__content-inner-wrapper .block-wrapper {
    margin-top: 50px;
    padding-right: 0;
    width: 100%;
  }
  .manufacturer__content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
  }
  .manufacturer__content-right .link {
    margin-bottom: 15px;
  }
  .manufacturer__content-right-wrapper {
    width: 100%;
  }
  .manufacturer__content-right-wrapper img {
    margin-bottom: 9px;
  }
  .manufacturer__address-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .manufacturer__links-wrapper {
    padding-top: 27px;
  }
}

@media (max-width: 767px) {
  .manufacturer__content-inner-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .manufacturer {
    padding: 50px 15px 25px;
    border: 0;
  }
  .manufacturer + .products {
    border: 0;
  }
  .manufacturer__address-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .manufacturer__links-wrapper {
    padding-left: 5px;
  }
}

@media (max-width: 767px) and (max-width: 680px) {
  .manufacturer__content-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .manufacturer__links-wrapper {
    padding-top: 0;
  }
}

.features__video {
  position: relative;
  width: 736px;
}
.features__video button {
  position: absolute;
  top: calc(50% - 28.5px);
  left: calc(50% - 35.5px);
  padding: 0;
  border-radius: 50%;
  z-index: 10;
  height: 55px;
  width: 55px;
  background-color: transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.features__video button svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  fill: #ffffff;
}
.features__video button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.features__video button:active svg {
  fill: #e8e8e8;
}
.features__video button:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .features {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  .features p {
    width: 88%;
  }
  .features__video {
    width: 606px;
    height: 372px;
    margin-left: 19px;
  }
  .features__video button {
    top: calc(50% - 24.5px);
    left: calc(50% - 23.5px);
    width: 43px;
  }
  .features__video button svg {
    width: 48px;
  }
}

@media (max-width: 767px) {
  .features__video {
    margin-left: 0;
    width: 100%;
    height: 180px;
    background-size: cover;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .features p {
    width: 90%;
  }
}

.table-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  overflow-x: auto;
  scrollbar-width: 0;
}

.burger-icon {
  width: 16px;
  height: 12px;
  position: relative;
}

.burger-icon__line {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  -webkit-transition: top 0.3s linear 0.3s, opacity 0s linear 0.3s,
    -webkit-transform 0.3s linear 0s;
  transition: top 0.3s linear 0.3s, opacity 0s linear 0.3s,
    -webkit-transform 0.3s linear 0s;
  transition: top 0.3s linear 0.3s, transform 0.3s linear 0s,
    opacity 0s linear 0.3s;
  transition: top 0.3s linear 0.3s, transform 0.3s linear 0s,
    opacity 0s linear 0.3s, -webkit-transform 0.3s linear 0s;
}
.burger-icon__line:nth-child(1),
.burger-icon__line:nth-child(3) {
  top: 0;
}
.burger-icon__line:nth-child(1)::before,
.burger-icon__line:nth-child(1)::after,
.burger-icon__line:nth-child(3)::before,
.burger-icon__line:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43.75%;
  height: 2px;
  background-color: #223b98;
  border-radius: 10px;
  -webkit-transition: width 0.3s linear 0.9s;
  transition: width 0.3s linear 0.9s;
}
.burger-icon__line:nth-child(1)::after,
.burger-icon__line:nth-child(3)::after {
  left: auto;
  right: 0;
}
.burger-icon__line:nth-child(2) {
  top: calc(50% - 1px);
}
.burger-icon__line:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #223b98;
  border-radius: 10px;
}
.burger-icon__line:nth-child(3) {
  top: calc(100% - 2px);
}

.open .burger-icon__line {
  top: calc(50% - 1px);
  -webkit-transition: top 0.3s linear 0.3s, opacity 0s linear 0.6s,
    -webkit-transform 0.3s linear 0.9s;
  transition: top 0.3s linear 0.3s, opacity 0s linear 0.6s,
    -webkit-transform 0.3s linear 0.9s;
  transition: top 0.3s linear 0.3s, transform 0.3s linear 0.9s,
    opacity 0s linear 0.6s;
  transition: top 0.3s linear 0.3s, transform 0.3s linear 0.9s,
    opacity 0s linear 0.6s, -webkit-transform 0.3s linear 0.9s;
}
.open .burger-icon__line:nth-child(1),
.open .burger-icon__line:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .burger-icon__line:nth-child(1)::after,
.open .burger-icon__line:nth-child(1)::before,
.open .burger-icon__line:nth-child(3)::after,
.open .burger-icon__line:nth-child(3)::before {
  width: 60%;
  -webkit-transition: width 0.45s linear 0s;
  transition: width 0.45s linear 0s;
}
.open .burger-icon__line:nth-child(2) {
  opacity: 0;
}
.open .burger-icon__line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

.slide-overlay__zoom {
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 27px);
  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: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.slide-overlay__zoom svg {
  fill: #223b98;
}
.slide-overlay__zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.media-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding-top: 57px;
}
.media-wrapper h1 {
  margin-bottom: 21px;
  padding-left: 34px;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
}

.media-wrapper__breadcrumbs {
  padding: 0 0 0 35px;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .media-wrapper {
    padding-top: 88px;
  }
  .media-wrapper h1 {
    font-size: 32px;
    line-height: 1.41;
    padding-left: 16px;
    margin-bottom: 16px;
  }
  .media-wrapper__breadcrumbs {
    padding-left: 16px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .media-wrapper {
    padding-top: 49px;
    border: none;
  }
  .media-wrapper h1 {
    font-size: 24px;
    line-height: 1.25;
    padding-left: 0;
  }
  .media-wrapper__breadcrumbs {
    padding-left: 0;
    margin-bottom: 28px;
  }
}

.product-wrapper {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .product-wrapper {
    border-left: none;
    border-right: none;
  }
}

.product-wrapper__title {
  padding-top: 70px;
  margin-bottom: 25px;
  padding-left: 26px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.31;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1023px) {
  .product-wrapper__title {
    padding-left: 16px;
    font-size: 26px;
    line-height: 1.31;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .product-wrapper__title {
    font-size: 18px;
    line-height: 1.33;
    padding-left: 0;
    padding-top: 50px;
  }
}

.product-wrapper__breadcrumbs {
  margin-bottom: 52px;
  padding-left: 28px;
}
@media (max-width: 1023px) {
  .product-wrapper__breadcrumbs {
    margin-bottom: 14px;
    padding-left: 16px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .product-wrapper__breadcrumbs {
    padding-left: 0;
    margin-bottom: 17px;
    padding-right: 0;
  }
}

.catalog-wrapper {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.catalog-wrapper__title {
  padding-top: 70px;
  margin-bottom: 25px;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.31;
  text-transform: uppercase;
  padding-left: 26px;
  color: #000000;
}

.catalog-wrapper__breadcrumbs {
  margin-bottom: 50px;
  padding-left: 33px;
}

@media (max-width: 1023px) {
  .catalog-wrapper__title {
    padding-left: 30px;
    font-size: 26px;
    line-height: 1.31;
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .catalog-wrapper__breadcrumbs {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .catalog-wrapper {
    border-left: none;
    border-right: none;
  }
  .catalog-wrapper__title {
    font-size: 18px;
    line-height: 1.33;
    padding-left: 0;
    padding-top: 30px;
  }
}

.border {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
@media (max-width: 767px) {
  .border {
    border: none;
  }
}

.main-map {
  position: relative;
  padding: 70px 0 70px;
  max-width: 1440px;
  margin: 0 auto;
}
.main-map--contacts {
  margin: 0 -89px;
  padding-top: 0;
  padding-bottom: 46.15%;
  background-color: #e8e8e8;
}

.main-map__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -1px;
}
.main-map__wrap::before {
  content: "";
  position: absolute;
  right: -90px;
  top: 0;
  width: 33.72vw;
  max-width: 486px;
  height: calc(100%);
  background-color: #223b98;
  background-image: url("/local/templates/DVIGA/assets/css/../img/bg/blue-bg@1x.jpg");
  background-position: 0 100%;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  (min-resolution: 1.5dppx) {
  .main-map__wrap::before {
    background-image: url("/local/templates/DVIGA/assets/css/../img/bg/blue-bg@2x.jpg");
  }
}

.main-map__info {
  width: 31.7%;
  min-width: 300px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 115px 50px 50px 68px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}

.main-map__title {
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 17px;
  margin-right: 0;
}

.main-map__text {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 14px;
  line-height: 20px;
}

.main-map__figures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 234px;
}

.main-map__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: auto;
}
.main-map__item--second {
  margin-left: auto;
  margin-right: 0;
}

.main-map__separator {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1px;
  height: 50px;
  background-color: #e8e8e8;
}

.main-map__number {
  display: block;
  font-weight: 800;
  font-size: 72px;
  line-height: 70px;
  text-transform: uppercase;
  color: #223b98;
}

.main-map__sign {
  display: block;
  margin-top: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #83888f;
}

.main-map__map {
  width: 68.3%;
  min-height: 465px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 2;
  background-color: #e8e8e8;
}
.main-map__map .ymaps-2-1-77-balloon {
  -webkit-transform: translate(36px, 0);
  transform: translate(36px, 0);
}
.main-map__map .ymaps-2-1-77-balloon_to_top .ymaps-2-1-77-balloon__tail {
  width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
  left: 14px;
}
.main-map__map .ymaps-2-1-77-balloon_to_top .ymaps-2-1-77-balloon__tail::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
  background-color: transparent;
}

.main-map__map--contacts {
  width: 100%;
}

.main-map__contacts {
  width: 237px;
  max-width: 100%;
  padding: 13px 0 20px 14px;
  background-color: #ffffff;
}
.main-map__contacts--absolute {
  position: absolute;
  top: 19%;
  left: 14.7%;
  padding-right: 10px;
}

.main-map__logo {
  margin-bottom: 23px;
}

.main-map__name {
  display: block;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  font-family: "Gilroy", "Arial", sans-serif;
  text-transform: uppercase;
}

.main-map__address {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
  font-family: "Gilroy", "Arial", sans-serif;
}

.main-map__marker {
  position: absolute;
  right: 31.86%;
  bottom: 13.3%;
  color: #ffffff;
  fill: #223b98;
}
.main-map__marker--second {
  right: 5.47%;
  bottom: 45%;
  color: #83888f;
  fill: #ffffff;
}

.main-map__img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-map__yandex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

@media (max-width: 1023px) {
  .main-map {
    padding: 50px 0 46px;
  }
  .main-map--contacts {
    margin: 0 -45px;
    padding-top: 0;
    padding-bottom: 47.59%;
    background-color: #e8e8e8;
  }
  .main-map__wrap {
    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: 0;
    position: static;
    overflow: inherit;
  }
  .main-map__wrap::before {
    width: 40.75vw;
    height: 100%;
    top: 0;
    right: -62px;
  }
  .main-map__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 51px 30px 63px 52px;
  }
  .main-map__title {
    margin-bottom: 20px;
  }
  .main-map__text {
    margin-bottom: 0;
  }
  .main-map__info-text {
    width: 45%;
  }
  .main-map__figures {
    margin-left: auto;
    width: 41%;
  }
  .main-map__item {
    margin-right: 27px;
  }
  .main-map__item--second {
    margin-left: 27px;
    margin-right: 0;
  }
  .main-map__sign {
    margin-top: 6px;
  }
  .main-map__separator {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-map__map {
    width: 100%;
    padding-bottom: 51.48%;
    min-height: 330px;
  }
  .main-map__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-map__contacts--absolute {
    top: 22.7%;
    left: 12%;
  }
  .main-map__marker {
    width: 34px;
    height: 45px;
    right: 32.86%;
  }
  .main-map__marker--second {
    right: 7.86%;
  }
}

@media (max-width: 767px) {
  .main-map {
    padding-top: 44px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 67px;
  }
  .main-map--contacts {
    margin: 0;
    padding-top: 0;
    padding-bottom: 105.88%;
    background-color: #e8e8e8;
  }
  .main-map__wrap::before {
    display: none;
  }
  .main-map__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 36px 23px 42px;
  }
  .main-map__info-text {
    width: 100%;
    margin-bottom: 50px;
  }
  .main-map__figures {
    width: 100%;
    margin-left: 0;
    max-width: 228px;
  }
  .main-map__item {
    margin-right: 38px;
  }
  .main-map__item--second {
    margin-right: 0;
    margin-left: 38px;
  }
  .main-map__separator {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  .main-map__map {
    padding-bottom: 115%;
  }
  .main-map__contacts {
    width: 180px;
    min-height: 120px;
    /* padding-left: 10px;*/
    /* padding-bottom: 10px;*/
  }
  .main-map__contacts--absolute {
    top: 4.6%;
    left: 5.7%;
  }
  .main-map__address {
    font-size: 11px;
    line-height: 13px;
  }
  .main-map__marker {
    right: 17.86%;
  }
  .main-map__marker--second {
    display: none;
  }
  .main-map__logo {
    margin-bottom: 5px;
  }
}

@media (max-width: 404px) {
  .main-map__map .ymaps-2-1-77-balloon {
    -webkit-transform: none;
    transform: none;
  }
  .main-map__contacts {
    padding-bottom: 30px;
    width: 180px;
  }
}

.page-contacts .content {
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .page-contacts .content {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}

.page-header {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 34px 55px;
}
.page-header h1 {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 42px;
  line-height: 1.31;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 1023px) {
  .page-header h1 {
    font-size: 32px;
    line-height: 1.41;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media (max-width: 1023px) {
  .page-header {
    padding-top: 90px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 50px;
    padding-left: 0;
    padding-bottom: 50px;
  }
}

.page-header--sm h1 {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .page-header--sm h1 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-header--sm h1 {
    font-size: 18px;
  }
}

.main-clients {
  padding-top: 80px;
  padding-bottom: 160px;
}
.main-clients .main-clients__title {
  margin-bottom: 42px;
}

.main-clients__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-clients__slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.main-clients__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 206px;
}
.main-clients__navs--border {
  border-top: 1px solid #e8e8e8;
}
.main-clients__navs--mt-1 {
  margin-top: 1px;
}

.main-clients__btn {
  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;
  width: 90px;
  height: 68px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-clients__btn svg {
  fill: none;
  stroke: #223b98;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-clients__btn--prev {
  border-top: 1px solid #e8e8e8;
}
.main-clients__btn--prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-clients__btn--gray {
  background-color: #e8e8e8;
}
.main-clients__btn--gray svg {
  stroke: #000000;
}
.main-clients__btn:hover,
.main-clients__btn:focus {
  background-color: #223b98;
}
.main-clients__btn:hover svg,
.main-clients__btn:focus svg {
  stroke: #ffffff;
}

.main-clients__numbers {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #223b98;
}
.main-clients__numbers--gray {
  border-left: 1px solid #e8e8e8;
}

.main-clients__gray {
  font-weight: 500;
  color: #83888f;
}

.main-clients__active-slide {
  font-weight: bold;
}

.main-clients__list {
  height: 410px;
}
.main-clients__list--clients {
  height: 205px;
}

.main-clients__link {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 204px;
  padding: 39px 48px 18px;
  background-color: #ffffff;
  position: relative;
  outline: 1px solid #e8e8e8;
}
.main-clients__link--blue {
  background-color: #223b98;
}
.main-clients__link--blue .main-clients__name,
.main-clients__link--blue .main-clients__country {
  color: #ffffff;
}
.main-clients__link--blue .main-clients__icon {
  fill: #ffffff;
}
.main-clients__link--empty {
  background-color: transparent;
  outline: 1px solid transparent;
}
.main-clients__link:hover .main-clients__icon,
.main-clients__link:focus .main-clients__icon {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.main-clients__name {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-clients__country {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #83888f;
}

.main-clients__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-bottom: 10px;
}
.main-clients__logo img {
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 50px;
}

.main-clients__icon {
  position: absolute;
  left: 48px;
  bottom: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main-clients__client {
  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;
  padding: 50px;
  height: 204px;
  outline: 1px solid #e8e8e8;
  margin-top: 1px;
  margin-bottom: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-clients__client:hover,
.main-clients__client:focus {
  opacity: 0.5;
}

.main-clients__client-img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1439px) {
  .main-clients__link {
    padding: 30px 24px;
  }
  .main-clients__icon {
    left: 24px;
  }
}

@media (max-width: 1023px) {
  .main-clients {
    padding-bottom: 102px;
  }
  .main-clients--second {
    padding-top: 60px;
    padding-bottom: 81px;
  }
  .main-clients__list {
    height: 205px;
  }
}

@media (max-width: 767px) {
  .main-clients {
    border: none;
    padding-bottom: 75px;
  }
  .main-clients--second {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .main-clients--second .main-clients__title {
    margin-bottom: 47px;
  }
  .main-clients__list {
    height: 160px;
    width: calc(100% - 2px);
  }
  .main-clients__link {
    height: 158px;
    padding: 14px 24px;
  }
  .main-clients__client {
    height: 158px;
    margin: 1px;
  }
  .main-clients__navs {
    height: 160px;
  }
  .main-clients__btn {
    width: 53px;
    height: 52px;
  }
  .main-clients__numbers {
    border-right: 1px solid #e8e8e8;
    font-size: 13px;
    line-height: 16px;
  }
  .main-clients__icon {
    left: 23px;
    bottom: 21px;
  }
}

/* End */


/* Start:/local/templates/DVIGA/styles.css?1603282928109*/
body[contenteditable="true"]  blockquote{
    background: #223b98;
    color: #fff;
    padding: 5px;
}

/* End */


/* Start:/local/templates/DVIGA/template_styles.css?17722894331804*/
.header__catalogue-link:after {
    display: none !important;
}

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

.main-partners__icon{
    position: static !important;
    margin-top: 12px;
}

.product-info .product-description .block-wrapper p:first-child{
    width: 100% !important;
}

@media (min-width: 767px){
    .product-description__features{
        margin-top: 0px !important;
    }
}

.block-wrapper {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 29px;
}

/*.product-description__features .block-wrapper{*/
/*    max-width: 1010px;*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*.product-description__features .block-wrapper *{*/
/*    padding-left:0;*/
/*    padding-right: 0;*/
/*}*/

/*@media (max-width: 1023px) {*/
/*    .product-description__features .block-wrapper{*/
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*    }*/
/*}*/

@media (max-width: 767px){
    .block-wrapper{
        font-size: 16px;
        width: 100%;
        margin-bottom: 25px;
    }

    .product-description__features .block-wrapper{
        padding: 0;
    }
}
.extTable1row tr:nth-child(1) td,
.extTable2row tr:nth-child(1) td,
.extTable2row tr:nth-child(2) td {
	background-color: #f4f4f4 !important;
	font-weight: 800;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #223b98 !important;
}
.extTable2row tr:first-of-type{
    border-bottom: none !important;
}
.extTable2row tr:nth-child(3) {
    border-top: 4px solid #223b98 !important;
}

#cookieNotice .confirm:hover {
    opacity: 0.8;
}

.form__captcha-error
{
    padding-left: 0 !important;
}
/* End */
/* /local/templates/DVIGA/assets/css/style.css?1772288517293547 */
/* /local/templates/DVIGA/styles.css?1603282928109 */
/* /local/templates/DVIGA/template_styles.css?17722894331804 */
