@charset "UTF-8";
.icon-arrow-left {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 1rem;
}

.icon-arrow-right {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 1rem;
}

.icon-download {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.4rem;
}

.icon-loadmore {
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
}

.icon-next {
  display: inline-block;
  vertical-align: middle;
  width: 3.8rem;
  height: 3.8rem;
}

.icon-prev {
  display: inline-block;
  vertical-align: middle;
  width: 3.8rem;
  height: 3.8rem;
}

.icon-refresh {
  display: inline-block;
  vertical-align: middle;
  width: 2.3rem;
  height: 2rem;
}

.icon-scrolltop {
  display: inline-block;
  vertical-align: middle;
  width: 1.7rem;
  height: 1.6rem;
}

.icon-target {
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  height: 1.2rem;
}

.icon-tooltip {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
}

.icon-video {
  display: inline-block;
  vertical-align: middle;
  width: 5rem;
  height: 5rem;
}

:root {
  --theme-size: 10px;
  --font-primary: "Montserrat", Arial, sans-serif;
  --color-error: #E97070;
  --body-bg: #ffffff;
  --body-color: #070809;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

/* ==========================================================================
   Utilites
   ========================================================================== */
/*! 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 {
  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 */
  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 {
  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] {
  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: -0.2rem;
  /* 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;
}

/* Defaults
 ========================================================================== */
html, body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

picture {
  display: block;
}

img, video, svg {
  max-width: 100%;
}

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

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

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

button, input, textarea, select {
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
}

::selection {
  color: #fff;
  background: #000;
}

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

button {
  cursor: pointer;
}

svg {
  max-width: 100%;
}

a {
  color: #0082CB;
  text-decoration: none;
}
a:hover {
  color: #00a3fe;
  text-decoration: none;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.icon-sticky-homepage {
  width: 1.8rem;
  height: 1.9rem;
}

.icon-sticky-catalog {
  width: 2.2rem;
  height: 2.3rem;
}

.icon-sticky-cart {
  width: 1.9rem;
  height: 2.1rem;
}

.icon-sticky-contacts {
  width: 2.2rem;
  height: 2.3rem;
}

.icon-sticky-menu {
  width: 2.2rem;
  height: 2.2rem;
}

.ui-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: color 0.25s, opacity 0.25s;
}
.ui-link svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-link svg.icon-arrow-right {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.05em;
  width: 0.5rem;
  height: 1rem;
  position: relative;
  left: 1rem;
}
.ui-link svg.icon-download, .ui-link svg.icon-refresh, .ui-link svg.icon-loadmore {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0 0 1rem;
  left: 0;
}
.ui-link:hover {
  text-decoration: none;
}

.ui-link--underline {
  text-decoration: underline;
}
.ui-link--underline:hover {
  text-decoration: underline;
}

.ui-link--blue {
  color: #0082CB;
}
.ui-link--blue:hover {
  color: #00a3fe;
}

.ui-link--grey {
  color: #070809;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.ui-link--grey:hover {
  color: #070809;
  opacity: 1;
}

.ui-link--green {
  color: #089345;
}
.ui-link--green:hover {
  color: #0bc35c;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  background: none;
  padding: 0.8rem 2.2rem;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0.6rem;
  height: 5.2rem;
  transition: color 0.25s, border-color 0.25s, background 0.25s, box-shadow 0.25s;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:active {
  transition: none;
}
.ui-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}

.ui-btn--34 {
  height: 3.4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  padding: 0.4rem 1.2rem;
}

.ui-btn--36 {
  height: 3.6rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0.8rem 1.2rem;
}

.ui-btn--40 {
  height: 4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
}

.ui-btn--44 {
  height: 4.4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
}

.ui-btn--fullwidth {
  width: 100%;
}

.ui-btn--link {
  padding: 0;
  height: auto;
  background: transparent;
  color: #0082CB;
}
.ui-btn--link svg {
  display: block;
  margin: 0 0 0 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-btn--link:hover {
  color: #00a3fe;
}

.ui-btn--light {
  background: #CEEDFF;
  color: #0082CB;
}
.ui-btn--light.ui-btn--outline {
  background: transparent;
  border-color: #0082CB;
  color: #0082CB;
}
.ui-btn--light.ui-btn--outline:hover {
  background: #0082CB;
  color: #fff;
}
.ui-btn--light:hover {
  background: #9bdaff;
  color: #0082CB;
}

.ui-btn--blue {
  background: #0082CB;
  color: #fff;
}
.ui-btn--blue.ui-btn--outline {
  background: transparent;
  border-color: #0082CB;
  color: #0082CB;
}
.ui-btn--blue.ui-btn--outline:hover {
  background: #0082CB;
  color: #fff;
}
.ui-btn--blue:hover {
  background: #00a3fe;
  color: #fff;
}

.ui-btn--white {
  background: #fff;
  color: #070809;
}
.ui-btn--white.ui-btn--outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.ui-btn--white.ui-btn--outline:hover {
  background: #fff;
  color: #070809;
}

.ui-btn--green {
  background: #089345;
  color: #fff;
}
.ui-btn--green.ui-btn--outline {
  background: transparent;
  border-color: #089345;
  color: #089345;
}
.ui-btn--green.ui-btn--outline:hover {
  background: #089345;
  color: #fff;
}
.ui-btn--green:hover {
  background: #0bc35c;
  color: #fff;
}

.ui-input, .ui-textarea {
  display: block;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E4E5E6;
  box-shadow: 0px 1px 1px #EBEBEB;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 0.5rem 1.5rem;
  margin: 0 0 2rem;
  color: #070809;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  height: 3.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-input:-ms-input-placeholder, .ui-textarea:-ms-input-placeholder {
  color: #070809;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.ui-input::placeholder, .ui-textarea::placeholder {
  color: #070809;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.ui-input:focus, .ui-textarea:focus {
  border-color: #0082CB;
  box-shadow: 0 0 0 1px #0082CB;
}
.ui-input:focus:-ms-input-placeholder, .ui-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.ui-input:focus::placeholder, .ui-textarea:focus::placeholder {
  opacity: 0;
}
.ui-input:disabled, .ui-textarea:disabled {
  border-color: #e4ebf1;
  background: #e4ebf1;
  pointer-events: none;
}
.ui-input.is-error, .is-error.ui-textarea {
  border-color: var(--color-error);
  box-shadow: none;
}

.ui-textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 7rem;
  height: auto;
}

.ui-validate {
  display: block;
  padding: 0.8rem 0 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  color: var(--color-error);
}

.ui-number {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ui-number__decrease,
.ui-number__increase {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 50%;
  margin: 0;
  color: #fff;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #1C1F29;
  transition: color 0.25s, background 0.25s;
}
.ui-number__decrease:after,
.ui-number__increase:after {
  content: "";
  display: block;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
@media (hover: hover) {
  .ui-number__decrease:hover,
  .ui-number__increase:hover {
    background: #0082CB;
    color: #fff;
  }
}

.ui-number__decrease {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 0.6rem 0;
  padding: 0 0 0.2rem;
}
.ui-number__decrease:after {
  border-top: 0.6rem solid currentColor;
}

.ui-number__increase {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0.6rem 0 0;
  padding: 0.2rem 0 0 0;
}
.ui-number__increase:after {
  border-bottom: 0.6rem solid currentColor;
}

.ui-number__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 1rem 0 0;
  width: 12rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .ui-number__group {
    margin: 0 2rem 0 0;
    width: 16rem;
  }
}

.ui-number__input {
  height: 4rem;
  width: 100%;
  background: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: left;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
  transition: border-color 0.25s, box-shadow 0.25s;
}
@media (min-width: 1200px) {
  .ui-number__input {
    height: 5.2rem;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
  }
}

.ui-number__label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
@media (min-width: 768px) {
  .ui-number__label {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1200px) {
  .ui-number__label {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
  }
}

.ui-wysiwyg {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.ui-wysiwyg h1, .ui-wysiwyg h2, .ui-wysiwyg h3, .ui-wysiwyg h4, .ui-wysiwyg h5, .ui-wysiwyg h6 {
  display: block;
  margin: 0 0 3rem;
  letter-spacing: 0;
}
.ui-wysiwyg h1 {
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 600;
}
.ui-wysiwyg h2 {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
}
.ui-wysiwyg h3 {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
}
.ui-wysiwyg h4 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 600;
}
.ui-wysiwyg h5 {
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
.ui-wysiwyg h6 {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
.ui-wysiwyg p {
  margin: 0 0 2rem;
}
.ui-wysiwyg strong {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.ui-wysiwyg hr {
  border: none;
  border-bottom: 1px solid #DFE0E3;
  margin: 3rem 0;
  clear: both;
}
.ui-wysiwyg picture {
  overflow: hidden;
  margin: 0 0 2rem;
  display: block;
  border-radius: 1.2rem;
  width: 100%;
}
.ui-wysiwyg picture img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.ui-wysiwyg table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 2rem;
  text-align: left;
}
.ui-wysiwyg table th, .ui-wysiwyg table td {
  border-bottom: 1px solid #DFE0E3;
  padding: 2.4rem 1.2rem;
}
.ui-wysiwyg table th:first-child, .ui-wysiwyg table td:first-child {
  padding-left: 0;
}
.ui-wysiwyg table th:last-child, .ui-wysiwyg table td:last-child {
  padding-right: 0;
}
.ui-wysiwyg table th {
  font-weight: 600;
}
.ui-wysiwyg ul {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
}
.ui-wysiwyg ul > li {
  padding: 0 0 0 2rem;
  margin: 0 0 1rem;
  position: relative;
}
.ui-wysiwyg ul > li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #0082CB;
}
.ui-wysiwyg ol {
  margin: 0 0 3rem;
  padding: 0;
  list-style: none;
  counter-reset: point;
}
.ui-wysiwyg ol > li {
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 1rem;
}
.ui-wysiwyg ol > li:after {
  content: counter(point) ".";
  counter-increment: point 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #0082CB;
}
.ui-wysiwyg a {
  text-decoration: none;
  transition: color 0.25s;
  color: #0082CB;
}
.ui-wysiwyg a:hover {
  text-decoration: none;
  color: #00a3fe;
}
@media (min-width: 768px) {
  .ui-wysiwyg picture.pull-left {
    float: left;
    max-width: 28.8rem;
    margin: 0 3rem 3rem 0;
  }
  .ui-wysiwyg picture.pull-right {
    float: right;
    max-width: 28.8rem;
    margin: 0 0 3rem 3rem;
  }
}
@media (min-width: 1200px) {
  .ui-wysiwyg {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .ui-wysiwyg p {
    margin: 0 0 2rem;
  }
  .ui-wysiwyg strong {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 600;
    letter-spacing: 0;
  }
  .ui-wysiwyg picture.pull-left {
    max-width: 57.2rem;
  }
  .ui-wysiwyg picture.pull-right {
    max-width: 57.2rem;
  }
}

.ui-pagination {
  margin: 0 0 2.4rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.258px;
  color: #070809;
}
.ui-pagination .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.8rem -1.6rem;
}
.ui-pagination .row > [class^=col] {
  padding: 0 0.8rem 1.6rem;
}
@media (max-width: 575px) {
  .ui-pagination {
    display: flex;
    justify-content: center;
  }
  .ui-pagination .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ui-pagination .row > [class^=col]:first-child  {
    flex: 0 1 100%;
    text-align: center;
  }
  .ui-pagination--fullwidth .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ui-pagination--fullwidth .row > [class^=col] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .ui-pagination--fullwidth .row > [class^=col]:nth-child(2) {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .ui-pagination--fullwidth .ui-pagination__text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .ui-pagination {
    font-size: 1.4rem;
  }
}

.ui-pagination__text {
  display: block;
  margin: 0;
}
.ui-pagination__text b {
  font-weight: 700;
}

.ui-pagination__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.6rem;
  background: #EFF9FF;
  padding: 0.6rem;
}

.ui-pagination__prev,
.ui-pagination__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #0082CB;
}
.ui-pagination__prev svg,
.ui-pagination__next svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.ui-pagination__prev:hover,
.ui-pagination__next:hover {
  text-decoration: none;
  background: #BCE6FF;
  color: #06579B;
}
.ui-pagination__prev.is-disabled,
.ui-pagination__next.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.ui-pagination__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 575px) {
  .ui-pagination__menu {
    column-gap: 15px;
    flex: 0;
  }
}
.ui-pagination__menu > li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 1px 0 0;
}
.ui-pagination__menu > li:last-child {
  margin: 0;
}

.ui-pagination__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #070809;
}
.ui-pagination__link svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.ui-pagination__link:hover {
  text-decoration: none;
  background: #BCE6FF;
  color: #06579B;
}
.ui-pagination__link.is-active {
  background: #BCE6FF;
  color: #06579B;
}
.ui-pagination__link.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.ui-pagination__dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #070809;
  text-decoration: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 100;
}

.swiper-pagination-bullet {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: rgba(151, 151, 151, 0.5);
  width: 6px;
  height: 6px;
  margin: 0 6px;
  border-radius: 50%;
  position: relative;
  transition: background 0.25s;
  background: #979797;
}
.swiper-pagination-bullet:hover {
  background: #979797;
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
}

.swiper-pagination-bullet-progress {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
  transform: rotate(-90deg);
  max-width: none;
  max-height: none;
  transition: opacity 0.25s;
  opacity: 0;
}
.swiper-pagination-bullet-progress circle {
  fill: none;
  stroke: #979797;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 126;
  stroke-dashoffset: 126;
}
@media (min-width: 1200px) {
  .swiper-pagination-bullet-progress {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
  }
}

.swiper-pagination-bullet-active {
  background: #979797;
}
.swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
  opacity: 1;
}
.swiper-pagination-bullet-active .swiper-pagination-bullet-progress circle {
  animation-name: paginationProgress;
}

@keyframes paginationProgress {
  to {
    stroke-dashoffset: 0;
  }
}
.swiper-prev,
.swiper-next {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  background: #fff;
  border-radius: 50%;
  color: #BCE6FF;
  transition: color 0.25s, opacity 0.25s;
  cursor: pointer;
}
.swiper-prev svg,
.swiper-next svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.swiper-prev:hover,
.swiper-next:hover {
  color: #0082CB;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .swiper-prev,
  .swiper-next {
    width: 3.8rem;
    height: 3.8rem;
  }
  .swiper-prev svg,
  .swiper-next svg {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.swiper-prev {
  position: absolute;
  top: 50%;
  left: -1.3rem;
  margin: -1.3rem 0 0 0;
}
@media (min-width: 768px) {
  .swiper-prev {
    left: -1.8rem;
    margin: -1.8rem 0 0 0;
  }
}

.swiper-next {
  position: absolute;
  top: 50%;
  right: -1.3rem;
  margin: -1.3rem 0 0 0;
}
@media (min-width: 768px) {
  .swiper-next {
    right: -1.8rem;
    margin: -1.8rem 0 0 0;
  }
}

.swiper-banners {
  position: relative;
}
.swiper-banners .swiper {
  overflow: hidden;
  border-radius: 0.8rem;
}
.swiper-banners .swiper-pagination {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  height: 1.4rem;
}
@media (min-width: 1200px) {
  .swiper-banners .swiper {
    border-radius: 1.2rem;
  }
  .swiper-banners .swiper-pagination {
    bottom: 2rem;
    height: 1.7rem;
  }
}

.swiper-company {
  position: relative;
}
.swiper-company .swiper {
  border-radius: 0.8rem;
}
.swiper-company .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  height: 1.6rem;
}
.swiper-company .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}
.swiper-company .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-company .swiper-pagination-bullet-progress circle {
  stroke: #fff;
}
.swiper-company .swiper-prev,
.swiper-company .swiper-next {
  visibility: hidden;
}
@media (min-width: 768px) {
  .swiper-company .swiper-pagination-bullet {
    background: #0082CB;
    opacity: 0.5;
  }
  .swiper-company .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-company .swiper-pagination-bullet-progress circle {
    stroke: #0082CB;
  }
}
@media (min-width: 1200px) {
  .swiper-company .swiper {
    border-radius: 0.8rem;
  }
  .swiper-company .swiper-prev,
  .swiper-company .swiper-next {
    visibility: visible;
  }
}

.swiper-featured {
  position: relative;
}
.swiper-featured .swiper {
  overflow: hidden;
  border-radius: 1.2rem 1.2rem 0 0;
}
.swiper-featured .swiper-slide {
  height: auto;
}
.swiper-featured .swiper-prev,
.swiper-featured .swiper-next {
  top: calc(25vw - 3rem);
  margin: 0;
}
@media (min-width: 768px) {
  .swiper-featured .swiper-prev,
  .swiper-featured .swiper-next {
    top: calc(12.5vw - 3.6rem);
  }
}
@media (min-width: 992px) {
  .swiper-featured .swiper-prev,
  .swiper-featured .swiper-next {
    top: calc(10vw - 3.6rem);
  }
}
@media (min-width: 1200px) {
  .swiper-featured .swiper-prev,
  .swiper-featured .swiper-next {
    top: 7.5rem;
    margin: -1.8rem 0 0 0;
  }
}

.swiper-news {
  position: relative;
}
.swiper-news .swiper {
  overflow: hidden;
  border-radius: 1.2rem;
  padding-right: 1px;
}
.swiper-news .swiper-slide {
  height: auto;
}
@media (min-width: 1200px) {
  .swiper-news .swiper {
    border-radius: 1.2rem;
  }
}

.swiper-articles {
  position: relative;
}
.swiper-articles .swiper {
  overflow: hidden;
  border-radius: 1.2rem;
}
.swiper-articles .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .swiper-articles .swiper-prev,
  .swiper-articles .swiper-next {
    display: none;
  }
  .swiper-articles .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-articles .swiper-slide {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #E4E5E6;
  }
  .swiper-articles .swiper-slide:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.swiper-documents {
  position: relative;
}
.swiper-documents .swiper {
  overflow: hidden;
  border-radius: 0.8rem;
}
.swiper-documents .swiper-slide {
  height: auto;
}
@media (min-width: 1200px) {
  .swiper-documents .swiper {
    border-radius: 1.2rem;
  }
}

.swiper-images {
  position: relative;
}
.swiper-images .swiper-pagination {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  height: 1.4rem;
}
.swiper-images .swiper-pagination-bullet {
  background: rgba(0, 130, 203, 0.5);
}
.swiper-images .swiper-pagination-bullet:hover {
  background: #0082cb;
}
.swiper-images .swiper-pagination-bullet-active {
  background: #0082cb;
}
.swiper-images .swiper-pagination-bullet-progress circle {
  stroke: #0082CB;
}

.swiper-gallery {
  position: relative;
}
.swiper-gallery .swiper {
  border-radius: 1.2rem;
  overflow: hidden;
  margin: 0 0 2rem;
}
.swiper-gallery .swiper-slides {
  margin: 0 0 2rem;
}
.swiper-gallery .swiper-thumbs {
  margin: -0.3rem -0.6rem;
  padding: 0.3rem;
}
.swiper-gallery .swiper-thumbs .swiper-slide {
  padding: 0 0.3rem;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  width: 33.333%;
}
.swiper-gallery .swiper-prev,
.swiper-gallery .swiper-next {
  top: calc(40% - 2rem);
}
.swiper-gallery picture {
  position: relative;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 1.2rem;
  cursor: pointer;
}
.swiper-gallery picture:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.swiper-gallery picture:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 1.2rem;
  border: 0.4rem solid #089345;
  opacity: 0;
  transition: opacity 0.25s;
}
.swiper-gallery picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}
.swiper-gallery .swiper-slide svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -2.7rem 0 0 -2.7rem;
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  color: #BCE6FF;
  will-change: transform;
  cursor: pointer;
}
.swiper-gallery .swiper-slide-thumb-active picture:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    width: 2.4rem;
    height: 2.4rem;
  }
  .swiper-gallery .swiper-prev svg,
  .swiper-gallery .swiper-next svg {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
  }
  .swiper-gallery .swiper-prev {
    left: -1.2rem;
    margin: -1.2rem 0 0 0;
  }
  .swiper-gallery .swiper-next {
    right: -1.2rem;
    margin: -1.2rem 0 0 0;
  }
  .swiper-gallery .swiper-slide svg {
    width: 3.8rem;
    height: 3.8rem;
    margin: -1.9rem 0 0 -1.9rem;
  }
}
@media (min-width: 1200px) {
  .swiper-gallery .swiper-prev,
  .swiper-gallery .swiper-next {
    width: 3rem;
    height: 3rem;
  }
  .swiper-gallery .swiper-prev svg,
  .swiper-gallery .swiper-next svg {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
  }
  .swiper-gallery .swiper-prev {
    left: -1.5rem;
    margin: -1.5rem 0 0 0;
  }
  .swiper-gallery .swiper-next {
    right: -1.5rem;
    margin: -1.5rem 0 0 0;
  }
  .swiper-gallery .swiper-slide svg {
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
  }
}

.swiper-sku {
  position: relative;
}
.swiper-sku svg.icon-video {
  transition: transform 0.25s;
}
.swiper-sku svg.icon-zoom {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
  transition: opacity 0.25s, transform 0.25s;
  opacity: 0;
  transform: scale(0);
}
.swiper-sku a {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .swiper-sku a:hover img {
    transform: scale(1.2);
  }
  .swiper-sku a:hover svg.icon-video {
    transform: scale(1.2);
  }
  .swiper-sku a:hover svg.icon-zoom {
    opacity: 1;
    transform: scale(1);
  }
  .swiper-sku picture:hover img {
    transform: scale(1.2);
  }
}
.swiper-sku .swiper-sku-slides {
  position: relative;
}
.swiper-sku .swiper-sku-slides .swiper {
  border-radius: 1.2rem;
  overflow: hidden;
}
.swiper-sku .swiper-sku-slides .swiper-prev,
.swiper-sku .swiper-sku-slides .swiper-next {
  transform: translate(0, -2.2rem);
}
.swiper-sku .swiper-sku-thumbs .swiper {
  margin: 0 -0.3rem -0.6rem;
}
.swiper-sku .swiper-sku-thumbs .swiper .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-sku .swiper-sku-thumbs .swiper .swiper-slide {
  padding: 0 0.3rem 0.6rem;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.swiper-sku .swiper-action {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.swiper-sku picture {
  position: relative;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 1.2rem;
  cursor: pointer;
}
.swiper-sku picture:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.swiper-sku picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0.32609rem solid #089345;
  opacity: 0;
  transition: opacity 0.25s;
}
.swiper-sku picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.swiper-sku picture svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -2.7rem 0 0 -2.7rem;
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  color: #BCE6FF;
  will-change: transform;
}
.swiper-sku .swiper-slide-thumb-active picture:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-sku picture svg {
    width: 3.8rem;
    height: 3.8rem;
    margin: -1.9rem 0 0 -1.9rem;
  }
}
@media (min-width: 1200px) {
  .swiper-sku .swiper-sku-thumbs .swiper {
    margin: 0 -0.3rem -0.6rem;
  }
  .swiper-sku .swiper-sku-thumbs .swiper .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-sku .swiper-sku-thumbs .swiper .swiper-slide {
    padding: 0 0.3rem 0.6rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .swiper-sku picture svg {
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
  }
}

.swiper-related {
  position: relative;
}
.swiper-related .swiper {
  overflow: hidden;
  border-radius: 0.8rem;
}
.swiper-related .swiper-slide {
  height: auto;
}
.swiper-related .swiper-prev,
.swiper-related .swiper-next {
  top: calc(25vw - 3rem);
  margin: 0;
}
@media (min-width: 768px) {
  .swiper-related .swiper-prev,
  .swiper-related .swiper-next {
    top: calc(16.6666666667vw - 3.6rem);
  }
}
@media (min-width: 992px) {
  .swiper-related .swiper-prev,
  .swiper-related .swiper-next {
    top: calc(12.5vw - 3.6rem);
  }
}
@media (min-width: 1200px) {
  .swiper-related .swiper {
    border-radius: 0.8rem;
  }
  .swiper-related .swiper-prev,
  .swiper-related .swiper-next {
    top: 11rem;
    margin: -1.8rem 0 0 0;
  }
}

.swiper-gallery .swiper-controls {
  position: relative;
}
.swiper-gallery .swiper-controls .swiper-prev,
.swiper-gallery .swiper-controls .swiper-next {
  top: 50%;
}

.swiper-thumbs picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0.32609rem solid #089345;
  opacity: 0;
  transition: opacity 0.25s;
}
.swiper-thumbs .swiper-slide-thumb-active picture:after {
  opacity: 1;
}

.swiper-gallery-sku {
  position: relative;
}
.swiper-gallery-sku svg.icon-video {
  transition: transform 0.25s;
}
.swiper-gallery-sku svg.icon-zoom {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 1000;
  transition: opacity 0.25s, transform 0.25s;
  opacity: 0;
  transform: scale(0);
}
.swiper-gallery-sku a {
  position: relative;
  display: block;
}
@media (hover: hover) {
  .swiper-gallery-sku a:hover img {
    transform: scale(1.2);
  }
  .swiper-gallery-sku a:hover svg.icon-video {
    transform: scale(1.2);
  }
  .swiper-gallery-sku a:hover svg.icon-zoom {
    opacity: 1;
    transform: scale(1);
  }
  .swiper-gallery-sku picture:hover img {
    transform: scale(1.2);
  }
}
.swiper-gallery-sku .swiper-slides {
  margin: 0;
  border-radius: 1.2rem;
}
.swiper-gallery-sku .swiper-thumbs {
  margin: 0 -0.3rem -0.6rem;
}
.swiper-gallery-sku .swiper-thumbs .swiper-slide {
  padding: 0 0.3rem 0.6rem;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
.swiper-gallery-sku .swiper-action {
  padding: 1rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.swiper-gallery-sku picture {
  position: relative;
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 1.2rem;
  cursor: pointer;
}
.swiper-gallery-sku picture:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.swiper-gallery-sku picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0.32609rem solid #089345;
  opacity: 0;
  transition: opacity 0.25s;
}
.swiper-gallery-sku picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}
.swiper-gallery-sku picture svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -2.7rem 0 0 -2.7rem;
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  color: #BCE6FF;
  will-change: transform;
}
.swiper-gallery-sku .swiper-slide-thumb-active picture:after {
  opacity: 1;
}
@media (min-width: 768px) {
  .swiper-gallery-sku picture svg {
    width: 3.8rem;
    height: 3.8rem;
    margin: -1.9rem 0 0 -1.9rem;
  }
}
@media (min-width: 1200px) {
  .swiper-gallery-sku .swiper-thumbs {
    margin: 0 -0.3rem -0.6rem;
  }
  .swiper-gallery-sku .swiper-thumbs .swiper-slide {
    padding: 0 0.3rem 0.6rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .swiper-gallery-sku picture svg {
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
  }
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0.8rem;
  background: #000;
}
.irs-grid-pol.small {
  height: 0.4rem;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.3rem;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 1rem;
  margin: 0;
  position: relative;
  background: #fff;
  border-radius: 1rem;
}
.irs .irs {
  background: none;
  margin: 0;
}

.irs-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.irs-bar {
  position: absolute;
  top: 0;
  left: 0;
  background: #06579B;
  height: 100%;
  border-radius: 1rem;
}

.irs-handle {
  position: absolute;
  top: 50%;
  left: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.irs-handle:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  margin: -1.2rem 0 0 -1.2rem;
  background: #fff;
  border: 0.4rem solid #06579B;
  transition: 0.25s;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-close-small {
    right: -0.6rem;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 3.6rem;
    opacity: 1;
    padding: 0.6rem;
    right: 0;
    top: 0;
    width: 3.6rem;
  }
  .fancybox-caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.3rem;
  max-width: 90%;
  padding: 3rem;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 13rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 11rem;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 11rem;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 1rem);
  }
}
.fancybox-content {
  overflow: visible;
  background: none;
}

.fancybox-slide {
  padding: 2.4rem;
}

.fancybox-content {
  padding: 0;
}

.fancybox-bg {
  background: rgba(36, 38, 36, 0.4);
  opacity: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

@media (hover: none) {
  .fancybox-lock {
    overflow: hidden;
  }
}

.fancybox-type-inline .fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.fancybox-image {
  border-radius: 1.2rem;
}

.fancybox-map .fancybox-bg {
  opacity: 0;
}
.fancybox-map .fancybox-bg, .fancybox-map .fancybox-stage {
  top: 5.4rem;
  left: 0;
  right: 0;
  bottom: 0;
}
.fancybox-map .fancybox-slide {
  padding: 0;
}
.fancybox-map .fancybox-content {
  padding: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .fancybox-map .fancybox-bg, .fancybox-map .fancybox-stage {
    top: 13rem;
  }
}

.fancybox-lock {
  overflow: hidden;
}

.fancybox-video, .fancybox-iframe {
  border-radius: 1.2rem;
  overflow: hidden;
}

.fancybox-is-open .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-close {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  margin: 0 0 0 1.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  color: #fff;
  transition: color 0.25s;
}
.fancybox-close svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.fancybox-close:hover {
  color: #BCE6FF;
}
@media (max-width: 767px) {
  .fancybox-close {
    top: 1.9rem;
    right: 1.9rem;
    left: auto;
    margin: 0;
  }
}

.fancybox-prev, .fancybox-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 1000;
  margin: -1.9rem 0 0 0;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  color: #BCE6FF;
  transition: color 0.25s;
}
.fancybox-prev svg, .fancybox-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-prev:hover, .fancybox-next:hover {
  color: #0082CB;
}
@media (max-width: 767px) {
  .fancybox-prev, .fancybox-next {
    width: 2.6rem;
    height: 2.6rem;
    margin: -1.3rem 0 0;
  }
}

.fancybox-prev {
  left: -8.4rem;
}
@media (max-width: 767px) {
  .fancybox-prev {
    left: -1.3rem;
  }
}

.fancybox-next {
  right: -8.4rem;
}
@media (max-width: 767px) {
  .fancybox-next {
    right: -1.3rem;
  }
}

.fancybox-download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  z-index: 1000;
  color: #0082CB;
  transition: color 0.25s;
}
.fancybox-download svg {
  display: block;
  width: 90%;
  height: 90%;
  overflow: visible;
}
.fancybox-download:hover {
  color: #BCE6FF;
}
@media (max-width: 767px) {
  .fancybox-download {
    bottom: 1.9rem;
    right: 1.9rem;
    width: 2.6rem;
    height: 2.6rem;
  }
}

.fancybox-prev, .fancybox-next, .fancybox-close, .fancybox-download {
  will-change: transform;
}

.fancybox-slide--image,
.fancybox-slide--video {
  padding: 2.4rem 10rem;
}
.fancybox-slide--image .fancybox-content,
.fancybox-slide--video .fancybox-content {
  overflow: visible;
  border-radius: 1.2rem;
}
@media (max-width: 767px) {
  .fancybox-slide--image,
  .fancybox-slide--video {
    padding: 2.4rem;
  }
}

.fancybox-slide--video .fancybox-download {
  visibility: hidden;
}

.fancybox-type-image .fancybox-toolbar,
.fancybox-type-image .fancybox-navigation,
.fancybox-type-iframe .fancybox-toolbar,
.fancybox-type-iframe .fancybox-navigation {
  display: none;
}

.fancybox-type-inline .fancybox-toolbar,
.fancybox-type-inline .fancybox-navigation {
  display: none;
}
.fancybox-type-inline .fancybox-close,
.fancybox-type-inline .fancybox-prev,
.fancybox-type-inline .fancybox-next,
.fancybox-type-inline .fancybox-download {
  display: none;
}

.fancybox-slide--image .fancybox-close {
  color: #0082CB;
}
.fancybox-slide--image .fancybox-close:hover {
  color: #BCE6FF;
}
@media (max-width: 767px) {
  .fancybox-slide--image {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }
  .fancybox-slide--image .fancybox-close {
    top: 0;
    left: 100%;
    right: auto;
    bottom: auto;
  }
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -4rem !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 0.2rem solid none;
  border-radius: 0.4rem;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 0.8rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 0.8rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 0.8rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 0.8rem;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.6rem 1.4rem;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 1rem;
  /* half the width, for centering */
  margin-left: -1rem;
  top: 0;
  width: 2rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 2rem;
  margin-top: -1rem;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 1rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 2rem;
  margin-top: -1rem;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 1rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 1rem;
  margin-left: -1rem;
  width: 2rem;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 1.2rem solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 0.3rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -0.3rem;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 0.3rem;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -0.3rem;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 1.2rem solid transparent;
  left: 0;
  top: 0;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -1rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -1rem;
}

.tooltipster-white {
  pointer-events: auto;
}
.tooltipster-white.tooltipster-right .tooltipster-arrow-border,
.tooltipster-white.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
}
.tooltipster-white.tooltipster-left .tooltipster-arrow-border,
.tooltipster-white.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
}
.tooltipster-white.tooltipster-top .tooltipster-arrow-border,
.tooltipster-white.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
}
.tooltipster-white.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-white.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.tooltipster-white .tooltipster-box {
  box-shadow: 0px 0.6rem 1.6rem rgba(0, 0, 0, 0.22);
  background: #fff;
  border: none;
  border-radius: 0.6rem;
  max-width: 34.8rem;
  margin: 0 0.8rem;
}
.tooltipster-white .tooltipster-content {
  position: relative;
  padding: 1rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 400;
  font-style: italic;
  color: rgba(7, 8, 9, 0.75);
}
.tooltipster-white .tooltipster-content p {
  margin: 0 0 1.6rem;
}
.tooltipster-white .tooltipster-content p:last-child {
  margin: 0;
}
.tooltipster-white .tooltipster-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tooltipster-white .tooltipster-content ul > li {
  margin: 0;
  padding: 0;
}
.tooltipster-white .tooltipster-content ul > li:before, .tooltipster-white .tooltipster-content ul > li:after {
  display: none;
}

[aria-expanded=true] + .ui-readmore:after {
  opacity: 0;
}

.banners {
  position: relative;
  margin: -2rem 0 3rem;
}
@media (min-width: 768px) {
  .banners {
    margin: -1rem 0 1.4rem;
  }
}
@media (min-width: 1200px) {
  .banners {
    margin: 0 0 2rem;
  }
}
.banners.is-collapsed .banners__toggle {
  position: relative;
  width: 100%;
  height: 3.4rem;
  border-radius: 0.8rem;
  top: 0;
  left: 0;
  right: 0;
  background: #CEEDFF;
}
.banners.is-collapsed .banners__toggle:before {
  display: none;
}
.banners.is-collapsed .banners__toggle-hide {
  display: none;
}
.banners.is-collapsed .banners__toggle-show {
  display: block;
}
.banners.is-collapsed .banners__swiper {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.banners__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 3rem;
  height: 2.6rem;
  background: #CEEDFF;
  color: rgba(0, 130, 203, 0.5);
  transition: color 0.25s;
  border-radius: 0 0.8rem 0 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.banners__toggle svg {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}
.banners__toggle:hover {
  color: #0082cb;
}
@media (min-width: 1200px) {
  .banners__toggle {
    right: -3rem;
    border-radius: 0 0.8rem 0.8rem 0;
    z-index: 1;
    background: none;
  }
  .banners__toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background: url("data:image/svg+xml,%3Csvg width='45' height='26' viewBox='0 0 45 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.641357 0.291665H41.4937C43.1505 0.291665 44.4937 1.63481 44.4937 3.29166V22.2917C44.4937 23.9485 43.1505 25.2917 41.4937 25.2917H14.4937V12.7917C14.1194 4.57235 8.9145 0.0621131 0.641357 0.291665Z' fill='%23CEEDFF'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 4.5rem;
    height: 100%;
  }
}

.banners__toggle-show {
  display: none;
}

.banners__swiper {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .banners__swiper {
    z-index: 2;
  }
}

.banners__item {
  background: linear-gradient(295.81deg, #E4E5E6 0%, rgba(228, 229, 230, 0) 176.41%);
  border-radius: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 0.8rem;
  aspect-ratio: 300/470;
}
@media (min-width: 768px) {
  .banners__item {
    padding: 0;
    min-height: auto;
    aspect-ratio: unset;
  }
}
@media (min-width: 1200px) {
  .banners__item {
    padding: 0;
    border-radius: 1.2rem;
  }
}

.banners__item-mark {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: none;
  color: #979797;
}
@media (min-width: 768px) {
  .banners__item-mark {
    font-size: 0.7rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .banners__item-mark {
    font-size: 1.2rem;
  }
}

.banners__item-title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.9rem;
  line-height: 1.88;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banners__item-title {
    margin: 0 0 0.8rem;
    font-size: 2.3rem;
    line-height: 1.35;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .banners__item-title {
    margin: 0 0 1.5rem;
    font-size: 4rem;
  }
}

.banners__item-list {
  margin: auto -1.2rem -2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.banners__item-list > li {
  padding: 0 1.2rem 2.4rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.banners__item-list > li:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6666 12.7499L17.7599 18.638C16.7512 19.8485 16.2468 20.4537 15.5833 20.4537C14.9198 20.4537 14.4154 19.8485 13.4067 18.638L11.3333 16.1499M7.92595 7.11015C10.1186 7.65977 12.3518 6.37042 12.9722 4.19672C14.1286 0.144551 19.8713 0.144551 21.0277 4.19672C21.6481 6.37042 23.8813 7.65977 26.074 7.11015C30.1615 6.08557 33.0328 11.0589 30.1018 14.0865C28.5294 15.7106 28.5294 18.2893 30.1018 19.9134C33.0328 22.9409 30.1615 27.9143 26.074 26.8897C23.8813 26.3401 21.6481 27.6294 21.0277 29.8031C19.8713 33.8553 14.1286 33.8553 12.9722 29.8031C12.3518 27.6294 10.1186 26.3401 7.92595 26.8897C3.83845 27.9143 0.96709 22.9409 3.89815 19.9134C5.47046 18.2893 5.47046 15.7106 3.89815 14.0865C0.967091 11.0589 3.83845 6.08557 7.92595 7.11015Z' stroke='%23070809' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
  background-size: contain;
  margin: 0 1.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .banners__item-list {
    margin: 0 -1.7rem -3.4rem;
    font-size: 0.9rem;
  }
  .banners__item-list > li {
    padding: 0 1.7rem 3.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .banners__item-list > li:before {
    width: 2rem;
    height: 2rem;
    margin: 0 1.2rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .banners__item-list {
    margin: 0 -3rem -6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .banners__item-list > li {
    padding: 0 3rem 6rem;
  }
  .banners__item-list > li:before {
    width: 3.4rem;
    height: 3.4rem;
    margin: 0 2rem 0 0;
  }
}

.banners__item-company {
  display: none;
}
@media (min-width: 768px) {
  .banners__item-company {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 100;
    padding: 0.2rem 1rem;
    margin: 0;
    border-radius: 1rem;
    height: 1.8rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.7);
    color: rgba(7, 8, 9, 0.5);
  }
}

.banners__item-token {
  display: none;
}
@media (min-width: 768px) {
  .banners__item-token {
    display: block;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 999;
  }
  .banners__item-token.is-open .banners__item-token-toggle svg:nth-of-type(1) {
    opacity: 0;
    transform: scale(0);
  }
  .banners__item-token.is-open .banners__item-token-toggle svg:nth-of-type(2) {
    opacity: 1;
    transform: scale(1);
  }
  .banners__item-token.is-open .banners__item-token-offcanvas {
    opacity: 1;
    visibility: visible;
  }
}

.banners__item-token-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  transition: color 0.25s;
  color: rgba(7, 8, 9, 0.5);
  position: relative;
}
.banners__item-token-toggle:hover {
  color: #0082CB;
}
.banners__item-token-toggle svg {
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  transition: opacity 0.25s, transform 0.25s;
}
.banners__item-token-toggle svg:nth-of-type(1) {
  opacity: 1;
  transform: scale(1);
}
.banners__item-token-toggle svg:nth-of-type(2) {
  opacity: 0;
  transform: scale(0);
}

.banners__item-token-offcanvas {
  position: absolute;
  top: 100%;
  right: 0;
  margin: 0.8rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.banners__item-token-offcanvas a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 2rem 0.6rem 0.8rem;
  background: #fff;
  border-radius: 1.2rem;
  text-decoration: none;
  color: #0082CB;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.banners__item-token-offcanvas a:hover {
  text-decoration: none;
  color: #0082CB;
}
.banners__item-token-offcanvas svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0 0.6rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.banners__item-token-offcanvas span {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.banners__item-token-copy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 2rem 0.6rem 0.8rem;
  background: #fff;
  border-radius: 1.2rem;
  text-decoration: none;
  color: #0082CB;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.banners__item-token-copy:hover {
  text-decoration: none;
  color: #0082CB;
}

.banners__item-toggle {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  z-index: 100;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.7);
  transition: background 0.25s;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  color: #0082CB;
  text-decoration: none;
}
.banners__item-toggle:hover {
  color: #0082CB;
  text-decoration: none;
  background: rgb(255, 255, 255);
}
.banners__item-toggle svg {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 0.6rem;
}
@media (min-width: 768px) {
  .banners__item-toggle {
    display: none;
  }
}

.banners__popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  z-index: 900;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.banners__popup.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .banners__popup {
    display: none;
  }
}

.banners__popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.banners__popup-offcanvas {
  border-radius: 0.8rem 0.8rem 0px 0px;
  background: #FFF;
  box-shadow: 0px -0.2rem 0.4rem 0px rgba(0, 0, 0, 0.1);
  padding: 2rem 3.2rem;
  position: relative;
  z-index: 200;
}

.banners__popup-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 100;
  color: #070809;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.banners__popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.2rem;
  left: -1.2rem;
  right: -1.2rem;
  bottom: -1.2rem;
}
.banners__popup-close svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.banners__popup-close:hover {
  opacity: 1;
}

.banners__popup-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #070809;
}
.banners__popup-menu > li {
  margin: 0 0 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.banners__popup-menu > li:last-child {
  margin: 0;
}
.banners__popup-menu a {
  color: #070809;
  text-decoration: none;
}
.banners__popup-menu a:hover {
  color: #070809;
  text-decoration: none;
}
.banners__popup-menu svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.8rem 0 0;
  color: #0082CB;
}
.banners__popup-menu mark {
  background: none;
  color: #0082CB;
}

.banners__item:has(.banners__item-image) {
  padding: 0;
}

.banners__item-image {
  display: block;
  aspect-ratio: 644/1009;
}
.banners__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .banners__item-image {
    aspect-ratio: 50/9;
  }
}

.filter {
  background: #0082CB;
  color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 2rem 2.5rem;
  margin: 0 0 3rem;
  position: relative;
}
@media (min-width: 768px) {
  .filter {
    padding: 2rem 3.2rem;
  }
}
@media (min-width: 1200px) {
  .filter {
    border-radius: 1.2rem;
    padding: 2rem 4rem;
    margin: 0 0 5rem;
  }
}

.filter__title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .filter__title {
    margin: 0 0 2rem;
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .filter__title {
    font-size: 2.6rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 1rem;
  }
}

.filter__data .row {
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.5rem -1rem;
}
.filter__data .row > [class^=col] {
  position: static;
  padding: 0 0.5rem 1rem;
}
@media (min-width: 768px) {
  .filter__data .row {
    margin: 0 -1rem -1rem;
  }
  .filter__data .row > [class^=col] {
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 1200px) {
  .filter__data .row {
    margin: 0 -1.25rem -1rem;
  }
  .filter__data .row > [class^=col] {
    padding: 0 1.25rem 1rem;
  }
  .filter__data .row-xl-gutter-60 {
    margin: 0 -2.5rem -1rem;
  }
  .filter__data .row-xl-gutter-60 > [class^=col] {
    padding: 0 2.5rem 1rem;
  }
  .filter__data .row-xl-gutter-70 {
    margin: 0 -3.5rem -1rem;
  }
  .filter__data .row-xl-gutter-70 > [class^=col] {
    padding: 0 3.5rem 1rem;
  }
}

.filter__data .row.filter_bottom {
  align-items: flex-end;
}

.filter__data-group {
  margin: 0 0 1.4rem;
}
.filter__data-group:last-child {
  margin: 0;
}

.filter__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  opacity: 0.7;
  margin: 0 0 0.6rem;
}
@media (min-width: 768px) {
  .filter__label {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .filter__label {
    font-size: 1.4rem;
  }
}

.filter__tooltip {
  margin: 0 0 0 1rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
}
.filter__tooltip svg {
  display: block;
  width: 100%;
  height: 100%;
}

.filter__caption {
  display: block;
  font-size: 1.3rem;
  line-height: 1.54;
  font-weight: 400;
  font-style: italic;
  opacity: 0.7;
  margin: 0;
}

.filter__input {
  display: block;
  border: 1px solid transparent;
  background: #4CA7DA;
  border-radius: 0.6rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #06579B;
  width: 100%;
  height: 3.4rem;
  transition: background 0.25s;
}
.filter__input:-ms-input-placeholder {
  color: #06579B;
  transition: opacity 0.25s;
}
.filter__input::placeholder {
  color: #06579B;
  transition: opacity 0.25s;
}
.filter__input:focus {
  background-color: #fff;
}
.filter__input:focus:-ms-input-placeholder {
  opacity: 0;
}
.filter__input:focus::placeholder {
  opacity: 0;
}
@media (min-width: 768px) {
  .filter__input {
    font-size: 1.4rem;
  }
}

.filter__range input {
  border: none;
  width: 100%;
  height: 1rem;
  border-radius: 1rem;
  opacity: 0;
}
.filter__range .irs {
  background: #fff;
}
.filter__range .irs-bar {
  background: #06579B;
}
.filter__range .irs-handle:hover:before {
  border-color: #0082CB;
}

.filter__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid transparent;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 0.5rem 1.5rem;
  height: 3.4rem;
  min-width: 8.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.filter__btn:hover {
  text-decoration: none;
}
.filter__btn--fullwidth {
  width: 100%;
}
.filter__btn--light {
  background: #CEEDFF;
  color: #0082CB;
}
.filter__btn--light:hover {
  background: #fff;
  color: #0082CB;
}
.filter__btn--outline {
  border-color: #8BC8EA;
  color: #8BC8EA;
}
.filter__btn--outline:hover {
  border-color: #fff;
  color: #fff;
}
.filter__btn--submit, .filter__btn--reset {
  width: 100%;
}
@media (min-width: 768px) {
  .filter__btn {
    font-size: 1.2rem;
  }
  .filter__btn--fullwidth {
    min-width: 23.4rem;
  }
}
@media (min-width: 1200px) {
  .filter__btn {
    font-size: 1.4rem;
  }
  .filter__btn--fullwidth {
    min-width: 21.2rem;
  }
  .filter__btn--submit {
    min-width: 14.9rem;
  }
  .filter__btn--reset {
    min-width: 21.2rem;
  }
}

.filter__search .filter__input {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.625 16.4377C13.491 16.4377 16.625 13.4529 16.625 9.77104C16.625 6.08914 13.491 3.10437 9.625 3.10437C5.75901 3.10437 2.625 6.08914 2.625 9.77104C2.625 13.4529 5.75901 16.4377 9.625 16.4377Z' stroke='%2306579B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3751 18.1044L14.5688 14.4794' stroke='%2306579B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  padding-right: 4rem;
}
.filter__search .filter__btn {
  width: 100%;
}
@media (min-width: 768px) {
  .filter__search .filter__input {
    width: calc(100% + 1rem);
  }
  .filter__search .filter__btn {
    min-width: 10.7rem;
  }
  .filter__search--fullwidth .filter__input {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .filter__search .filter__input {
    width: calc(100% + 1.5rem);
  }
  .filter__search .filter__btn {
    min-width: 10.7rem;
  }
  .filter__search--fullwidth .filter__input {
    width: 100%;
  }
}

.filter__size .filter__label {
  margin: 0 0 0.6rem;
  font-style: normal;
}
.filter__size .filter__label:last-child {
  margin: 0;
}
.filter__size .row {
  margin: 0 -0.5rem -0.6rem;
}
.filter__size .row > [class^=col] {
  padding: 0 0.5rem 0.6rem;
  position: relative;
}
@media (min-width: 1200px) {
  .filter__size .filter__label {
    font-style: italic;
  }
  .filter__size .row-xl-gutter-30 {
    margin: 0 -1.5rem;
  }
  .filter__size .row-xl-gutter-30 > [class^=col] {
    padding: 0 1.5rem;
  }
  .filter__size .row-xl-gutter-25 {
    margin: 0 -1.25rem;
  }
  .filter__size .row-xl-gutter-25 > [class^=col] {
    padding: 0 1.25rem;
  }
}

.filter__fromto .row {
  margin: 0 -1.5rem;
}
.filter__fromto .row > [class^=col] {
  padding: 0 1.5rem;
}
.filter__fromto .row > [class^=col]:after {
  content: "—";
  display: block;
  position: absolute;
  top: 0;
  right: -1.5rem;
  width: 3rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #fff;
}
.filter__fromto .row > [class^=col]:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .filter__fromto .row > [class^=col]:after {
    font-size: 1.6rem;
  }
}

.filter__collapse.is-open .filter__collapse-toggle-icon svg {
  transform: rotate(180deg);
}

.filter__collapse-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  min-height: 2.4rem;
  cursor: pointer;
  color: #CEEDFF;
  transition: color 0.25s;
}
.filter__collapse-toggle:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .filter__collapse-toggle {
    display: none;
  }
}

.filter__collapse-toggle-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
}

.filter__collapse-toggle-icon {
  margin: 0 0 0 1rem;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.filter__collapse-toggle-icon svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.25s;
}

.filter__collapse-content {
  position: relative;
  top: 1rem;
  padding: 0 0 1rem;
  display: none;
  line-height: 1;
}
@media (min-width: 768px) {
  .filter__collapse-content {
    position: relative;
    top: 0;
    padding: 0;
    display: block;
  }
}

.filter__switch {
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 0 0 0 1px #BCE6FF;
  border-radius: 0.6rem;
  overflow: hidden;
}

.filter__switch-check {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #BCE6FF;
}
.filter__switch-check:last-child {
  border: none;
}

.filter__switch-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.filter__switch-check-input:checked ~ .filter__switch-check-btn {
  background: #BCE6FF;
  color: #0082CB;
}

.filter__switch-check-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  height: 3.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  text-align: left;
  white-space: nowrap;
  color: #BCE6FF;
  transition: color 0.25s, background 0.25s;
}
.filter__switch-check-btn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .filter__switch-check-btn {
    padding: 0.4rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .filter__switch-check-btn {
    font-size: 1.4rem;
  }
}

.filter__onpage {
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px #BCE6FF;
  border-radius: 0.6rem;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .filter__onpage {
    margin: 0.4rem 0 0.8rem;
    vertical-align: top;
  }
}

@media (max-width: 991px) {
  .filter__onpage {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .filter__onpage  {
    margin: 0 0 1rem;
  }
}

.filter__onpage-check {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #BCE6FF;
}
.filter__onpage-check:last-child {
  border: none;
}

.filter__onpage-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.filter__onpage-check-input:checked ~ .filter__onpage-check-btn {
  background: #BCE6FF;
  color: #0082CB;
}

.filter__onpage-check-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  height: 3.4rem;
  width: 3.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  text-align: left;
  white-space: nowrap;
  color: #BCE6FF;
  transition: color 0.25s, background 0.25s;
}
.filter__onpage-check-btn:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .filter__onpage-check-btn {
    font-size: 1.4rem;
    width: 4.5rem;
  }
}
@media (min-width: 768px) {
  .filter__onpage-check-btn {
    padding: 0.4rem 1.2rem;
    width: 4.9rem;
  }
}

.filter__select {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0;
}
.filter__select select {
  width: 100%;
  height: 3.4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  border: none;
  box-shadow: 0px 1px 1px #EBEBEB;
  border-radius: 0.6rem;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #BCE6FF url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.512281 1.49011L4.5368 5.49795C4.66476 5.62535 4.83249 5.68911 5.00026 5.68911C5.16795 5.68911 5.33555 5.62546 5.46357 5.49805L9.48816 1.49022C9.74418 1.23526 9.74418 0.821933 9.48816 0.567081C9.23225 0.312249 8.81723 0.312249 8.56121 0.567081L5.00024 4.11329L1.43915 0.566994C1.18325 0.312141 0.768191 0.312141 0.512281 0.566994C0.25614 0.821803 0.25614 1.23517 0.512281 1.49011Z' fill='%230082CB'/%3E%3C/svg%3E%0A") right 1.5rem center no-repeat;
  color: transparent;
  overflow: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filter__select select {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .filter__select select {
    font-size: 1.4rem;
  }
}
.filter__select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .filter__select .selectric-wrapper {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .filter__select .selectric-wrapper {
    font-size: 1.4rem;
  }
}
.filter__select .selectric {
  position: relative;
  overflow: hidden;
  background: #BCE6FF;
  border: none;
  border-radius: 0.6rem;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  height: 3.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0082CB;
}
.filter__select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter__select .selectric .arrow {
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 100%;
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter__select .selectric .arrow svg {
  position: relative;
  display: block;
  transition: transform 0.25s;
}
.filter__select .selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1rem 0 0 0;
  box-shadow: 0px 10rem 8rem rgba(0, 0, 0, 0.07), 0px 4.17776rem 3.34221rem rgba(0, 0, 0, 0.0503198), 0px 2.23363rem 1.7869rem rgba(0, 0, 0, 0.0417275), 0px 1.25216rem 1.00172rem rgba(0, 0, 0, 0.035), 0px 0.66501rem 0.53201rem rgba(0, 0, 0, 0.0282725), 0px 0.27673rem 0.22138rem rgba(0, 0, 0, 0.0196802);
  background: #DEF3FF;
  color: rgba(0, 130, 203, 0.5);
  border-radius: 0.6rem;
  z-index: 100;
  width: auto !important;
  min-width: 100%;
  overflow: hidden;
}
.filter__select .selectric-items .selectric-scroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 46.8rem;
}
.filter__select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filter__select .selectric-items li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  min-height: 3.4rem;
  transition: color 0.25s, background 0.25s;
}
.filter__select .selectric-items li:last-child {
  border: none;
}
.filter__select .selectric-items li:hover {
  background: #BCE6FF;
  color: #0082CB;
}
.filter__select .selectric-items li.selected {
  background: #BCE6FF;
  color: #0082CB;
}
.filter__select .selectric-items li.disabled {
  display: none !important;
}
.filter__select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
  padding-left: 3rem;
}
.filter__select .selectric-items .ui-select-group-label {
  pointer-events: none;
}
.filter__select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.filter__select .selectric-hide-select select {
  position: absolute;
  left: -999.9rem;
}
.filter__select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.filter__select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.filter__select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  pointer-events: none !important;
  visibility: hidden !important;
}
.filter__select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.filter__select .selectric-multiple .selectric-checkbox {
  display: block;
  position: relative;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 1.7rem 0 0;
  border: 1px solid rgba(0, 130, 203, 0.5);
  color: #fff;
  transition: 0.25s;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.filter__select .selectric-multiple .selectric-checkbox svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.25s;
  width: 1.2rem;
  height: 0.8rem;
  margin: -0.4rem 0 0 -0.6rem;
}
.filter__select .selectric-multiple .selectric-items ul > li.selected .selectric-checkbox {
  background: #0082CB;
  border-color: #0082CB;
}
.filter__select .selectric-multiple .selectric-items ul > li.selected .selectric-checkbox svg {
  opacity: 1;
}
.filter__select .selectric-open {
  z-index: 9999;
}
.filter__select .selectric-open .selectric .arrow svg {
  transform: rotate(180deg);
}
.filter__select .selectric-open .selectric-items {
  display: block;
}
.filter__select .selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter__line {
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid rgba(188, 230, 255, 0.3);
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .filter__line {
    margin: 1.4rem 0;
  }
}
@media (min-width: 1200px) {
  .filter__line {
    margin: 1.5rem 0 1rem;
  }
}

.filter__sorting {
  position: relative;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .filter__sorting  {
    margin: 0;
  }
}
.filter__sorting .filter__switch {
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .filter__sorting .filter__switch  {
    margin: 0;
  }
}
.filter__sorting .row {
  margin: 0;
}
.filter__sorting .row > [class^=col] {
  padding: 0;
  position: static;
}
@media (min-width: 768px) {
  .filter__sorting {
    padding: 0.4rem 0 0.8rem;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .filter__sorting .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -1rem;
  }
  .filter__sorting .row > [class^=col] {
    padding: 0 1rem;
    position: static;
  }
  .filter__sorting .filter__switch {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .filter__sorting {
    padding: 0;
  }
  .filter__sorting .row {
    margin: 0 -1.5rem;
  }
  .filter__sorting .row > [class^=col] {
    padding: 0 1.5rem;
    position: static;
  }
}

.filter__view {
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.6rem;
  overflow: hidden;
  margin: 0 0 0 0.6rem;
}
@media (max-width: 768px) {
  .filter__view  {
    margin: 0 0 1rem;
  }
}
@media (min-width: 768px) {
  .filter__view {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: inset 0 0 0 1px #BCE6FF;
    margin: 0;
  }
}

.filter__view-check {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  cursor: pointer;
  margin: 0 0.6rem 0 0;
}
@media (max-width: 768px) {
  .filter__view-check  {
    -ms-flex: 0;
    flex: 0;
  }
}
.filter__view-check:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .filter__view-check {
    margin: 0;
  }
}

.filter__view-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.filter__view-check-input:checked ~ .filter__view-check-btn {
  background: #BCE6FF;
  color: #0082CB;
}

.filter__view-check-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  height: 3.4rem;
  width: 3.4rem;
  border: 1px solid #BCE6FF;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  color: #BCE6FF;
  transition: color 0.25s, background 0.25s;
}
.filter__view-check-btn svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.filter__view-check-btn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .filter__view-check-btn {
    border: none;
    width: 4.9rem;
    height: 3.4rem;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .filter__view-check-btn {
    width: 4.5rem;
  }
}

.filter__pagination {
  background: rgba(240, 240, 240, 0.3);
  border-radius: 0.6rem;
  padding: 0.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__pagination-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  height: 2.8rem;
  overflow: hidden;
  position: relative;
  padding: 0 6rem 0 0;
  min-width: 12.4rem;
}
.filter__pagination-menu > li {
  -ms-flex: 1;
  flex: 1;
  margin: 0 1px 0 0;
}
.filter__pagination-menu > li:last-child {
  margin: 0;
}
.filter__pagination-menu > li:nth-last-of-type(2) {
  margin: 0;
  position: absolute;
  top: 0;
  right: 3rem;
}
.filter__pagination-menu > li:nth-last-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .filter__pagination-menu {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .filter__pagination-menu {
    padding: 0 5.6rem 0 0;
    min-width: auto;
  }
  .filter__pagination-menu > li:nth-last-of-type(2) {
    right: 2.8rem;
  }
}

.filter__pagination-prev,
.filter__pagination-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #0082CB;
  transition: color 0.25s, background 0.25s;
}
.filter__pagination-prev:hover,
.filter__pagination-next:hover {
  background: #fff;
  color: #0082CB;
}
@media (max-width: 767px) {
  .filter__pagination-prev,
  .filter__pagination-next {
    width: 1.8rem;
    height: 2.8rem;
  }
}

.filter__pagination-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #06579B;
  transition: color 0.25s, background 0.25s;
}
.filter__pagination-link:hover {
  text-decoration: none;
  color: #06579B;
  background: #fff;
}
.filter__pagination-link.is-active {
  text-decoration: none;
  color: #06579B;
  background: #BCE6FF;
}
@media (max-width: 767px) {
  .filter__pagination-link {
    width: 2.6rem;
    height: 2.8rem;
  }
}

.filter__group--max {
  max-width: 17.4rem;
  margin: 0 auto;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .filter__group--max {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .filter__group {
    min-width: 17.4rem;
    width: 17.4rem;
    white-space: nowrap;
  }
}

.filter__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-transform: uppercase;
  color: #CEEDFF;
  min-height: 2rem;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .filter__toggle {
    font-size: 1.3rem;
    min-height: 2.4rem;
    color: rgba(255, 255, 255, 0.7);
    -ms-flex-direction: row;
    flex-direction: row;
    transition: color 0.25s;
    padding: 0;
  }
  .filter__toggle:hover {
    color: rgb(255, 255, 255);
  }
}

.filter__toggle-icon {
  width: 1.6rem;
  height: 1.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 1rem;
  position: relative;
  top: 0;
}
.filter__toggle-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .filter__toggle-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 1rem 0 0;
  }
}

.filter__toggle-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
}

.filter__data-head {
  margin: 0 0 1.4rem;
}
.filter__data-head .row {
  -ms-flex-align: center;
  align-items: center;
}
.filter__data-head .filter__title {
  margin: 0;
}
@media (min-width: 768px) {
  .filter__data-head {
    margin: 0 0 0.8rem;
  }
}
@media (min-width: 1200px) {
  .filter__data-head {
    margin: 0 0 1.6rem;
  }
}

@media (min-width: 1200px) {
  .filter__data-body .row {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .filter__data-body .filter__btn--submit {
    min-width: auto;
  }
  .filter__data-body .filter__btn--reset {
    min-width: auto;
  }
}

.filter__data-advanced {
  display: none;
}

@media (min-width: 1200px) {
  .filter__action .row {
    margin: 0 -0.7rem;
  }
  .filter__action .row > [class^=col] {
    padding: 0 0.7rem;
  }
}

.company {
  margin: 0 0 3rem;
  position: relative;
}
@media (min-width: 1200px) {
  .company {
    margin: 0 0 5rem;
  }
}

.company__title {
  display: block;
  margin: 0 0 2.2rem;
  font-size: 1.7rem;
  line-height: 1.58;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .company__title {
    font-size: 2.2rem;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .company__title {
    font-size: 2.6rem;
    line-height: 1.25;
    font-weight: 600;
    max-width: 60rem;
    margin: 0 0 2rem;
  }
}

.company__swiper {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .company__swiper {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .company__swiper {
    margin: 0 0 0 0.5rem;
  }
}

.company__image {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  height: 20.8rem;
  position: relative;
}
.company__image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .company__image {
    height: 25.5rem;
  }
}
@media (min-width: 1200px) {
  .company__image {
    height: 23.7rem;
  }
}

.company__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.02em;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .company__text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    max-width: 60rem;
  }
}

.company__action {
  font-size: 1.1rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .company__action {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

.featured {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .featured {
    margin: 0 0 3rem;
  }
}

.featured__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .featured__title {
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .featured__title {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
}

.featured__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #070809;
  height: 100%;
}
.featured__item:hover {
  text-decoration: none;
  color: #0082CB;
}

.featured__item-image {
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  border-radius: 1.2rem;
  margin: 0 0 1rem;
}
.featured__item-image:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.featured__item-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured__item-mark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: #089345;
  color: #fff;
  height: 1.8rem;
  min-width: 3.5rem;
  padding: 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border-radius: 1rem;
}

.featured__item-category {
  display: block;
  margin: 0 0 1.2rem;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #089345;
}

.featured__item-title {
  display: block;
  margin: auto 0 0 0;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
}

.benefits {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .benefits {
    margin: 0 0 4rem;
  }
}
@media (min-width: 1200px) {
  .benefits {
    margin: 0 0 5rem;
  }
}

.benefits__title {
  display: block;
  margin: 0 0 2.8rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .benefits__title {
    margin: 0 0 2.6rem;
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .benefits__title {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.benefits__list {
  margin: 0 -0.7rem -3rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits__list > li {
  padding: 0 0.7rem 3rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .benefits__list {
    margin: 0 -1rem -2.4rem;
  }
  .benefits__list > li {
    padding: 0 1rem 2.4rem;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .benefits__list {
    margin: 0 -1.5rem -3rem;
  }
  .benefits__list > li {
    padding: 0 1.5rem 3rem;
  }
}

.benefits__item {
  text-align: center;
}
@media (min-width: 768px) {
  .benefits__item {
    margin: 0 -0.5rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item {
    margin: 0;
  }
}

.benefits__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1.4rem;
  height: 12.5rem;
}
.benefits__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .benefits__item-image {
    height: 10.7rem;
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .benefits__item-image {
    height: 19.4rem;
    margin: 0 0 2rem;
  }
}

.benefits__item-title {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .benefits__item-title {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
  }
}

.numbers {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .numbers {
    margin: 0 0 5rem;
  }
}

.numbers__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.numbers__list > li {
  margin: 0 0 3rem;
}
.numbers__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .numbers__list {
    margin: 0 -1.2rem -3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .numbers__list > li {
    padding: 0 1.2rem 3rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .numbers__list {
    margin: 0 -2rem -4rem;
  }
  .numbers__list > li {
    padding: 0 2rem 4rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.numbers__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.numbers__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: 0 2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.numbers__item-icon img, .numbers__item-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .numbers__item-icon {
    margin: 0 1.2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .numbers__item-icon {
    width: 6.7rem;
    height: 6.7rem;
    margin: 0 2rem 0 0;
  }
}

.numbers__item-desc {
  -ms-flex: 1;
  flex: 1;
}

.numbers__item-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  color: #0082CB;
}
@media (min-width: 1200px) {
  .numbers__item-title {
    margin: 0 0 0.5rem;
    font-size: 3.8rem;
  }
}

.numbers__item-text {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
  opacity: 0.7;
}
.numbers__item-text b {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .numbers__item-text {
    font-size: 1.4rem;
    line-height: 1.71;
  }
}

.delivery {
  margin: 0 0 3rem;
}
.delivery .row {
  margin: 0;
}
.delivery .row > [class^=col] {
  padding: 0;
}
@media (min-width: 1200px) {
  .delivery {
    margin: 0 0 5rem;
  }
}

.delivery__title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.7rem;
  line-height: 1.59;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .delivery__title {
    font-size: 2.2rem;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .delivery__title {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.delivery__image {
  border-radius: 0.8rem;
  margin: 0 0 2rem;
  overflow: hidden;
}
.delivery__image img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .delivery__image {
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .delivery__image {
    margin: 0 -6.5rem 0 0;
  }
}

.delivery__list {
  margin: 0 -1rem -2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.delivery__list > li {
  padding: 0 1rem 2rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .delivery__list {
    margin: 0 0 -2.5rem;
    display: block;
    columns: 5;
    column-gap: 3rem;
  }
  .delivery__list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 2.5rem;
    padding: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .delivery__list {
    margin: 0 -1.5rem -2.5rem;
    padding: 0 4rem 0 13rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    columns: unset;
    column-gap: unset;
  }
  .delivery__list > li {
    padding: 0 1.5rem 2.5rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.delivery__country {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.delivery__country-image {
  width: 3.2rem;
  height: 2.4rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #E4E5E6;
}
.delivery__country-image img, .delivery__country-image svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .delivery__country-image {
    width: 2.8rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .delivery__country-image {
    width: 4rem;
    height: 3rem;
    margin: 0 1.5rem 0 0;
  }
}

.delivery__country-title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .delivery__country-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.contacts {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .contacts {
    margin: 0 0 5rem;
  }
}

.contacts__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .contacts__title {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .contacts__title {
    font-size: 3.8rem;
  }
}

.contacts__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts__list > li {
  margin: 0 0 3rem;
}
.contacts__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .contacts__list > li {
    margin: 0;
  }
  .contacts__list > li:last-child {
    margin: 0;
  }
  .contacts__list > li:nth-of-type(even) .contacts__item .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .contacts__list > li:nth-of-type(even) .contacts__item-desc {
    background: linear-gradient(295.81deg, #CEEDFF 0%, rgba(206, 237, 255, 0) 176.41%);
    padding: 4.8rem 2rem;
  }
}
@media (min-width: 1200px) {
  .contacts__list > li:nth-of-type(even) .contacts__item-desc {
    padding: 4.8rem 3rem 4.8rem 6rem;
  }
}

.contacts__item .row {
  margin: 0;
}
.contacts__item .row > [class^=col] {
  padding: 0;
}

.contacts__item-title {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.7rem;
  line-height: 1.59;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .contacts__item-title {
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .contacts__item-title {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
}

.contacts__item-desc {
  padding: 0 0 2rem;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  min-height: 100%;
}
@media (min-width: 768px) {
  .contacts__item-desc {
    margin: 0;
    padding: 0 3rem 3rem 0;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .contacts__item-desc {
    font-size: 1.8rem;
    line-height: 1.333;
    font-weight: 400;
    padding: 0 3rem 3rem 0;
  }
}

.contacts__item-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 0 1.6rem;
}
.contacts__item-table:last-child {
  margin: 0;
}
.contacts__item-table > tbody > tr > td {
  vertical-align: top;
  padding: 0 1rem 2rem;
}
.contacts__item-table > tbody > tr > td:first-of-type {
  white-space: nowrap;
  padding-left: 0;
  color: #838384;
}
.contacts__item-table > tbody > tr > td:last-of-type {
  padding-right: 0;
  width: 100%;
}
.contacts__item-table > tbody > tr:last-of-type > td {
  padding-bottom: 0;
}
.contacts__item-table mark {
  background: none;
  color: inherit;
  display: inline;
  color: #838384;
}
@media (min-width: 768px) {
  .contacts__item-table {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .contacts__item-table > tbody > tr > td {
    padding: 0 1.5rem 2.5rem;
  }
  .contacts__item-table > tbody > tr > td:first-of-type {
    padding-left: 0;
  }
  .contacts__item-table > tbody > tr > td:last-of-type {
    padding-right: 0;
  }
  .contacts__item-table > tbody > tr:last-of-type > td {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contacts__item-table mark {
    display: inline;
  }
}

@media (min-width: 768px) {
  .contacts__item-companies {
    padding: 1rem 0 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .contacts__item-companies {
    padding: 1rem 0 0;
    margin: 0 0 -1rem;
  }
}

.contacts__item-companies-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contacts__item-companies-title {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .contacts__item-companies-title {
    margin: 0 0 3rem;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
  }
}

.contacts__item-companies-list {
  margin: 0 -1rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.contacts__item-companies-list > li {
  padding: 0 1rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 1200px) {
  .contacts__item-companies-list {
    margin: 0 -1.5rem;
  }
  .contacts__item-companies-list > li {
    padding: 0 1.5rem;
  }
}

.contacts__item-companies-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: cener;
  justify-content: cener;
}
.contacts__item-companies-image img {
  display: block;
}

.contacts__item-phones {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.contacts__item-phones > tbody > tr > td {
  padding: 0 0.5rem;
}
.contacts__item-phones > tbody > tr > td:first-of-type {
  padding-left: 0;
}
.contacts__item-phones > tbody > tr > td:last-of-type {
  color: #838384;
  padding-right: 0;
}
@media (min-width: 768px) {
  .contacts__item-phones {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .contacts__item-phones {
    display: block;
  }
  .contacts__item-phones > tbody, .contacts__item-phones > tbody > tr, .contacts__item-phones > tbody > tr > td {
    display: block;
    padding: 0;
  }
}

.contacts__item-address {
  display: block;
  margin: 0 0 1.4rem;
  font-style: normal;
}
.contacts__item-address:last-child {
  margin: 0;
}
.contacts__item-address p {
  margin: 0 0 1rem;
}
.contacts__item-address p:last-child {
  margin: 0;
}
.contacts__item-address a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #087EC5;
  text-decoration: none;
  transition: color 0.25s;
  white-space: nowrap;
}
.contacts__item-address a svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 1rem;
}
.contacts__item-address a:hover {
  color: #0b9df5;
  text-decoration: none;
}

.contacts__item-email {
  color: #087EC5;
  text-decoration: none;
  transition: color 0.25s;
}
.contacts__item-email:hover {
  color: #0b9df5;
  text-decoration: none;
}

.contacts__item-text {
  display: block;
  margin: 0;
  color: #838384;
}
.contacts__item-map {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .contacts__item-map {
    min-height: 28.4rem;
  }
}
@media (min-width: 1200px) {
  .contacts__item-map {
    min-height: 36.4rem;
  }
}

.contacts__item-map-container {
  display: block;
  height: 26rem;
  background: rgba(0, 0, 0, 0.08);
  margin: 0 -3.2rem;
  -ms-flex: 1;
  flex: 1;
}
.contacts__item-map-container [class*=gotoymaps],
.contacts__item-map-container [class*=gototaxi],
.contacts__item-map-container [class*=gototech],
.contacts__item-map-container [class*=copyright] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.contacts__item-map-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .contacts__item-map-container {
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
  }
}

.contacts__item-map-action {
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.contacts__item-map-action .ui-btn {
  min-width: 15.5rem;
}
@media (min-width: 768px) {
  .contacts__item-map-action {
    left: 2rem;
    bottom: 2rem;
  }
}

.projects {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .projects {
    margin: 0 0 5rem;
  }
}

.projects__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.88;
  font-weight: 600;
}
.projects__title a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  text-decoration: none;
  color: #070809;
  transition: color 0.25s;
}
.projects__title a:hover {
  text-decoration: none;
  color: #0082CB;
}
.projects__title svg.icon-target {
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 -0.7rem;
  top: -0.5em;
  left: 0.7rem;
}
@media (min-width: 768px) {
  .projects__title {
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
  }
  .projects__title svg.icon-target {
    width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 1200px) {
  .projects__title {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .projects__title svg.icon-target {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.projects__list {
  margin: 0 -0.7rem -1.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.projects__list > li {
  padding: 0 0.7rem 1.4rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .projects__list {
    margin: 0 -1rem -2rem;
  }
  .projects__list > li {
    padding: 0 1rem 2rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .projects__list {
    margin: 0 -3rem -1.5rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .projects__list > li {
    padding: 0 3rem 1.5rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
}

.projects__item {
  display: block;
  text-decoration: none;
  color: #070809;
  text-align: center;
  max-width: 14rem;
  margin: 0 auto;
  transition: color 0.25s;
}
@media (min-width: 1200px) {
  .projects__item {
    max-width: 21.2rem;
  }
}

a.projects__item:hover {
  color: #00a3fe;
}
a.projects__item:hover .projects__item-image img, a.projects__item:hover .projects__item-image svg {
  color: #00a3fe;
}

.projects__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1rem;
  border-radius: 0.8rem;
  height: 7rem;
}
.projects__item-image img, .projects__item-image svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: color 0.25s;
  color: #0082CB;
}
.projects__item-image img path[fill="#0082CB"], .projects__item-image svg path[fill="#0082CB"] {
  fill: currentColor;
}
.projects__item-image:empty {
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' d='M32.5607 2.56066C33.1464 1.97487 33.1464 1.02513 32.5607 0.43934C31.9749 -0.146447 31.0251 -0.146447 30.4393 0.43934L16.5 14.3787L2.56066 0.43934C1.97487 -0.146447 1.02513 -0.146447 0.439341 0.43934C-0.146446 1.02513 -0.146446 1.97487 0.439341 2.56066L14.3787 16.5L0.43934 30.4393C-0.146447 31.0251 -0.146447 31.9749 0.43934 32.5607C1.02513 33.1464 1.97487 33.1464 2.56066 32.5607L16.5 18.6213L30.4393 32.5607C31.0251 33.1464 31.9749 33.1464 32.5607 32.5607C33.1464 31.9749 33.1464 31.0251 32.5607 30.4393L18.6213 16.5L32.5607 2.56066Z' fill='%230082CB'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.6rem 2.6rem;
}
@media (min-width: 768px) {
  .projects__item-image {
    height: 7.8rem;
  }
}
@media (min-width: 1200px) {
  .projects__item-image {
    margin: 0 0 0.5rem;
    height: 12.8rem;
  }
}

.projects__item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.79;
  font-weight: 600;
}
.projects__item-title svg.icon-target {
  width: 0.7rem;
  height: 0.7rem;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 0.5rem;
  top: -0.5em;
}
@media (min-width: 768px) {
  .projects__item-title {
    font-size: 1.5rem;
    line-height: 1.67;
    font-weight: 600;
    margin: 0 0 0.4rem;
  }
}
@media (min-width: 1200px) {
  .projects__item-title {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
  }
  .projects__item-title svg.icon-target {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.projects__item-text {
  display: block;
  margin: 0 1px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #070809;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .projects__item-text {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
  }
}

.subsc {
  position: relative;
  padding: 2.4rem;
  margin: 0 0 3rem;
  border-radius: 0.8rem;
  background: #DEF1FB url(../images/bg-subsc.svg) 50% 0 repeat-x;
}
@media (min-width: 768px) {
  .subsc {
    padding: 3rem;
  }
}
@media (min-width: 1200px) {
  .subsc {
    padding: 4rem;
    margin: 0 0 3rem;
  }
  .subsc .row {
    margin: 0 -3rem;
  }
  .subsc .row > [class^=col] {
    padding: 0 3rem;
  }
}

.subsc__title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #06579B;
}
@media (min-width: 768px) {
  .subsc__title {
    font-size: 1.5rem;
    line-height: 1.33;
    font-weight: 600;
    margin: 0 0 0.8rem;
  }
}
@media (min-width: 1200px) {
  .subsc__title {
    margin: 0 0 1.5rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
    letter-spacing: 0;
  }
}

.subsc__text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
  opacity: 0.7;
  position: relative;
  left: 1px;
}
@media (min-width: 768px) {
  .subsc__text {
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .subsc__text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.subsc__field {
  margin: 0 0 1rem;
}
.subsc__field .ui-validate {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .subsc__field {
    margin: 0 0 1.8rem;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .subsc__field {
    margin: 0 0 1.8rem;
  }
}

.subsc__input {
  display: block;
  width: 100%;
  margin: 0 0 1.6rem;
  padding: 0.5rem 1.5rem;
  height: 3.4rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E4E5E6;
  box-shadow: 0px 1px 1px #EBEBEB;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #070809;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.subsc__input:-ms-input-placeholder {
  color: #070809;
  transition: opacity 0.25s;
}
.subsc__input::placeholder {
  color: #070809;
  transition: opacity 0.25s;
}
.subsc__input:focus:-ms-input-placeholder {
  opacity: 0.5;
}
.subsc__input:focus::placeholder {
  opacity: 0.5;
}
.subsc__input.is-error {
  border-color: var(--color-error);
  box-shadow: none;
}
@media (min-width: 768px) {
  .subsc__input {
    -ms-flex: 1;
    flex: 1;
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 1200px) {
  .subsc__input {
    margin: 0 2rem 0 0;
  }
}

.subsc__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 3.4rem;
  background: #0082CB;
  color: #fff;
  border-radius: 0.6rem;
  padding: 0.5rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.25s, background 0.25s;
}
.subsc__btn:hover {
  background: #00a3fe;
  color: #fff;
}
@media (min-width: 768px) {
  .subsc__btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    min-width: 16rem;
  }
}
@media (min-width: 1200px) {
  .subsc__btn {
    min-width: 16.8rem;
  }
}

.subsc__accept {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(0, 130, 203, 0.5);
}
.subsc__accept a {
  color: rgba(0, 130, 203, 0.5);
  text-decoration: underline;
  transition: color 0.25s;
}
.subsc__accept a:hover {
  color: #0082cb;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .subsc__accept {
    margin: 0;
    max-width: 38rem;
  }
}
@media (min-width: 1200px) {
  .subsc__accept {
    max-width: 49.4rem;
  }
}

.subsc__decor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}
.subsc__decor img, .subsc__decor svg {
  display: block;
}
@media (min-width: 768px) {
  .subsc__decor {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    max-width: 13.5rem;
  }
}
@media (min-width: 1200px) {
  .subsc__decor {
    right: 4rem;
    bottom: 2rem;
    max-width: 16.5rem;
  }
}

.sitemap {
  margin: 0 0 5rem;
}
.sitemap__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .sitemap__title {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .sitemap__title {
    font-size: 3.8rem;
  }
}

.sitemap__grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap__grid > li {
  margin: 0 0 1.5rem;
}
.sitemap__grid > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .sitemap__grid {
    margin: 0 -1.2rem -2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sitemap__grid > li {
    padding: 0 1.2rem 2.4rem;
    margin: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .sitemap__grid {
    margin: 0 -1.5rem -3rem;
  }
  .sitemap__grid > li {
    padding: 0 1.5rem 3rem;
  }
}

@media (min-width: 768px) {
  .sitemap__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
}

.sitemap__item-title {
  display: block;
  margin: 0 0 1rem;
}
.sitemap__item-title:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .sitemap__item-title {
    margin: 0 0 1.4rem;
  }
  .sitemap__item-title:last-child {
    margin: 0;
  }
}

.sitemap__item-title-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #EFF9FF;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  min-height: 5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #06579B;
  text-decoration: none;
  transition: background 0.25s;
}
.sitemap__item-title-link:hover {
  background: #E0F4FF;
  color: #06579B;
}
@media (min-width: 768px) {
  .sitemap__item-title-link {
    min-height: 4rem;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 0.8rem 1.4rem;
  }
}
@media (min-width: 1200px) {
  .sitemap__item-title-link {
    min-height: 7.1rem;
    padding: 2rem 3.6rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.sitemap__item-menu {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid #DEF3FF;
  border-radius: 0.8rem;
}
.sitemap__item-menu > li.is-open > .sitemap__item-menu-link svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .sitemap__item-menu {
    padding: 1.4rem 0;
    -ms-flex: 1;
    flex: 1;
  }
  .sitemap__item-menu > li {
    margin: 0 0 0.4rem;
  }
  .sitemap__item-menu > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .sitemap__item-menu {
    padding: 2rem 0;
  }
  .sitemap__item-menu > li {
    margin: 0;
  }
}

.sitemap__item-menu-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #0082CB;
  text-decoration: none;
  padding: 1.2rem 2rem;
  border-radius: 0.8rem;
  min-height: 4.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  transition: background 0.25s;
}
.sitemap__item-menu-link:hover {
  background: #F3FBFF;
  color: #0082CB;
  text-decoration: none;
}
.sitemap__item-menu-link svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  transition: transform 0.25s;
}
@media (min-width: 768px) {
  .sitemap__item-menu-link {
    padding: 0.6rem 1rem 0.6rem 1.4rem;
    font-size: 1.2rem;
    line-height: 1.67;
    font-weight: 400;
    letter-spacing: -0.02em;
    min-height: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .sitemap__item-menu-link {
    padding: 1.2rem 3.6rem;
    min-height: 4.8rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.sitemap__item-menu-dropdown {
  display: none;
}
.sitemap__item-menu-dropdown .sitemap__item-menu {
  border: none;
  padding: 1rem 0 1rem 1.4rem;
}

.breadcrumbs {
  margin: 0 0 1rem;
}

.breadcrumbs__menu {
  margin: 0 0 -0.5rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #0082CB;
}
.breadcrumbs__menu > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0 0.5rem;
}
.breadcrumbs__menu > li:after {
  content: " / ";
  display: block;
  width: 1.4rem;
  text-align: center;
}
.breadcrumbs__menu > li:last-child .breadcrumbs__link {
  cursor: default;
}
.breadcrumbs__menu > li:last-child:after {
  display: none;
}
.breadcrumbs__menu > li.is-open .breadcrumbs__dropdown {
  opacity: 1;
  visibility: visible;
}

.breadcrumbs__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.2rem 1.8rem 1.2rem 1.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0.4rem 0.8rem rgba(0, 0, 0, 0.1), 0px -1px 0.4rem rgba(0, 0, 0, 0.08);
  border-radius: 0.6rem;
  z-index: 101;
  margin: 0;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  width: 28rem;
  max-width: 50vw;
}
.breadcrumbs__dropdown:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1rem;
}

.breadcrumbs__submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: normal;
}
.breadcrumbs__submenu > li {
  margin: 0 0 1rem;
}
.breadcrumbs__submenu > li:last-child {
  margin: 0;
}

.breadcrumbs__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0082CB;
  transition: color 0.25s;
  cursor: pointer;
}
.breadcrumbs__link svg {
  display: block;
  width: 1rem;
  height: 0.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.5rem 0 0;
}
.breadcrumbs__link:hover {
  text-decoration: none;
  color: #00a3fe;
}

.article {
  margin: 0 0 3rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.article h1 {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
}
.article h2 {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.article mark {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #089345;
  background: none;
}
.article p {
  margin: 0 0 1rem;
  opacity: 0.7;
}
.article p + mark {
  padding: 2rem 0 0;
}
.article strong {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.article picture {
  overflow: hidden;
  margin: 0 0 1.4rem;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.2rem;
  width: 100%;
  min-height: 20.8rem;
  background: rgba(0, 0, 0, 0.08);
}
.article picture img {
  display: block;
  width: 100%;
  object-fit: cover;
  -ms-flex: 1;
  flex: 1;
}
.article time {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #089345;
}
.article .ui-link {
  margin: 2rem 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .article h1 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 3rem;
  }
  .article h2 {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 600;
    margin: 0 0 1rem;
  }
  .article mark {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
  }
  .article time {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .article p {
    margin: 0 0 2rem;
  }
  .article strong {
    margin: 0 0 2rem;
  }
  .article picture {
    min-height: 27.2rem;
    margin: 0 0 1.4rem;
  }
  .article picture.pull-left {
    float: left;
    max-width: 28.8rem;
    margin-right: 3rem;
  }
  .article picture.pull-right {
    float: right;
    max-width: 28.8rem;
    margin-left: 3rem;
  }
}
@media (min-width: 1200px) {
  .article {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 5rem;
  }
  .article h1 {
    font-size: 3.8rem;
  }
  .article h2 {
    margin: 0 0 2rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
    letter-spacing: 0;
  }
  .article mark {
    margin: 0 0 1rem;
  }
  .article p {
    margin: 0 0 2rem;
  }
  .article strong {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 600;
    letter-spacing: 0;
  }
  .article p + strong {
    padding: 1rem 0 0 0;
  }
  .article picture {
    margin: 0 0 2rem;
  }
  .article picture.pull-left {
    max-width: 57.2rem;
    margin-right: 4rem;
  }
  .article picture.pull-right {
    max-width: 57.2rem;
    margin-left: 4rem;
  }
}

.news {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .news {
    margin: 0 0 5rem;
  }
}

.news__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
}
@media (min-width: 768px) {
  .news__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .news__title {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.news__item {
  display: block;
  text-decoration: none;
  color: #070809;
  border: 1px solid #E4E5E6;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  min-height: 100%;
}
.news__item:hover {
  text-decoration: none;
  color: #070809;
}

.news__item-image {
  background: rgba(0, 0, 0, 0.08);
  height: 20.8rem;
}
.news__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .news__item-image {
    height: 21.1rem;
  }
}
@media (min-width: 1200px) {
  .news__item-image {
    height: 24rem;
  }
}

.news__item-desc {
  padding: 2rem 1.6rem;
}
@media (min-width: 768px) {
  .news__item-desc {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .news__item-desc {
    padding: 2rem 2.5rem;
  }
}

.news__item-time {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #089345;
}
@media (min-width: 768px) {
  .news__item-time {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 1200px) {
  .news__item-time {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
}

.news__item-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 768px) {
  .news__item-title {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .news__item-title {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
  }
}

.news__item-text {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .news__item-text {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .news__item-text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    max-height: 7.2rem;
  }
}

.news__item-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #0082CB;
  transition: color 0.25s;
}
.news__item-link svg {
  width: 0.5rem;
  height: 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 1rem;
}
.news__item-link:hover {
  color: #00a3fe;
}

.library {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .library {
    margin: 0 0 5rem;
  }
}

.library__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .library__title {
    margin: 0 0 3rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .library__title {
    font-size: 3.8rem;
  }
}

.library__subtitle {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 600;
}
@media (min-width: 768px) {
  .library__subtitle {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .library__subtitle {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.library__menu {
  margin: 0 -0.3rem -0.6rem;
  padding: 0 0 3rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.library__menu > li {
  padding: 0 0.3rem 0.6rem;
  -ms-flex: 0 0 14.285%;
  flex: 0 0 14.285%;
  max-width: 14.285%;
}
.library__menu > li:last-of-type {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
}
@media (min-width: 768px) {
  .library__menu {
    margin: 0 -0.7rem -1.4rem;
  }
  .library__menu > li {
    padding: 0 0.7rem 1.4rem;
    -ms-flex: 0 0 8.333%;
    flex: 0 0 8.333%;
    max-width: 8.333%;
  }
}
@media (min-width: 1200px) {
  .library__menu {
    margin: 0 -0.9rem -1.8rem;
  }
  .library__menu > li {
    padding: 0 0.9rem 1.8rem;
    -ms-flex: 0 0 5.555%;
    flex: 0 0 5.555%;
    max-width: 5.555%;
  }
}

.library__menu-btn {
  height: 3.8rem;
  width: 100%;
  padding: 0.4rem 1.2rem;
  background: #DFF3FF;
  color: #070809;
  border-radius: 0.456rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  transition: color 0.25s, background 0.25s;
  cursor: pointer;
}
.library__menu-btn:hover, .library__menu-btn.is-active {
  background: #0082CB;
  color: #fff;
}
@media (min-width: 768px) {
  .library__menu-btn {
    height: 4.5rem;
    padding: 0.4rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .library__menu-btn {
    height: 5rem;
  }
}

.library__wrapper {
  position: relative;
}

.library__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin: 0 0 2rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
}
.library__content:last-child {
  margin: 0;
}
.library__content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.library__content dfn {
  font-style: normal;
  font-weight: 600;
}
.library__content p {
  margin: 0 0 2rem;
}
.library__content p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .library__content dfn {
    font-weight: 700;
  }
  .library__content p {
    margin: 0 0 1.4rem;
  }
  .library__content p:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .library__content {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 400;
  }
  .library__content dfn {
    font-weight: 600;
  }
  .library__content p {
    margin: 0 0 2rem;
  }
  .library__content p:last-child {
    margin: 0;
  }
}

.faq {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .faq {
    margin: 0 0 5rem;
  }
}

.faq__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 600;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .faq__title {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.faq__notice {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #06579B;
}
@media (min-width: 1200px) {
  .faq__notice {
    margin: 0 0 3rem;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
  }
}

.faq__grid .row {
  margin: 0 -1rem -1rem;
}
.faq__grid .row > [class^=col] {
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .faq__grid .row {
    margin: 0 -1.4rem -1.4rem;
  }
  .faq__grid .row > [class^=col] {
    padding: 0 1.4rem 1.4rem;
  }
}
@media (min-width: 1200px) {
  .faq__grid .row {
    margin: 0 -3rem -3rem;
  }
  .faq__grid .row > [class^=col] {
    padding: 0 3rem 3rem;
  }
}

.faq__item {
  margin: 0 0 1rem;
}
.faq__item:last-child {
  margin: 0;
}
.faq__item.is-open .faq__item-icon svg path:nth-of-type(1) {
  opacity: 0;
  transform: rotate(90deg);
}
.faq__item.is-open .faq__item-icon:before {
  transform: rotate(90deg);
  opacity: 0;
}
.faq__item:hover .faq__item-icon {
  background: #0082CB;
  color: #fff;
}
@media (min-width: 768px) {
  .faq__item {
    margin: 0 0 1.4rem;
  }
  .faq__item:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .faq__item {
    margin: 0 0 3rem;
  }
  .faq__item:last-child {
    margin: 0;
  }
}

.faq__item-toggle {
  position: relative;
  padding: 1.4rem 7.6rem 1.4rem 2.2rem;
  background: #EBF8FF;
  color: #0082CB;
  border-radius: 0.8rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .faq__item-toggle {
    padding: 1.4rem 12rem 1.4rem 2.2rem;
  }
}
@media (min-width: 1200px) {
  .faq__item-toggle {
    padding: 1.4rem 7.6rem 1.4rem 2.2rem;
  }
}

.faq__item-title {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .faq__item-title {
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1200px) {
  .faq__item-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.faq__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  width: 3.2rem;
  height: 3.2rem;
  margin: -1.6rem 0 0 0;
  border-radius: 50%;
  transition: color 0.25s, background 0.25s;
  color: #06579B;
}
.faq__item-icon svg {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
.faq__item-icon svg path {
  transition: opacity 0.25s, transform 0.25s;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
@media (min-width: 1900px) {
  .faq__item-icon svg {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
  }
}

.faq__item-content {
  background: #FFFFFF;
  border: 1px solid #E4E5E6;
  border-radius: 0.8rem;
  padding: 1.6rem 2.2rem;
  position: relative;
  top: 1.4rem;
  margin: 0 0 2.8rem;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: none;
}
.faq__item-content p {
  margin: 0 0 1rem;
}
.faq__item-content p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .faq__item-content {
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .faq__item-content {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 400;
  }
  .faq__item-content p {
    margin: 0 0 2rem;
  }
  .faq__item-content p:last-child {
    margin: 0;
  }
}

.articles {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .articles {
    margin: 0 0 5rem;
  }
}

.articles__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.45;
  font-weight: 600;
}
@media (min-width: 768px) {
  .articles__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .articles__title {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.articles__item {
  display: block;
  text-decoration: none;
  color: #070809;
  border: 1px solid #E4E5E6;
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  min-height: 100%;
}
.articles__item:hover {
  text-decoration: none;
  color: #070809;
}
@media (min-width: 768px) {
  .articles__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    background: none;
  }
}

.articles__item-image {
  background: rgba(0, 0, 0, 0.08);
  height: 20.8rem;
}
.articles__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .articles__item-image {
    width: 21.6rem;
    height: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 2.4rem 0 0;
    overflow: hidden;
    border-radius: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .articles__item-image {
    width: 24.4rem;
    margin: 0 3rem 0 0;
  }
}

.articles__item-desc {
  padding: 2rem 1.6rem;
}
@media (min-width: 768px) {
  .articles__item-desc {
    padding: 0;
    -ms-flex: 1;
    flex: 1;
  }
}
.articles__item-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 768px) {
  .articles__item-title {
    margin: 0 0 1.5rem;
    font-size: 1.8rem;
    line-height: 1.39;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .articles__item-title {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
  }
}

.articles__item-text {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 6.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .articles__item-text {
    margin: 0 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .articles__item-text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    max-height: 7.2rem;
  }
}

.articles__item-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #0082CB;
  text-decoration: none;
  transition: color 0.25s;
}
.articles__item-link svg {
  width: 0.5rem;
  height: 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 1rem;
}
.articles__item-link:hover {
  color: #00a3fe;
  text-decoration: none;
}

.catalog {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .catalog {
    margin: 0 0 5rem;
  }
}

.catalog__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .catalog__title {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .catalog__title {
    font-size: 3.8rem;
  }
}

.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog__list > li {
  margin: 0 0 2rem;
}
.catalog__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .catalog__list {
    margin: 0 -1.2rem -2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog__list > li {
    padding: 0 1.2rem 2.4rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .catalog__list {
    margin: 0 -1.5rem -3rem;
  }
  .catalog__list > li {
    padding: 0 1.5rem 3rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.catalog__item {
  background: #F8FCFE;
  border: 1px solid #0082CB;
  border-radius: 1.2rem;
  min-height: 100%;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .catalog__item {
    padding: 2rem;
  }
}
.catalog__item-head {
  padding: 0 0 1rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #0082CB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.catalog__item-head:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .catalog__item-head {
    padding: 0 0 2rem;
    margin: 0 0 1.4rem;
  }
  .catalog__item-head:last-child {
    padding: 0 0 2rem;
    margin: 0;
    border-bottom: 1px solid #0082CB;
  }
}
@media (min-width: 1200px) {
  .catalog__item-head {
    padding: 0 0 2rem;
    margin: 0 0 2rem;
  }
  .catalog__item-head:last-child {
    padding: 0 0 2rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #0082CB;
  }
}

.catalog__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.catalog__item-icon img, .catalog__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .catalog__item-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 1.4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .catalog__item-icon {
    width: 6rem;
    height: 6rem;
    margin: 0 2rem 0 0;
  }
  .catalog__item-icon img {
    width: 110%;
    height: 110%;
    max-width: none;
    max-height: none;
  }
  .catalog__item-icon img.icon-preformi_n {
    max-width: 100%;
    max-height: 100%;
  }
}

.catalog__item-title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .catalog__item-title {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .catalog__item-title {
    font-size: 2rem;
    font-weight: 600;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: auto;
  }
}

.catalog__item-title-link {
  text-decoration: none;
  color: #06579B;
}
.catalog__item-title-link:hover {
  text-decoration: none;
  color: #0873cc;
}

.catalog__item-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog__item-menu > li {
  margin: 0 0 0.5rem;
}
.catalog__item-menu > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .catalog__item-menu {
    padding: 0 0 0 0.5rem;
  }
  .catalog__item-menu > li {
    margin: 0 0 0.6rem;
  }
  .catalog__item-menu > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .catalog__item-menu {
    padding: 0 0 0 1rem;
  }
  .catalog__item-menu > li {
    margin: 0 0 1rem;
  }
  .catalog__item-menu > li:last-child {
    margin: 0;
  }
}

.catalog__item-menu-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #0082CB;
  transition: color 0.25s;
}
.catalog__item-menu-link:hover {
  text-decoration: none;
  color: #00a3fe;
}

.catalog__item-menu-link-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1rem 0 0;
}
.catalog__item-menu-link-icon img, .catalog__item-menu-link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .catalog__item-menu-link-icon {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 1.4rem 0 0;
  }
  .catalog__item-menu-link-icon img {
    width: 137.5%;
    height: 137.5%;
    max-width: none;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .catalog__item-menu-link-icon {
    margin: 0 2.5rem 0 0;
  }
}

.catalog__item-menu-link-title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .catalog__item-menu-link-title {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .catalog__item-menu-link-title {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
  }
}

.documents {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .documents {
    margin: 0 0 5rem;
  }
}

.documents__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .documents__title {
    font-size: 2.2rem;
    line-height: 1.36;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .documents__title {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
}

.documents__menu {
  margin: 0 -0.45rem -0.9rem;
  padding: 0 0 2rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.documents__menu > li {
  padding: 0 0.45rem 0.9rem;
}
@media (min-width: 768px) {
  .documents__menu {
    margin: 0 -0.7rem -1.4rem;
  }
  .documents__menu > li {
    padding: 0 0.7rem 1.4rem;
  }
}
@media (min-width: 1200px) {
  .documents__menu {
    margin: 0 -1.5rem -3rem;
    padding: 0 0 3rem;
  }
  .documents__menu > li {
    padding: 0 1.5rem 3rem;
  }
}

.documents__menu-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  padding: 0.4rem 1.5rem;
  height: 4rem;
  border-radius: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0;
  background: #E4F5FF;
  color: #06579B;
  transition: background 0.25s, color 0.25s;
}
.documents__menu-btn:hover {
  background: #0082CB;
  color: #fff;
}
.documents__menu-btn.is-active {
  background: #089345;
  color: #fff;
}
@media (min-width: 768px) {
  .documents__menu-btn {
    height: 4.4rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.3rem;
    line-height: 1.25;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .documents__menu-btn {
    height: 5rem;
    padding: 0.8rem 1.5rem;
  }
}

.documents__wrapper {
  position: relative;
}

.documents__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.documents__content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s, visibility 0.25s;
}

.documents__item {
  display: block;
  text-decoration: none;
}
.documents__item:hover {
  text-decoration: none;
}
.documents__item:hover .documents__item-image {
  filter: grayscale(0%);
}

.documents__item-image {
  border-radius: 0.8rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
  position: relative;
  border: 1px solid #E4E5E6;
  filter: grayscale(100%);
  transition: filter 0.25s;
}
.documents__item-image:before {
  content: "";
  float: left;
  padding: 146% 0 0 0;
}
.documents__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .documents__item-image {
    border-radius: 1.2rem;
  }
}

.vacancies {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .vacancies {
    margin: 0 0 5rem;
  }
}

.vacancies__title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .vacancies__title {
    margin: 0 0 2rem;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .vacancies__title {
    margin: 0 0 2.4rem;
    font-size: 3.4rem;
  }
}

.vacancies__subtitle {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .vacancies__subtitle {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .vacancies__subtitle {
    margin: 0 0 3rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
    letter-spacing: 0;
    max-width: 74rem;
  }
}

.vacancies__email {
  display: none;
}
@media (min-width: 768px) {
  .vacancies__email {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #0082CB;
  }
  .vacancies__email b, .vacancies__email a {
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .vacancies__email {
    margin: 0 0 3rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.vacancies__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vacancies__list > li {
  margin: 0 0 1rem;
}
.vacancies__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .vacancies__list {
    margin: 0 -1.3rem -2.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vacancies__list > li {
    padding: 0 1.3rem 2.6rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .vacancies__list {
    margin: 0 -1.5rem -3rem;
  }
  .vacancies__list > li {
    padding: 0 1.5rem 3rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.vacancies__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #070809;
  text-decoration: none;
  background: #fff;
  border: 1px solid #E4E5E6;
  border-radius: 0.6rem;
  padding: 2rem 3rem;
  transition: background 0.25s, border-color 0.25s;
}
@media (min-width: 768px) {
  .vacancies__item {
    min-height: 15.3rem;
    height: 100%;
  }
}

.vacancies__item-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.03em;
}
@media (min-width: 1200px) {
  .vacancies__item-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.03em;
  }
}

.vacancies__item-status {
  display: block;
  margin: auto 0 0 0;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #089345;
  background: none;
}

.team {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .team {
    margin: 0 0 5rem;
  }
}

.team__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.59;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .team__title {
    font-size: 2.2rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .team__title {
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
}

.team__list {
  margin: 0 -1.2rem -3rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team__list > li {
  padding: 0 1.2rem 3rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .team__list {
    margin: 0 -1.3rem -3rem;
  }
  .team__list > li {
    padding: 0 1.3rem 3rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .team__list {
    margin: 0 -1.5rem -3rem;
    padding: 0 0 0 2rem;
  }
  .team__list > li {
    padding: 0 1.5rem 3rem;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.team__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.team__item-title {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .team__item-title {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .team__item-title {
    font-size: 1.8rem;
  }
}

.team__item-position {
  display: block;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: italic;
  color: rgba(7, 8, 9, 0.7);
  margin: 0;
}
@media (min-width: 768px) {
  .team__item-position {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .team__item-position {
    font-size: 1.6rem;
    line-height: 1.31;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
  }
}

.team__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: italic;
  color: rgba(7, 8, 9, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*-ms-flex: 1;
  flex: 1;*/
}
.team__item-list > li {
  margin: 0 0 0.5rem;
}
.team__item-list > li:last-child {
  margin: 0;
}
.team__item-list a {
  text-decoration: none;
  color: #0082CB;
  transition: color 0.25s;
}
.team__item-list a:hover {
  text-decoration: none;
  color: #00a3fe;
}
@media (min-width: 768px) {
  .team__item-list {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
  }
  .team__item-list > li {
    margin: 0 0 1rem;
  }
  .team__item-list > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .team__item-list {
    font-size: 1.6rem;
    line-height: 1.31;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
  }
}

.feedback {
  margin: 0 0 3rem;
  padding: 2rem 2.5rem 2.5rem;
  background: #0082CB;
  border-radius: 0.8rem;
  color: #fff;
}
@media (min-width: 768px) {
  .feedback {
    padding: 2rem 3.2rem;
  }
}
@media (min-width: 1200px) {
  .feedback {
    padding: 1.8rem 4rem;
    margin: 0 0 3rem;
  }
}
.feedback--collapse {
  display: none;
}

.feedback__title {
  display: block;
  margin: 0 0 1.8rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (min-width: 768px) {
  .feedback__title {
    margin: 0 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1.78;
    font-weight: 600;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .feedback__title {
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.feedback__form .row {
  margin: 0 -1.5rem;
}
.feedback__form .row > [class^=col] {
  padding: 0 1.5rem;
}
.feedback__form .ui-validate {
  color: rgba(255, 255, 255, 0.5);
}

.feedback__field {
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .feedback__field {
    margin: 0 0 1.4rem;
  }
}

.feedback__input,
.feedback__textarea {
  display: block;
  margin: 0;
  padding: 0.5rem 1.5rem;
  height: 3.4rem;
  width: 100%;
  border: 1px solid #4CA7DA;
  background: #4CA7DA;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #06579B;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}
.feedback__input:-ms-input-placeholder,
.feedback__textarea:-ms-input-placeholder {
  color: #06579B;
  transition: opacity 0.25s;
}
.feedback__input::placeholder,
.feedback__textarea::placeholder {
  color: #06579B;
  transition: opacity 0.25s;
}
.feedback__input:focus,
.feedback__textarea:focus {
  background: #fff;
  border-color: #fff;
}
.feedback__input:focus:-ms-input-placeholder,
.feedback__textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.feedback__input:focus::placeholder,
.feedback__textarea:focus::placeholder {
  opacity: 0;
}
.feedback__input.is-error,
.feedback__textarea.is-error {
  border-color: var(--color-error);
}

.feedback__textarea {
  min-height: 8rem;
  height: 8rem;
  min-width: 100%;
  max-width: 100%;
  resize: none;
}

.feedback__accept {
  margin: 0 0 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.feedback__accept a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.25s;
}
.feedback__accept a:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .feedback__accept {
    font-size: 1.3rem;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: -0.02em;
    max-width: 39.4rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .feedback__accept {
    max-width: none;
  }
}

.feedback__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.4rem;
  width: 100%;
  background: #CEEDFF;
  color: #0082CB;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border-radius: 0.6rem;
  padding: 0.5rem 1.5rem;
  transition: background 0.25s, color 0.25s;
}
.feedback__btn:hover {
  background: #fff;
  color: #0082CB;
}
@media (min-width: 768px) {
  .feedback__btn {
    height: 4rem;
    min-width: 14.5rem;
    font-size: 1.4rem;
  }
}

.services {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .services {
    margin: 0 0 5rem;
  }
}

.services__title {
  display: block;
  margin: 0 0 3rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .services__title {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .services__title {
    font-size: 3.8rem;
  }
}

.services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services__list > li {
  margin: 0 0 3rem;
}
.services__list > li:last-child {
  margin: 0;
}

.services__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1.4rem 0 0;
}
.services__item-image img {
  display: block;
}
@media (min-width: 768px) {
  .services__item-image {
    width: 15.6rem;
    margin: 0 1.2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .services__item-image {
    width: 22.5rem;
    margin: 0 3rem 0 0;
  }
}

.services__item-desc {
  -ms-flex: 1;
  flex: 1;
}

.services__item-title {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
}
@media (min-width: 768px) {
  .services__item-title {
    margin: 0 0 0.8rem;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .services__item-title {
    margin: 0 0 1rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.services__item-mark {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: italic;
  color: #089345;
  background: none;
}
@media (min-width: 768px) {
  .services__item-mark {
    margin: 0 0 1.4rem;
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
  }
}
@media (min-width: 1200px) {
  .services__item-mark {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
  }
}

.services__item-text {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .services__item-text {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.services__item-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  color: #0082CB;
  transition: color 0.25s;
}
.services__item-link svg {
  display: block;
  width: 0.5rem;
  height: 1rem;
  margin: 0 0 0 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.services__item-link:hover {
  text-decoration: none;
  color: #00a3fe;
}

.services-article {
  margin: 0 0 3rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.services-article h1 {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
}
.services-article h2 {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
}
.services-article h3 {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.services-article mark {
  display: block;
  margin: 0 0 0.6rem;
  font-size: 1rem;
  line-height: 1.58;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #089345;
  background: none;
}
.services-article em {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: italic;
}
.services-article picture {
  overflow: hidden;
  margin: 0 0 2rem;
  border-radius: 1.2rem;
  width: 100%;
}
.services-article picture img {
  display: block;
  width: 100%;
  object-fit: cover;
  -ms-flex: 1;
  flex: 1;
}
.services-article p {
  margin: 0 0 1rem;
  color: rgba(7, 8, 9, 0.7);
}
.services-article ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: rgba(7, 8, 9, 0.7);
}
.services-article ul > li {
  position: relative;
  padding: 0 0 0 1.7rem;
}
.services-article ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.35rem 0 0 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #0082CB;
}
.services-article a {
  text-decoration: none;
  color: #06579B;
}
.services-article a:hover {
  text-decoration: none;
  color: #06579B;
}
.services-article .row {
  clear: both;
  margin: 0 -0.6rem;
}
.services-article .row > [class^=col] {
  padding: 0 0.6rem;
}
.services-article .swiper-images {
  margin: 0 0 2rem;
}
.services-article .swiper-images .swiper {
  border-radius: 1.2rem;
}
.services-article .swiper-images picture {
  margin: 0;
}
.services-article .swiper-images picture img {
  min-height: 20.8rem;
}
@media (min-width: 768px) {
  .services-article h1 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 3rem;
  }
  .services-article h2 {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
    margin: 0 0 3rem;
  }
  .services-article h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 2rem;
  }
  .services-article mark {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
  }
  .services-article em {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
  }
  .services-article p {
    margin: 0 0 2rem;
  }
  .services-article ul {
    margin: 0 0 2rem;
    columns: 2;
    column-gap: 2rem;
    clear: both;
  }
  .services-article ul > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .services-article .swiper-images {
    margin: 0 0 2.4rem;
  }
  .services-article .swiper-images--right {
    float: right;
    margin-left: 2.4rem;
    max-width: 33.3333%;
  }
  .services-article .swiper-images--left {
    float: right;
    margin-left: 2.4rem;
    max-width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .services-article {
    margin: 0 0 5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .services-article h1 {
    margin: 0 0 3rem;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 600;
  }
  .services-article h2 {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .services-article h3 {
    margin: 0 0 2rem;
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
  }
  .services-article em {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-style: italic;
    margin: 0 0 3rem;
  }
  .services-article mark {
    margin: 0 0 1rem;
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .services-article p {
    margin: 0 0 2rem;
  }
  .services-article ul {
    margin: 0 0 2rem;
    columns: unset;
    clear: none;
  }
  .services-article ul > li {
    display: block;
  }
  .services-article .row {
    margin: 0 -3rem;
  }
  .services-article .row > [class^=col] {
    padding: 0 3rem;
  }
  .services-article .row .row {
    margin: 0 -0.5rem;
  }
  .services-article .row .row > [class^=col] {
    padding: 0 0.5rem;
  }
  .services-article .swiper-images {
    margin: 0 0 3rem;
    width: auto;
  }
  .services-article .swiper-images--right {
    float: right;
    margin-left: 6rem;
    max-width: calc(50% - 3rem);
  }
  .services-article .swiper-images--left {
    float: left;
    margin-right: 6rem;
    max-width: calc(50% - 3rem);
  }
}

.equipment {
  margin: 0 0 3rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.equipment h2 {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}
.equipment h3 {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.equipment mark {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  color: #06579B;
  background: none;
  max-width: 52rem;
}
.equipment p {
  margin: 0 0 1rem;
  color: rgba(7, 8, 9, 0.7);
}
.equipment ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: rgba(7, 8, 9, 0.7);
}
.equipment ul > li {
  margin: 0 0 1rem;
}
.equipment ul > li:last-child {
  margin: 0;
}
.equipment picture {
  overflow: hidden;
  margin: 0;
  border-radius: 1.2rem;
  width: 100%;
}
.equipment picture img {
  display: block;
  width: 100%;
  object-fit: cover;
  -ms-flex: 1;
  flex: 1;
}
.equipment .row {
  margin: 0 -0.6rem -1rem;
}
.equipment .row > [class^=col] {
  padding: 0 0.6rem 1rem;
}
@media (min-width: 768px) {
  .equipment h2 {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
    margin: 0 0 2rem;
  }
  .equipment h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 1.4rem;
  }
  .equipment mark {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .equipment .row {
    margin: 0 -1.5rem;
  }
  .equipment .row > [class^=col] {
    padding: 0 1.5rem;
  }
  .equipment .row .row {
    margin: 0 -0.5rem;
  }
  .equipment .row .row > [class^=col] {
    padding: 0 0.5rem;
  }
  .equipment .row.row-bordered > [class^=col] {
    border-right: 1px solid #E4E5E6;
  }
  .equipment .row.row-bordered > [class^=col]:last-child {
    border: none;
  }
}
@media (min-width: 1200px) {
  .equipment {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 5rem;
  }
  .equipment h2 {
    margin: 0 0 3rem;
    font-size: 3.4rem;
    line-height: 1;
    font-weight: 600;
  }
  .equipment mark {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
    max-width: none;
  }
  .equipment .row {
    margin: 0 -3rem;
  }
  .equipment .row > [class^=col] {
    padding: 0 3rem;
  }
  .equipment .row .row {
    margin: 0 -1.5rem;
  }
  .equipment .row .row > [class^=col] {
    padding: 0 1.5rem;
  }
  .equipment .row.row-bordered > [class^=col] {
    border-right: 1px solid #E4E5E6;
  }
  .equipment .row.row-bordered > [class^=col]:last-child {
    border: none;
  }
}

.examples {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .examples {
    margin: 0 0 5rem;
  }
}

.examples__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .examples__title {
    margin: 0 0 2rem;
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .examples__title {
    margin: 0 0 3rem;
    font-size: 3.4rem;
  }
}

.examples__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.examples__list > li {
  margin: 0 0 3rem;
}
.examples__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .examples__list {
    margin: 0 -1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .examples__list > li {
    padding: 0 1.5rem;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #E4E5E6;
  }
  .examples__list > li:last-child {
    border: none;
  }
}
@media (min-width: 1200px) {
  .examples__list {
    margin: 0;
  }
  .examples__list > li {
    padding: 3rem 0;
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    border-top: 1px solid #E4E5E6;
  }
  .examples__list > li:last-child {
    border-top: 1px solid #E4E5E6;
  }
}

.examples__item {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.examples__item .row {
  margin: 0 -0.6rem;
}
.examples__item .row > [class^=col] {
  padding: 0 0.6rem;
}
.examples__item picture {
  overflow: hidden;
  margin: 0 0 2rem;
  border-radius: 1.2rem;
  width: 100%;
}
.examples__item picture img {
  display: block;
  width: 100%;
  object-fit: cover;
  -ms-flex: 1;
  flex: 1;
}
.examples__item h3 {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.examples__item ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  color: rgba(7, 8, 9, 0.7);
}
.examples__item ul > li {
  margin: 0 0 1rem;
}
.examples__item ul > li:last-child {
  margin: 0;
}
.examples__item p {
  margin: 0 0 1rem;
  color: rgba(7, 8, 9, 0.7);
}
.examples__item p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .examples__item h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
    min-height: 4.8rem;
  }
}
@media (min-width: 1200px) {
  .examples__item h3 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
    min-height: auto;
  }
  .examples__item picture {
    margin: 0;
  }
  .examples__item .row {
    margin: 0 -3rem;
  }
  .examples__item .row > [class^=col] {
    padding: 0 3rem;
  }
  .examples__item .row .row {
    margin: 0 -1.5rem;
  }
  .examples__item .row .row > [class^=col] {
    padding: 0 1.5rem;
  }
}

.tech {
  margin: 0 0 3rem;
}
@media (min-width: 768px) {
  .tech .row {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .tech {
    margin: 0 0 5rem;
  }
  .tech .row {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.tech__title {
  display: block;
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .tech__title {
    margin: 0 0 2rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .tech__title {
    font-size: 3.8rem;
    margin: 0 0 2.5rem;
  }
}

.tech__error {
  display: block;
  margin: 0 0 2rem;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .tech__error {
    margin: 0 0 2.5rem;
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .tech__error {
    margin: 0 0 2rem;
    font-size: 7.2rem;
  }
}

.tech__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -1.2rem 2rem;
  position: relative;
  top: 0;
  left: 0;
}
.tech__image img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .tech__image {
    margin: 0 -1.6rem;
    top: 1.4rem;
    left: 0.8rem;
  }
  .tech__image img {
    max-width: 33.9rem;
  }
}
@media (min-width: 1200px) {
  .tech__image {
    margin: 0 0 -2.8rem -3.6rem;
    position: relative;
    top: 2.2rem;
    left: 0;
  }
  .tech__image img {
    max-width: 60.4rem;
  }
}

.tech__text {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .tech__text {
    font-size: 1.8rem;
    line-height: 1.44;
    font-weight: 600;
    margin: 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .tech__text {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 0 0 3rem;
  }
}

.tech__list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.tech__list > li {
  margin: 0 0 1.4rem;
}
.tech__list > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .tech__list {
    margin: 0 -3rem 2rem 0;
  }
}
@media (min-width: 1200px) {
  .tech__list {
    margin: 0 0 4rem;
  }
  .tech__list > li {
    margin: 0 0 3rem;
  }
  .tech__list > li:last-child {
    margin: 0;
  }
}

.tech__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tech__item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2rem 0 0;
  width: 4.5rem;
  height: 4rem;
}
.tech__item-icon img, .tech__item-icon svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .tech__item-icon {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1200px) {
  .tech__item-icon {
    width: 5.2rem;
    height: 5rem;
    margin: 0 3rem 0 0;
  }
}

.tech__item-text {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(7, 8, 9, 0.7);
}
.tech__item-text a {
  color: #06579B;
  text-decoration: underline;
  font-weight: 600;
}
.tech__item-text a:hover {
  text-decoration: underline;
  color: #0873cc;
}
@media (min-width: 768px) {
  .tech__item-text {
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 400;
  }
}
@media (min-width: 1200px) {
  .tech__item-text {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.tech__action .ui-btn {
  width: 100%;
  height: 4rem;
  padding: 0.8rem 2.7rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  margin: 0 0 1rem;
}
.tech__action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .tech__action {
    display: -ms-flexbox;
    display: flex;
  }
  .tech__action .ui-btn {
    margin: 0 2rem 0 0;
    font-size: 1.2rem;
    width: auto;
  }
  .tech__action .ui-btn:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .tech__action .ui-btn {
    font-size: 1.4rem;
    height: 5.2rem;
  }
}

.geo {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .geo {
    margin: 0 0 5rem;
  }
}

.geo__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .geo__title {
    margin: 0 0 2rem;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .geo__title {
    font-size: 3.8rem;
    margin: 0 0 3rem;
  }
}

.geo__figure {
  position: relative;
  margin: 0;
}

.geo__image {
  display: block;
  margin: 0 -3.2rem 0 -2.8rem;
  background: #D9D9D9;
}
.geo__image img {
  display: block;
  width: 100%;
  min-height: 30.3rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .geo__image {
    margin: 0;
    overflow: hidden;
    border-radius: 1.2rem;
  }
}

.geo__figcaption {
  display: block;
  margin: 0 0 3rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.geo__figcaption b {
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  .geo__figcaption {
    margin: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .geo__figcaption b {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .geo__figcaption {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 100;
  }
}

.cities {
  position: relative;
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .cities {
    margin: 0 0 5rem;
  }
}

.cities__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cities__title {
    margin: 0 0 2.5rem;
    font-size: 2.2rem;
    line-height: 1.36;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .cities__title {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
}

.cities__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  height: 2.4rem;
  border: 1px solid #E4E5E6;
}
.cities__icon img, .cities__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .cities__icon {
    width: 4rem;
    height: 3rem;
  }
}

.cities__list {
  margin: 0 0 -0.5rem;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(7, 8, 9, 0.7);
  columns: 2;
  column-gap: 1rem;
}
.cities__list > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 0.5rem;
}
@media (min-width: 768px) {
  .cities__list {
    margin: 0 0 -1rem;
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 400;
    letter-spacing: -0.02em;
    columns: 3;
    column-gap: 3rem;
  }
  .cities__list > li {
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cities__list {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    columns: 4;
    column-gap: 3rem;
  }
}

.countries {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .countries {
    margin: 0 0 5rem;
  }
}

.countries__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1.47;
  font-weight: 600;
}
@media (min-width: 768px) {
  .countries__title {
    margin: 0 0 2.5rem;
    font-size: 2.2rem;
    line-height: 1.36;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .countries__title {
    font-size: 3.4rem;
    margin: 0 0 2rem;
  }
}

.countries__list {
  margin: 0 -1rem -2rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.countries__list > li {
  padding: 0 1rem 2rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .countries__list {
    margin: 0 0 -2.5rem;
    display: block;
    columns: 5;
    column-gap: 3rem;
  }
  .countries__list > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 2.5rem;
    padding: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
}

.countries__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.countries__item-image {
  width: 3.2rem;
  height: 2.4rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #E4E5E6;
}
.countries__item-image img, .countries__item-image svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .countries__item-image {
    width: 2.8rem;
    height: 2rem;
  }
}
@media (min-width: 1200px) {
  .countries__item-image {
    width: 4rem;
    height: 3rem;
    margin: 0 1.5rem 0 0;
  }
}

.countries__item-title {
  display: block;
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .countries__item-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.products {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .products {
    margin: 0 0 5rem;
  }
}

.products__grid {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products__grid--tile > li {
  margin: 0 0 3rem;
}
.products__grid--tile > li:last-child {
  margin: 0;
}
.products__grid--list > li {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: 1px solid #BCE6FF;
}
.products__grid--list > li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .products__grid--tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.2rem -2.4rem;
  }
  .products__grid--tile > li {
    padding: 0 1.2rem 2.4rem;
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .products__grid--tile > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .products__grid--list > li {
    margin: 0 0 2.5rem;
    padding: 0 0 2.5rem;
    border-bottom: 1px solid #BCE6FF;
  }
  .products__grid--list > li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .products__grid--tile {
    margin: 0 -1.5rem -3rem;
  }
  .products__grid--tile > li {
    padding: 0 1.5rem 3rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .products__grid--list > li {
    margin: 0 0 3rem;
    padding: 0 0 3rem;
    border-bottom: 1px solid #BCE6FF;
  }
  .products__grid--list > li:last-child {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.products__item--list .products__item-gallery {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .products__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .products__item--list .products__item-gallery {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .products__item--list .products__item-gallery {
    margin: 0;
  }
}

.products__item-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (min-width: 768px) {
  .products__item-title {
    margin: 0 0 1.4rem;
    font-size: 1.4rem;
    line-height: 1.57;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .products__item-title {
    margin: 0 0 2rem;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
  }
}

.products__item-gallery {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .products__item-gallery {
    margin: auto 0 1.4rem;
  }
}
@media (min-width: 1200px) {
  .products__item-gallery {
    margin: auto 0 2rem;
  }
}

.products__item-action .ui-btn {
  width: 100%;
  margin: 0 0 1rem;
  padding: 0.4rem 1.5rem;
  height: 4rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
  backface-visibility: hidden;
  will-change: transform;
}
.products__item-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .products__item-action .ui-btn {
    height: 4.6rem;
  }
}
@media (min-width: 768px) {
  .products__item--list .products__item-title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
  .products__item--list .products__item-action {
    margin: 0 0 2rem;
    display: -ms-flexbox;
    display: flex;
  }
  .products__item--list .products__item-action > * {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 2.4rem 0 0;
  }
  .products__item--list .products__item-action > *:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .products__item--list .products__item-title {
    font-size: 2.6rem;
    line-height: 1.23;
    font-weight: 600;
    margin: 0 0 4rem;
  }
  .products__item--list .products__item-action {
    margin: 0 0 4rem;
    display: -ms-flexbox;
    display: flex;
  }
  .products__item--list .products__item-action > * {
    width: auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 1rem 0 0;
  }
  .products__item--list .products__item-action > *:last-child {
    margin: 0;
  }
  .products__item--list .products__item-action .ui-btn {
    height: 5.2rem;
    padding: 0.8rem 2.7rem;
    font-size: 1.4rem;
  }
}

.products__item-desc {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .products__item-desc {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .products__item-table {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .products__item-table thead, .products__item-table tbody, .products__item-table tr, .products__item-table td {
    display: block;
  }
  .products__item-table tr {
    position: relative;
    padding: 0 3.6rem;
    margin: 0 0 1.7rem 0;
    min-height: 3.6rem;
  }
  .products__item-table tr:last-child {
    margin: 0;
  }
  .products__item-table td:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .products__item-table td:nth-of-type(3) {
    font-weight: 600;
  }
  .products__item-table td:nth-of-type(4) {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .products__item-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 2rem;
    font-size: 1.2rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .products__item-table td {
    padding: 0.5rem 0.75rem;
  }
  .products__item-table td:nth-of-type(1) {
    padding-left: 0;
  }
  .products__item-table td:nth-of-type(2) {
    width: 50%;
  }
  .products__item-table td:nth-of-type(3) {
    width: 50%;
    text-align: right;
    font-weight: 600;
  }
  .products__item-table td:nth-of-type(4) {
    padding-right: 0;
  }
  .products__item-table tr:first-of-type td {
    padding-top: 0;
  }
  .products__item-table tr:last-of-type td {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .products__item-table {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 2rem;
  }
  .products__item-table td {
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #DEF3FF;
  }
  .products__item-table tr:last-of-type td {
    border: none;
  }
}

.products__item-table-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
}
.products__item-table-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.products__item-table-value {
  display: block;
  transition: max-height 0.25s, height 0.25s;
  max-height: 3.2rem;
  overflow: hidden;
}

.products__item-table-value-readmore {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin: 0.4rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.products__item-table-value-readmore svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 1rem;
  white-space: nowrap;
}

.products__item-table-tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.products__item-table-tooltip svg {
  display: block;
  width: 100%;
  height: 100%;
}

.products__item-loadmore .ui-btn {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.products__item-loadmore .ui-btn svg.icon-loadmore {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pagination {
  border-top: 1px solid #DEF3FF;
  border-bottom: 1px solid #DEF3FF;
  padding: 1rem 0;
  margin: 0 0 3rem;
}
@media (max-width: 768px) {
  .pagination {
    display: flex;
    flex-flow: column;
  }
}
@media (min-width: 769px) {
  .pagination {
    padding: 1.4rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .pagination {
    padding: 1.5rem 0;
    margin: 0 0 3rem;
  }
}

.pagination__action {
  margin: 0 0 1rem;
  display: -ms-flexbox;
  display: flex;
}
.pagination__action > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 1rem 0 0;
}
.pagination__action > *:last-child {
  margin: 0;
}
@media (min-width: 769px) {
  .pagination__action {
    margin: 0 2.4rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pagination__action > * {
    margin: 0 2.4rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pagination__action > *:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .pagination__action {
    margin: 0 3rem 0 0;
  }
  .pagination__action > * {
    margin: 0 3rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pagination__action > *:last-child {
    margin: 0;
  }
}

.pagination__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #CEEDFF;
  color: #06579B;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  width: auto;
  min-width: 12rem;
  height: 4rem;
  border-radius: 0.6rem;
  transition: color 0.25s, background 0.25s;
}
.pagination__btn svg {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1.4rem 0 0;
}
.pagination__btn svg.icon-scrolltop {
  width: 1.4rem;
  height: 1.4rem;
}
.pagination__btn svg.icon-refresh {
  width: 1.6rem;
  height: 1.6rem;
}
.pagination__btn:hover {
  background: #9bdaff;
  color: #06579B;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pagination__btn {
    font-size: 1.4rem;
    height: 4.6rem;
  }
}
@media (min-width: 1200px) {
  .pagination__btn {
    padding: 0.8rem 1.7rem;
    height: 5.2rem;
  }
  .pagination__btn svg {
    margin: 0 1.7rem 0 0;
  }
  .pagination__btn svg.icon-scrolltop {
    width: 1.4rem;
    height: 1.4rem;
  }
  .pagination__btn svg.icon-refresh {
    width: 2rem;
    height: 2rem;
  }
}

.pagination__nav {
  background: #EFF9FF;
  border-radius: 0.6rem;
  padding: 0.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pagination__nav {
    align-self: center;
    /* column-gap: 15px; */
  }
}
@media (min-width: 768px) {
  .pagination__nav {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.pagination__menu {
  margin: 0 -1px;
  padding: 0 0.6rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  overflow: hidden;
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: auto;
}
.pagination__menu > li {
  -ms-flex: 1;
  flex: 1;
  margin: 0 1px 0 0;
}
.pagination__menu > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .pagination__menu {
    font-size: 1.4rem;
  }
}
.pagination__prev,
.pagination__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #0082CB;
  transition: color 0.25s, background 0.25s;
}
.pagination__prev:hover,
.pagination__next:hover {
  background: #BCE6FF;
  color: #06579B;
  text-decoration: none;
}

.pagination__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #070809;
  transition: color 0.25s, background 0.25s;
}
.pagination__link:hover {
  background: #BCE6FF;
  color: #06579B;
  text-decoration: none;
}
.pagination__link.is-active {
  text-decoration: none;
  background: #BCE6FF;
  color: #06579B;
}

.pagination__dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  text-decoration: none;
  color: #070809;
  text-decoration: none;
}

.cart {
  margin: 0 0 3rem;
}

.cart__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cart__title {
    margin: 0 0 3rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .cart__title {
    font-size: 3.8rem;
  }
}

@media (max-width: 767px) {
  .cart__table {
    display: block;
  }
  .cart__table thead, .cart__table tbody, .cart__table tfoot, .cart__table tr, .cart__table th, .cart__table td {
    display: block;
  }
  .cart__table tbody tr {
    margin: 0 -0.7rem -1.4rem;
    padding: 1.4rem 0;
    border-top: 1px solid #E4E5E6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart__table tbody td {
    padding: 0 0.7rem 1.4rem;
  }
  .cart__table tbody td:nth-of-type(1) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cart__table tbody td:nth-of-type(2) {
    -ms-flex: 1;
    flex: 1;
  }
  .cart__table tbody td:nth-of-type(3) {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart__table tfoot tr {
    border-top: 1px solid #D9D9D9;
    padding: 3rem 0 0;
  }
}
@media (min-width: 768px) {
  .cart__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .cart__table tbody td {
    padding: 1.4rem 3rem;
    border-top: 1px solid #D9D9D9;
  }
  .cart__table tbody td:first-of-type {
    padding-left: 0;
  }
  .cart__table tbody td:last-of-type {
    padding-right: 0;
  }
  .cart__table tfoot td {
    border-top: 1px solid #D9D9D9;
    padding: 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .cart__table tbody td {
    padding: 1.5rem 3rem;
    border-top: 1px solid #D9D9D9;
  }
  .cart__table tbody td:first-of-type {
    padding-left: 0;
    width: 56%;
  }
  .cart__table tbody td:last-of-type {
    padding-right: 0;
  }
  .cart__table tbody td:last-of-type .cart__table-group {
    float: right;
  }
  .cart__table tfoot td {
    border-top: 1px solid #D9D9D9;
    padding: 3rem 0 0;
  }
}

.cart__table-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart__table-item-image {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  width: 8rem;
  height: 8rem;
  display: block;
  margin: 0 1.4rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cart__table-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cart__table-item-image {
    width: 7.2rem;
    height: 7.2rem;
    margin: 0 4.8rem 0 0;
  }
}
@media (min-width: 1200px) {
  .cart__table-item-image {
    width: 9.3rem;
    height: 9.3rem;
    margin: 0 2rem 0 0;
  }
}

.cart__table-item-desc {
  padding: 1rem 0;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cart__table-item-desc {
    padding: 0;
  }
}

.cart__table-item-category {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  background: none;
  color: #089345;
}
@media (min-width: 768px) {
  .cart__table-item-category {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 0.4rem;
  }
}
@media (min-width: 1200px) {
  .cart__table-item-category {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
  }
}

.cart__table-item-title {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cart__table-item-title {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .cart__table-item-title {
    font-size: 2.2rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.cart__table-label {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  opacity: 0.7;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .cart__table-label {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.02em;
    margin: 0 0 0.4rem;
  }
}
@media (min-width: 1200px) {
  .cart__table-label {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
  }
}

.cart__table-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cart__table-counter-input {
  width: 8rem;
  height: 4rem;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.6rem;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 1.5rem 0 0;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.cart__table-counter-input:focus {
  border-color: #0082CB;
  box-shadow: 0 0 0 1px #0082CB;
}
@media (min-width: 768px) {
  .cart__table-counter-input {
    font-size: 1.5rem;
    margin: 0 0.8rem 0 0;
    width: 10.5rem;
  }
}
@media (min-width: 1200px) {
  .cart__table-counter-input {
    width: 14rem;
    height: 5.2rem;
    padding: 1rem 1.7rem;
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: 500;
    margin: 0 2rem 0 0;
  }
}

.cart__table-counter-label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
@media (min-width: 768px) {
  .cart__table-counter-label {
    font-size: 1.4rem;
    line-height: 1.71;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 1200px) {
  .cart__table-counter-label {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0;
  }
}

.cart__table-delete .ui-btn {
  padding: 0.8rem 2rem;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .cart__table-delete .ui-btn {
    height: 5.2rem;
    font-size: 1.4rem;
    padding: 0.8rem 2.7rem;
  }
}

.cart__table-action .ui-btn {
  height: 4rem;
  width: 100%;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 1rem;
}
.cart__table-action .ui-send {
  padding: 1rem 0 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  color: #070809;
  max-width: 26rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cart__table-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart__table-action .ui-btn {
    margin: 0 1.4rem 0 0;
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.2rem;
  }
  .cart__table-action .ui-send {
    padding: 0;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .cart__table-action .ui-btn {
    height: 5.2rem;
    font-size: 1.4rem;
    padding: 0.8rem 2.7rem;
    margin: 0 3rem 0 0;
  }
  .cart__table-action .ui-send {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 0 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    max-width: none;
  }
}

@keyframes showCartModal {
  0% {
    opacity: 0;
    transform: translate(100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0);
  }
}
@keyframes showCartModalMobile {
  0% {
    opacity: 0;
    transform: translate(50%, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(50%, 0);
  }
}
.cart-modal {
  background: #FFFFFF;
  box-shadow: 0px 8rem 8rem rgba(0, 0, 0, 0.04), 0px 3rem 3.34221rem rgba(0, 0, 0, 0.03), 0px 1.5rem 1.7869rem rgba(0, 0, 0, 0.0417275), 0px -0.4rem 0.8rem rgba(0, 0, 0, 0.02), 0px 0.8rem 1.00172rem rgba(0, 0, 0, 0.035), 0px 0.4rem 0.53201rem rgba(0, 0, 0, 0.0282725), 0px 1px 0.22138rem rgba(0, 0, 0, 0.0196802);
  border-radius: 0.6rem;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
  color: #0082CB;
  position: fixed;
  bottom: 8rem;
  right: 3.2rem;
  z-index: 1000;
  max-width: calc(100% - 6.4rem);
  opacity: 0;
  transform: translate(100%, 0);
  animation: showCartModal 0.4s forwards;
}
@media (min-width: 768px) {
  .cart-modal {
    bottom: 3.6rem;
    right: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .cart-modal {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cart-modal {
    right: 50%;
    left: auto;
    opacity: 0;
    transform: translate(-50%, 0);
    animation: showCartModalMobile 0.4s forwards;
    text-align: center;
    white-space: nowrap;
  }
}

.sku {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .sku {
    margin: 0 0 5rem;
  }
}

@media (min-width: 992px) {
  .sku__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .sku__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sku__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
}
@media (min-width: 768px) {
  .sku__title {
    margin: 0 0 3rem;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .sku__title {
    -ms-flex: 1;
    flex: 1;
    margin: 0 3rem 3rem 0;
  }
}
@media (min-width: 1200px) {
  .sku__title {
    font-size: 3.8rem;
  }
}

.sku__action {
  margin: 0 0 3rem;
}
.sku__action .ui-btn {
  width: 100%;
  height: 4rem;
  margin: 0 0 1rem;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sku__action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .sku__action {
    margin: 0 0 3rem;
    display: -ms-flexbox;
    display: flex;
  }
  .sku__action .ui-btn {
    width: auto;
    height: 4.4rem;
    margin: 0 2.4rem 0 0;
  }
  .sku__action .ui-btn:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .sku__action .ui-btn {
    width: auto;
    height: 5.2rem;
    padding: 0.8rem 2.7rem;
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
  }
  .sku__action .ui-btn:last-child {
    margin: 0;
  }
}

.sku__gallery {
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .sku__table {
    display: block;
    margin: 0 0 3rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .sku__table thead, .sku__table tbody, .sku__table tr, .sku__table td {
    display: block;
  }
  .sku__table tr {
    position: relative;
    padding: 0 3.6rem;
    margin: 0 0 1.7rem 0;
    min-height: 3.6rem;
  }
  .sku__table tr:last-child {
    margin: 0;
  }
  .sku__table td:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sku__table td:nth-of-type(3) {
    font-weight: 600;
  }
  .sku__table td:nth-of-type(4) {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .sku__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 2rem;
    font-size: 1.2rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .sku__table td {
    padding: 0.5rem 0.75rem;
  }
  .sku__table td:nth-of-type(1) {
    padding-left: 0;
  }
  .sku__table td:nth-of-type(2) {
    width: 50%;
  }
  .sku__table td:nth-of-type(3) {
    width: 50%;
    text-align: right;
    font-weight: 600;
  }
  .sku__table td:nth-of-type(4) {
    padding-right: 0;
  }
  .sku__table tr:first-of-type td {
    padding-top: 0;
  }
  .sku__table tr:last-of-type td {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sku__table {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 2rem;
  }
  .sku__table td {
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #DEF3FF;
  }
  .sku__table tr:last-of-type td {
    border: none;
  }
}

.sku__table-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0;
}
.sku__table-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.sku__table-value {
  display: block;
  transition: max-height 0.25s, height 0.25s;
  max-height: 3.2rem;
  overflow: hidden;
}

.sku__table-value-readmore {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin: 0.4rem 0 0 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.sku__table-value-readmore svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 1rem;
  white-space: nowrap;
}

.sku__table-tooltip {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}
.sku__table-tooltip svg {
  display: block;
  width: 100%;
  height: 100%;
}
.sku__desc {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.sku__desc.bottom {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: max-height .5s linear;
  -o-transition: max-height .5s linear;
  transition: max-height .5s linear;
}
.sku__desc.bottom.open {
  max-height: initial;
  -webkit-line-clamp: initial;
}
.sku__desc-more {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.sku__desc-more.enabled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sku__desc-more__button {
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.sku__desc-more .sku__desc-more__button .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 6px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.sku__desc.bottom.open + .sku__desc-more .sku__desc-more__button .arrow {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}
.sku__desc h2 {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.sku__desc p {
  color: rgba(7, 8, 9, 0.7);
  margin: 0 0 1rem;
}
.sku__desc p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .sku__desc h2 {
    margin: 0 0 2rem;
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
  }
  .sku__desc p {
    margin: 0 0 2rem;
  }
  .sku__desc p:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .sku__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .sku__desc h2 {
    margin: 0 0 2rem;
    font-size: 3.4rem;
  }
  .sku__desc p {
    margin: 0 0 2rem;
  }
  .sku__desc p:last-child {
    margin: 0;
  }
}

.suitable {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .suitable {
    margin: 0 0 5rem;
  }
}

.suitable__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .suitable__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .suitable__title {
    margin: 0 0 2rem;
    font-size: 3.4rem;
  }
}

.suitable__group {
  margin: 0 0 2rem;
}
.suitable__group:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .suitable__group {
    margin: 0 0 1.4rem;
  }
  .suitable__group:last-child {
    margin: 0;
  }
}

.suitable__group-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.21;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #089345;
}
@media (min-width: 768px) {
  .suitable__group-title {
    margin: 0 0 1.4rem;
    font-size: 1.6rem;
    line-height: 1.62;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .suitable__group-title {
    margin: 0 0 2rem;
    font-size: 2.2rem;
    line-height: 1.23;
    font-weight: 600;
  }
}

.suitable__group-list {
  margin: 0 -0.3rem -0.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.suitable__group-list > li {
  padding: 0 0.3rem 0.6rem;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.3335;
}
.suitable__group-list > li:nth-of-type(3) ~ li {
  display: none;
}
@media (min-width: 768px) {
  .suitable__group-list {
    margin: 0 -0.5rem -1rem;
  }
  .suitable__group-list > li {
    padding: 0 0.5rem 1rem;
    -ms-flex: 0 0 11.111%;
    flex: 0 0 11.111%;
    max-width: 11.111%;
  }
  .suitable__group-list > li:nth-of-type(3) ~ li {
    display: block;
  }
  .suitable__group-list > li:nth-of-type(9) ~ li {
    display: none;
  }
}
@media (min-width: 1200px) {
  .suitable__group-list > li {
    -ms-flex: 0 0 7.692%;
    flex: 0 0 7.692%;
    max-width: 7.692%;
  }
  .suitable__group-list > li:nth-of-type(9) ~ li {
    display: block;
  }
  .suitable__group-list > li:nth-of-type(13) ~ li {
    display: none;
  }
}

.suitable__group-action {
  padding: 1rem 0 0 0;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .suitable__group-action {
    padding: 1.4rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .suitable__group-action {
    padding: 1.6rem 0 0 0;
  }
}

.suitable__item {
  display: block;
  text-decoration: none;
}
.suitable__item:hover {
  text-decoration: none;
}

.suitable__item-image {
  overflow: hidden;
  border-radius: 1.2rem;
  background: rgba(0, 0, 0, 0.08);
  position: relative;
}
.suitable__item-image:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.suitable__item-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .related {
    margin: 0 0 5rem;
  }
}

.related__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .related__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .related__title {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
}

.related__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #070809;
  height: 100%;
}
.related__item:hover {
  text-decoration: none;
}

.related__item-image {
  background: rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  border-radius: 1.2rem;
  margin: 0 0 1rem;
}
.related__item-image:before {
  content: "";
  float: left;
  padding: 100% 0 0 0;
}
.related__item-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .related__item-image {
    margin: 0 0 1.4rem;
  }
}
@media (min-width: 1200px) {
  .related__item-image {
    margin: 0 0 2rem;
  }
}

.related__item-mark {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: #089345;
  color: #fff;
  height: 1.8rem;
  min-width: 3.5rem;
  padding: 0 0.7rem;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border-radius: 1rem;
}

.related__item-title {
  display: block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
}
@media (min-width: 768px) {
  .related__item-title {
    margin: 0 0 1.4rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  .related__item-title {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 2rem;
  }
}

.related__item-action {
  margin: auto 0 0 0;
}
.related__item-action .ui-btn {
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  margin: 0 0 1rem;
}
.related__item-action .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .related__item-action .ui-btn {
    font-size: 1.3rem;
  }
}

.certificates {
  margin: 0 0 3rem;
}
@media (min-width: 1200px) {
  .certificates {
    margin: 0 0 5rem;
  }
}

.certificates__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .certificates__title {
    font-size: 2.2rem;
    line-height: 1.18;
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (min-width: 1200px) {
  .certificates__title {
    font-size: 3.4rem;
    margin: 0 0 3rem;
  }
}

.certificates__list {
  margin: 0 0 -0.8rem;
  padding: 0;
  list-style: none;
  max-width: 96.4rem;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.certificates__list > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 0.8rem;
}
@media (min-width: 768px) {
  .certificates__list {
    columns: 2;
    column-gap: 2.4rem;
    margin: 0 0 -1rem;
  }
  .certificates__list > li {
    margin: 0 0 1rem;
  }
}
@media (min-width: 1200px) {
  .certificates__list {
    margin: 0 0 -2rem;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .certificates__list > li {
    margin: 0 0 2rem;
  }
}

.certificates__link {
  text-decoration: none;
  color: #06579B;
}
.certificates__link:hover {
  text-decoration: none;
  color: #00a3fe;
  opacity: 1;
}
@media (min-width: 768px) {
  .certificates__link {
    opacity: 0.7;
  }
  .certificates__link:hover {
    opacity: 1;
  }
}

.working {
  margin: 0 0 3rem;
  padding: 3rem;
  border-radius: 1.2rem;
  background: linear-gradient(296deg, #CEEDFF 0%, rgba(206, 237, 255, 0) 176.41%), #FFF;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: #070809;
}
.working h1, .working h2, .working h3 {
  display: block;
  margin: 0 0 1.6rem;
  font-size: 1.7rem;
  line-height: 1.23;
  font-weight: 600;
  color: #06579B;
}
.working p {
  margin: 0 0 1.6rem;
}
.working p:last-child {
  margin: 0;
}
.working a {
  color: rgba(6, 87, 155, 0.7);
  text-decoration: none;
  font-weight: 600;
  text-decoration: underline;
}
.working a:hover {
  color: #00a3fe;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .working h1, .working h2, .working h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .working {
    margin: 0 0 3rem;
    padding: 4rem;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .working h1, .working h2, .working h3 {
    font-size: 2.6rem;
  }
}

.request {
  margin: 0 0 3rem;
  padding: 3rem;
  background: linear-gradient(296deg, #CEEDFF 0%, rgba(206, 237, 255, 0) 176.41%);
  border-radius: 0.8rem;
  color: #070809;
}
@media (min-width: 1200px) {
  .request {
    border-radius: 1.2rem;
    padding: 4rem;
  }
}
@media (max-width: 1199px) {
  .request.is-success {
    text-align: center;
  }
  .request.is-success .form-message,
  .request.is-success .request__text {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.request__title {
  display: block;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #06579B;
}
@media (min-width: 768px) {
  .request__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .request__title {
    margin: 0;
    font-size: 2.6rem;
    position: relative;
    top: -0.5rem;
  }
}

.request .form-message,
.request__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  margin: 0;
  color: #06579B;
}

.request__form {
  height: 100%;
}
.request__form .row {
  margin: 0 -1rem -1.4rem;
}
.request__form .row > [class^=col] {
  padding: 0 1rem 1.4rem;
}
.request__form .ui-input, .request__form .ui-textarea {
  height: 3.4rem;
  font-size: 1.4rem;
  margin: 0;
}
.request__form .ui-accept {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.26px;
  color: rgba(0, 130, 203, 0.7);
  text-align: center;
}
.request__form .ui-accept a {
  color: rgba(0, 130, 203, 0.7);
  text-decoration: underline;
}
.request__form .ui-accept a:hover {
  color: #0082cb;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .request__form .ui-accept {
    max-width: 40.1rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .request__form {
    padding: 0 0 0 4rem;
  }
  .request__form .row {
    margin: 0 -1rem -1.8rem;
  }
  .request__form .row > [class^=col] {
    padding: 0 1rem 1.8rem;
  }
  .request__form .ui-accept {
    position: relative;
    top: -0.4rem;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 114rem;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-hd,
.col-hd-auto, .col-hd-12, .col-hd-11, .col-hd-10, .col-hd-9, .col-hd-8, .col-hd-7, .col-hd-6, .col-hd-5, .col-hd-4, .col-hd-3, .col-hd-2, .col-hd-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-hd-0 {
    margin-left: 0%;
  }
  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .offset-hd-3 {
    margin-left: 25%;
  }
  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .offset-hd-6 {
    margin-left: 50%;
  }
  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .offset-hd-9 {
    margin-left: 75%;
  }
  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
  .push-hd-0 {
    left: auto;
  }
  .push-hd-1 {
    left: 8.3333333333%;
  }
  .push-hd-2 {
    left: 16.6666666667%;
  }
  .push-hd-3 {
    left: 25%;
  }
  .push-hd-4 {
    left: 33.3333333333%;
  }
  .push-hd-5 {
    left: 41.6666666667%;
  }
  .push-hd-6 {
    left: 50%;
  }
  .push-hd-7 {
    left: 58.3333333333%;
  }
  .push-hd-8 {
    left: 66.6666666667%;
  }
  .push-hd-9 {
    left: 75%;
  }
  .push-hd-10 {
    left: 83.3333333333%;
  }
  .push-hd-11 {
    left: 91.6666666667%;
  }
  .pull-hd-0 {
    right: auto;
  }
  .pull-hd-1 {
    right: 8.3333333333%;
  }
  .pull-hd-2 {
    right: 16.6666666667%;
  }
  .pull-hd-3 {
    right: 25%;
  }
  .pull-hd-4 {
    right: 33.3333333333%;
  }
  .pull-hd-5 {
    right: 41.6666666667%;
  }
  .pull-hd-6 {
    right: 50%;
  }
  .pull-hd-7 {
    right: 58.3333333333%;
  }
  .pull-hd-8 {
    right: 66.6666666667%;
  }
  .pull-hd-9 {
    right: 75%;
  }
  .pull-hd-10 {
    right: 83.3333333333%;
  }
  .pull-hd-11 {
    right: 91.6666666667%;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 1200px) and (max-width: 1699px) {
  html {
    font-size: 0.5117647059vw;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 8.7px;
  }
}

body {
  background: var(--body-bg);
  color: var(--body-color);
  overflow-x: hidden;
  overflow-y: scroll;
  font: 400 1.6rem/1.5 var(--font-primary);
}

html:not(.is-loaded) * {
  transition: none !important;
}
html:not(.is-loaded) *:before, html:not(.is-loaded) *:after {
  transition: none !important;
}

.app {
  position: relative;
  min-height: 100%;
  min-width: 32rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  padding: 0 0 6.4rem;
}
@media (min-width: 768px) {
  .app {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .app {
    overflow: unset;
  }
}

.container-fluid {
  margin: 0 auto;
  max-width: 170rem;
  padding: 0 3.2rem 0 2.8rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 3.6rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 4rem;
  }
}

.is-catalog-open .header__catalog-offcanvas {
  opacity: 1;
  visibility: visible;
}

.is-cart-open .header__cart-overlay,
.is-cart-open .header__cart-offcanvas {
  opacity: 1;
  visibility: visible;
}
.is-nav-open .header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
}

.is-contacts-open .header__contacts-offcanvas {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .is-catalog-open body,
  .is-cart-open body,
  .is-contacts-open body,
  .is-nav-open body {
    overflow: hidden;
  }
  .is-catalog-open .header__catalog-offcanvas,
  .is-catalog-open .header__contacts-offcanvas,
  .is-catalog-open .header__nav-offcanvas,
  .is-cart-open .header__catalog-offcanvas,
  .is-cart-open .header__contacts-offcanvas,
  .is-cart-open .header__nav-offcanvas,
  .is-contacts-open .header__catalog-offcanvas,
  .is-contacts-open .header__contacts-offcanvas,
  .is-contacts-open .header__nav-offcanvas,
  .is-nav-open .header__catalog-offcanvas,
  .is-nav-open .header__contacts-offcanvas,
  .is-nav-open .header__nav-offcanvas {
    box-shadow: 0 200vh 0 200vh #fff;
  }
}

.header {
  position: relative;
  z-index: 1000;
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1500;
  }
}
@media (min-width: 1200px) {
  .header .container-fluid {
    position: relative;
  }
}

.header__top {
  background: linear-gradient(89.92deg, #0080C6 -4.26%, #089346 103.95%);
  height: 6rem;
  padding: 0.6rem 0 0 0;
  position: fixed;
  top: -0.6rem;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header__top .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .header__top {
    position: relative;
    top: 0;
    padding: 0;
    height: 6rem;
  }
}
@media (min-width: 1200px) {
  .header__top {
    height: 5rem;
  }
}

.header__bottom .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .header__bottom {
    height: 6.8rem;
  }
}
@media (min-width: 1200px) {
  .header__bottom {
    height: 8rem;
  }
}

.header__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 11.1rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}
.header__logo img, .header__logo svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header__logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .header__logo {
    width: 14.7rem;
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    margin: 0;
    position: relative;
    left: 1.5rem;
    width: 41.3rem;
    height: 8rem;
    color: #0082CB;
    -ms-flex-order: 1;
    order: 1;
  }
  .header__logo img, .header__logo svg {
    width: 20.8rem;
    height: 5.7rem;
  }
}

.header__request {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__request .ui-btn--36 {
  height: 3.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0.8rem 1.2rem;
}
@media (min-width: 768px) {
  .header__request .ui-btn--36 {
    padding: 0.8rem 1.7rem;
  }
}
@media (min-width: 1200px) {
  .header__request .ui-btn--36 {
    min-width: 18.7rem;
    height: 3.6rem;
    font-size: 1.3rem;
  }
}

.header__call {
  display: none;
}
@media (min-width: 768px) {
  .header__call {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex: 1;
    flex: 1;
    margin: 0 2rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .header__call b {
    font-weight: 400;
  }
  .header__call > li {
    margin: 0 1.6rem 0 0;
  }
  .header__call > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__call {
    font-size: 1.8rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 1.5rem;
    margin: 0 4rem 0 0;
    white-space: nowrap;
  }
  .header__call > li {
    margin: 0 4rem 0 0;
  }
  .header__call > li:last-child {
    margin: 0;
  }
}

.header__call-link {
  text-decoration: none;
  color: #fff;
  transition: color 0.25s;
}
.header__call-link:hover {
  text-decoration: none;
  color: #BCE6FF;
}

@media (min-width: 768px) {
  .header__catalog {
    width: 14.7rem;
    margin: 0 2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__catalog {
    width: auto;
    margin: 0;
  }
}

.header__catalog-toggle {
  display: none;
}
@media (min-width: 768px) {
  .header__catalog-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2rem 0 0;
    padding: 0.8rem 1.5rem;
    height: 4rem;
    border-radius: 0.6rem;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #089345;
    color: #089345;
    transition: color 0.25s, background 0.25s;
  }
  .header__catalog-toggle:hover {
    background: #089345;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  .header__catalog-toggle {
    display: none;
  }
}

.header__additional {
  display: none;
}
@media (min-width: 768px) {
  .header__additional {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .header__additional > li {
    margin: 0 2.6rem 0 0;
  }
  .header__additional > li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__additional {
    margin: 0 4rem 0 0;
    font-size: 1.3rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .header__additional > li {
    margin: 0 4rem 0 0;
  }
  .header__additional > li:last-child {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .header__additional-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #0082CB;
    transition: opacity 0.25s, color 0.25s;
  }
  .header__additional-link:hover {
    text-decoration: none;
    color: #0082CB;
  }
  .header__additional-link svg {
    display: block;
    width: 1.6rem;
    height: 1.5rem;
    margin: 0 1rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__additional-link {
    color: #fff;
  }
  .header__additional-link:hover {
    color: #BCE6FF;
  }
  .header__additional-link svg {
    width: 1.9rem;
    height: 1.8rem;
    margin: 0 1.5rem 0 0;
  }
}

@media (min-width: 768px) {
  .header__cart {
    margin: 0 2.8rem 0 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 6.8rem;
  }
}
@media (min-width: 1200px) {
  .header__cart {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    -ms-flex-order: 4;
    order: 4;
  }
}

.header__cart-toggle {
  display: none;
}
@media (min-width: 768px) {
  .header__cart-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #070809;
    text-align: left;
    transition: color 0.25s;
  }
  .header__cart-toggle:hover {
    color: #0082CB;
  }
}

@media (min-width: 768px) {
  .header__cart-toggle-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    margin: 0 1rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
  }
  .header__cart-toggle-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.header__cart-toggle-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.3rem;
  height: 1.3rem;
  background: #0082CB;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  padding: 1px 0 0 0;
}

@media (min-width: 768px) {
  .header__cart-toggle-text {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
  }
  .header__cart-toggle-text small {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 500;
    opacity: 0.5;
    color: #070809;
  }
}

.header__cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1250;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .header__cart-overlay {
    display: none;
  }
}

.header__cart-offcanvas {
  position: fixed;
  left: 50%;
  bottom: 8.4rem;
  z-index: 1500;
  width: 32rem;
  max-width: 90%;
  border-radius: 0.6rem;
  margin: 0;
  transform: translate(-50%, 0);
  background: #fff;
  box-shadow: 0px 10rem 8rem rgba(0, 0, 0, 0.07), 0px 4.17776rem 3.34221rem rgba(0, 0, 0, 0.0503198), 0px 2.23363rem 1.7869rem rgba(0, 0, 0, 0.0417275), -0.4rem 0px 1.7869rem rgba(0, 0, 0, 0.05), 0px 1.25216rem 1.00172rem rgba(0, 0, 0, 0.035), 0px 0.66501rem 0.53201rem rgba(0, 0, 0, 0.0282725), 0px 0.27673rem 0.22138rem rgba(0, 0, 0, 0.0196802);
  border-radius: 6px;
  padding: 1.6rem 2.4rem 2.4rem;
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: calc(100vh - 6.4rem - 5.4rem - 4.8rem);
}
.header__cart-offcanvas:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-top: 0.7rem solid #fff;
  margin: 0 0 0 -0.7rem;
}
@media (min-width: 768px) {
  .header__cart-offcanvas {
    position: absolute;
    top: 100%;
    right: auto;
    left: -25rem;
    bottom: auto;
    transform: none;
    max-width: none;
    box-shadow: 0px 10rem 8rem rgba(0, 0, 0, 0.07), 0px 4.17776rem 3.34221rem rgba(0, 0, 0, 0.0503198), 0px 2.23363rem 1.7869rem rgba(0, 0, 0, 0.0417275), -0.4rem 0px 1.7869rem rgba(0, 0, 0, 0.05), 0px 1.25216rem 1.00172rem rgba(0, 0, 0, 0.035), 0px 0.66501rem 0.53201rem rgba(0, 0, 0, 0.0282725), 0px 0.27673rem 0.22138rem rgba(0, 0, 0, 0.0196802);
  }
  .header__cart-offcanvas:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 6rem;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #fff;
    margin: 0 -0.7rem 0 0;
  }
  .header__cart-offcanvas:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__cart-offcanvas {
    padding: 4rem 3rem 3rem;
    width: 54.5rem;
    left: -45.3rem;
  }
  .header__cart-offcanvas:before {
    right: 8rem;
    border-width: 1.2rem;
    margin: 0 -1.2rem 0 0;
  }
}

.header__cart-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 2.6rem;
  line-height: 1.23;
  font-weight: 600;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .header__cart-title {
    margin: 0 0 1.6rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
  }
}

.header__cart-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  margin: 0 0 2rem;
}
.header__cart-content::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199px) {
  .header__cart-content {
    border-top: 1px solid #E4E5E6;
    border-bottom: 1px solid #E4E5E6;
    margin: 0 0 2.4rem;
  }
}

.header__cart-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.header__cart-table tr {
  position: relative;
}
.header__cart-table td {
  padding: 0 1.5rem 1.5rem;
}
.header__cart-table td:first-of-type {
  padding-left: 0;
}
.header__cart-table td:last-of-type {
  padding-right: 0;
}
.header__cart-table tr:last-of-type td {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .header__cart-table {
    display: block;
  }
  .header__cart-table thead, .header__cart-table tbody, .header__cart-table tr, .header__cart-table td {
    display: block;
  }
  .header__cart-table tr {
    padding: 1.4rem 0;
    border-bottom: 1px solid #E4E5E6;
  }
  .header__cart-table tr:last-child {
    border: none;
  }
  .header__cart-table td {
    padding: 0;
  }
}

.header__cart-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #070809;
  transition: color 0.25s;
}
.header__cart-item:hover {
  text-decoration: none;
  color: #0082CB;
}
@media (max-width: 1199px) {
  .header__cart-item {
    margin: 0 0 1.4rem;
  }
  .header__cart-item:last-child {
    margin: 0;
  }
}

.header__cart-item-image {
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  margin: 0 2rem 0 0;
  border-radius: 1rem;
  background: #ccc;
  overflow: hidden;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__cart-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .header__cart-item-image {
    width: 5rem;
    height: 5rem;
    margin: 0 1.4rem 0 0;
  }
}

.header__cart-item-desc {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 1rem 0;
}
@media (max-width: 1199px) {
  .header__cart-item-desc {
    padding: 0.6rem 2rem 0.6rem 0;
  }
}

.header__cart-item-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}
.header__cart-item-title:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .header__cart-item-title {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .header__cart-item-title {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

.header__cart-item-delete {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  height: 5rem;
  margin: -4.3rem 0 0 0;
  z-index: 100;
  transition: opacity 0.25s;
  opacity: 0.8;
  color: #06579B;
  cursor: pointer;
}
.header__cart-item-delete svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}
.header__cart-item-delete:hover {
  opacity: 1;
  color: red;
}
@media (min-width: 1200px) {
  .header__cart-item-delete {
    margin: -3.25rem 0 0 0;
  }
}

.header__cart-counter {
  padding: 0 0 1px;
}
@media (min-width: 768px) {
  .header__cart-counter {
    margin-right: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .header__cart-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 6.4rem;
  }
}

.header__cart-counter-label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1rem;
}
@media (max-width: 1199px) {
  .header__cart-counter-label {
    margin: 0 1rem 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.02em;
  }
}

.header__cart-counter-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__cart-counter-input {
  display: block;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 0.6rem;
  height: 3.6rem;
  width: 9.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 0.5rem 1rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  color: #070809;
}
.header__cart-counter-input:-ms-input-placeholder {
  color: rgba(7, 8, 9, 0.5);
}
.header__cart-counter-input::placeholder {
  color: rgba(7, 8, 9, 0.5);
}
.header__cart-counter-input:focus {
  border-color: #0082CB;
  box-shadow: 0 0 0 1px #0082CB;
}
@media (max-width: 1199px) {
  .header__cart-counter-input {
    width: 100%;
  }
}

.header__cart-counter-text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 1rem;
}
@media (max-width: 1199px) {
  .header__cart-counter-text {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0;
  }
}

.header__cart-action {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__cart-action .ui-btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .header__cart-action .ui-btn {
    height: 4.4rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
  }
}

@media (min-width: 768px) {
  .header__nav {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1;
    flex: 1;
    margin: 0 4rem 0 0;
  }
}

.header__nav-toggle {
  display: none;
}
@media (min-width: 768px) {
  .header__nav-toggle {
    display: block;
    width: 4rem;
    height: 4rem;
    background: #0082CB;
    color: #fff;
    border-radius: 0.6rem;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header__nav-toggle {
    display: none;
  }
}

@media (min-width: 768px) {
  .header__nav-toggle-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 0.2rem;
    border-radius: 0.4rem;
    margin: -1px 0 0 -1rem;
    background: currentColor;
    transition: transform 0.25s, opacity 0.25s;
  }
  .header__nav-toggle-line:nth-of-type(1) {
    transform: translate(0, -0.7rem);
  }
  .header__nav-toggle-line:nth-of-type(3) {
    transform: translate(0, 0.7rem);
  }
}

.header__nav-offcanvas {
  position: fixed;
  top: 5.4rem;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  background: #fff;
  padding: 1.6rem 3.2rem 1.6rem 2.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
.header__nav-offcanvas::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .header__nav-offcanvas {
    position: absolute;
    top: 12.8rem;
    right: 3.6rem;
    left: auto;
    bottom: auto;
    width: 17.6rem;
    padding: 1rem 0;
    background: #FFFFFF;
    border: 1px solid #E4E5E6;
    border-radius: 0.6rem;
    max-height: calc(100vh - 12.8rem - 2.4rem);
  }
}
@media (min-width: 1200px) {
  .header__nav-offcanvas {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    max-height: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}

.header__nav-search {
  display: none;
}
@media (min-width: 768px) {
  .header__nav-search {
    display: block;
    margin: 0 0 1rem;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header__nav-search {
    display: none;
  }
}

.header__nav-search-input {
  width: 100%;
  height: 3.6rem;
  padding: 0.6rem 3.6rem 0.6rem 1.2rem;
  border: none;
  background: #EBF8FF;
  border-radius: 0;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000;
}
.header__nav-search-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.header__nav-search-input::placeholder {
  color: #000;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.header__nav-search-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.header__nav-search-input:focus::placeholder {
  opacity: 0;
}

.header__nav-search-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  margin: -0.8rem 0 0 0;
  cursor: pointer;
  color: #0082CB;
}
.header__nav-search-btn svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem 0;
  border: 1px solid #E4E5E6;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.header__nav-menu > li {
  margin: 0 0 0.5rem;
}
.header__nav-menu > li:last-child {
  margin: 0;
}
.header__nav-menu > li.is-open .header__nav-link {
  background: #F4F4F4;
}
.header__nav-menu > li.is-open .header__nav-link-arrow {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .header__nav-menu {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0;
    border: none;
  }
  .header__nav-menu > li {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .header__nav-menu > li {
    margin: 0 3.5rem 0 0;
    position: relative;
  }
  .header__nav-menu > li:last-child {
    margin: 0;
  }
  .header__nav-menu > li.is-open .header__nav-link {
    background: transparent;
    color: #0082CB;
  }
  .header__nav-menu > li.is-open .header__nav-link-arrow {
    transform: rotate(180deg);
  }
  .header__nav-menu > li.is-open .header__nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.header__nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #070809;
  min-height: 3.8rem;
  padding: 0.8rem 3.2rem 0.8rem 1.6rem;
  position: relative;
  transition: color 0.25s, background 0.25s;
}
.header__nav-link:hover {
  text-decoration: none;
  color: #070809;
}
@media (min-width: 768px) {
  .header__nav-link {
    padding: 0.8rem 3.2rem 0.8rem 1.2rem;
    min-height: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-link {
    min-height: auto;
    padding: 0.5rem 0;
  }
}

.header__nav-link-icon {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  margin: -0.9rem 0 0 0;
  transition: transform 0.25s;
}
@media (min-width: 768px) {
  .header__nav-link-icon {
    right: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-link-icon {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 1rem 0 0;
  }
}

.header__nav-link-arrow {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 0 0.6rem;
  color: #070809;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  margin: -0.9rem 0 0 0;
  opacity: 0.3;
  transition: transform 0.25s;
}
@media (min-width: 768px) {
  .header__nav-link-arrow {
    right: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-link-arrow {
    color: #06579B;
    position: relative;
    top: 0;
    right: 0;
    opacity: 1;
    margin: 0 0 0 0.6rem;
  }
}

.header__nav-dropdown {
  display: none;
}
@media (min-width: 1200px) {
  .header__nav-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    left: -1.4rem;
    z-index: 100;
    transition: opacity 0.25s, visibility 0.25s;
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0.6rem 1.2rem 0px rgba(0, 0, 0, 0.1), 0px -1px 0.6rem 0px rgba(0, 0, 0, 0.02);
    border-radius: 0.8rem;
    padding: 0.8rem 0;
  }
}

.header__nav-submenu {
  margin: 0;
  padding: 0.5rem 0 0;
  list-style: none;
}
.header__nav-submenu > li {
  margin: 0 0 0.5rem;
}
.header__nav-submenu > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .header__nav-submenu > li {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-submenu {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
  }
}

.header__nav-sublink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #070809;
  min-height: 3.8rem;
  padding: 0.8rem 1.6rem;
  position: relative;
  color: rgba(7, 8, 9, 0.5);
  transition: color 0.25s, opacity 0.25s, background 0.25s;
}
.header__nav-sublink:hover {
  text-decoration: none;
  color: #070809;
  opacity: 1;
}
@media (min-width: 768px) {
  .header__nav-sublink {
    min-height: 3.4rem;
    padding: 0.8rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .header__nav-sublink {
    padding: 0.8rem 1.4rem;
    min-height: 3.6rem;
    color: #06579B;
    opacity: 1;
  }
  .header__nav-sublink:hover {
    color: #06579B;
    opacity: 1;
    background: #F4F4F4;
  }
}

.header__nav-sublink-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__nav-sublink-icon img, .header__nav-sublink-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .header__nav-sublink-icon {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.8rem 0 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-sublink-icon {
    width: 2rem;
    height: 2rem;
    margin: 0 0.6rem 0 0;
  }
}

.header__nav-sublink-text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.header__language {
  display: none;
}
@media (min-width: 1200px) {
  .header__language {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 3rem 0 0;
    margin: 0 3rem 0 0;
    position: relative;
    border-right: 1px solid #E4E5E6;
    height: 4rem;
  }
}

@media (min-width: 1200px) {
  .header__language-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__language-link img {
    display: block;
    width: 2.5rem;
  }
}

@media (min-width: 768px) {
  .header__contacts {
    display: none;
  }
}

.header__contacts-offcanvas {
  position: fixed;
  top: 5.4rem;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  background: #fff;
  padding: 1.6rem 3.2rem 1.6rem 2.8rem;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}

.header__contacts-menu {
  margin: 0;
  padding: 1rem 1.6rem;
  list-style: none;
  border: 1px solid #E4E5E6;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.header__contacts-menu > li {
  margin: 0 0 1.5rem;
}
.header__contacts-menu > li:last-child {
  margin: 0;
}

.header__contacts-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin: 0 0 0.5rem;
  color: #0082CB;
  text-decoration: none;
}
.header__contacts-link svg {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 1.5rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.header__contacts-link:last-child {
  margin: 0;
}
.header__contacts-link:hover {
  color: #0082CB;
  text-decoration: none;
}

.header__contacts-call {
  margin: 0 0 0 3.7rem;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-transform: none;
}
.header__contacts-call small {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-style: italic;
}
.header__contacts-call b {
  font-weight: 400;
}
.header__contacts-call > li {
  margin: 0 0 1.4rem;
}
.header__contacts-call > li:last-child {
  margin: 0;
}

.header__contacts-call-link {
  color: #838384;
  text-decoration: none;
}
.header__contacts-call-link b {
  color: #070809;
}
.header__contacts-call-link:hover {
  color: #838384;
  text-decoration: none;
}

.header__mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  background: #06579B;
  color: #fff;
}
@media (min-width: 768px) {
  .header__mobile {
    display: none;
  }
}

.header__mobile-menu {
  margin: 0 -1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__mobile-menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__mobile-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6.4rem;
  width: 6.4rem;
  text-decoration: none;
  color: #fff;
  transition: background 0.25s, color 0.25s;
}
.header__mobile-btn:hover {
  text-decoration: none;
  color: #fff;
}
.header__mobile-btn.is-active {
  background: #0082CB;
  color: #fff;
}

.header__mobile-btn-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0 0.8rem;
  position: relative;
}
.header__mobile-btn-icon svg {
  display: block;
}

.header__mobile-btn-counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
  background: #fff;
  color: #06579B;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
}

.header__mobile-btn-text {
  display: block;
  font-size: 0.9rem;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.main {
  position: relative;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 8.4rem 0 0;
}
@media (min-width: 768px) {
  .main {
    padding: 13.8rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .main {
    padding: 13.2rem 0 0 0;
  }
}

.footer {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.footer .container-fluid {
  position: relative;
}
.footer .row {
  margin: 0 -1rem;
}
.footer .row > [class^=col] {
  position: static;
  padding: 0 1rem;
}
.footer:after {
  content: "";
  display: block;
  height: 9rem;
  background: url(../images/bg-footer-gradient.svg) 50% 0 repeat-x;
  background-size: auto 9rem;
}
@media (min-width: 1200px) {
  .footer .row {
    margin: 0 -1.5rem;
  }
  .footer .row > [class^=col] {
    padding: 0 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer:after {
    height: 12rem;
    background-size: auto 12rem;
  }
}

.footer__section {
  position: relative;
}
.footer__section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 3.2rem;
  right: 3.2rem;
  border-top: 1px solid #E4E5E6;
}
.footer__section:nth-of-type(1) {
  padding: 2.8rem 0 1.4rem;
}
.footer__section:nth-of-type(2) {
  padding: 2.4rem 0 2.8rem;
}
@media (min-width: 768px) {
  .footer__section:nth-of-type(1) {
    padding: 1.2rem 0 3rem;
  }
  .footer__section:nth-of-type(2) {
    padding: 1.2rem 0;
  }
}
@media (min-width: 1200px) {
  .footer__section:nth-of-type(1) {
    padding: 1.8rem 0 1.6rem;
  }
  .footer__section:nth-of-type(2) {
    padding: 1.4rem 0;
    min-height: 4.8rem;
  }
  .footer__section > .container-fluid > .row {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer__section:nth-of-type(1) {
    padding-bottom: 0;
  }
  .footer__section:nth-of-type(2):before {
    display: none;
  }
}

.footer__logo {
  display: block;
  max-width: 12.2rem;
  color: #0082CB;
  margin: 0 0 2.4rem;
}
.footer__logo img, .footer__logo svg {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__logo {
    max-width: 14.7rem;
    margin: 0 0 3rem;
  }
}
@media (min-width: 1200px) {
  .footer__logo {
    max-width: 20.8rem;
    margin: 0 0 0.8rem;
    position: relative;
    top: -0.8rem;
  }
}

.footer__results {
  margin: 0 0 2.4rem;
  font-size: 1.1rem;
  line-height: 1.73;
  font-weight: 400;
  text-transform: uppercase;
}
.footer__results u {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__results {
    font-size: 1.2rem;
    line-height: 1.67;
    font-weight: 400;
    margin: 0 -3rem 3rem 0;
  }
}
@media (min-width: 1200px) {
  .footer__results {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
}

.footer__error {
  display: none;
}
@media (min-width: 1200px) {
  .footer__error {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    font-style: italic;
    color: #0082CB;
    padding: 0;
    margin: 0 -3rem 2rem -1.5rem;
    min-height: 4.4rem;
  }
}

@media (min-width: 768px) {
  .footer__contacts {
    margin: -1rem 0 0;
  }
  .footer__contacts .row {
    margin: 0 -1.5rem -2rem;
  }
  .footer__contacts .row > [class^=col] {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__contacts {
    margin: 0 0 0 -1.5rem;
  }
  .footer__contacts .row {
    margin: 0 -5rem -5rem;
  }
  .footer__contacts .row > [class^=col] {
    position: relative;
    padding: 0 5rem 5rem;
  }
  .footer__contacts .row > [class^=col].order-md-2, .footer__contacts .row > [class^=col].order-md-5 {
    left: -1.5rem;
  }
  .footer__contacts .row > [class^=col].order-md-3, .footer__contacts .row > [class^=col].order-md-6 {
    left: 1rem;
  }
}

.footer__contacts-dl {
  margin: 0 0 2.4rem;
}
.footer__contacts-dl dt {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  opacity: 0.7;
  white-space: nowrap;
}
.footer__contacts-dl dd {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.footer__contacts-dl mark {
  background: none;
  color: rgba(7, 8, 9, 0.5);
  font-weight: 300;
}
@media (min-width: 768px) {
  .footer__contacts-dl {
    margin: 0;
  }
  .footer__contacts-dl dd {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .footer__contacts-dl {
    margin: 0;
  }
  .footer__contacts-dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
  }
  .footer__contacts-dl dd {
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.02em;
  }
}

.footer__copyright {
  margin: 0 2rem 0 0;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 14rem;
}
@media (min-width: 1200px) {
  .footer__copyright {
    max-width: none;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: auto 0 0 0;
  }
}

@media (min-width: 768px) {
  .footer__additional {
    padding: 3rem 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__additional {
    padding: 0;
    width: 100%;
    max-width: 31rem;
    margin: 0 0 0 auto;
  }
}

.footer__additional-social {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}
.footer__additional-social > li {
  margin: 0 1.2rem 0 0;
}
.footer__additional-social > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .footer__additional-social {
    position: absolute;
    top: 0.6rem;
    right: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .footer__additional-social {
    position: relative;
    top: 0;
    right: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 2rem;
  }
  .footer__additional-social > li {
    margin: 0 1rem 0 0;
  }
  .footer__additional-social > li:last-child {
    margin: 0;
  }
}

.footer__additional-social-link {
  display: block;
  text-decoration: none;
  color: #0082CB;
  width: 3rem;
  height: 3rem;
  transition: color 0.25s;
}
.footer__additional-social-link img, .footer__additional-social-link svg {
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.footer__additional-social-link:hover {
  text-decoration: none;
  color: #00a3fe;
}
@media (min-width: 768px) {
  .footer__additional-social-link {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1200px) {
  .footer__additional-social-link {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.footer__additional-menu {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.footer__additional-menu > li {
  margin: 0 0 1rem;
}
.footer__additional-menu > li:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .footer__additional-menu {
    margin: 0 2rem 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__additional-menu {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 0 0 2.4rem;
  }
  .footer__additional-menu > li {
    margin: 0 0 0.5rem;
  }
  .footer__additional-menu > li:last-child {
    margin: 0;
  }
}

.footer__additional-menu-link {
  text-decoration: none;
  color: #070809;
}
.footer__additional-menu-link:hover {
  text-decoration: none;
  color: #070809;
}

.footer__additional-apps-qr {
  display: none;
}
@media (min-width: 768px) {
  .footer__additional-apps-qr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .footer__additional-apps-qr-image {
    width: 5.6rem;
    height: 5.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.5rem 0 0;
  }
  .footer__additional-apps-qr-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1200px) {
  .footer__additional-apps-qr-image {
    width: 8.2rem;
    height: 8.2rem;
  }
}

@media (min-width: 768px) {
  .footer__additional-apps-qr-desc {
    font-size: 1.2rem;
    line-height: 1.58;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .footer__additional-apps-qr-desc p {
    margin: 0;
  }
  .footer__additional-apps-qr-desc picture {
    display: none;
  }
}
@media (min-width: 1200px) {
  .footer__additional-apps-qr-desc {
    font-size: 1.4rem;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: -0.02em;
  }
  .footer__additional-apps-qr-desc p {
    margin: 0 0 1rem;
  }
  .footer__additional-apps-qr-desc p:last-child {
    margin: 0;
  }
  .footer__additional-apps-qr-desc picture {
    display: block;
    max-width: 13.2rem;
  }
}

@media (min-width: 768px) {
  .footer__additional-apps-download {
    display: none;
  }
}

.footer__additional-apps-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1.73;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0082CB;
}
.footer__additional-apps-link svg {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0 0 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer__additional-apps-link:hover {
  text-decoration: none;
  color: #0082CB;
}
@media (min-width: 768px) {
  .footer__additional-apps-link {
    display: none;
  }
}

.footer__info {
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.footer__info .row {
  margin: 0 -1rem -1rem;
}
.footer__info .row > [class^=col] {
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .footer__info {
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .footer__info .row {
    margin: 0 -1.5rem -0.5rem;
  }
  .footer__info .row > [class^=col] {
    padding: 0 1.5rem 0.5rem;
  }
}
@media (min-width: 1200px) {
  .footer__info {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .footer__info .row {
    margin: 0 -2.25rem -1rem;
  }
  .footer__info .row > [class^=col] {
    padding: 0 2rem 1rem;
  }
}

.footer__info-copyright {
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .footer__info-copyright {
    margin: 0;
  }
}

.footer__info-requisites {
  margin: 0 -1rem 1.5rem 0;
}
@media (min-width: 768px) {
  .footer__info-requisites {
    margin: 0;
  }
}

.footer__info-link {
  display: inline-block;
  vertical-align: top;
  color: #070809;
  text-decoration: none;
  transition: color 0.25s;
}
.footer__info-link:hover {
  color: #0082CB;
  text-decoration: none;
}

.footer__age {
  position: absolute;
  right: 3.2rem;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0;
}
.footer__age svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
@media (min-width: 768px) {
  .footer__age {
    width: 3.4rem;
    height: 3.4rem;
    top: 50%;
    bottom: auto;
    right: 3.6rem;
    margin: -1.7rem 0 0 0;
  }
}
@media (min-width: 1200px) {
  .footer__age {
    right: 4rem;
  }
}

.is-sticky .footer__scrolltop {
  transform: translate(0, 0);
}

.footer__scrolltop {
  position: fixed;
  left: 50%;
  z-index: 500;
  bottom: -1rem;
  margin: 0 0 0 -1.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #0082CB;
  color: #fff;
  transition: color 0.25s, background 0.25s, transform 0.25s;
  box-shadow: 0 0 0 0.6rem #fff;
  transform: translate(0, 20rem);
}
.footer__scrolltop svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__scrolltop:hover {
  background: #00A3FE;
  color: #fff;
}
@media (max-width: 1199px) {
  .footer__scrolltop {
    right: auto;
    left: 3.6rem;
    bottom: 4.5rem;
    margin: 0 0 -1.7rem;
  }
}
@media (max-width: 767px) {
  .footer__scrolltop {
    right: auto;
    left: 2.8rem;
    bottom: 6.4rem;
    margin: 0 0 1.7rem;
  }
}

.popup {
  position: relative;
  background: #fff;
  box-shadow: 0px 10rem 8rem rgba(0, 0, 0, 0.07), 0px 4.17776rem 3.34221rem rgba(0, 0, 0, 0.0503198), 0px 2.23363rem 1.7869rem rgba(0, 0, 0, 0.0417275), 0px 1.25216rem 1.00172rem rgba(0, 0, 0, 0.035), 0px 0.66501rem 0.53201rem rgba(0, 0, 0, 0.0282725), 0px 0.27673rem 0.22138rem rgba(0, 0, 0, 0.0196802);
  border-radius: 0.6rem;
  padding: 1.4rem 2rem;
  margin: 0 auto;
  width: 32rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .popup {
    padding: 3rem;
    width: 70rem;
  }
}

.popup__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  color: #070809;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.popup__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.popup__close:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .popup__close {
    top: 2rem;
    right: 2rem;
  }
}

.popup__title {
  display: block;
  margin: 0 0 1.4rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 600;
}
@media (min-width: 992px) {
  .popup__title {
    font-size: 3.4rem;
    margin: 0 0 2rem;
  }
}

.popup__text {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.2rem;
  line-height: 1.83;
  font-weight: 400;
  font-style: italic;
  opacity: 0.75;
}
@media (min-width: 992px) {
  .popup__text {
    font-size: 1.8rem;
    margin: 0 0 2rem;
  }
}

.popup__form .row {
  margin: 0 -1rem -1.4rem;
}
.popup__form .row > [class^=col] {
  padding: 0 1rem 1.4rem;
}
.popup__form .ui-input,
.popup__form .ui-textarea {
  margin: 0;
}
.popup__form .ui-btn {
  height: 4rem;
}
.popup__form .ui-accept {
  margin: 0 auto;
  max-width: 49.4rem;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(7, 8, 9, 0.5);
}
@media (min-width: 992px) {
  .popup__form .row {
    margin: 0 -1rem -2rem;
  }
  .popup__form .row > [class^=col] {
    padding: 0 1rem 2rem;
  }
  .popup__form .ui-accept {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .popup__form .ui-btn {
    height: 4.4rem;
  }
}

.popup__route {
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.popup__route figure {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 1.4rem;
}
.popup__route figure img, .popup__route figure svg {
  display: block;
  width: 4.2rem;
  height: 4.2rem;
}
.popup__route address {
  display: block;
  margin: 0 0 1.4rem;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 400;
  letter-spacing: 0;
  font-style: italic;
  opacity: 0.75;
}
.popup__route p {
  margin: 0 0 1.4rem;
  opacity: 0.75;
}
.popup__route hr {
  margin: 0 0 1.4rem;
  border: none;
  border-bottom: 1px solid #E4E5E6;
}
.popup__route .ui-btn {
  height: 4rem;
}
@media (min-width: 992px) {
  .popup__route {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  .popup__route address {
    font-size: 1.8rem;
    line-height: 1.67;
    font-weight: 400;
    letter-spacing: 0;
  }
  .popup__route figure,
  .popup__route address,
  .popup__route p,
  .popup__route hr {
    margin: 0 0 2rem;
  }
  .popup__route .ui-btn {
    height: 4.4rem;
  }
}

.popup__route-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1.4rem;
}
@media (min-width: 992px) {
  .popup__route-control {
    margin: 0 0 2rem;
  }
}

.popup__route-btn {
  margin: 0 1.4rem 0 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 4rem;
  border-radius: 0.6rem;
  padding: 0.8rem 1.5rem;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  background: #F1F2F3;
  color: #070809;
}
.popup__route-btn:last-child {
  margin: 0;
}
.popup__route-btn.is-active {
  background: #0082CB;
  color: #fff;
}
@media (min-width: 992px) {
  .popup__route-btn {
    margin: 0 3rem 0 0;
    height: 4.4rem;
  }
}

.popup__route-wrapper {
  position: relative;
}

.popup__route-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.popup__route-content.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}

.popup__route-action {
  padding: 2rem 0 0;
}

.popup-map {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ccc;
}
.popup-map .ui-btn {
  pointer-events: auto;
}
.popup-map .ui-btn svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 1.2rem 0 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.popup-map [class*=gotoymaps],
.popup-map [class*=gototaxi],
.popup-map [class*=gototech],
.popup-map [class*=copyright] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup-map__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  padding: 3rem 0;
}
.popup-map__head .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-map__body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-map__foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  padding: 3rem 0;
}
.popup-map__foot .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-map__foot .ui-btn {
  width: 100%;
  margin: 0 0 1rem;
}
.popup-map__foot .ui-btn:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .popup-map__foot .container-fluid {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .popup-map__foot .ui-btn {
    width: auto;
    margin: 0 2rem 0 0;
  }
  .popup-map__foot .ui-btn:last-child {
    margin: 0;
  }
}

.is-catalog-open .catalog-aside__offcanvas {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .catalog-aside {
    position: sticky;
    top: 13.2rem;
    left: 0;
    margin: 0 0 3rem;
  }
  .catalog-aside .scrollbar-track-x,
  .catalog-aside .scrollbar-thumb-x {
    display: none;
  }
  .catalog-aside .scrollbar-track-y {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    height: calc(100% - 0.8rem);
    overflow: hidden;
    width: 0.4rem;
    border-radius: 1rem;
    transition: opacity 0.25s;
    opacity: 0;
  }
  .catalog-aside .scrollbar-track-y.show {
    opacity: 0;
  }
  .catalog-aside .scrollbar-thumb-y {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: inherit;
    transition: background 0.25s;
  }
  .catalog-aside .scrollbar-thumb-y:before {
    content: "";
    display: block;
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    border-radius: inherit;
  }
  .catalog-aside .scrollbar-thumb-y:hover {
    background: rgba(0, 0, 0, 0.4);
  }
  .catalog-aside:hover .scrollbar-track {
    opacity: 1;
  }
  .catalog-aside:hover .scrollbar-track.show {
    opacity: 1;
  }
}

.catalog-aside__offcanvas {
  position: fixed;
  top: 5.4rem;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  z-index: 1000;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3.6rem 0 0 0;
  transition: opacity 0.25s, visibility 0.25s;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .catalog-aside__offcanvas {
    padding: 0;
    position: fixed;
    top: 12.8rem;
    left: 3.6rem;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 32rem;
    background: #fff;
    border-radius: 0.6rem;
    border: 1px solid #E4E5E6;
    max-height: calc(100vh - 12.8rem - 2.4rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .catalog-aside__offcanvas::-webkit-scrollbar {
    display: none;
  }
  .catalog-aside__offcanvas:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: calc(50% + 85rem - 4rem);
    height: 100%;
    width: 100%;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .catalog-aside__offcanvas {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
  }
}

.catalog-aside__head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #EBF8FF;
  height: 3.6rem;
}
@media (min-width: 768px) {
  .catalog-aside__head {
    display: none;
  }
}

.catalog-aside__search {
  position: relative;
}

.catalog-aside__search-btn {
  position: absolute;
  top: 50%;
  left: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -1.2rem 0 0 0;
  cursor: pointer;
  color: #0082CB;
}
.catalog-aside__search-btn svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.catalog-aside__search-input {
  display: block;
  width: 100%;
  height: 3.6rem;
  border: none;
  background: none;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #000000;
  padding: 0.5rem 1rem 0.5rem 6.8rem;
  border-radius: 0;
}
.catalog-aside__search-input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.catalog-aside__search-input::placeholder {
  color: #000000;
  opacity: 0.5;
  transition: opacity 0.25s;
}
.catalog-aside__search-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.catalog-aside__search-input:focus::placeholder {
  opacity: 0;
}

.catalog-aside__body {
  padding: 1.6rem;
  height: 100%;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.catalog-aside__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .catalog-aside__body {
    padding: 0;
    overflow: visible;
  }
}

.catalog-aside__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #E4E5E6;
  border-radius: 0.6rem;
  background: #fff;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.54;
  font-weight: 600;
}
.catalog-aside__menu > li {
  position: relative;
  transition: background 0.25s;
}
.catalog-aside__menu > li > *:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 79px;
  right: 10px;
  border-bottom: 1px solid #D9D9D9;
  transition: opacity 0.25s;
}
.catalog-aside__menu > li:last-child > *:after {
  display: none;
}
.catalog-aside__menu > li.is-open {
  background: #F8F8F8;
}
.catalog-aside__menu > li.is-open .catalog-aside__link-arrow {
  transform: rotate(180deg);
}
.catalog-aside__menu .catalog-aside__menu {
  border: none;
  border-radius: 0;
  background: none;
  padding: 0 0 0 1rem;
  position: relative;
}
.catalog-aside__menu .catalog-aside__menu > li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 79px;
  right: 10px;
  border-bottom: 1px solid #D9D9D9;
  transition: opacity 0.25s;
}
.catalog-aside__menu .catalog-aside__menu > li:after {
  left: 7.9rem;
}
@media (min-width: 768px) {
  .catalog-aside__menu {
    background: none;
    border: none;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .catalog-aside__menu {
    font-size: 1.5rem;
    line-height: 1.33;
    font-weight: 600;
  }
}

.catalog-aside__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.6rem 3.8rem 0.6rem 1rem;
  text-decoration: none;
  color: #070809;
  position: relative;
  transition: color 0.25s, background 0.25s;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.catalog-aside__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  right: -1rem;
  bottom: 0;
  background: rgba(0, 130, 203, 0.05);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.25s;
}
.catalog-aside__link:hover {
  text-decoration: none;
  color: #0082CB;
}
.catalog-aside__link:hover:before {
  opacity: 1;
}
.catalog-aside__link.is-active {
  text-decoration: none;
  color: #0082CB;
}
.catalog-aside__link.is-active:before {
  opacity: 1;
}
@media (min-width: 1200px) {
  .catalog-aside__link {
    padding: 0.7rem 4.8rem 0.7rem 2rem;
  }
}

.catalog-aside__link-icon {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}
.catalog-aside__link-icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .catalog-aside__link-icon {
    width: 45px;
    height: 45px;
    margin: 0 14px 0 0;
  }
  .catalog-aside__link-icon img {
    max-width: none;
    max-height: none;
    width: 68.31px;
    height: 68.31px;
  }
  .catalog-aside__link-icon img.icon-preformi_n {
    max-width: 100%;
    max-height: 100%;
  }
  .catalog-aside__link-icon img.normal {
    max-width: 115%;
    max-height: 115%;
  }
}

.catalog-aside__link-title {
  display: block;
  margin: 0 0.5rem 0 0;
  -ms-flex: 1;
  flex: 1;
}
.catalog-aside__link-counter {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.6rem;
  margin: 0 0 0 1rem;
  height: 1.6rem;
  background: #E4E5E6;
  border-radius: 1.6rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #070809;
}

.catalog-aside__link-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  margin: -0.9rem 0 0 1rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #070809;
  opacity: 0.3;
  transition: transform 0.25s, opacity 0.25s;
}
.catalog-aside__link-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-aside__link-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  right: -1rem;
  bottom: -1rem;
  border-radius: 0.4rem;
}
.catalog-aside__link-arrow:hover {
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .catalog-aside__link-arrow {
    right: 2rem;
  }
}

.catalog-aside__dropdown {
  display: none;
  border-bottom: 1px solid #D9D9D9;
}
.catalog-aside__dropdown:after {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.is-page-library .library,
.is-page-library .news,
.is-page-library .faq {
  margin: 0 0 3rem;
}

.is-page-about .article,
.is-page-about .projects,
.is-page-about .documents {
  margin: 0 0 3rem;
}

.is-page-contacts .offices,
.is-page-contacts .team {
  margin: 0 0 3rem;
}
.is-page-delivery .geo,
.is-page-delivery .cities,
.is-page-delivery .countries {
  margin: 0 0 3rem;
}
.is-page-catalog .filter,
.is-page-catalog .products {
  margin: 0 0 3rem;
}

.is-page-sku .sku,
.is-page-sku .suitable {
  margin: 0 0 3rem;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.5s, visibility 0.5s;
}
.loading svg {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
}
.loading circle {
  stroke-dasharray: 150, 200;
  stroke-dashoffset: 10;
  animation: dash 1.5s ease-in-out infinite, color 4s ease-in-out infinite;
  stroke-linecap: round;
}

.is-loaded .loading {
  opacity: 0;
  visibility: hidden;
}

.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6.4rem;
  z-index: 700;
  background: #E4E5E6;
  padding: 1.8rem 0;
  font-size: 1.4rem;
  line-height: 1.215;
  font-weight: 400;
  text-align: center;
  color: #070809;
}
.cookies .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .cookies {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .cookies {
    font-size: 1.6rem;
    padding: 0.7rem 0;
    min-height: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .cookies .container-fluid {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cookies__text {
  display: block;
  margin: 0 0 2rem;
}
.cookies__text a {
  color: #070809;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.25s;
}
.cookies__text a:hover {
  text-decoration: underline;
  color: #00A3FE;
}
@media (min-width: 1200px) {
  .cookies__text {
    margin: 0 4rem 0 0;
  }
}

.cookies__link {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  font-weight: 500;
  color: #070809;
  margin: 0 0 1rem;
  transition: color 0.25s;
}
.cookies__link:hover {
  text-decoration: underline;
  color: #00A3FE;
}
@media (min-width: 1200px) {
  .cookies__link {
    margin: 0 4rem 0 0;
  }
}

.cookies__action .ui-btn {
  padding: 0.8rem 2rem;
  height: 3.6rem;
  font-size: 1.3rem;
}

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

.text-green,
.is-text-green {
  color: var(--color-accent) !important;
}

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

.text-error {
  color: var(--color-error) !important;
}

.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  .is-ios {
    /* CSS specific to iOS devices */
  }
}

@supports not (-webkit-touch-callout: none) {
  .is-android {
    /* CSS for other than iOS devices */
  }
}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.row-gutter-10 {
  margin: 0 -0.5rem -1rem;
}
.row-gutter-10 > [class^=col] {
  padding: 0 0.5rem 1rem;
}

.row-gutter-24 {
  margin: 0 -1.2rem -2.4rem;
}
.row-gutter-24 > [class^=col] {
  padding: 0 1.2rem 2.4rem;
}

.row-gutter-4 {
  margin: 0 -0.2rem -0.4rem;
}
.row-gutter-4 > [class^=col] {
  padding: 0 0.2rem 0.4rem;
}

.col-20pct {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-md-10pct {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

.ui-spacer-24 {
  height: 2.4rem;
}

.is-lock {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .is-md-only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .is-md-only {
    display: none !important;
  }
}

.is-valign-bottom {
  vertical-align: bottom !important;
}

@media (min-width: 1200px) {
  .col-xl-32 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}

@media (min-width: 1200px) {
  .col-xl-50 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }
}

@media (min-width: 768px) {
  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }
}

@media (min-width: 768px) {
  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }
}

@media (min-width: 768px) {
  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }
}

@media (min-width: 768px) {
  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }
}

@media (min-width: 768px) {
  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }
}

@media (min-width: 768px) {
  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }
}

@media (min-width: 768px) {
  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }
}

@media (min-width: 768px) {
  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }
}

@media (min-width: 768px) {
  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }
}

@media (min-width: 768px) {
  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }
}

@media (min-width: 768px) {
  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }
}

@media (min-width: 768px) {
  .order-md-25 {
    -ms-flex-order: 25;
    order: 25;
  }
}

@media (min-width: 768px) {
  .order-md-26 {
    -ms-flex-order: 26;
    order: 26;
  }
}

@media (min-width: 768px) {
  .order-md-27 {
    -ms-flex-order: 27;
    order: 27;
  }
}

@media (min-width: 768px) {
  .order-md-28 {
    -ms-flex-order: 28;
    order: 28;
  }
}

@media (min-width: 768px) {
  .order-md-29 {
    -ms-flex-order: 29;
    order: 29;
  }
}

@media (min-width: 768px) {
  .order-md-30 {
    -ms-flex-order: 30;
    order: 30;
  }
}

body {
  top: 0 !important;
}

.contacts__item-map-container > * {
  min-height: 100%;
}

.catalog__item-icon {
  width: 6rem;
  height: 6rem;
}

@media (min-width: 1200px) {
  .catalog__item-icon {
    width: 18rem;
    height: 18rem;
    margin: 0 2rem 0 0;
  }
}
.catalog__item-head {
  display: list-item;
  display: list-item;
}

@media (min-width: 1200px) {
  .catalog__item-title {
    height: 5rem;
  }
}
.catalog__item {
  background: none;
  border: none;
}

@media (min-width: 768px) {
  .catalog__item-menu-link-icon {
    width: 6.5rem;
    height: 4.5rem;
    margin: 0 1.4rem 0 0;
  }
}
@media (min-width: 1200px) {
  .catalog__item-menu-link-icon {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 768px) {
  .catalog__item-menu {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .is-banners-small .banners__item {
    aspect-ratio: 300/370;
  }
}

.filter__search {
  position: relative;
}

.realtime-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0.6rem;
}

@media (max-width: 1199px) {
  .filter__input,
  .catalog-aside__search-input {
    font-size: 1.6rem;
  }
}

.catalog-aside__link-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.products__item-table-options.is-open .products__item-table-options-toggle-active {
  display: none;
}
.products__item-table-options.is-open .products__item-table-options-toggle-inactive {
  display: block;
}

.products__item-table-options-body {
  display: none;
}

.products__item-table-options-toggle {
  color: #070809;
  text-decoration: none;
  transition: opacity 0.25s;
}
.products__item-table-options-toggle:hover {
  text-decoration: none;
  color: #070809;
  opacity: 0.7;
}
.products__item-table-options-toggle mark {
  background: none;
  color: #089345;
}

.products__item-table-options-toggle-active {
  display: block;
}

.products__item-table-options-toggle-inactive {
  display: none;
}

h1:not([class]) {
  font-size: 2.8rem;
}

.geo__figure {
  position: relative;
}

.geo__image img {
  min-height: auto;
}

.geo__figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.5%;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.geo__figcaption p {
  margin: 0 0 0.8rem;
}
.geo__figcaption p:last-child {
  margin: 0;
}
.geo__figcaption b {
  display: block;
}
@media (max-width: 1199px) {
  .geo__figcaption {
    font-size: 1.3vw;
    margin: 0;
    padding: 1.6rem;
    max-width: 50%;
  }
  .geo__figcaption p {
    margin: 0 0 0.8vw;
  }
}
@media (max-width: 767px) {
  .geo__figcaption {
    margin: 0 -2.8rem 0 -3.2rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.5vw;
    max-width: 55%;
    white-space: nowrap;
  }
  .geo__figcaption b {
    display: inline;
  }
}

.filter__pagination-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
.filter__pagination-menu > li:nth-last-of-type(1), .filter__pagination-menu > li:nth-last-of-type(2) {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .catalog-aside__link-icon {
    width: 45px;
    height: 45px;
    margin: -5px 5px -5px -7.5px;
  }
}

@media (min-width: 1200px) {
  .products__item-table-image {
    width: 34px;
    height: 34px;
  }
}

.swiper-gallery picture img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.products__item--list .products__item-title,
.products__item--tile .products__item-title {
  font-weight: 700;
}

.sku__title {
  font-weight: 700;
}

.products__item-title {
  font-weight: 700;
}
.products__item-title a {
  color: #070809;
  border-bottom: 1px solid rgba(7, 8, 9, 0.2);
  text-decoration: none;
  transition: color 0.25s, border-color 0.25s;
}
.products__item-title a:hover {
  color: #00a3fe;
  border-color: rgba(0, 163, 254, 0.2);
}

@media (min-width: 1200px) {
  .sku__table-image {
    width: 34px;
    height: 34px;
  }
}

.filter__toggle svg {
  overflow: visible;
}

.fancybox-prev:disabled,
.fancybox-next:disabled {
  opacity: 0.2;
  cursor: default;
  color: #BCE6FF;
}

.header__mobile {
  box-shadow: 0 200vh 0 200vh #06579B;
}

.header__additional-link svg {
  overflow: visible;
}

.filter__btn--light {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}

.filter__select .selectric-wrapper,
.filter__input,
.filter__switch-check-btn {
  font-weight: 400;
}

.catalog-aside__link-title {
  word-break: break-word;
}

@media (min-width: 1200px) {
  .sku__table-image {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  .filter__search .filter__btn {
    min-width: 10.7rem;
  }
  .filter__fromto .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .filter__fromto .row > [class^=col] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .filter__fromto .filter__input {
    min-width: 10.7rem;
  }
}
@media (max-width: 767px) {
  .wrap_e75d,
  ._mobileOffsetBottom_af9b {
    margin: 0 0 8.1rem !important;
  }
  .button_e6ee {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 2.4rem;
  }
  .logoIconCloud_d99b {
    width: 100%;
    height: 100%;
    background-size: 2rem auto;
    background-position: 50% 45%;
  }
}
@media (min-width: 768px) {
  .filter__sorting .filter__label {
    /* display: none; */
  }
}

.filter__switch-check-btn svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0.4rem 0 0;
  width: 1.5rem;
  height: 1.2rem;
}

.catalog-aside__menu > li > *:after {
  right: 0;
}
@media (min-width: 1200px) {
  .catalog-aside__menu > li > *:after {
    left: calc(2rem + 45px - 2.5px);
  }
}

.catalog-aside__menu > li.is-open > *:after {
  opacity: 0;
}

.catalog-aside__menu .catalog-aside__menu > li:first-child:before {
  right: 0;
}
@media (min-width: 1200px) {
  .catalog-aside__menu .catalog-aside__menu > li:first-child:before {
    left: calc(2rem + 45px - 2.5px);
  }
}

@media (min-width: 1200px) {
  .header__language {
    margin: 0 1.2rem 0 0;
    padding: 0 1.2rem 0 0;
  }
}

@media (min-width: 1200px) {
  .header__nav {
    margin: 0 3rem 0 0;
  }
}

.header__nav-link-decor {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2rem;
  margin: 0 1rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__nav-link-decor img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .header__nav-link-decor {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.8rem 0 0;
  }
}
@media (min-width: 1200px) {
  .header__nav-link-decor {
    width: 2rem;
    height: 2rem;
    margin: 0 0.6rem 0 0;
  }
}

@media (min-width: 1200px) {
  .header__nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .header__nav-menu > li {
    margin: 0 2rem 0 0;
  }
}

@media (min-width: 768px) {
  .cart__table tfoot td {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .cart__table tfoot td:first-child {
    padding-left: 0;
  }
  .cart__table tfoot td:last-child {
    padding-right: 0;
  }
}

.cart__table-caption {
  padding: 0 0 1rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.67;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  color: #070809;
  max-width: 26rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .cart__table-caption {
    padding: 0;
    margin: 0 3rem 0 0;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .cart__table-caption {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0;
    max-width: none;
  }
}

.cart__table-buttons .ui-btn {
  height: 4rem;
  width: 100%;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .cart__table-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cart__table-buttons .ui-btn {
    margin: 0 1.4rem 0 0;
    width: auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .cart__table-buttons .ui-btn:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .cart__table-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart__table-buttons .ui-btn {
    height: 5.2rem;
    font-size: 1.4rem;
    padding: 0.8rem 2rem;
    margin: 0 3rem 0 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
  }
  .cart__table-buttons .ui-btn:last-child {
    margin: 0;
  }
}

.products__item-table-image img {
  max-width: none;
  max-height: none;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .products__item-table-image {
    width: auto;
    height: auto;
  }
}

.container-fluid {
  padding: 0 2.8rem;
}

@media (min-width: 1200px) {
  .footer__age {
    right: 3.3rem;
  }
}

.filter__field {
  position: relative;
}

.filter__search .filter__input {
  background-image: none;
}

.filter__btn-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  cursor: pointer;
  color: #0082CB;
}
.filter__btn-search svg {
  display: block;
  width: 2.1rem;
  height: 2.1rem;
}
.filter__btn-search:hover {
  color: #06579B;
}
@media (min-width: 768px) {
  .filter__btn-search {
    right: -1rem;
  }
}
@media (min-width: 1200px) {
  .filter__btn-search {
    right: -1.5rem;
  }
}

.pagination__prev.is-disabled,
.pagination__next.is-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pagination__prev.is-disabled,
  .pagination__next.is-disabled {
    display: none;
  }
}

.team__list > li {
  text-align: center;
}
@media (min-width: 768px) {
  .team__list {
    margin: 0 -1rem -3rem;
  }
  .team__list > li {
    padding: 0 1rem 3rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {
  .team__list {
    margin: 0 -1rem -3rem;
  }
  .team__list > li {
    padding: 0 1rem 3rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 1200px) {
  .team__list {
    margin: 0 -1.2rem -3rem;
    padding: 0 0 0 2rem;
  }
  .team__list > li {
    padding: 0 1.2rem 3rem;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.team__item-list > li:has(a), .team__item-list > li:has(a):last-child {
  margin-top: auto;
}

.filter__switch-check-input:checked ~ .filter__switch-check-btn svg path:nth-of-type(1) {
  opacity: 1;
}
.filter__switch-check-input:checked ~ .filter__switch-check-btn svg path:nth-of-type(2) {
  opacity: 0.5;
}
.filter__switch-check-input:checked ~ .filter__switch-check-btn.is-active svg path:nth-of-type(1) {
  opacity: 0.5;
}
.filter__switch-check-input:checked ~ .filter__switch-check-btn.is-active svg path:nth-of-type(2) {
  opacity: 1;
}

@media (min-width: 1200px) {
  .sku__table-image {
    width: auto;
    height: auto;
  }
  .sku__table-image img {
    max-width: max-content;
    max-height: max-content;
  }
}

@media (max-width: 1199px) {
  .realtime-search-holder .filter__btn-search {
    right: 0;
  }
  .header__call li:first-child {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
}
@media (max-width: 991px) {
  .header__call {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__call li:first-child {
    display: none;
  }
  .header__request .ui-btn {
    margin: 0 0 0 1rem !important;
  }
}
/* ---------*/
.ui-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  max-width: 64rem;
  margin: 0 0 3rem;
}

.ui-video__image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.ui-video__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.ui-video__play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9rem;
  height: 9rem;
  margin: -4.5rem 0 0 -4.5rem;
  z-index: 100;
}

.ui-video__play svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ------*/
.swiper-pagination-bullet-active {
  background: #0082CB;
}

.swiper-pagination-bullet-progress {
  overflow: visible;
}

.swiper-pagination-bullet-progress circle {
  stroke: #0082CB;
  stroke-dasharray: 124;
  stroke-dashoffset: 124;
}

@media (min-width: 1200px) {
  .catalog-aside__link {
    padding: 1.2rem 4.8rem 1.2rem 2rem;
  }
}
@media (max-width: 1199px) {
  .catalog-aside__link-icon {
    margin-left: -2.5px;
  }
}
@media (max-width: 1199px) {
  .catalog-aside__offcanvas {
    left: 2.8rem;
  }
  .catalog-aside__menu > li > *:after {
    left: calc(1rem + 40px + 7.5px);
  }
  .catalog-aside__menu .catalog-aside__menu > li:first-child:before {
    left: calc(1rem + 40px + 7.5px);
  }
}
@media (max-width: 767px) {
  .catalog-aside__offcanvas {
    left: 0;
  }
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.4) !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.7) !important;
}

.swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
  opacity: 1 !important;
}

.swiper-pagination-bullet-progress circle {
  stroke: rgba(255, 255, 255, 0.7) !important;
}

.swiper-prev,
.swiper-next {
  background: transparent;
}
.swiper-prev svg,
.swiper-next svg {
  width: 100% !important;
  height: 100% !important;
}

.app {
  position: relative;
  top: -1px;
  margin: 0 0 -1px;
}

.pagination__menu {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.pagination__menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.pagination__menu > li:nth-last-of-type(1), .pagination__menu > li:nth-last-of-type(2) {
  position: static;
}

.subsc__btn,
.feedback__btn,
.filter__btn,
.ui-btn {
  padding-top: 0.6rem !important;
  padding-bottom: 0.3rem !important;
  will-change: transform !important;
  line-height: 1 !important;
}

@-moz-document url-prefix() {
  .subsc__btn,
  .feedback__btn,
  .filter__btn,
  .ui-btn {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}
@media (max-width: 767px) {
  .feedback__form .row.align-items-center {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback__form .feedback__btn {
    margin: 1rem 0 0 0;
  }
  .feedback__form .feedback__accept {
    margin: 0;
    padding: 1rem 0 0 0;
    text-align: center;
  }
}

.filter__input,
.feedback__input,
.feedback__textarea {
  border-color: #fff;
  background: #fff;
  color: #000;
}
.filter__input:focus,
.feedback__input:focus,
.feedback__textarea:focus {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.tooltipster-sidetip .tooltipster-arrow {
  z-index: 999;
  backface-visibility: hidden;
  overflow: visible !important;
}

.filter__tooltip svg {
  overflow: visible;
}

.banners__item {
  overflow: hidden;
}

.swiper-gallery .swiper-thumbs {
  margin: 0;
  padding: 0;
}
.swiper-gallery .swiper-thumbs .swiper-slide {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-prev,
.swiper-next {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-related .swiper-slide {
  padding: 0 0.001px;
}

.related__swiper {
  margin: 0 0 2rem;
}

.related__swiper:last-child {
  margin: 0;
}

.related__item-action .ui-btn {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

@-moz-document url-prefix() {
  .related__item-action .ui-btn {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
}
@media (min-width: 1200px) {
  .header__nav-menu > li:nth-of-type(5) .header__nav-link-decor {
    margin-right: 0;
  }
}

.footer__section:before {
  left: 0;
  right: 0;
}

.footer__error {
  font-size: 1.4rem;
}

.footer__error p {
  margin: 0;
}

.footer__error .error-keys {
  margin-left: 0;
  color: #d00;
}

.footer__info-link {
  color: #0082CB;
}
.footer__info-link:hover {
  color: #0082CB;
}

.footer__additional-apps {
  display: none;
}

.footer__results {
  text-transform: initial;
}

@media (min-width: 1200px) {
  .footer__logo {
    height: 4.4rem;
    margin: 0 0 2rem -0.5rem;
  }
  .footer__logo img {
    width: 20.8rem;
    height: 5.7rem;
    object-fit: contain;
  }
}

@media (min-width: 1200px) {
  .footer__results,
  .footer__contacts-dl dt,
  .footer__contacts-dl dd,
  .footer__additional-menu,
  .footer__copyright {
    line-height: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .footer__additional-menu > li,
  .footer__contacts-dl dt {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .footer__section:nth-of-type(1) {
    padding: 2.8rem 0 1.6rem;
  }
}

@media (min-width: 1200px) {
  .header__logo {
    margin-left: -0.5rem !important;
    margin-right: 1rem !important;
    left: 1.5rem !important;
  }
  .header__logo img {
    width: 20.8rem;
    height: 5.7rem;
    object-fit: contain;
  }
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  pointer-events: auto !important;
  color: #BCE6FF !important;
  cursor: default !important;
}

.catalog-aside__offcanvas {
  z-index: 999;
}

.article img {
  height: auto !important;
}

.rs-item img {
  border-radius: 0.8rem !important;
}
.rs-item .rs-title-wrapper {
  padding-right: 1rem !important;
}
.rs-item .rs-title {
  font-size: 1.2rem !important;
}

.rs-list .rs-item,
.rs-list a.rs-item {
  max-height: none !important;
}

.filter__sorting > .row {
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1200px) {
  .filter__sorting .row-xl-gutter-70 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .filter__sorting .row-xl-gutter-70 > [class^=col] {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .filter__action .row {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.swiper-banners .swiper-wrapper {
  transition-timing-function: ease;
}

.filter__btn-search {
  right: 0;
}

@media (max-width: 1199px) {
  .breadcrumbs {
    margin: 0 0 3rem;
  }
  .breadcrumbs__menu {
    margin: 0 0 1rem;
  }
  .breadcrumbs__menu:last-child {
    margin: 0;
  }
  .breadcrumbs__menu > li {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .filter__sorting .row-xl-gutter-60 {
    margin: 0 -2.5rem -1rem !important;
  }
  .filter__sorting .row-xl-gutter-60 > [class^=col] {
    padding: 0 2.5rem 1rem !important;
  }
}
@media (min-width: 768px) {
  .filter__mobile {
    display: none !important;
  }
  .filter__view {
    margin: 0.4rem 0 0.8rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .filter__view {
    margin: 0;
  }
  .filter__line {
    margin: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .filter__desktop {
    display: none !important;
  }
  .filter__switch {
    margin: 0 0 1rem !important;
  }
}
.pagination .row {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.5rem;
}
.pagination .row > [class^=col] {
  padding: 0 0.5rem;
}
.pagination .row .pagination__action {
  margin: 0;
}

@media (max-width: 767px) {
  .filter__size > .row > [class^=col] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .banners__item {
    aspect-ratio: 50/9;
  }
}

.banner__image--primary,
.banner__image--mobile {
  border-radius: 1.2rem !important;
}

.banner__image--mobile,
.banner__image--primary {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-banners .swiper {
  border-radius: 0.8rem !important;
}
.swiper-banners .swiper * {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .swiper-banners .swiper {
    border-radius: 1.2rem !important;
  }
  .swiper-banners .swiper * {
    border-radius: 0 !important;
  }
}

@media (max-width: 1000px) {
  .banners__swiper .swiper-banners .swiper-pagination {
    display: none;
  }
}
.banners__item {
  background: transparent;
}

.banners__item-image {
  display: block;
  width: 100%;
  -ms-flex: 1;
  flex: 1;
}
.banners__item-image img {
  transform: scale(1.005);
}

.swiper-banners .swiper-slide {
  min-width: 100.001%;
}

.pagination__menu {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .pagination__menu {
    column-gap: 15px;
  }
}

.category-description {
  margin: 0 0 3rem;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}