

/* Start:/local/templates/dekart/template_styles.css?1778847890212916*/
/*! 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;
  -webkit-text-size-adjust: 100%;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
   * * 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;
  font-size: 1em;
}

/**
   * * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

button,
input {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
   * * 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;
  outline-offset: -2px;
}

/**
   * * 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;
  font: inherit;
}

/* 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],
.hidden {
  display: none;
}

@font-face {
  font-family: "Inter-Medium";
  src: url("/local/templates/dekart/./fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/dekart/./fonts/Inter-Medium.woff") format("woff"), url("/local/templates/dekart/./fonts/Inter-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Golos Text Regular";
  src: url("/local/templates/dekart/./fonts/GolosText-Regular.woff2") format("woff2"), url("/local/templates/dekart/./fonts/GolosText-Regular.woff") format("woff"), url("/local/templates/dekart/./fonts/GolosText-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Golos Text Semibold";
  src: url("/local/templates/dekart/./fonts/GolosText-DemiBold.woff2") format("woff2"), url("/local/templates/dekart/./fonts/GolosText-DemiBold.woff") format("woff"), url("/local/templates/dekart/./fonts/GolosText-DemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Bold";
  src: url("/local/templates/dekart/./fonts/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/dekart/./fonts/Montserrat-Bold.woff") format("woff"), url("/local/templates/dekart/./fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Bold";
  src: url("/local/templates/dekart/./fonts/SFProText-Bold.woff2") format("woff2"), url("/local/templates/dekart/./fonts/SFProText-Bold.woff") format("woff"), url("/local/templates/dekart/./fonts/SFProText-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Light";
  src: url("/local/templates/dekart/./fonts/SFProText-Light.woff2") format("woff2"), url("/local/templates/dekart/./fonts/SFProText-Light.woff") format("woff"), url("/local/templates/dekart/./fonts/SFProText-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Medium";
  src: url("/local/templates/dekart/./fonts/SFProText-Medium.woff2") format("woff2"), url("/local/templates/dekart/./fonts/SFProText-Medium.woff") format("woff"), url("/local/templates/dekart/./fonts/SFProText-Medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Regular";
  src: url("/local/templates/dekart/./fonts/SFProText-Regular.woff2") format("woff2"), url("/local/templates/dekart/./fonts/SFProText-Regular.woff") format("woff"), url("/local/templates/dekart/./fonts/SFProText-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Text Semibold";
  src: url("/local/templates/dekart/./fonts/SFProText-Semibold.woff2") format("woff2"), url("/local/templates/dekart/./fonts/SFProText-Semibold.woff") format("woff"), url("/local/templates/dekart/./fonts/SFProText-Semibold.ttf") format("truetype");
  font-display: swap;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  min-height: 100%;
}

body {
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  cursor: default;
  background: #ffffff;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
  font-size: 16px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Text Bold", sans-serif;
  color: #1472BD;
  line-height: 1.25;
  
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }


img {
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

a:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.main-block {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
  overflow-x: clip;
}

.main-block__footer {
  margin-top: auto;
}

.main-block__container {
  position: relative;
  min-height: calc(100dvh - 630px);
}

.section {
  padding: 60px 0;
}

.section-container>* {
  margin-top: 40px;
}

.section-container>*:first-child {
  margin-top: 0;
}

.section-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-body>* {
  margin-top: 48px;
}

.section-body>*:first-child {
  margin-top: 0;
}

.section-info {
  max-width: 895px;
  text-align: right;
}

.section-content>* {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.section-content>*:first-child {
  margin-top: 0;
}

.section-content p {
  font-size: 20px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.section-content span,
.section-content b {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.section-content._other>* {
  margin-top: 40px;
}

.section-content._other>*:first-child {
  margin-top: 0;
}

.section-content._warehouse>* {
  margin-top: 16px;
}

.section-content._warehouse>*:first-child {
  padding-bottom: 34px;
  margin-top: 0;
}

.section-content._warehouse .services-row {
  -ms-grid-columns: calc(58.5% - 10px) calc(41.5% - 10px);
  grid-template-columns: calc(58.5% - 10px) calc(41.5% - 10px);
}

.section-content._warehouse .services-img {
  padding-top: 72.5%;
  border-radius: 32px;
}

.section-content._warehouse .services-img img,
.section-content._warehouse .services-img iframe {
  border-radius: 32px;
}

.section-content._warehouse .services-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  padding: 36px 72px;
  background: #2657A6;
  border-radius: 32px;
  overflow: hidden;
}

.section-content._warehouse .services-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/local/templates/dekart/./img/wave-bg.svg") center;
  background-size: cover;
  pointer-events: none;
}

.section-content._warehouse .services-info>* {
  margin-top: 40px;
}

.section-content._warehouse .services-info>*:first-child {
  margin-top: 0;
}

.section-content._warehouse .services-info__title {
  position: relative;
  z-index: 1;
  font-size: 64px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.section-content._warehouse .services-content {
  position: relative;
  z-index: 1;
}

.section-content._warehouse .services-content>*,
.section-content._warehouse .services-content p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  color: #ffffff;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.section._first {
  padding-top: 32px;
  padding-bottom: 38px;
}

.section._main {
  padding-bottom: 60px;
}

.section._other {
  padding-top: 32px;
}

.section._card {
  margin-bottom: 60px;
  padding-bottom: 0;
  background: rgba(246, 246, 248, 0.5);
}

.title {
  margin: 0;
  font-size: 40px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.title._small {
  font-size: 34px;
}

.title._small2 {
  font-size: 32px;
}

.title._lower {
  text-transform: inherit;
}

.title._left {
  text-align: left;
}

.title._black {
  color: #3B3A3F;
}

.subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.more-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 24px;
}

.prev,
.next {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #1472bd;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  cursor: pointer;
}

.prev svg,
.next svg {
  fill: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prev.swiper-button-disabled,
.next.swiper-button-disabled {
  pointer-events: none;
  background: rgba(20, 114, 189, 0.32);
  cursor: default;
}

.offerta {
  font-size: 20px;
  line-height: 1.45;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.question {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.question-title {
  font-size: 15px;
  line-height: 1.4;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.question-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-button .button {
  min-height: 38px;
  padding: 8px;
  width: 100%;
  max-width: 400px;
  font-size: 14px;
}

.bar {
  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;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.55;
  color: #1472BD;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  background: #F2F7FC;
  padding: 10px 16px;
  border-radius: 8px;
}

.bar._other {
  border: 1px solid #1472BD;
  background: none;
  font-size: 16px;
  line-height: 1.25;
  padding: 11px 12px;
}

input {
  text-overflow: ellipsis;
  outline: none;
  font-size: 16px;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

input::-webkit-input-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input::-moz-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:-moz-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:-ms-input-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: number-input;
}

input[type=tel]:focus,
input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.input {
  width: 100%;
  height: 50px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.25;
  color: #3B3A3F;
  border-radius: 8px;
  border: none;
  background: #F8F8F8;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  border: 1px solid transparent;
}

.input._error,
._error .check__box {
  border: 1px solid #ff8080;
}

textarea {
  resize: vertical;
}

textarea::-webkit-input-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea::-moz-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:-moz-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:-ms-input-placeholder {
  color: #A2A9AD;
  opacity: 0.99;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.textarea {
  width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1.25;
  color: #3B3A3F;
  border-radius: 8px;
  border: none;
  background: #F8F8F8;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.check {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px auto;
  grid-template-columns: 16px auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.check a {
  color: #3B3A3F;
  text-decoration: underline;
}

.check:hover {
  cursor: pointer;
}

.check__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.check__input:checked+.check__box {
  background: #1472BD;
}

.check__input:checked+.check__box::after {
  opacity: 1;
}

.check__box {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  border: 1px solid #1472BD;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.check__box::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 8px;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/local/templates/dekart/./img/icon-check.svg") center no-repeat;
  background-size: contain;
}

.radio {
  position: relative;
  width: 100%;
  z-index: 1;
}

.radio-label {
  margin: 0;
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #ffffff;
}

.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 6px;
  border-radius: 2px;
}

.radio__input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.radio__input:checked+.radio__box {
  color: #ffffff;
}

.radio__input:checked+.radio__box::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.radio__input:checked+.radio__box:hover {
  cursor: default;
}

.radio__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #1472BD;
  border-radius: 2px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.radio__box:hover {
  cursor: pointer;
}

.radio__box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #D21121;
  width: 20%;
  height: 20%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 2px;
}

button {
  outline: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.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;
  gap: 10px;
  min-height: 58px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px;
  font-size: 20px;
  line-height: 1.25;
  color: #1472BD;
  background: #ffffff;
  border: 1px solid #1472BD;
  border-radius: 8px;
  -webkit-transition: color 0.4s, border 0.4s, background 0.4s;
  transition: color 0.4s, border 0.4s, background 0.4s;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.button:focus {
  outline: none;
}

.button svg {
  fill: #1472BD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.button._blue {
  background: #1472BD;
  color: #ffffff;
}

.button._blue svg {
  fill: #ffffff;
}

.button._all {
  padding: 0;
  border: none;
  min-height: auto;
  font-size: 18px;
  background: none;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.button._small {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 8px;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.breadcrumbs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}

.breadcrumbs-container {
  display: inline;
}

.breadcrumbs span,
.breadcrumbs .breadcrumb__item {
  position: relative;
  display: inline;
  margin-left: 30px;
  color: rgba(51, 51, 51, 0.5);
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 1.25;
}

.breadcrumbs span::after,
.breadcrumbs .breadcrumb__item::after {
  content: "/";
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(51, 51, 51, 0.5);
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.breadcrumbs span:first-child,
.breadcrumbs .breadcrumb__item:first-child {
  margin-left: 0;
}

.breadcrumbs span:first-child::after,
.breadcrumbs .breadcrumb__item:first-child::after {
  display: none;
}

.breadcrumbs span a,
.breadcrumbs .breadcrumb__item a {
  display: inline;
  color: #333333;
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.select {
  position: relative;
  z-index: 2;
}

.select._show .select-arrow svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select._show .select-container {
  opacity: 1;
}

.select._icon .select-del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}

.select._icon .select-arrow {
  pointer-events: none;
  opacity: 0;
}

.select__label {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: -20px;
  opacity: 0;
  font-size: 14px;
  line-height: 24px;
  color: #C7BEB8;
  pointer-events: none;
}

.select-head {
  max-width: 204px;
  min-width: 150px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px;
  grid-template-columns: 1fr 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 44px;
  padding: 4px 20px;
  background: #F2F3F5;
  border-radius: 8px;
  z-index: 1;
}

.select-head:hover {
  cursor: pointer;
}

.select-head__text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  pointer-events: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.select-head__text._placeholder {
  color: #3B3A3F;
}

.select-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.select-arrow svg {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  stroke: #3B3A3F;
}

.select-del {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 2;
  pointer-events: none;
}

.select-del svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #3B3A3F;
}

.select-container {
  position: absolute;
  left: 0;
  top: 48px;
  width: calc(100% - 2px);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #F2F3F5;
  border-radius: 8px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #EDEDED;
  border-top: none;
  opacity: 0;
}

.select-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 6px 4px;
  padding-bottom: 10px;
  overflow-y: auto;
  max-height: 320px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-list::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

.select-list::-webkit-scrollbar-track {
  background: #F0EFF3;
  border-radius: 5px;
}

.select-list::-webkit-scrollbar-thumb {
  background-color: #B1B5AF;
  border-radius: 5px;
}

.select-list li {
  padding: 6px 20px;
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select-list li._active {
  color: #1472BD;
}

.counter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr 40px;
  grid-template-columns: 40px 1fr 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-radius: 2px;
  height: 44px;
}

.counter-minus,
.counter-plus {
  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;
  stroke: #D21121;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.counter-num {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1.4;
  color: #D21121;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal .container {
  height: 100%;
}

.modal-inputs>* {
  margin-top: 16px;
}

.modal-inputs>*:first-child {
  margin-top: 0;
}

.modal-inputs__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 8px))[2];
  grid-template-columns: repeat(2, calc(50% - 8px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.modal-dialog {
  position: relative;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 724px;
  margin: 2rem auto;
  padding: 40px 48px;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 16px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 840;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-header>* {
  margin-top: 16px;
}

.modal-header>*:first-child {
  margin-top: 0;
}

.modal-header .btn-close {
  position: absolute;
  right: 55px;
  top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
}

.modal-header .btn-close svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal-title {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
  text-align: center;
}

.modal-subtitle {
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  text-align: center;
  opacity: 1;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 24px 0;
}

.modal-body>* {
  margin-top: 24px;
}

.modal-body>*:first-child {
  margin-top: 0;
}

.modal-politic {
  margin-top: 12px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.modal-footer .button {
  width: 100%;
  padding: 4px 12px;
  min-height: 50px;
  font-size: 18px;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 10px 24px;
  font-size: 24px;
  line-height: 1.25;
  color: rgba(59, 58, 63, 0.5);
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 16px;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-link.active {
  color: #1472BD;
  border-color: #F2F7FC;
  background: #F2F7FC;
  pointer-events: none;
}

.tab-content {
  margin-top: 24px;
}

.tab-content>.tab-pane {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.tab-content>.tab-pane.show {
  opacity: 1;
  max-height: fit-content;
}

.tab-content>.active {
  display: block;
}

.tab-content .section-content {
  padding-top: 20px;
}

.tab-content .section-content>* {
  font-size: 18px;
  line-height: 1.45;
}

/* .tab-content .section-content p {
  font-size: 18px;
  line-height: 1.45;
} */

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.paginationMy {
  margin-top: 120px;
}

.paginationMy ul {
  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;
  gap: 8px;
}

.paginationMy ul li {
  height: 48px;
  min-width: 48px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.paginationMy ul li.active {
  pointer-events: none;
}

.paginationMy ul li.active a {
  background: #1472BD;
  border-color: #1472BD;
  color: #ffffff;
}

.paginationMy ul a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 18px;
  line-height: 1.25;
  color: #333333;
  background: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  -webkit-transition: background 0.4s, color 0.4s, border 0.4s;
  transition: background 0.4s, color 0.4s, border 0.4s;
}

.paginationMy ul a svg {
  stroke: #3B3A3F;
  opacity: 0.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.paginationMy-more {
  display: none;
  width: 100%;
}

.paginationMy-more .button {
  width: 100%;
  padding: 12px;
  text-transform: uppercase;
}

.rating-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}

.rating-area:not(:checked)>input {
  display: none;
}

.rating-area:not(:checked)>label {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}

.rating-area:not(:checked)>label svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #7FD8A0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rating-area:not(:checked)>label:hover svg {
  fill: #FFDD2D;
}

.rating-area:not(:checked)>label:hover~label svg {
  fill: #FFDD2D;
}

.rating-area>input:checked~label svg {
  fill: #FFDD2D;
}

/**
   * Swiper 8.2.4
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2022 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: June 13, 2022
   */

@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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  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;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

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

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

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

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

.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;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

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

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

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

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

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

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

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

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

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

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

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

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

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

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

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

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

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

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

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.accordionMy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordionMy-item {
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accordionMy-item._show .accordionMy-header__icon svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.accordionMy-item._show .accordionMy-header__title {
  opacity: 1;
}

.accordionMy-item._show .accordionMy-body {
  opacity: 1;
}

.accordionMy-item._one .accordionMy-header__icon {
  display: none;
}

.accordionMy-item._active .accordionMy-header {
  background: #1472BD;
}

.accordionMy-item._active .accordionMy-header__title {
  color: #ffffff;
}

.accordionMy-item._active .accordionMy-header__icon svg {
  fill: #ffffff;
}

.accordionMy-item._active .accordionMy-header:hover .accordionMy-header__title {
  color: #ffffff;
}

.accordionMy-item._active .accordionMy-header:hover .accordionMy-header__icon svg {
  fill: #ffffff;
}

.accordionMy-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px;
  grid-template-columns: auto 24px;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordionMy-header__title,
.accordionMy-header__title a {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.accordionMy-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordionMy-header__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #C4C4C4;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.accordionMy-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accordionMy-container {
  padding: 0 16px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordionMy-container>* {
  font-size: 16px;
  line-height: 1.5;
}

.accordionMy-list ul {
  margin-left: 24px;
}

.accordionMy-list ul>* {
  list-style: disc;
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.8;
}

.accordionMy-list ul>*>* {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.8;
}

.accordionMy2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordionMy2-item {
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accordionMy2-item._show .accordionMy2-header__icon svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.accordionMy2-item._show .accordionMy2-header__title {
  opacity: 0.8;
}

.accordionMy2-item._show .accordionMy2-body {
  opacity: 1;
}

.accordionMy2-item._one .accordionMy2-header__icon {
  display: none;
}

.accordionMy2-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px;
  grid-template-columns: auto 24px;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordionMy2-header__title,
.accordionMy2-header__title a {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.accordionMy2-header__title a {
  opacity: 1 !important;
}

.accordionMy2-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordionMy2-header__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #C4C4C4;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.accordionMy2-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accordionMy2-container {
  padding: 0 24px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordionMy2-container>* {
  font-size: 16px;
  line-height: 1.5;
}

.accordionMy3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordionMy3-item {
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accordionMy3-item._show .accordionMy3-header__icon svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.accordionMy3-item._show .accordionMy3-header__title {
  opacity: 0.8;
}

.accordionMy3-item._show .accordionMy3-body {
  opacity: 1;
}

.accordionMy3-item._one .accordionMy3-header__icon {
  display: none;
}

.accordionMy3-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px;
  grid-template-columns: auto 24px;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordionMy3-header__title,
.accordionMy3-header__title a {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.accordionMy3-header__title a {
  opacity: 1 !important;
}

.accordionMy3-header__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordionMy3-header__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #C4C4C4;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.accordionMy3-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.accordionMy3-container {
  padding: 0 20px 0 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordionMy3-container>* {
  font-size: 16px;
  line-height: 1.5;
}

#slide-counter {
  font-size: 18px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
  border-radius: 10px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: rgba(0, 0, 0, 0.5);
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gpaginaton {
  display: block;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled,
.gpaginaton.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow,
.gpaginaton .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose,
.glightbox-closing .gpaginaton {
  opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-clean .gpaginaton {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gpaginaton {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  100% {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }

  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 404px calc(100% - 404px - 48px);
  grid-template-columns: 404px calc(100% - 404px - 48px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-sidebar__list ul>*:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top: 1px solid #E6EAF2;
}

.about-sidebar__list ul>*:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.about-sidebar__list ul>*._active {
  pointer-events: none;
}

.about-sidebar__list ul>*._active a {
  background: #1472BD;
  color: #ffffff;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.about-sidebar__list a {
  display: inline-block;
  width: 100%;
  padding: 16px;
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  border: 1px solid #E6EAF2;
  border-top: none;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}

.about-container>* {
  margin-top: 120px;
}

.about-container>*:first-child {
  margin-top: 0;
}

.about-info>* {
  margin-top: 40px;
}

.about-info>*:first-child {
  margin-top: 0;
}

.about-info .industry-content {
  padding: 0;
  background: none;
  height: unset;
}

.about-info .industry-box>* {
  margin-top: 26px;
}

.about-info .industry-box>*:first-child {
  margin-top: 0;
}

.about-info .industry-box p {
  font-size: 20px;
}

.about-info .industry-list ul li {
  font-size: 20px;
}

.about-info .industry-list ul li>* {
  font-size: 20px;
}

.burger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.burger:hover {
  cursor: pointer;
}

.burger svg {
  width: 100%;
  height: 100%;
}

.burger-icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #3B3A3F;
  stroke-width: 3.5;
  stroke-linecap: round;
}

.burger-line._top {
  stroke-dasharray: 32 160;
}

.burger-line._middle {
  stroke-dasharray: 32 162;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: 400ms;
  transition: 400ms;
}

.burger-line._bottom {
  stroke-dasharray: 32 85;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.burger._active {
  margin-left: 0;
}

.burger._active .burger-line._top {
  stroke-dashoffset: -53px;
}

.burger._active .burger-line._middle {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  stroke-dasharray: 32 142;
}

.burger._active .burger-line._bottom {
  stroke-dashoffset: -53px;
}

.burger._active .burger-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.captchaMy {
  padding: 14px 18px;
  background: #F8F8F8;
  border-radius: 8px;
}

.captchaMy-title {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.captchaMy-title span {
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.captchaMy-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.captchaMy-check .check {
  display: block;
  width: 32px;
  height: 32px;
}

.captchaMy-check .check._gray .check__box {
  background: #808080;
}

.captchaMy-check .check._green .check__box {
  background: #6BB431;
}

.captchaMy-check .check._blue .check__box {
  background: #0D62A5;
}

.captchaMy-check .check._yellow .check__box {
  background: #FFFF00;
}

.captchaMy-check .check__box {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
}

.captchaMy-check .check__box::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  background: none;
  border: 2px solid #3B3A3F;
  pointer-events: none;
  opacity: 0;
}

.card {
  margin-top: 36px;
  padding-top: 48px;
  background: #ffffff;
}

.card-slider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px calc(100% - 100px - 16px);
  grid-template-columns: 100px calc(100% - 100px - 16px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-height: 500px;
  row-gap: 24px;
}

.card-swiper {
  width: 100%;
  background: #ffffff;
  border: 1px solid #E6EAF2;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.card-swiper .card-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 24%;
  background: #FFFFFF;
}

.card-swiper .card-img img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  /* width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px; */
}

.card-thumbs {
  width: 100%;
  border-radius: 8px;
}

.card-thumbs .swiper-slide:hover {
  cursor: pointer;
}

.card-thumbs .swiper-slide.swiper-slide-thumb-active .card-img {
  border-color: #1472BD;
}

.card-thumbs .card-img {
  position: relative;
  padding-top: 100%;
  background: #ffffff;
  border: 1px solid #E6EAF2;
  border-radius: 8px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
}

.card-thumbs .card-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.card-container {
  width: 79%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(62% - 20px) calc(38% - 20px);
  grid-template-columns: calc(62% - 20px) calc(38% - 20px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
}

.card-info>* {
  margin-top: 28px;
}

.card-info>*:first-child {
  margin-top: 0;
}

.card-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #2CB225;
  background: rgba(70, 187, 41, 0.16);
}

.card-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.card-calculation {
  padding-top: 4px;
}

.card-calculation .button {
  font-size: 18px;
  min-height: 44px;
  padding: 8px 28px;
  text-transform: uppercase;
}

.card-question {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 36px;
  -moz-column-gap: 36px;
  column-gap: 36px;
  padding-top: 45px;
  padding-bottom: 10px;
}

.card-question__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  line-height: 1.45;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: 0.8;
}

.card-question__text>* {
  font-size: 20px;
  line-height: 1.45;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.card-question__button .button {
  font-size: 18px;
  width: 100%;
  min-height: 44px;
  padding: 8px 22px;
}

.card-list {
  padding: 22px 28px;
  background: #F2F7FC;
  border-radius: 16px;
}

.card-list>* {
  margin-top: 12px;
}

.card-list>*:first-child {
  margin-top: 0;
}

.card-list__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px auto;
  grid-template-columns: 32px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.card-list__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.card-list__icon svg,
.card-list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card-list__text {
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.card-mob {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 26px;
}

.card-mob .button {
  min-height: 38px;
  padding: 4px 14px;
  font-size: 14px;
}

.catalog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 404px calc(100% - 404px - 48px);
  grid-template-columns: 404px calc(100% - 404px - 48px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-sidebar {
  border-radius: 8px;
}

.catalog-sidebar .accordionMy-item {
  border: 1px solid #E6EAF2;
  border-bottom: none;
}

.catalog-sidebar .accordionMy-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.catalog-sidebar .accordionMy-item:first-child .accordionMy-header {
  border-top: none;
}

.catalog-sidebar .accordionMy-item:last-child {
  border-bottom: 1px solid #E6EAF2;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.catalog-sidebar .accordionMy-item._show .accordionMy-header__title {
  text-shadow: 0 0 0.65px #3B3A3F, 0 0 0.65px #3B3A3F;
}

.catalog-sidebar .accordionMy-header {
  -ms-grid-columns: auto 16px;
  grid-template-columns: auto 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
  padding-right: 12px;
}

.catalog-sidebar .accordionMy-header__title {
  font-size: 18px;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.catalog-sidebar .accordionMy-header__icon svg {
  fill: #3B3A3F;
}

.catalog-sidebar .accordionMy-container {
  padding: 0;
}

.catalog-sidebar .accordionMy-list ul {
  margin: 0;
}

.catalog-sidebar .accordionMy-list ul>* {
  position: relative;
  list-style: none;
  font-size: 18px;
  opacity: 1;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 0;
}

.catalog-sidebar .accordionMy-list ul>*::before {
  content: "";
  position: absolute;
  left: 66px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3B3A3F;
}

.catalog-sidebar .accordionMy-list ul>*>* {
  font-size: 18px;
  opacity: 1;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  border-top: 1px solid #E6EAF2;
  padding: 12px 82px;
  padding-right: 12px;
}

.catalog-sidebar .accordionMy2-item {
  border-top: 1px solid #E6EAF2;
}

.catalog-sidebar .accordionMy2-item._show .accordionMy2-header__title {
  opacity: 1;
}

.catalog-sidebar .accordionMy2-header {
  -ms-grid-columns: auto 16px;
  grid-template-columns: auto 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px;
  padding-right: 12px;
}

.catalog-sidebar .accordionMy2-header__title,
.catalog-sidebar .accordionMy3-header__title {
  font-size: 18px;
  opacity: 1;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.catalog-sidebar .accordionMy2-header__icon svg {
  fill: #3B3A3F;
}

.catalog-sidebar .accordionMy2-container {
  padding: 0;
}

.catalog-sidebar .accordionMy3-item {
  border-top: 1px solid #E6EAF2;
}

.catalog-sidebar .accordionMy3-item._show .accordionMy3-header__title {
  opacity: 1;
}

.catalog-sidebar .accordionMy3-header {
  -ms-grid-columns: auto 16px;
  grid-template-columns: auto 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 42px;
  padding-right: 12px;
}

.catalog-sidebar .accordionMy3-header__icon svg {
  fill: #3B3A3F;
}

.catalog-sidebar .accordionMy3-container {
  padding: 0;
}

.catalog-sidebar .accordionMy3-container .accordionMy-list ul>*::before {
  left: 82px;
}

.catalog-sidebar .accordionMy3-container .accordionMy-list ul>*>* {
  padding-left: 98px;
}

.catalog-content>*:first-child {
  padding-top: 0;
}

.catalog-content>*>* {
  margin-top: 40px;
}

.catalog-content>*>*:first-child {
  margin-top: 0;
}

.catalog-container {
  padding-top: 10px;
}

.catalog-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(25% - 14px))[4];
  grid-template-columns: repeat(4, calc(25% - 14px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.catalogMain {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: centeer;
  -ms-transform-origin: centeer;
  transform-origin: centeer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.catalogMain._show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.catalogMain>* {
  position: relative;
  height: 100%;
}

.catalogMain-container {
  width: calc(100% + 1.5rem);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  margin-left: -0.75rem;
  padding: 40px var(--bs-gutter-x, 0.75rem);
  padding-top: 0;
  overflow-y: auto;
}

.catalogMain-list__head {
  position: sticky;
  top: 0;
  margin: 0 var(--bs-gutter-x, -0.75rem);
  padding: 15px var(--bs-gutter-x, 0.75rem);
  font-size: 15px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  background: #F9F9F9;
  z-index: 1;
}

.catalogMain-list__body ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  font-size: 15px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: 0.5;
}

.catalogMain-list__body .city-button {
  padding: 15px 0;
}

.catalogMain-footer>* {
  margin-top: 30px;
}

.catalogMain-footer>*:first-child {
  margin-top: 0;
}

.catalogMain-button {
  width: 100%;
}

.catalogMain-button .button {
  width: 100%;
}

.catalogMain-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 8px;
}

.catalogMain-contact a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.city-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto 16px;
  grid-template-columns: 20px auto 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.city-button__icon,
.city-button__arrow {
  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;
}

.city-button__icon>*,
.city-button__arrow>* {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.city-button__name {
  font-size: 16px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  text-transform: uppercase;
}

.city-address {
  font-size: 16px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.cityMob {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 10px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.cityMob._show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.cityMob-head {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 15px var(--bs-gutter-x, 0.75rem);
  background: #F9F9F9;
}

.cityMob-head>* {
  margin-top: 16px;
}

.cityMob-head>*:first-child {
  margin-top: 0;
}

.cityMob-name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px 1fr;
  grid-template-columns: 16px 1fr;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.cityMob-name .city-button__name {
  opacity: 0.8;
}

.cityMob-search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px;
  grid-template-columns: 1fr 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #E6EAF2;
  border-radius: 5px;
}

.cityMob-search__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cityMob-search__input {
  border: none;
  font-size: 12px;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cityMob-body ul li {
  padding: 15px var(--bs-gutter-x, 0.75rem);
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.5;
}

.cityMob-body ul li._d-none {
  display: none;
}

.cityMob-body ul li>* {
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  opacity: 0.5;
}

.cityModal .modal-content {
  max-width: 982px;
}

.cityModal-container {
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-fill: balance;
  -moz-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.cityModal-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  padding: 8px 0;
}

.cityModal-title {
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
  opacity: 0.5;
}

.cityModal-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 9px;
}

.cityModal-list ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cityModal-list ul li>* {
  font-size: 15px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.consent {
  padding-top: 10px;
  padding-bottom: 50px;
}

.consent h3 {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3B3A3F;
}

.consent>* {
  margin-top: 1em;
}

.consent>*:first-child {
  margin-top: 0;
}

.consent span,
.consent b {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.consent a {
  color: #3B3A3F;
}

.consent ul,
.consent ol {
  padding-left: 40px;
}

.consent ul li,
.consent ol li {
  font-size: 18px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.consent ul li>*,
.consent ol li>* {
  font-size: 18px;
  line-height: 1.55;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.consent ul li span,
.consent ol li span {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.consent ul li {
  list-style: disc;
}

.contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(33.3333333333% - 10px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 10px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 32px;
}

.contacts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  font-size: 22px;
  line-height: 1.25;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.contacts-link a {
  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;
  gap: 24px;
  font-size: 22px;
  line-height: 1.25;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.contacts-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(41.5% - 10px) calc(58.5% - 10px);
  grid-template-columns: calc(41.5% - 10px) calc(58.5% - 10px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.contacts-address {
  padding: 60px 56px;
  border: 2px solid #E6F0FA;
  border-radius: 24px;
}

.contacts-address>* {
  margin-top: 40px;
}

.contacts-address>*:first-child {
  margin-top: 0;
}

.contacts-address__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32px auto;
  grid-template-columns: 32px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.contacts-address__head svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contacts-branch ul>* {
  margin-top: 20px;
}

.contacts-branch ul>*:first-child {
  margin-top: 0;
}

.contacts-branch ul li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.contacts-branch ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/local/templates/dekart/./img/icon-location.svg") center no-repeat;
  background-size: contain;
}

.contacts-form .modal-content {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 50px 80px;
  background: #E6F0FA;
  border-radius: 24px;
  overflow: hidden;
}

.contacts-form .modal-content::after,
.contacts-form .modal-content:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 652px;
  height: 724px;
  background: url("/local/templates/dekart/./img/contacts-bg.png") center no-repeat;
  background-size: contain;
  pointer-events: none;
}

.contacts-form .modal-content::after {
  left: -35%;
}

.contacts-form .modal-content:before {
  right: -35%;
}

.contacts-form .modal-header,
.contacts-form .modal-body,
.contacts-form .modal-footer {
  position: relative;
  z-index: 1;
}

.contacts-form .modal-footer .button {
  min-height: 56px;
}

.contacts-form .modal-inputs .input,
.contacts-form .modal-inputs .textarea {
  background: #ffffff;
}

.contacts-form .captchaMy {
  padding: 0;
  background: none;
}

.contacts-form .captchaMy-title {
  color: #1472BD;
}

.contacts-form .check {
  font-size: 16px;
  color: #1472BD;
}

.contacts-form .check__box {
  margin-top: 4px;
}

.contacts-form .check a {
  color: #1472BD;
}


.cookie {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
  -ms-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  bottom: 50px;
  width: 100%;
  max-width: 1130px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  z-index: 99;
  padding: 22px 28px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 10px 24px rgba(51, 64, 77, 0.15);
  box-shadow: 0px 10px 24px rgba(51, 64, 77, 0.15);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.cookie._show {
  opacity: 1;
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}

.cookie-content>*,
.cookie-content p,
.cookie-content a {
  font-size: 16px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cookie-content a {
  color: #1472BD;
  text-decoration: underline;
}

.cookie-button .button {
  min-height: 44px;
  padding: 8px 20px;
  font-size: 16px;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  border-radius: 8px;
}

.director-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  background: -webkit-gradient(linear, left top, right top, from(#033E70), color-stop(76.1%, #053E71), to(#002F55));
  background: linear-gradient(90deg, #033E70 0%, #053E71 76.1%, #002F55 100%);
  border-radius: 32px;
  overflow: hidden;
  min-height: 500px;
}

.director-mob {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  margin-top: 15px;
}

.director-mob>* {
  margin-top: 10px;
}

.director-mob>*:first-child {
  margin-top: 0;
}

.director-mob .director-subname {
  font-size: 12px;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.director-mob .director-subname a {
  font-size: 12px;
  color: #1472BD;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.director-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  padding: 40px 48px;
  padding-right: 0;
}

.director-right {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.director-logo {
  width: 46px;
  height: 41px;
}

.director-logo svg,
.director-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.director-img {
  position: absolute;
  left: -68px;
  bottom: -38%;
  width: 580px;
  height: 694px;
}

.director-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.director-content {
  margin-top: 12px;
  font-size: 32px;
  line-height: 1.25;
  color: #ffffff;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: italic;
}

.director-content>* {
  font-size: 32px;
  line-height: 1.25;
  color: #ffffff;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: italic;
}

.director-info>* {
  margin: 0;
  margin-top: 4px;
}

.director-info>*:first-child {
  margin-top: 0;
}

.director-name {
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.director-subname {
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  font-family: "SF Pro Text Light", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.director-subname a {
  color: #ffffff;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.director-subname a:hover {
  color: #ffffff;
}

.director-contact {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  padding-right: 48px;
  text-align: right;
}

.director-contact>* {
  margin: 0;
  margin-top: 12px;
}

.director-contact>*:first-child {
  margin-top: 0;
}

.director-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.equipment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(20% - 14px))[5];
  grid-template-columns: repeat(5, calc(20% - 14px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.equipment-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 16px;
  padding-bottom: 20px;
  border-radius: 18px;
  border: 1px solid #E6F0FA;
  overflow: hidden;
}

.equipment-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 150%;
  height: 150%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/local/templates/dekart/./img/contacts-bg.png") center no-repeat;
  background-size: cover;
  pointer-events: none;
}

.equipment-item>* {
  margin-top: 12px;
}

.equipment-item>*:first-child {
  margin-top: 0;
}

.equipment-item._bg1 {
  background: #F7F3EF;
}

.equipment-item._bg2 {
  background: #E6F0FA;
}

.equipment-item._bg3 {
  background: #F4F4F4;
}

.equipment-item._bg4 {
  background: #EAF0FA;
}

.equipment-item._bg5 {
  background: #E6F0FA;
}

.equipment-img {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 62%;
}

.equipment-img img,
.equipment-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.equipment-title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 20px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.feature-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 10px) calc(50% - 10px);
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid #F2F3F5;
}

.feature-name {
  font-size: 19px;
  line-height: 1.25;
  color: rgba(59, 58, 63, 0.5);
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.feature-subname {
  font-size: 19px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-align: left;
}

.feedback>* {
  margin-top: 20px;
}

.feedback>*:first-child {
  margin-top: 0;
}

.feedback-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 262px calc(100% - 262px - 24px);
  grid-template-columns: 262px calc(100% - 262px - 24px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  background: #F2F3F5;
  padding: 20px;
  border-radius: 16px;
}

.feedback-img {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 139%;
  display: inline-block;
}

.feedback-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: fill;
  object-fit: fill;
}

.feedback-title {
  margin: 0;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.feedback-description {
  max-width: 770px;
}

.feedback-description>* {
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  margin-top: 22px;
}

.feedback-description>*:first-child {
  margin-top: 0;
}

.filters._dShow-mob {
  display: none;
}

.filters-head {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filters-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px auto;
  grid-template-columns: 16px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 12px;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 12px;
  line-height: 1.25;
  color: #1472BD;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.filters-icon {
  position: relative;
  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;
}

.filters-count {
  position: absolute;
  right: -5px;
  top: -3px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 10px;
  border-radius: 10px;
  background: #F73A17;
  color: #ffffff;
  font-size: 8px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.filters-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.filters-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 123;
  background: #ffffff;
  pointer-events: none;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.filters-box__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr 24px;
  grid-template-columns: auto 1fr 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
  min-height: 48px;
  padding: 12px 0;
}

.filters-box__head::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 320px);
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #F2F3F5;
  z-index: -1;
}

.filters-box__reset {
  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;
  font-size: 12px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
}

.filters-box__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.filters-box__close {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  pointer-events: auto;
  z-index: 2;
  cursor: pointer;
}

.filters-box__body {
  overflow-y: auto;
  height: calc(100dvh - 48px);
  padding-bottom: 48px;
}

.filters-box__body .accordionMy-item {
  border-top: 2px solid #F2F3F5;
}

.filters-box__body .accordionMy-item:first-child {
  border: none;
}

.filters-box__body .accordionMy-item._show .accordionMy-header {
  padding-bottom: 15px;
}

.filters-box__body .accordionMy-container {
  padding: 0;
  padding-bottom: 25px;
}

.filters-box__body .accordionMy-header {
  -ms-grid-columns: auto 16px;
  grid-template-columns: auto 16px;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 6px;
}

.filters-box__body .accordionMy-header__title {
  font-size: 14px;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  opacity: 1;
}

.filters-box__body .accordionMy-header__icon {
  width: 12px;
  height: 12px;
}

.filters-box__body .accordionMy-header__icon svg {
  fill: #3B3A3F;
}

.filters-box__body .check {
  -ms-grid-columns: 18px auto;
  grid-template-columns: 18px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.25;
  color: #3B3A3F;
}

.filters-box__body .check-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
}

.filters-box__body .check__input:checked+.check__box {
  background: #ffffff;
}

.filters-box__body .check.__disabled {
  opacity: 0.5;
  pointer-events: none;
}

.filters-box__body .check__input:checked+.check__box::after {
  opacity: 1;
}

.filters-box__body .check__box {
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 0;
  border: 2px solid #E5E5E5;
  background: #ffffff;
}

.filters-box__body .check__box::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: url("/local/templates/dekart/./img/icon-check-blue.svg") center no-repeat;
  background-size: contain;
}

.filters-box__footer {
  position: sticky;
  bottom: 0;
}

.filters-box__footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 320px);
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1472BD;
  z-index: -1;
}

.filters-box__footer .button {
  min-height: 48px;
  width: 100%;
  border-radius: 0;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.filters-block {
  max-width: 720px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.footer {
  position: relative;
  margin-top: 64px;
  padding: 80px 0;
  background: #F2F3F5;
  background-size: cover;
}

.footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/local/templates/dekart/./img/bg-footer.svg") center no-repeat;
  background-size: cover;
}

.footer-container {
  position: relative;
  z-index: 2;
  padding: 0 76px;
}

.footer-container>* {
  margin-top: 20px;
}

.footer-container>*:first-child {
  margin-top: 0;
}

.footer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(35% - 40px) 1fr 135px;
  grid-template-columns: calc(35% - 40px) 1fr 135px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  max-width: 234px;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.footer-links a {
  font-size: 16px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 8px;
}

.footer-soc__name {
  font-size: 16px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.footer-soc__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-text {
  max-width: 300px;
}

.footer-text p,
.footer-text a {
  font-size: 14px;
  line-height: 1.45;
  color: #3B3A3F;
}

.footer-text a {
  text-decoration: underline;
}

.header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 100;
  -webkit-transition: top 0.4s, -webkit-box-shadow 0.4s;
  transition: top 0.4s, -webkit-box-shadow 0.4s;
  transition: top 0.4s, box-shadow 0.4s;
  transition: top 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.header-head {
  padding: 14px 0;
}

.header-head__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 62%;
  grid-template-columns: 1fr 62%;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.header-head__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-head__menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
}

.header-head__menu ul a {
  font-size: 19px;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.header-body {
  padding: 14px 0;
}

.header-body__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 175px auto minmax(233px, 16.4%) 1fr minmax(184px, 13.2%);
  grid-template-columns: 175px auto minmax(233px, 16.4%) 1fr minmax(184px, 13.2%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.header-logo {
  max-width: 175px;
  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-transition: 0s;
  transition: 0s;
}

.header-logo>* {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2px;
  padding: 0 24px;
}

.header-contact>*:nth-child(1) {
  font-size: 18px;
}

.header-contact>*:nth-child(2) {
  font-size: 16px;
}

.header-contact a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.header-catalog {
  height: 44px;
  font-size: 18px;
  padding: 10px !important;
  width: 100%;
  min-height: auto;
}

.header-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
}

.header-payment .button {
  min-height: auto;
  width: 100%;
  height: 100%;
  font-size: 18px;
  padding: 4px 10px;
}

.header-footer {
  padding: 14px 0;
  background: #F2F3F5;
}

.header-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  gap: 10px;
}

.header-footer__menu ul a {
  font-size: 15px;
  line-height: 1.25;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.header-mob {
  display: none;
}

.header-mob__search {
  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;
}

.header-mob__search>* {
  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;
}

.industry>* {
  margin: 0;
  margin-top: 40px;
}

.industry>*:first-child {
  margin-top: 0;
}

.industry-container>* {
  margin: 0;
  margin-top: 24px;
}

.industry-container>*:first-child {
  margin-top: 0;
}

.industry-title {
  font-size: 40px;
  line-height: 1.25;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.industry-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 10px))[2];
  grid-template-columns: repeat(2, calc(50% - 10px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.industry-row._other {
  -ms-grid-columns: calc(59% - 10px) calc(41% - 10px);
  grid-template-columns: calc(59% - 10px) calc(41% - 10px);
}

.industry-row._bg-none .industry-content {
  background: none;
  padding: 0;
}

.industry-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.industry-img {
  position: relative;
  padding-top: 58%;
  height: 100%;
}

.industry-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.industry-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.industry-video-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
  border: 0;
  border-radius: 50%;
  background: rgba(20, 114, 189, 0.9);
  cursor: pointer;
  z-index: 2;
}

.industry-video-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}

.industry-img._video-loaded .industry-video-button {
  display: none;
}

.industry-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F3F7FC;
  padding: 30px 32px;
  border-radius: 16px;
}

.industry-content__item>* {
  margin-top: 12px;
}

.industry-content__item>*:first-child {
  margin-top: 0;
}

.industry-content__description,
.industry-content__description p {
  font-size: 20px;
  line-height: 1.45;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.industry-content__description span,
.industry-content__description b {
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.industry-content__description._blue {
  color: #1472BD;
}

.industry-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.industry-box>* {
  margin-top: 12px;
}

.industry-box>*:first-child {
  margin-top: 0;
}

.industry-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.industry-list ul li {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.45;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.industry-list ul li::before,
.industry-content__item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/local/templates/dekart/./img/icon-checkList.svg") center no-repeat;
  background-size: contain;
}

.industry-list ul li:first-child {
  margin-top: 0;
}

.industry-list._dash ul>*,
._dash ul>* {
  margin-top: 4px;
}

.industry-list._dash ul>*:first-child,
._dash ul>*:first-child {
  margin-top: 0;
}

.industry-list._dash ul li,
._dash ul li {
  padding-left: 16px;
  position: relative;
}

.industry-list._dash ul li::before,
.industry-content__item._dash ul li::before {
  content: "-";
  width: auto;
  height: auto;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: none;
  line-height: 1.45;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
._dash ul li::marker {
  content: "";
}
.industry-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.25;
  color: #1472BD;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-decoration: underline;
}

.industry._newsOne .industry-container>* {
  margin: 0;
  margin-top: 44px;
}

.industry._newsOne .industry-container>*:first-child {
  margin-top: 0;
}

.industry._newsOne .industry-container p,
.industry._newsOne .industry-container * {
  font-size: 20px;
}

.industry._newsOne .industry-row {
  -ms-grid-columns: calc(43.5% - 20px) calc(56.5% - 20px);
  grid-template-columns: calc(43.5% - 20px) calc(56.5% - 20px);
}

.industry._newsOne .industry-row._other {
  -ms-grid-columns: calc(56.5% - 20px) calc(43.5% - 20px);
  grid-template-columns: calc(56.5% - 20px) calc(43.5% - 20px);
}

.industry._newsOne .industry-img {
  height: auto;
  min-height: 274px;
}

.industry._newsOne .industry-img img {
  border-radius: 24px;
}

/* .industry._newsOne .industry-box>* {
    margin-top: 28px;
  } */

.industry._newsOne .industry-box>*:first-child {
  margin-top: 0;
}

.installing>* {
  margin-top: 94px;
}

.installing>*:first-child {
  margin-top: 0;
}

.installing-item>* {
  margin-top: 48px;
}

.installing-item>*:first-child {
  margin-top: 0;
}

.installing-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.installing-title span {
  color: #1472BD;
}

.installing-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(33.3333333333% - 14px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 14px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.installing-container._other .installing-col {
  row-gap: 38px;
}

.installing-container._other .installing-name {
  font-size: 20px;
  line-height: 1.45;
}

.installing-container._other .installing-description {
  font-size: 16px;
}

.installing-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
  padding: 32px;
  border-radius: 16px;
}

.installing-col._bg1 {
  background: #F4F4F4;
}

.installing-col._bg1 .installing-icon svg {
  fill: #3B3A3F;
}

.installing-col._bg2 {
  background: #F7F3EF;
}

.installing-col._bg2 .installing-icon svg {
  fill: #BEB3A9;
}

.installing-col._bg3 {
  background: #F7F6F2;
}

.installing-col._bg3 .installing-icon svg {
  fill: #BFBCB3;
}

.installing-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  font-size: 28px;
  line-height: 1.55;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.installing-icon svg,
.installing-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.installing-content>* {
  margin-top: 12px;
}

.installing-content>*:first-child {
  margin-top: 0;
}

.installing-name {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.installing-description {
  font-size: 20px;
  line-height: 1.45;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.installing-marking {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 20px) calc(50% - 20px);
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
  padding: 32px;
  background: #F2F7FC;
  border-radius: 16px;
}

.installing-marking__img {
  position: relative;
  padding-top: 53%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.installing-marking__img img,
.installing-marking__img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.installing-marking__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.installing-marking__info>* {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.45;
}

.installing-marking__info>*:first-child {
  margin-top: 0;
}

.menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #ffffff;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.menu._show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menu-back {
  position: sticky;
  top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16px auto;
  grid-template-columns: 16px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0;
  padding: 15px var(--bs-gutter-x, 0.75rem);
  background: #F9F9F9;
  z-index: 3;
}

.menu-back__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-back__name {
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.menu-container {
  position: relative;
}

.menu-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100dvh - 105px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px var(--bs-gutter-x, 0.75rem);
  padding-top: 0;
}

.menu-list ul>* {
  font-size: 15px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.menu-list ul>*._accord>a {
  -ms-grid-columns: 1fr 16px;
  grid-template-columns: 1fr 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.menu-list ul>*._accord>a::after {
  display: block;
}

.menu-list ul>*>a {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 15px 0;
  color: #3B3A3F;
  opacity: 0.5;
}

.menu-list ul>*>a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("/local/templates/dekart/./img/icon-arrow.svg") center no-repeat;
  background-size: contain;
  pointer-events: none;
  display: none;
}

.menu-sublist {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100dvh - 105px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px var(--bs-gutter-x, 0.75rem);
  padding-top: 0;
  background: #ffffff;
  z-index: 2;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.menu-sublist._show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menu-sublist .menu-accordion {
  display: none;
}

.menu-sublist .menu-accordion._show {
  display: block;
}

.news-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(33.3333333333% - 14px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 14px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.news-item {
  padding: 20px;
  padding-bottom: 40px;
  background: #F2F7FC;
  border: 1px solid #E6F0FA;
  border-radius: 24px;
}

.news-item>* {
  margin-top: 20px;
}

.news-item>*:first-child {
  margin-top: 0;
}

.news-img {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 46%;
}

.news-img img,
.news-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.news-content>* {
  margin: 0;
  margin-top: 8px;
}

.news-content>*:first-child {
  margin-top: 0;
}

.news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 20px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.news-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  opacity: 0.8;
}

.news-description p {
  font-size: 16px !important;
}

.offer {
  margin: 60px 0;
  background: #E6F0FA;
}

.offer-container .title {
  text-align: center;
}

.offer-container>* {
  margin-top: 38px;
}

.offer-container>*:first-child {
  margin-top: 0;
}

.offer-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 20px) calc(50% - 20px);
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
}

.offer-img {
  position: relative;
  padding-top: 61%;
  border-radius: 24px;
}

.offer-img img,
.offer-img svg,
.offer-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.offer-form .modal-content {
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  background: none;
  margin: 0;
  padding: 0;
}

.offer-form .modal-body {
  padding: 0;
}

.offer-form .modal-footer .button {
  min-height: 58px;
  font-size: 20px;
}

.offer-form .input,
.offer-form .textarea {
  background: #ffffff;
}

.offer-form .input {
  height: 56px;
}

.offer-form .captchaMy {
  padding: 0;
  background: none;
}

.offer-form .captchaMy-title {
  color: #1472BD;
}

.offer-form .check {
  font-size: 16px;
  color: #1472BD;
}

.offer-form .check__box {
  margin-top: 4px;
}

.offer-form .check a {
  color: #1472BD;
}

.paper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 10px))[2];
  grid-template-columns: repeat(2, calc(50% - 10px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.paper-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  padding: 24px;
  background: #F4F4F4;
  border-radius: 16px;
}

.paper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.paper-icon img,
.paper-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.paper-description {
  font-size: 20px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.paper-link .button {
  font-size: 16px;
}

.picking {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 10px))[2];
  grid-template-columns: repeat(2, calc(50% - 10px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.picking-item {
  padding: 24px;
  background: #F2F7FC;
  border: 1px solid #E6EAF2;
  border-radius: 16px;
}

.picking-item>* {
  margin-top: 36px;
}

.picking-item>*:first-child {
  margin-top: 0;
}

.picking-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(27% - 12px) calc(73% - 12px);
  grid-template-columns: calc(27% - 12px) calc(73% - 12px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.picking-head__img {
  position: relative;
  display: block;
  padding-top: 99%;
  border: 1px solid #E6EAF2;
  border-radius: 16px;
  background: #ffffff;
}

.picking-head__img img,
.picking-head__img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 16px;
}

.picking-head__content p {
  font-size: 20px;
  line-height: 1.45;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.picking-head__content span,
.picking-head__content b {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.picking-body>* {
  margin-top: 20px;
}

.picking-body>*:first-child {
  margin-top: 0;
}

.picking-body__title {
  font-size: 22px;
  line-height: 1.45;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #9DA9B5;
}

.picking-list>* {
  margin-top: 12px;
}

.picking-list>*:first-child {
  margin-top: 0;
}

.picking-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(12% - 10px) calc(88% - 10px);
  grid-template-columns: calc(12% - 10px) calc(88% - 10px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 12px;
  background: #E1ECF7;
  border-radius: 16px;
}

.picking-list__img {
  position: relative;
  display: block;
  padding-top: 99%;
  border: 1px solid #E6EAF2;
  border-radius: 8px;
  background: #ffffff;
}

.picking-list__img img,
.picking-list__img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 8px;
}

.picking-list__name {
  font-size: 20px;
  line-height: 1.45;
  color: #1472BD;
  text-decoration: underline;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.powder>* {
  margin-top: 46px;
}

.powder>*:first-child {
  margin-top: 0;
}

.powder-description>* {
  font-size: 20px;
  line-height: 1.45;
}

.powder-container>* {
  margin-top: 20px;
}

.powder-container>*:first-child {
  margin-top: 0;
}

.powder-item {
  padding: 32px 40px;
  border: 1px solid #E6EAF2;
  border-radius: 6px;
}

.powder-title {
  margin: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.25;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.powder-list {
  max-width: 87.6%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(7.6923076923% - 8px))[13];
  grid-template-columns: repeat(13, calc(7.6923076923% - 8px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 8px;
}

.powder-box {
  position: relative;
  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;
  text-align: center;
  height: 56px;
  width: 100%;
}

.powder-box__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.powder-box__bg img,
.powder-box__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.powder-box__name {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
}

.powder-box__name._black {
  color: #3B3A3F;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.product>* {
  margin-top: 30px;
}

.product>*:first-child {
  margin-top: 0;
}

.product-box {
  position: relative;
}

.product-tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.25;
  color: #2CB225;
  background: rgba(70, 187, 41, 0.16);
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  border-radius: 4px;
  z-index: 2;
}

.product-img {
  position: relative;
  padding-top: 93%;
  display: block;
}

.product-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-content {
  margin-top: 10px;
}

.product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.product-footer>* {
  margin-top: 20px;
}

.product-footer>*:first-child {
  margin-top: 0;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.product-price span {
  font-size: 14px;
  opacity: 0.5;
}

.product-more {
  width: 100%;
}

.product-more .button {
  min-height: 42px;
  width: 100%;
  padding: 4px 6px;
}

.productHome {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(33.3333333333% - 14px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 14px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.productHome>*:nth-child(1) .productHome-link__bg {
  right: 71px;
}

.productHome>*:nth-child(2) .productHome-link__bg {
  right: 40px;
}

.productHome>*:nth-child(3) .productHome-link__bg {
  right: 24px;
  height: 78%;
}

.productHome>*:nth-child(4) .productHome-link__bg {
  right: 8px;
  width: 126px;
  height: 97%;
}

.productHome>*:nth-child(5) .productHome-link__bg {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 232px;
  height: 43%;
}

.productHome>*:nth-child(5) .productHome-link__bg img {
  -o-object-position: right center;
  object-position: right center;
}

.productHome>*:nth-child(6) .productHome-link__bg {
  right: 24px;
  height: 92%;
}

.productHome>*:nth-child(7) .productHome-link__bg {
  right: 53px;
  height: 82%;
}

.productHome>*:nth-child(7) .productHome-link__title {
  max-width: 180px;
}

.productHome>*:nth-child(8) .productHome-link__bg {
  right: 0px;
  height: 93%;
}

.productHome>*:nth-child(9) .productHome-link__bg {
  width: 24px;
  right: 103px;
  height: 89%;
}

.productHome>*:nth-child(10) .productHome-link__bg {
  right: 10px;
  height: 94%;
}

.productHome>*:nth-child(11) .productHome-link__bg {
  width: 54px;
  right: 60px;
  height: 94%;
}

.productHome>*:nth-child(12) .productHome-link__bg {
  right: 92px;
  height: 100%;
}

.productHome-link {
  overflow: hidden;
  min-height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 24px;
}

.productHome-link._bg-1 {
  background: #F7F3EF;
}

.productHome-link._bg-2 {
  background: #F1F7FB;
}

.productHome-link._bg-3 {
  background: #F4F4F4;
}

.productHome-link._bg-4 {
  background: #F7F6F2;
}

.productHome-link._bg-5 {
  background: #EAF0FA;
}

.productHome-link__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 82%;
}

.productHome-link__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.productHome-link__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  row-gap: 6px;
}

.productHome-link__title {
  max-width: 234px;
  font-size: 20px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.productHome-link__subtitle {
  font-size: 16px;
  line-height: 1.25;
  color: rgba(59, 58, 63, 0.5);
  font-family: "Inter-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productHome._other {
  -ms-grid-columns: (calc(33.3333333333% - 14px))[3];
  grid-template-columns: repeat(3, calc(33.3333333333% - 14px));
  row-gap: 20px;
}

.productHome._other .productHome-link {
  min-height: 180px;
  padding: 24px;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.25;
}

.productHome._other .productHome-link__title {
  font-size: 18px;
  line-height: 1.25;
}

.projects>* {
  margin-top: 55px;
}

.projects>*:first-child {
  margin-top: 0;
}

.projects-container>* {
  margin-top: 20px;
}

.projects-container>*:first-child {
  margin-top: 0;
}

.projects-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(43% - 16px) calc(57% - 16px);
  grid-template-columns: calc(43% - 16px) calc(57% - 16px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 24px;
  padding: 24px;
  background: #F2F7FC;
  border-radius: 24px;
}

.projects-card._more {
  -ms-grid-columns: calc(48% - 12px) calc(52% - 12px);
  grid-template-columns: calc(48% - 12px) calc(52% - 12px);
  padding: 0;
  background: none;
}

.projects-card._more .projects-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  padding: 0 16px;
}

.projects-card._more .projects-box>* {
  margin-top: 24px;
}

.projects-card._more .projects-box>*:first-child {
  margin-top: 0;
}

.projects-card._more .projects-box__item {
  -ms-grid-columns: 24px auto;
  grid-template-columns: 24px auto;
}

.projects-card._more .projects-box__icon {
  width: 24px;
  height: 24px;
}

.projects-card._more .projects-content>* {
  margin-top: 20px;
}

.projects-card._more .projects-content>*:first-child {
  margin-top: 0;
}

.projects-card._more .projects-content p {
  font-size: 20px;
}

.projects-card._more .projects-content b {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.projects-card._more .projects-img {
  padding-top: 50.6%;
}

.projects-card._more .projects-img img,
.projects-card._more .projects-img iframe {
  border-radius: 16px;
}

.projects-card._bg .projects-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 64px;
  background: #F2F7FC;
}

.projects-card._video {
  -ms-grid-columns: calc(42.5% - 20px) calc(57.5% - 20px);
  grid-template-columns: calc(42.5% - 20px) calc(57.5% - 20px);
}

.projects-card._video .projects-img {
  padding-top: 55.6%;
}

.projects-card._turn {
  -ms-grid-columns: calc(66.5% - 20px) calc(33.5% - 20px);
  grid-template-columns: calc(66.5% - 20px) calc(33.5% - 20px);
}

.projects-card._turn .projects-info {
  padding: 0;
  max-width: 800px;
}

.projects-card._turn .projects-img {
  padding-top: 58.6%;
}

.projects-img {
  position: relative;
  padding-top: 72%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.projects-img img,
.projects-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.projects-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.projects-title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.projects-box>* {
  margin-top: 14px;
}

.projects-box>*:first-child {
  margin-top: 0;
}

.projects-box__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
  grid-template-columns: 20px auto;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.projects-box__icon {
  width: 20px;
  height: 20px;
  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;
}

.projects-box__icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.projects-box__content>* {
  margin-top: 10px;
}

.projects-box__content>*:first-child {
  margin-top: 0;
}

.projects-box__content p {
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: 1;
}

.projects-box__content p span {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.projects-box__content ul {
  margin-left: 28px;
}

.projects-box__content ul>* {
  list-style: disc;
  font-size: 18px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  opacity: 1;
}

.projects-more {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
  text-decoration: underline;
}

.projects-list>* {
  margin-top: 22px;
}

.projects-list>*:first-child {
  margin-top: 0;
}

.projects-list._num ul {
  margin-left: 28px;
}

.projects-list._num ul li {
  margin-top: 8px;
  padding: 0;
  list-style: decimal;
}

.projects-list._num ul li:first-child {
  margin-top: 0;
}

.projects-list._num ul li::before {
  display: none;
}

.projects-list ul li {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  margin-top: 6px;
}

.projects-list ul li:first-child {
  margin-top: 0;
}

.projects-list ul li::before {
  content: "-";
  position: absolute;
  display: inline-block;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background: none;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.projects-list__title {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.projects-realization {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 10px))[2];
  grid-template-columns: repeat(2, calc(50% - 10px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.projects-realization__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  font-size: 16px;
  line-height: 1.25;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.projects-realization__item span {
  opacity: 0.5;
}

.projects-realization__img {
  position: relative;
  padding-top: 81%;
  border: 1px solid #E6EAF2;
  border-radius: 16px;
}

.projects-realization__img img,
.projects-realization__img svg,
.projects-realization__img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.request {
  position: relative;
  padding: 74px 0;
}

.request-bg {
  position: relative;
}

.request-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 32px;
}

.request-box {
  position: relative;
  z-index: 1;
  max-width: 705px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 62px 40px;
  background: #2B5BA8;
  border-radius: 0 32px 32px 0;
}

.request-box>* {
  margin: 0;
  margin-top: 40px;
}

.request-box>*:first-child {
  margin: 0;
}

.request-title {
  font-size: 56px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
}

.request-button .button {
  min-height: 50px;
  padding: 12px 35px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.request-rounding {
  position: absolute;
  width: 36px;
  height: 36px;
}

.request-rounding svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
}

.request-rounding._one {
  left: -31px;
  bottom: -4px;
}

.request-rounding._two {
  right: -4px;
  top: -31px;
}

.request-block {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 574px;
  width: 100%;
  padding: 55px 62px 36px 62px;
  border-radius: 30px 0 0 0;
  background: #ffffff;
  z-index: 1;
}

.request-block::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: url("/local/templates/dekart/./img/request-bg.svg") center right no-repeat;
  background-size: cover;
  z-index: -2;
  border-radius: 24px;
}

.request-block::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  height: 80%;
  background: url("/local/templates/dekart/./img/request-bg-2.png") center bottom no-repeat;
  background-size: contain;
  z-index: -1;
}

.request-block__content>* {
  margin-top: 6px;
}

.request-block__content>*:first-child {
  margin-top: 0;
}

.request-block__title {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
}

.request-block__subtitle {
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}

.search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 34px;
  grid-template-columns: 1fr 24px 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 4px;
  border: 1px solid #E6EAF2;
  border-radius: 8px;
}

.search._showBtn .search-del {
  opacity: 1;
  pointer-events: auto;
}

.search-input {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0 12px;
}

.search-del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.search-del svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-button {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 8px;
  background: #1472BD;
  border: 1px solid #1472BD;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-button svg {
  fill: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-sidebar>* {
  margin-top: 32px;
}

.search-sidebar>*:first-child {
  margin-top: 0;
}

.search-sidebar__result>* {
  margin-top: 20px;
}

.search-sidebar__result>*:first-child {
  margin-top: 0;
}

.search-sidebar__result p {
  font-size: 24px;
  line-height: 1.25;
  color: #3B3A3F;
  opacity: 0.64;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.search-sidebar__result p span {
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(50% - 10px))[2];
  grid-template-columns: repeat(2, calc(50% - 10px));
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.services-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 24px;
  text-align: center;
  padding: 20px;
  padding-bottom: 28px;
  background: #F2F7FC;
  border: 1px solid #E6EAF2;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-link__img {
  position: relative;
  padding-top: 51%;
}

.services-link__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.services-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(52.5% - 10px) calc(47.5% - 10px);
  grid-template-columns: calc(52.5% - 10px) calc(47.5% - 10px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 16px;
}

.services-info {
  padding: 36px 48px;
  background: #F2F7FC;
  border-radius: 16px;
}

.services-info>* {
  margin: 0;
  margin-top: 20px;
}

.services-info>*:first-child {
  margin-top: 0;
}

.services-info__title {
  font-size: 24px;
  line-height: 1.55;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #1472BD;
}

.services-content>* {
  margin-top: 20px;
}

.services-content>*:first-child {
  margin-top: 0;
}

.services-content p,
.services-content li,
.services-content ol {
  font-size: 20px;
  line-height: 1.45;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.services-img,
.services-map {
  position: relative;
  padding-top: 48.5%;
  max-height: 420px;
  display: inline-block;
  border: 1px solid #E6EAF2;
  border-radius: 16px;
}

.services-img img,
.services-img svg,
.services-map img,
.services-map svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.services-img img,
.services-img svg {
  -o-object-fit: cover;
  object-fit: cover;
}

.services-map img,
.services-map svg {
  -o-object-fit: contain;
  object-fit: contain;
}

.slider1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 48px auto;
  grid-template-areas: "title nav" "slider slider";
  row-gap: 48px;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}

.slider1-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
}

.slider1-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: nav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.slider1-container {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: slider;
  width: 100%;
  border-radius: 12px;
}

.slider1-slide {
  padding: 26px 32px;
  padding-bottom: 20px;
  border-radius: 12px;
  background: #F2F3F5;
}

.slider1-responses {
  display: block;
  position: relative;
  padding-top: 140%;
}

.slider1-responses img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #E6EAF2;
}

.slider1-name {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.slider1-gallery {
  position: relative;
  padding-top: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider1-gallery img,
.slider1-gallery svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.stages>* {
  margin-top: 98px;
}

.stages>*:first-child {
  margin-top: 0;
}

.stages-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(41.5% - 18px) calc(57.5% - 5px);
  grid-template-columns: calc(41.5% - 18px) calc(57.5% - 5px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
}

.stages-row._other {
  -ms-grid-columns: calc(57.5% - 5px) calc(41.5% - 18px);
  grid-template-columns: calc(57.5% - 5px) calc(41.5% - 18px);
}

.stages-img {
  position: relative;
  padding-top: 59%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #E6EAF2;
  border-radius: 16px;

}

.stages-img img,
.stages-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.stages-content>* {
  margin-top: 20px;
}

.stages-content>*:first-child {
  margin-top: 0;
}

.stages-content__item>* {
  margin-top: 10px;
}

.stages-content__item>*:first-child {
  margin-top: 0;
}

.stages-content__title,
.stages-content__title b {
  margin: 0;
  margin-left: 4px;
  font-size: 20px;
  line-height: 1.25;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.stages-content__description,
.stages-content__description p {
  font-size: 20px;
  line-height: 1.55;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #3B3A3F;
}

.stages-content__description p:not(:first-child) {
  margin-top: 10px;
}

.stages-info {
  padding-top: 40px;
}

.tableMy {
  overflow-x: auto;
  border-radius: 18px 18px 0 0;
}

.tableMy::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.tableMy::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.tableMy::-webkit-scrollbar-thumb {
  background-color: #E5E5E5;
  border-radius: 0;
  border: 2px solid #f7f7f7;
}

.tableMy-box._develop .tableMy-head .tableMy-col,
.tableMy-box.develop .tableMy-head .tableMy-col {
  background: #A7C4DB;
}

.tableMy-box._develop .tableMy-head .tableMy-col:first-child,
.tableMy-box.develop .tableMy-head .tableMy-col:first-child {
  border-left-color: #A7C4DB;
}

.tableMy-box._develop .tableMy-head .tableMy-col:last-child,
.tableMy-box.develop .tableMy-head .tableMy-col:last-child {
  border-color: #A7C4DB;
}

.tableMy-box._develop .tableMy-body .tableMy-row:nth-child(odd) .tableMy-col,
.tableMy-box.develop .tableMy-body .tableMy-row:nth-child(odd) .tableMy-col {
  background: #ffffff;
}

.tableMy-box._develop .tableMy-body .tableMy-row:nth-child(even) .tableMy-col,
.tableMy-box.develop .tableMy-body .tableMy-row:nth-child(even) .tableMy-col {
  background: #F9F9F9;
}

.tableMy-box._develop .tableMy-body .tableMy-col:nth-child(3),
.tableMy-box.develop .tableMy-body .tableMy-col:nth-child(3),
.tableMy-box._develop .tableMy-body .tableMy-col:nth-child(5),
.tableMy-box.develop .tableMy-body .tableMy-col:nth-child(5) {
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.tableMy-box._develop .tableMy-body .tableMy-col:nth-child(3)>*,
.tableMy-box.develop .tableMy-body .tableMy-col:nth-child(3)>*,
.tableMy-box._develop .tableMy-body .tableMy-col:nth-child(5)>*,
.tableMy-box.develop .tableMy-body .tableMy-col:nth-child(5)>* {
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.tableMy-container {
  position: relative;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.tableMy-container::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 17px;
  background: #ffffff;
  pointer-events: none;
  display: none;
}

.tableMy-head .tableMy-col {
  background: #2B5BA7;
  font-size: 22px;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
  border-bottom: none;
}

.tableMy-head .tableMy-col>* {
  font-size: 22px;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  color: #ffffff;
}

.tableMy-head .tableMy-col:first-child {
  border-radius: 18px 0 0 0;
  border-left-color: #2B5BA7;
  border-right-color: #E6EAF2;
}

.tableMy-head .tableMy-col:last-child {
  border-color: #2B5BA7;
  border-radius: 0 18px 0 0;
}

.tableMy-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.3333333333%)[3];
  grid-template-columns: repeat(3, 33.3333333333%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tableMy-col {
  min-height: 60px;
  height: 100%;
  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;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  border-bottom: 2px solid #E6EAF2;
  border-right: 2px solid #E6EAF2;
}

.tableMy-col:first-child {
  border-left: 2px solid #E6EAF2;
}

.tableMy-col>* {
  font-size: 18px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Regular", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.tableMy-body__info {
  padding: 18px 0;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-align: center;
  background: #F9F9F9;
  border: 2px solid #E6EAF2;
  border-top: none;
  color: #3B3A3F;
}

.tableMy-body__info>* {
  font-size: 20px;
  line-height: 1.25;
  color: #3B3A3F;
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  opacity: 0.63;
}

.tableMy-body .tableMy-col:nth-child(3),
.tableMy-body .tableMy-col:nth-child(5) {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.tableMy-body .tableMy-col:nth-child(3)>*,
.tableMy-body .tableMy-col:nth-child(5)>* {
  font-family: "SF Pro Text Semibold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.tableMy-body .tableMy-col:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tableMy-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;
  margin-top: 40px;
}

.tableMy-button .button {
  min-height: 44px;
  padding: 4px 30px;
  border-radius: 8px;
  font-size: 18px;
}

.tableMy-text {
  text-align: left;
}

.tableMy._five .tableMy-row {
  -ms-grid-columns: (20%)[5];
  grid-template-columns: repeat(5, 20%);
}

.tabs-my {
  width: 79%;
}

.whyUs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33.3333333333%)[3];
  grid-template-columns: repeat(3, 33.3333333333%);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 15px;
  padding: 40px 0;
}

.whyUs-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #F2F2F6;
}

.whyUs-col:last-child {
  border: none;
}

.whyUs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 400px;
  row-gap: 20px;
}

.whyUs-title {
  min-height: 80px;
  max-width: 250px;
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  color: #2657A6;
  text-transform: uppercase;
  font-family: "SF Pro Text Bold", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.whyUs-description {
  font-size: 22px;
  line-height: 1.45;
  color: #3B3A3F;
}

.info404 {
  & .info404-title {
    font-size: clamp(60px, 4.24px + 9.70vw, 140px);
    color: #1472BD;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    line-height: 130%;
  }

  & .info404-subtitle {
    font-size: clamp(22px, 5.27px + 2.91vw, 46px);
    line-height: 130%;
    text-align: center;
    margin-bottom: 30px;
  }

  & .info404-button {
    display: flex;
    justify-content: center;
  }
}

div[id^="wait_comp_"] {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(255, 255, 255, 0.7) !important;
  /* backdrop-filter: blur(5px) !important; */
  color: white !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  border: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999 !important;

  &::before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 3px solid #1472BD;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: relative;
    z-index: 10000;
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.spb-0{
  padding-bottom: 0px !important;
}
.spt-0{
  padding-top: 0px !important;
}

.industry-list table {
	width: 100%;
	text-align: center;
	    border-spacing: 1px;
    border-collapse: collapse;
	margin-bottom: 20px;
}

.industry-list table tr th {
	padding: 13px 0;
	font-size: 16px;
	font-weight: 400;
}

.industry-list table tr th {
	background-color: #2B5BA7;
	color: #fff;
}

.industry-list table tr td {
	padding: 15px 0;
	border: 1px solid #E6EAF2;
}

.industry-list table tr:nth-child(odd) {
  background-color: #F9F9F9;
	
}

.industry-list table tr:nth-child(even) {
	background-color: #fff;
}
.industry-list {
	overflow: auto;
	position: relative;
}

.industry-list table {
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }

  .modal-dialog {
    max-width: 540px;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: 100%;
  }

  .modal-sm {
    max-width: 300px;
  }

  .modal-wrap .modal-inputs__row>*:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}

@media screen and (min-width: 576px) {
  .contacts-form .modal-inputs__row {
    -ms-grid-columns: (calc(50% - 6px))[2];
    grid-template-columns: repeat(2, calc(50% - 6px));
    row-gap: 12px;
  }

  .contacts-form .modal-inputs__row>*:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }

  .offer-form .modal-inputs__row>*:first-child {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }

  .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.5);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    border-radius: 10px;
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media screen and (min-width: 1024px) {
   h1 { font-size: 24px; }
    h2 { font-size: 22px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }
  a:hover {
    color: #2657A6;
  }

  .button:hover {
    cursor: pointer;
    background: #1472BD;
    color: #ffffff;
  }

  .button:hover svg {
    fill: #ffffff;
  }

  .button._blue:hover {
    background: #ffffff;
    color: #1472BD;
  }

  .button._blue:hover svg {
    fill: #1472BD;
  }

  .button._all:hover {
    background: none;
    color: #2657A6;
  }

  .button._all:hover svg {
    fill: #2657A6;
  }

  .button[disabled=disabled],
  .button[disabled] {
    cursor: default;
    pointer-events: none;
  }

  .breadcrumbs span a:hover,
  .breadcrumbs .breadcrumb__item a:hover {
    color: #1472BD;
  }

  .select-list li:hover {
    cursor: pointer;
    color: #1472BD;
  }

  .counter-minus:hover,
  .counter-plus:hover {
    cursor: pointer;
    stroke: #1472BD;
  }

  .nav-link:hover {
    color: #1472BD;
    border-color: #1472BD;
  }

  .paginationMy ul a:hover {
    border-color: #1472BD;
    color: #1472BD;
  }

  .paginationMy ul a:hover svg {
    opacity: 1;
    stroke: #1472BD;
  }

  .accordionMy-header:hover .accordionMy-header__title {
    color: #2657A6;
  }

  .accordionMy-header:hover .accordionMy-header__icon svg {
    fill: #2657A6;
  }

  .accordionMy2-header:hover .accordionMy2-header__title {
    color: #2657A6;
  }

  .accordionMy2-header:hover .accordionMy2-header__icon svg {
    fill: #2657A6;
  }

  .cityModal-list ul li:hover {
    color: #2657A6;
  }

  .cityModal-list ul li:hover>* {
    color: #2657A6;
  }

  .director-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-footer__menu ul a:hover {
    color: #2657A6;
  }

  .header-head__menu ul a:hover {
    color: #2657A6;
  }

  .industry-row._other>*:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .industry-row._other>*:nth-child(1):nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .productHome {
    -ms-grid-columns: (calc(4.1666666667% - 18px))[24];
    grid-template-columns: repeat(24, calc(4.1666666667% - 18px));
  }

  .productHome>* {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }

  .productHome>*:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .productHome>*:nth-child(2) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9/15;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .productHome>*:nth-child(3) {
    -ms-grid-column: 9;
    -ms-grid-column-span: 6;
    grid-column: 9/15;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .productHome>*:nth-child(4) {
    -ms-grid-column: 15;
    -ms-grid-column-span: 4;
    grid-column: 15/19;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .productHome>*:nth-child(5) {
    -ms-grid-column: 19;
    -ms-grid-column-span: 6;
    grid-column: 19/25;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .productHome>*:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
    -ms-grid-column: 19;
    -ms-grid-column-span: 6;
    grid-column: 19/25;
  }

  .productHome-link:hover .productHome-link__subtitle {
    color: #1472BD;
  }

  .productHome._other>* {
    grid-column: auto;
    grid-row: auto;
  }

  .productHome._other .productHome-link__subtitle {
    display: none;
  }

  .projects-card._turn>*:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .projects-card._turn>*:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .request-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .request-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.32);
    border-radius: 32px;
    pointer-events: none;
  }

  .search-button:hover {
    background: #ffffff;
  }

  .search-button:hover svg {
    fill: #1472BD;
  }

  .stages-row._other>*:nth-child(1) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .stages-row._other>*:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .stages-img{
    height: 100%;
  }
}

@media (min-width: 1024px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1058px;
  }

  .modal-dialog {
    max-width: 1058px;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1105px;
  }

  .modal-dialog {
    max-width: 1105px;
  }

  .modal-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1264px;
  }

  .modal-dialog {
    max-width: 1264px;
  }
}

@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1480px;
  }

  .modal-dialog {
    max-width: 1480px;
  }
}

@media screen and (min-width: 1600px) {
  .contacts-form .modal-inputs__row {
    -ms-grid-columns: (calc(33.3333333333% - 10px))[3];
    grid-template-columns: repeat(3, calc(33.3333333333% - 10px));
  }

  .contacts-form .modal-inputs__row>*:nth-child(3) {
    grid-column: auto;
  }
}

@media (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1696px;
  }

  .modal-dialog {
    max-width: 1696px;
  }
}

@media screen and (max-width: 1799px) {
      h1 { font-size: 36px; }
    h2 { font-size: 32px; }
    h3 { font-size: 28px; }
    h4 { font-size: 24px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }
  .title {
    font-size: 36px;
  }

  .section {
    padding: 55px 0;
  }

  .button {
    min-height: 50px;
    font-size: 18px;
    padding: 8px 36px;
  }

  .button svg {
    width: 22px;
    height: 22px;
  }

  .nav-link {
    font-size: 22px;
  }

  .paginationMy {
    margin-top: 110px;
  }

  .paginationMy ul li {
    height: 46px;
    min-width: 46px;
  }

  .about {
    -ms-grid-columns: 362px calc(100% - 364px - 40px);
    grid-template-columns: 362px calc(100% - 364px - 40px);
  }

  .about-container>* {
    margin-top: 110px;
  }

  .card-container {
    width: 83%;
  }

  .catalog {
    -ms-grid-columns: 362px calc(100% - 364px - 40px);
    grid-template-columns: 362px calc(100% - 364px - 40px);
  }

  .city {
    gap: 8px;
  }

  .city-button {
    -ms-grid-columns: 18px auto 14px;
    grid-template-columns: 18px auto 14px;
    gap: 2px;
  }

  .city-button__name {
    font-size: 14px;
  }

  .city-address {
    font-size: 14px;
  }

  .contacts-address {
    padding: 48px 42px;
  }

  .contacts-form .modal-content {
    padding: 42px 58px;
  }

  .cookie {
    max-width: 908px;
  }

  .director-container {
    -ms-grid-columns: 47% 53%;
    grid-template-columns: 47% 53%;
    min-height: 430px;
  }

  .director-left {
    padding: 35px 40px;
  }

  .director-content {
    font-size: 28px;
  }

  .director-content>* {
    font-size: 28px;
  }

  .director-contact {
    padding-bottom: 35px;
    padding-right: 40px;
  }

  .director-name {
    font-size: 18px;
  }

  .director-subname {
    font-size: 14px;
  }

  .director-img {
    width: 514px;
    height: 615px;
    left: -57px;
    bottom: -44%;
  }

  .equipment-title {
    font-size: 17px;
  }

  .header-head {
    padding: 12px 0;
  }

  .header-head__container {
    -ms-grid-columns: 1fr 63.5%;
    grid-template-columns: 1fr 63.5%;
  }

  .header-head__menu ul a {
    font-size: 17px;
  }

  .header-body {
    padding: 12px 0;
  }

  .header-body__container {
    -ms-grid-columns: 150px auto minmax(190px, 17.1%) 1fr minmax(146px, 13.3%);
    grid-template-columns: 150px auto minmax(190px, 17.1%) 1fr minmax(146px, 13.3%);
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }

  .header-contact {
    row-gap: 4px;
    padding: 0 12px;
    padding-right: 14px;
  }

  .header-contact>*:nth-child(1) {
    font-size: 16px;
  }

  .header-contact>*:nth-child(2) {
    font-size: 14px;
  }

  .header-catalog {
    height: 38px;
    min-height: auto;
    font-size: 17px;
  }

  .header-payment .button {
    height: 38px;
    min-height: auto;
    font-size: 17px;
  }

  .header-footer {
    padding: 12px 0;
  }

  .header-footer__menu ul a {
    font-size: 13px;
  }

  .industry-title {
    font-size: 36px;
  }

  .industry-content__description,
  .industry-content__description p {
    font-size: 18px;
  }

  .industry-more {
    font-size: 16px;
  }

  .news-item {
    padding-bottom: 36px;
    border-radius: 20px;
  }

  .news-item>* {
    margin-top: 18px;
  }

  .news-img {
    padding-top: 52%;
  }

  .powder-item {
    padding: 20px 28px;
  }

  .powder-title {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .powder-box {
    height: 48px;
  }

  .powder-box__name {
    font-size: 16px;
  }

  .productHome>*:nth-child(1) .productHome-link__bg {
    right: 22px;
  }

  .productHome>*:nth-child(2) .productHome-link__bg {
    right: 6px;
  }

  .productHome>*:nth-child(3) .productHome-link__bg {
    right: 0;
  }

  .productHome>*:nth-child(4) .productHome-link__bg {
    right: -18px;
    width: 126px;
    height: 95%;
  }

  .productHome>*:nth-child(6) .productHome-link__bg {
    right: -2px;
  }

  .productHome>*:nth-child(7) .productHome-link__bg {
    right: 19px;
  }

  .productHome>*:nth-child(8) .productHome-link__bg {
    width: 78px;
  }

  .productHome>*:nth-child(9) .productHome-link__bg {
    right: 37px;
  }

  .productHome>*:nth-child(9) .productHome-link__content {
    max-width: 180px;
  }

  .productHome>*:nth-child(10) .productHome-link__bg {
    right: 20px;
    width: 50px;
  }

  .productHome>*:nth-child(10) .productHome-link__content {
    max-width: 198px;
  }

  .productHome>*:nth-child(11) .productHome-link__bg {
    width: 38px;
    right: 38px;
  }

  .productHome>*:nth-child(12) .productHome-link__bg {
    right: 16px;
  }

  .productHome-link {
    min-height: 156px;
    padding: 22px;
  }

  .productHome-link__content {
    max-width: 188px;
    row-gap: 3px;
  }

  .productHome-link__title {
    font-size: 18px;
  }

  .productHome._other {
    -ms-grid-columns: (calc(33.3333333333% - 13px))[3];
    grid-template-columns: repeat(3, calc(33.3333333333% - 13px));
    row-gap: 18px;
  }

  .productHome._other .productHome-link {
    min-height: 156px;
    padding: 22px;
    font-size: 16px;
    border-radius: 20px;
  }

  .productHome._other .productHome-link__title {
    font-size: 16px;
  }

  .projects-card {
    -ms-grid-columns: calc(44% - 14px) calc(56% - 14px);
    grid-template-columns: calc(44% - 14px) calc(56% - 14px);
    padding: 22px;
  }

  .projects-img {
    padding-top: 76%;
  }

  .projects-title {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .projects-box__content p {
    font-size: 16px;
  }

  .projects-box__content ul {
    margin-left: 22px;
  }

  .projects-box__content ul>* {
    font-size: 16px;
  }

  .projects-more {
    font-size: 15px;
  }

  .search {
    -ms-grid-columns: 1fr 20px 28px;
    grid-template-columns: 1fr 20px 28px;
  }

  .search-button {
    width: 28px;
    height: 28px;
  }

  .search-button svg {
    width: 20px;
    height: 20px;
  }

  .search-sidebar__result p {
    font-size: 18px;
  }

  .services-row {
    -ms-grid-columns: calc(58% - 10px) calc(42% - 10px);
    grid-template-columns: calc(58% - 10px) calc(42% - 10px);
  }

  .slider1 {
    row-gap: 46px;
  }

  .slider1-slide {
    padding: 26px;
    padding-bottom: 18px;
  }

  .slider1-responses {
    padding-top: 138.5%;
  }

  .slider1-name {
    margin-top: 16px;
    font-size: 16px;
  }

  .tableMy {
    border-radius: 15px 15px 0 0;
  }

  .tableMy-container {
    border-radius: 15px 15px 0 0;
  }

  .tableMy-head .tableMy-col:first-child {
    border-radius: 15px 0 0 0;
  }

  .tableMy-head .tableMy-col:last-child {
    border-radius: 0 15px 0 0;
  }

  .tableMy-col {
    min-height: 52px;
    padding: 16px;
  }

  .tableMy-button {
    margin-top: 32px;
  }

  .tableMy-button .button {
    min-height: 40px;
    padding: 4px 26px;
  }

  .tabs-my {
    width: 83%;
  }

  .whyUs {
    padding: 30px 0;
  }

  .whyUs-content {
    row-gap: 14px;
  }

  .whyUs-title {
    min-height: 70px;
    font-size: 25px;
  }

  .whyUs-description {
    font-size: 19px;
  }
}

@media (max-width: 1799.98px) {
  .modal-content {
    max-width: 672px;
    padding: 40px 44px;
  }

  .modal-title {
    font-size: 29px;
  }
}

/* End */
/* /local/templates/dekart/template_styles.css?1778847890212916 */
