

/* Start:/local/templates/main/assets/scss/style.css?1785315411157040*/
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  -webkit-tap-highlight-color: transparent !important;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span,
label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: "Onest", sans-serif;
  font-style: normal;
  font-display: swap;
  background: #FFFFFF;
}

input,
textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.wrapper.overflow-visible {
  overflow: visible;
}

ul,
ol,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

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

@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 680px) {
  .container {
    padding: 0 10px;
  }
}

.section-top {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .section-top {
    margin-top: 80px;
  }
}

@media (max-width: 680px) {
  .section-top {
    margin-top: 60px;
  }
}

.section_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1D5770;
}

.ui-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.ui-container a,
.ui-container button {
  width: 100%;
}

.ui-container .selector {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.swp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swp-btn__wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 680px) {
  .swp-btn__wrap {
    display: none;
  }
}

.main-sort {
  position: relative;
}

.main-sort__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
  transition: 0.2s ease-in-out;
}

.main-sort__btn svg path {
  transition: 0.2s ease-in-out;
}

.main-sort__btn:hover {
  color: #337997;
}

.main-sort__btn:hover svg path {
  stroke: #337997;
}

.main-sort__btn input {
  display: none !important;
}

.main-sort__list {
  position: absolute;
  left: 0;
  bottom: -24px;
  transform: translateY(100%);
  border-radius: 5px;
  padding: 12px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  display: none;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
}

@media (max-width: 768px) {
  .main-sort__list {
    right: 0;
    left: auto;
  }
}

@media (max-width: 680px) {
  .main-sort__list {
    bottom: -20px;
  }
}

.main-sort__list-btn {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.main-sort__list-line {
  height: 1px;
  width: 100%;
  background: #D0DDE3;
  flex-shrink: 0;
}

.main-sort.active .main-sort__btn svg {
  transform: rotateZ(180deg);
}

.main-sort.active .main-sort__list {
  display: flex;
}

.sec-margin {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .sec-margin {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .sec-margin {
    margin-bottom: 60px;
  }
}

.widget {
  position: fixed;
  right: 34px;
  bottom: 0px;
  transform: translateY(calc(100% + 34px));
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: rgba(29, 87, 112, 0.2);
  border-radius: 58px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease-in-out all;
}

.widget.active {
  bottom: 34px;
  transform: translateY(0);
}

.widget.transition-none {
  transition: none;
}

.widget .main-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #1D5770;
  border: 1px solid #B1C0C7;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out all;
}

.widget .main-link:hover {
  background: #337997;
}

.widget-left {
  display: flex;
  align-items: center;
}

.widget-left__content {
  display: flex;
  align-items: center;
  gap: 0px;
  overflow: hidden;
  width: 0;
  padding-right: 0;
  transition: 0.2s ease-in-out all;
}

.widget-left__content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.widget-left__content a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}

.widget-left__content a svg path,
.widget-left__content a svg circle {
  transition: 0.2s ease-in-out all;
}

.widget-left__content a:hover svg circle,
.widget-left__content a:hover svg path {
  fill: #337997;
  stroke: #337997;
}

.widget-left__content a:hover img {
  filter: brightness(0) invert(1);
}

.widget-left:hover .main-link {
  background: #337997;
}

.widget-left:hover .widget-left__content {
  width: 96px;
  gap: 8px;
}

.widget-left:hover .widget-left__content a {
  opacity: 1;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.blue_btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 20px;
  border-radius: 5px;
  background: #1D5770;
  height: 46px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue_btn:hover {
  background: #337997;
}

.blue_btn:active {
  background: #1D5770;
}

.blue_btn:disabled {
  background: #D0DDE3;
  color: #B1C0C7;
}

.blue_btn_outline {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #1D5770;
  padding: 16px 20px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #1D5770;
  height: 46px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue_btn_outline:hover {
  border: 1px solid #337997;
  color: #337997;
}

.blue_btn_outline:active {
  background: transparent;
  color: #1D5770;
}

.blue_btn_outline:disabled {
  border: 1px solid #D0DDE3;
  color: #D0DDE3;
}

.white_btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #1D5770;
  padding: 16px 20px;
  border-radius: 5px;
  background: #FFFFFF;
  height: 46px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s ease;
}

.white_btn:hover {
  background: #D0DDE3;
  color: #1D5770;
}

.white_btn:active {
  background: #FFFFFF;
  color: #1D5770;
}

.white_btn:disabled {
  background: #4A7C92;
  color: #6B9CB1;
}

.white_btn_outline {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 3%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 20px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #FFFFFF;
  height: 46px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s ease;
}

.white_btn_outline:hover {
  border: 1px solid #D0DDE3;
  color: #D0DDE3;
}

.white_btn_outline:active {
  background: #FFFFFF;
  color: #FFFFFF;
}

.white_btn_outline:disabled {
  border: 1px solid #4A7C92;
  color: #4A7C92;
}

.breadcrumbs {
  margin: 24px 0 32px 0;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.breadcrumbs ul li,
.breadcrumbs ul span,
.breadcrumbs ul a {
  font-weight: 300;
  font-size: 11px;
  line-height: 135%;
  color: #5F7077;
  transition: 0.2s ease;
}

.breadcrumbs ul a:hover {
  color: #337997;
}

.breadcrumbs ul span,
.breadcrumbs ul li {
  color: #B1C0C7;
}

.breadcrumbs ul span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selector {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  margin: 20px;
  height: 36px;
}

.selector__btn {
  border-radius: 5px 0 0 5px;
  width: 142px;
  padding: 8px 12px;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #1D5770;
  background: #FFFFFF;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #1D5770;
}

.selector__btn.active {
  background: #2f5c72;
  color: #fff;
  border: 1px solid #1D5770;
}

.selector__btn:not(.active):hover {
  border: 1px solid #337997;
  color: #337997;
}

.selector__btn:last-child {
  border-radius: 0 5px 5px 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal.active {
  display: flex;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.modal-dialog {
  width: 100%;
  max-height: 100svh;
  padding: 40px 0;
  overflow-y: scroll;
}

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

.modal-content {
  border-radius: 5px;
  padding: 60px 40px 40px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .modal-content {
    padding: 48px 12px 12px;
  }
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .modal-close {
    top: 16px;
    right: 16px;
  }
}

.modal h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #1D5770;
}

.request-modal .modal-content {
  max-width: 446px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

@media (max-width: 768px) {
  .request-modal .modal-content {
    gap: 20px;
    max-width: 354px;
  }
}

.request-modal h3 {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5F7077;
  max-width: 356px;
  width: 100%;
}

@media (max-width: 768px) {
  .request-modal h3 {
    font-size: 14px;
    max-width: 280px;
  }
}

.request-modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.request-modal__form-inputes {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
}

.request-modal__btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.request-modal__btn button,
.request-modal__btn a {
  width: 100%;
}

.request-modal__btn p {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #B1C0C7;
  position: relative;
  z-index: 1;
}

.request-modal__btn p:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D0DDE3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.request-modal__btn p span {
  background: #FFFFFF;
  padding: 0 20px;
}

.thanks-modal .modal-content {
  max-width: 496px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  padding: 60px 20px 40px;
}

@media (max-width: 768px) {
  .thanks-modal .modal-content {
    padding: 48px 46px 40px;
    gap: 20px;
    max-width: 354px;
  }
}

.thanks-modal p {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5F7077;
}

@media (max-width: 768px) {
  .thanks-modal p {
    width: 100%;
    max-width: 246px;
    font-size: 14px;
  }
}

.video-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.video-modal .modal-close {
  position: fixed;
  z-index: 3;
}

.video-modal iframe {
  position: relative;
  z-index: 2;
  width: 90vw;
  height: 90svh;
}

.sheets-modal .modal-content {
  max-width: 496px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media (max-width: 768px) {
  .sheets-modal .modal-content {
    gap: 24px;
    padding-top: 60px;
    padding-bottom: 7px;
  }
}

.sheets-modal .section_title {
  max-width: 389px;
  width: 100%;
}

.sheets-modal .main-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
}

.sheets-modal .main-link:hover {
  color: #337997;
}

.sheets-modal ul {
  max-width: 388px;
  width: 100%;
}

@media (max-width: 768px) {
  .sheets-modal ul {
    max-width: 100%;
  }
}

.sheets-modal ul a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
  width: 100%;
  display: block;
  text-align: center;
  padding: 17px 0;
  border-top: 1px solid #D0DDE3;
  border-bottom: 1px solid #D0DDE3;
  margin-bottom: -1px;
}

@media (max-width: 768px) {
  .sheets-modal ul a {
    border-bottom: 0;
    margin: 0;
  }
}

.sheets-modal ul a:hover {
  color: #337997;
}

.survey-modal .modal-content {
  max-width: 624px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-left: 33px;
  padding-right: 33px;
}

@media (max-width: 768px) {
  .survey-modal .modal-content {
    padding: 60px 12px 12px;
  }
}

.survey-modal .modal-close {
  top: 24px;
  right: 24px;
}

.survey-modal__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 389px;
}

.survey-modal__head p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.survey-modal .line {
  flex-shrink: 0;
  width: 100%;
  height: 1px;
  background: #D0DDE3;
}

.survey-modal h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
}

.survey-modal__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 768px) {
  .survey-modal__form {
    gap: 40px;
  }
}

.survey-modal__form-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .survey-modal__form-item {
    gap: 16px;
  }
}

.survey-modal .form-group {
  display: grid;
  gap: 12px 18px;
}

@media (max-width: 768px) {
  .survey-modal .form-group {
    gap: 8px;
  }
}

.survey-modal .form-group.col-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .survey-modal .form-group.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.survey-modal .form-group.g-8 {
  gap: 32px;
}

@media (max-width: 768px) {
  .survey-modal .form-group.g-8 {
    gap: 28px;
  }
}

.survey-modal h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid #D0DDE3;
}

.survey-modal .radio-inp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.survey-modal .radio-inp .icon {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #1D5770;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey-modal .radio-inp .icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.survey-modal .radio-inp .icon span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1D5770;
  display: none;
}

.survey-modal .radio-inp .icon input:checked~span {
  display: block;
}

.survey-modal .radio-inp p {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
}

.survey-modal .radio-inp p span {
  font-size: 11px;
  line-height: 135%;
  color: #acacac;
  display: inline;
}

.survey-modal .radio-inp__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .survey-modal .radio-inp__group {
    gap: 28px;
  }
}

.survey-modal .radio-inp__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.survey-modal .radio-inp__list {
  max-width: 366px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.survey-modal .inp-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}

.survey-modal .hidden {
  display: none !important;
}

.survey-modal .form-inp label {
  padding-right: 0 !important;
  letter-spacing: 0px;
}

@media (max-width: 680px) {
  .survey-modal .form-inp label {
    font-size: 12px;
  }

  .survey-modal .form-inp input {
    padding: 12px 8px 12px;
    padding-right: 0;
    height: 38px;
    font-weight: 400;
  }
}

@media (max-width: 680px) and (max-width: 680px) {
  .survey-modal .form-inp input {
    font-weight: 500;
  }
}

.survey-modal .form-file {
  height: 28px;
  align-items: flex-start;
  padding-top: 0;
}

@media (max-width: 680px) {
  .survey-modal .form-file {
    height: 49px;
  }
}

.survey-modal .form-description {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #acacac;
}

@media (max-width: 768px) {
  .survey-modal .form-description br {
    display: none;
  }
}

.survey-modal .d-flex {
  display: flex;
}

.survey-modal .justify-between {
  justify-content: space-between;
}

.survey-modal .justify-end {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .survey-modal .flex-md-col {
    flex-direction: column;
  }
}

.survey-modal .d-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  position: relative;
}

.survey-modal .grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.survey-modal .grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.survey-modal .grid-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .survey-modal .grid-col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .survey-modal .grid-col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.survey-modal .g-2 {
  gap: 8px;
}

.survey-modal .g-3 {
  gap: 12px;
}

.survey-modal .g-1\.5 {
  gap: 6px;
}

.survey-modal .g-4 {
  gap: 16px;
}

.survey-modal .g-4\.5 {
  gap: 18px;
}

.survey-modal .g-5 {
  gap: 20px;
}

.survey-modal .g-8 {
  gap: 32px;
}

.survey-modal .g-10 {
  gap: 40px;
}

.survey-modal .gx-4\.5 {
  -moz-column-gap: 18px;
  column-gap: 18px;
}

.survey-modal .gy-2 {
  row-gap: 8px;
}

.survey-modal .gy-3 {
  row-gap: 12px;
}

@media (max-width: 768px) {
  .survey-modal .g-md-2 {
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .survey-modal .g-md-3 {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .survey-modal .g-md-4 {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .survey-modal .g-md-5 {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .survey-modal .g-md-7 {
    gap: 28px;
  }
}

@media (max-width: 768px) {
  .survey-modal .gy-md-2 {
    row-gap: 8px;
  }
}

@media (max-width: 768px) {
  .survey-modal .gx-md-4\.5 {
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
}

.survey-modal .col-span-2 {
  grid-column: span 2;
}

.survey-modal .col-span-3 {
  grid-column: span 3;
}

@media (max-width: 768px) {
  .survey-modal .col-span-md-1 {
    grid-column: span 1;
  }
}

.survey-modal .check-code {
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  width: 174px;
  height: 42px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .survey-modal .check-code {
    width: 100%;
  }
}

.survey-modal .check-code img {
  border: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.survey-modal .blue_btn,
.survey-modal .blue_btn_outline {
  width: auto;
  text-align: center;
}

.survey-modal .example-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 680px) {
  .survey-modal .example-img {
    align-items: center;
  }
}

.survey-modal .delete-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
}

.survey-modal .delete-btn.fixed {
  position: absolute;
  top: 0;
  right: 0;
}

.survey-modal .add-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
}

.survey-modal.survey-modal4 .form-description {
  max-width: 393px;
}

.survey-modal.survey-modal9 .survey-modal__head {
  max-width: 426px;
}

.survey-modal.survey-modal10 .form-description {
  font-size: 11px;
  line-height: 135%;
}

.accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
  width: 100%;
  text-align: left;
  padding: 20px 0;
  border: 1px solid #D0DDE3;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.accordion-btn svg {
  transition: 0.2s ease-in-out all;
  flex-shrink: 0;
}

.accordion-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 0;
}

.accordion-body__wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-body .form-checkbox {
  position: relative;
}

.accordion-body .form-checkbox__icon {
  position: static;
}

.accordion.active .accordion-btn svg {
  transform: rotateZ(180deg);
}

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

.form-inp label {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: -1;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #B1C0C7;
  transition: 0.2s ease-in-out all;
  opacity: 1;
}

.form-inp input {
  width: 100%;
  border-bottom: 1px solid #1D5770;
  padding: 15px 8px 11px;
  position: relative;
  z-index: 1;
  transition: 0.2s ease-in-out all;
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  height: 41px;
}

.form-inp input:hover~label {
  color: #337997;
}

.form-inp input:not(:placeholder-shown)~label {
  opacity: 0;
  top: 0;
  font-size: 11px;
  line-height: 135%;
}

.form-inp input:not(:placeholder-shown) {
  font-size: 14px;
  color: #1D5770;
  padding: 12px 8px 11px;
}

.form-inp input:focus {
  font-size: 12px;
  padding: 15px 8px 11px;
  color: #5F7077;
}

.form-inp input:focus~label {
  top: 0;
  font-size: 11px;
  line-height: 135%;
  opacity: 1;
}

.form-inp input::-moz-placeholder {
  color: transparent;
}

.form-inp input::placeholder {
  color: transparent;
}

.form-inp p {
  font-weight: 400;
  font-size: 10px;
  line-height: 135%;
  letter-spacing: 0.02em;
  color: #BE4848;
  padding: 4px 0 0 8px;
  display: none;
}

.form-inp.error input {
  color: #BE4848;
  border-color: #BE4848;
}

.form-inp.error p {
  display: block;
}

.form-file {
  position: relative;
  z-index: 1;
  padding: 12px 0 11px;
  border-bottom: 1px solid #D0DDE3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .form-file {
    padding: 12px 0 0;
    border: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.form-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  opacity: 0;
}

.form-file p {
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 768px) {
  .form-file p {
    position: relative;
    border-bottom: 1px solid #D0DDE3;
    width: 100%;
    padding-bottom: 12px;
  }
}

.form-file label {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #acacac;
}

@media (max-width: 768px) {
  .form-file label {
    font-size: 11px;
  }
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.form-checkbox__icon {
  border: 1px solid #1D5770;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-checkbox__icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.form-checkbox__icon svg {
  display: none;
}

.form-checkbox__icon input:checked~svg {
  display: block;
}

.form-checkbox__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.form-checkbox__text span {
  color: #1D5770;
}

.form-checkbox__text a {
  display: inline;
  text-decoration: underline;
}

.header {
  padding: 16px 0;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .header_logo {
    width: 106px;
  }
}

.header_logo svg {
  width: 100%;
}

.header_logo svg path {
  fill: #404040;
}

.header_left {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 680px) {
  .header_left {
    gap: 18px;
  }
}

.header_left .menu_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D5770;
  transition: 0.2s ease;
}

.header_left .menu_btn svg path {
  transition: 0.2s ease;
  stroke: #1D5770;
}

.header_left .menu_btn:hover {
  color: #337997;
}

.header_left .menu_btn:hover svg path {
  stroke: #337997;
}

.header_left .menu_btn .menu_icon {
  display: block;
}

.header_left .menu_btn .menu_icon_close {
  display: none;
}

@media (max-width: 680px) {
  .header_left .menu_btn span {
    display: none;
  }
}

.header_link {
  display: flex;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1280px) {
  .header_link {
    display: none;
  }
}

.header_link a,
.header_link span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D5770;
  transition: 0.2s ease;
  cursor: pointer;
}

.header_link a svg,
.header_link span svg {
  transition: 0.2s ease;
}

.header_link a svg path,
.header_link span svg path {
  transition: 0.2s ease;
}

.header_link a:hover,
.header_link span:hover {
  color: #337997;
}

.header_link a:hover svg,
.header_link span:hover svg {
  transform: rotate(180deg);
}

.header_link a:hover svg path,
.header_link span:hover svg path {
  stroke: #337997;
}

.header .dropdown_btn {
  position: relative;
}

.header .dropdown_btn:hover .dropdown_wrap {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header .dropdown_wrap {
  padding-top: 30px;
  position: absolute;
  z-index: 2;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease;
  transform: translateY(3px);
}

.header .dropdown_link {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  padding: 12px;
  border-radius: 5px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
}

.header .dropdown_link a {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #1D5770;
  transition: 0.2s ease;
  text-transform: capitalize;
}

.header .dropdown_link a:hover {
  color: #337997;
}

.header .dropdown_link .line {
  height: 1px;
  width: 100%;
  background: #D0DDE3;
}

.header_right {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (max-width: 1280px) {
  .header_right {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .header_right {
    gap: 16px;
  }
}

.header_right a {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #5F7077;
  transition: 0.2s ease;
}

.header_right a:hover {
  color: #337997;
}

@media (max-width: 680px) {
  .header_right a {
    display: none;
  }
}

.header_right-btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
  border: 1px solid #1D5770;
  border-radius: 5px;
  padding: 0 9px;
  height: 28px;
  display: flex !important;
  align-items: center;
}

.header-white {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}

.header-white .header_logo svg path {
  fill: #FFFFFF;
}

.header-white .header_left .menu_btn {
  color: #FFFFFF;
}

.header-white .header_left .menu_btn svg path {
  stroke: #FFFFFF;
}

.header-white .header_left .menu_btn:hover {
  color: #337997;
}

.header-white .header_left .menu_btn:hover svg path {
  stroke: #337997;
}

.header-white .header_right a {
  color: #FFFFFF;
}

.header-white .header_right a:hover {
  color: #337997;
}

.header-white .header_right-btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.header-white .header_right-btn:hover {
  border-color: #1D5770;
}

.header-white .header_link a {
  color: #FFFFFF;
}

.header-white .header_link a:hover {
  color: #337997;
}

.header-white .header_link span {
  color: #FFFFFF;
}

.header-white .header_link span svg path {
  stroke: #FFFFFF;
}

.header-white .dropdown_link a {
  color: #1D5770;
}

/* Sticky header при прокрутке */
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* Переопределение цветов для header-white при sticky состоянии */
.header-sticky.header-white .header_logo svg path {
  fill: #404040;
}

.header-sticky.header-white .header_left .menu_btn {
  color: #1D5770;
}

.header-sticky.header-white .header_left .menu_btn svg path {
  stroke: #1D5770;
}

.header-sticky.header-white .header_left .menu_btn:hover {
  color: #337997;
}

.header-sticky.header-white .header_left .menu_btn:hover svg path {
  stroke: #337997;
}

.header-sticky.header-white .header_right a {
  color: #5F7077;
}

.header-sticky.header-white .header_right a:hover {
  color: #337997;
}

.header-sticky.header-white .header_right-btn {
  border-color: #1D5770;
  color: #1D5770;
}

.header-sticky.header-white .header_right-btn:hover {
  border-color: #337997;
  color: #337997;
}

.header-sticky.header-white .header_link a {
  color: #1D5770;
}

.header-sticky.header-white .header_link a:hover {
  color: #337997;
}

.header-sticky.header-white .header_link span {
  color: #1D5770;
}

.header-sticky.header-white .header_link span svg path {
  stroke: #1D5770;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header.active .header_logo svg path {
  fill: #404040;
}

.header.active .header_left .menu_btn {
  color: #1D5770;
}

.header.active .header_left .menu_btn svg path {
  stroke: #1D5770;
}

.header.active .header_left .menu_btn:hover {
  color: #337997;
}

.header.active .header_left .menu_btn:hover svg path {
  stroke: #337997;
}

.header.active .header_left .menu_btn .menu_icon {
  display: none;
}

.header.active .header_left .menu_btn .menu_icon_close {
  display: block;
}

.header.active .header_right a {
  color: #1D5770;
}

.header.active .header_right a:hover {
  color: #337997;
}

.header.active .header_right-btn {
  border-color: #1D5770;
  color: #1D5770;
}

.header.active .header_right-btn:hover {
  border-color: #1D5770;
}

.header.active .header_link a {
  color: #1D5770;
}

.header.active .header_link a:hover {
  color: #337997;
}

.header.active .header_link span {
  color: #1D5770;
}

.header.active .header_link span svg path {
  stroke: #1D5770;
}

.header.active .dropdown_link a {
  color: #1D5770;
}

.equipment.dealer-equipment {
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  .equipment.dealer-equipment {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .equipment.dealer-equipment {
    margin-bottom: 60px;
  }
}

.equipment .section_title {
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .equipment .section_title {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .equipment .section_title {
    margin-bottom: 20px;
  }
}

.equipment-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 31px;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .equipment-list {
    padding: 32px 23px;
  }
}

@media (max-width: 680px) {
  .equipment-list {
    gap: 16px;
  }
}

.equipment-list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .equipment-list__wrap {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .equipment-list__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.equipment-list img {
  width: 140px;
}

@media (max-width: 1024px) {
  .equipment-list img {
    width: 100px;
  }
}

@media (max-width: 680px) {
  .equipment-list img {
    width: 140px;
  }
}

.equipment-list p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
  text-align: center;
}

@media (max-width: 1024px) {
  .equipment-list p {
    font-size: 12px;
  }
}

.equipment_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 680px) {
  .equipment_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.equipment_card {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 280px;
}

@media (max-width: 1024px) {
  .equipment_card {
    height: 146px;
  }
}

.equipment_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
}

.equipment_card span {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  z-index: 2;
  padding: 20px 24px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .equipment_card span {
    font-size: 12px;
    line-height: 120%;
    padding: 12px;
  }
}

.equipment_card img {
  transition: 0.2s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.equipment_card:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

.equipment_card:hover img {
  transform: scale(1.1);
}

.equipment-block {
  width: 100%;
  overflow: hidden;
}

.equipment-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .equipment-block__head {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .equipment-block .swiper {
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .equipment-block__card {
    width: 230px;
  }
}

.equipment-block__card .main-img {
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  width: 100%;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 27px;
}

@media (max-width: 1280px) {
  .equipment-block__card .main-img {
    height: 230px;
  }
}

.equipment-block__card .main-img img {
  transition: 0.2s ease-in-out all;
}

@media (max-width: 1280px) {
  .equipment-block__card .main-img img {
    transform: scale(0.7);
  }
}

.equipment-block__card h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
  margin: 12px 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1280px) {
  .equipment-block__card h3 {
    font-size: 12px;
    line-height: 120%;
  }
}

.equipment-block__card p {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B1C0C7;
}

@media (max-width: 1280px) {
  .equipment-block__card p {
    font-size: 10px;
    line-height: 130%;
    font-weight: 600;
  }
}

.equipment-block__card:hover .main-img img {
  transform: scale(1.1);
}

@media (max-width: 1280px) {
  .equipment-block__card:hover .main-img img {
    transform: scale(0.8);
  }
}

.solutions .equipment_card::after {
  background: none;
}

.solutions .equipment_card span {
  color: #1D5770;
}

.solution-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  padding: 32px;
  gap: 24px;
}

@media (max-width: 1024px) {
  .solution-content {
    padding: 20px;
    align-items: flex-end;
  }
}

@media (max-width: 680px) {
  .solution-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.solution p {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .solution p {
    max-width: 288px;
    margin-top: 17px;
  }
}

@media (max-width: 680px) {
  .solution p {
    max-width: 100%;
    margin-top: 20px;
  }
}

.solution .blue_btn_outline {
  text-align: center;
}

@media (max-width: 680px) {
  .solution .blue_btn_outline {
    width: 100%;
  }
}

.solution-home {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.solution-home__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 1024px) {
  .solution-home__bg {
    display: none;
  }
}

.solution-home__bg.md {
  display: none;
}

@media (max-width: 1024px) {
  .solution-home__bg.md {
    display: block;
  }
}

@media (max-width: 680px) {
  .solution-home__bg.md {
    display: none;
  }
}

.solution-home__bg.sm {
  display: none;
}

@media (max-width: 680px) {
  .solution-home__bg.sm {
    display: block;
  }
}

@media (max-width: 1024px) {
  .solution-home .d-md-none {
    display: none !important;
  }
}

.solution-home__container {
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 84px;
  padding-bottom: 34px;
}

@media (max-width: 1024px) {
  .solution-home__container {
    padding-bottom: 22px;
  }
}

@media (max-width: 680px) {
  .solution-home__container {
    height: auto;
    gap: 37px;
    padding-bottom: 12px;
    padding-top: 59px;
  }
}

.solution-home__breadcrumbs {
  margin: 0;
  padding: 0;
}

.solution-home__breadcrumbs ul {
  flex-wrap: nowrap;
}

.solution-home__breadcrumbs ul a {
  white-space: nowrap;
}

.solution-home__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media (max-width: 680px) {
  .solution-home__content {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    height: 317px;
  }
}

.solution-home h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 1024px) {
  .solution-home h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

@media (max-width: 680px) {
  .solution-home h2 br {
    display: none;
  }
}

.solution-home .blue_btn {
  flex-shrink: 0;
}

@media (max-width: 680px) {
  .solution-home .blue_btn {
    width: 100%;
    text-align: center;
  }
}

.solution-about__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 18px;
}

@media (max-width: 680px) {
  .solution-about__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1280px) {
  .solution-about .section_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 680px) {
  .solution-about .section_title {
    font-size: 24px;
    font-weight: 400;
  }

  .solution-about .section_title br {
    display: none;
  }
}

.solution-about .section_title span {
  max-width: 364px;
}

@media (max-width: 1024px) {
  .solution-about .section_title span {
    max-width: 224px;
  }
}

@media (max-width: 680px) {
  .solution-about .section_title span {
    max-width: 100%;
  }
}

.solution-about__content {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 680px) {
  .solution-about__content {
    grid-column: span 1;
  }
}

.solution-about__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.solution-about__content b {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  display: block;
}

.solution-about__content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -8px;
}

.solution-about__content ul li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.solution-about__content ul .line {
  width: 40px;
  height: 1px;
  background: #D0DDE3;
  flex-shrink: 0;
  margin-top: 11px;
}

.solution-about__img .section_title {
  max-width: 671px;
  margin-bottom: 32px;
}

.solution-about__img img {
  width: 100%;
}

.news .section_title {
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .news .section_title {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .news .section_title {
    margin-bottom: 20px;
  }
}

.news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .news-head {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .news-head {
    margin-bottom: 20px;
  }
}

.news-head .section_title {
  margin: 0;
}

.news-head__right {
  display: flex;
  align-items: center;
  gap: 48px;
}

.news-head a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out;
}

@media (max-width: 680px) {
  .news-head a {
    position: absolute;
    left: 10px;
    bottom: 0;
  }
}

.news-head a:hover {
  color: #337997;
}

.news_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 1024px) {
  .news_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .news_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Карточки новостей в Swiper имеют одинаковую высоту */
.news-swp .swiper-wrapper {
  align-items: stretch;
}

.news-swp .swiper-slide {
  height: auto;
}

.news_card {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #D0DDE3;
  display: flex;
  flex-direction: column;
}

.news_card_img {
  height: 240px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .news_card_img {
    height: 190px;
  }
}

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

.news_card_text {
  --news-description-height: 84px;
  padding: 20px;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto var(--news-description-height) auto;
}

.news_card_text h3 {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: #1D5770;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
 * Все прямые <p> размещаются в одной области сетки.
 * Это защищает карточку от лишней высоты даже при пустых <p>
 * или некорректной вложенности абзацев в шаблоне.
 */
.news_card_text > p {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  width: 100%;
  height: var(--news-description-height);
  max-height: var(--news-description-height);
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #5F7077;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news_card_bottom {
  grid-column: 1;
  grid-row: 3;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D0DDE3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news_card_bottom h4 {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #B1C0C7;
}

@media (max-width: 1024px) {
  .news_card_bottom h4 {
    font-size: 12px;
  }
}

.news_card_bottom a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D5770;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news_card_bottom a svg {
  transition: 0.2s ease;
}

.news_card_bottom a svg path {
  transition: 0.2s ease;
}

.news_card_bottom a:hover {
  color: #337997;
}

.news_card_bottom a:hover svg path {
  stroke: #337997;
}

@media (max-width: 680px) {
  .news .swiper {
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .news .swiper-slide {
    width: 323px;
  }
}

@media (max-width: 680px) {
  .news.home-news .container {
    padding-bottom: 34px;
    position: relative;
  }
}

.dealers .section_title {
  margin: 40px 0 32px 0;
  font-size: 32px;
  line-height: 130%;
}

@media (max-width: 1024px) {
  .dealers .section_title {
    margin: 40px 0 24px 0;
  }
}

@media (max-width: 1024px) {
  .dealers .section_title {
    margin: 40px 0 20px 0;
    font-size: 24px;
    line-height: 130%;
  }
}

.dealers_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 680px) {
  .dealers_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dealers_card {
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .dealers_card {
    grid-template-columns: repeat(1, 1fr);
  }
}

.dealers_card-img {
  border-right: 1px solid #D0DDE3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 330px;
  overflow: hidden;
}

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

@media (max-width: 1024px) {
  .dealers_card-img {
    height: 160px;
    border-bottom: 1px solid #D0DDE3;
    border-right: 0;
  }
}

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

.dealers_card-text {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dealers_card-text h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1D5770;
  margin-bottom: 30px;
}

.dealers_card-text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dealers_card-text ul li ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 32px;
}

.dealers_card-text ul span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #1D5770;
}

.dealers_card-text ul a,
.dealers_card-text ul address {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #5F7077;
  transition: 0.2s ease-in-out all;
}

.dealers_card-text ul a:hover {
  color: #337997;
}

.dealers_card-text ul .line {
  height: 1px;
  width: 100%;
  margin: 8px 0;
  background: #D0DDE3;
}

.dealers .become_dealer {
  padding: 32px;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .dealers .become_dealer {
    margin-top: 80px;
    padding: 20px;
  }
}

@media (max-width: 680px) {
  .dealers .become_dealer {
    flex-direction: column;
    align-items: start;
    margin-top: 60px;
  }
}

.dealers .become_dealer h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1D5770;
}

.dealers .become_dealer .blue_btn_outline {
  width: 214px;
}

@media (max-width: 680px) {
  .dealers .become_dealer .blue_btn_outline {
    width: 100%;
  }
}

.dealer-home {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  .dealer-home {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .dealer-home {
    margin-bottom: 60px;
  }
}

.dealer-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 34, 49, 0.6);
}

.dealer-home__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 30%;
  object-position: center 30%;
}

.dealer-home__container {
  height: 440px;
  padding-top: 101px;
}

.dealer-home h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .dealer-home h2 {
    font-size: 24px;
    font-weight: 400;
  }
}

.dealer-home p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  max-width: 403px;
}

.documentation_home {
  background-image: url("/local/templates/main/assets/scss/../images/documentation_home_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 440px;
}

@media (max-width: 680px) {
  .documentation_home {
    background-position: 15%;
  }
}

.documentation_home h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-top: 100px;
}

@media (max-width: 1024px) {
  .documentation_home h1 {
    padding-top: 92px;
  }
}

@media (max-width: 680px) {
  .documentation_home h1 {
    font-size: 24px;
    line-height: 130%;
    padding-top: 68px;
  }
}

.documentation .section_title {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D0DDE3;
}

.documentation_questionnaires ul {
  padding-top: 8px;
}

@media (max-width: 1024px) {
  .documentation_questionnaires ul {
    padding-top: 0px;
  }
}

.documentation_questionnaires ul li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D0DDE3;
  gap: 12px;
}

@media (max-width: 680px) {
  .documentation_questionnaires ul li {
    padding: 20px 0;
    flex-direction: column;
    align-items: start;
  }
}

.documentation_questionnaires ul li h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 1024px) {
  .documentation_questionnaires ul li h4 {
    font-size: 12px;
    line-height: 120%;
  }
}

@media (max-width: 680px) {
  .documentation_questionnaires ul li h4 {
    font-size: 14px;
    line-height: 130%;
  }
}

.documentation_questionnaires ul li span {
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .documentation_questionnaires ul li span {
    width: auto;
    white-space: wrap;
  }
}

.documentation_questionnaires ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: underline;
  color: #5F7077;
  transition: 0.2s ease;
}

.documentation_questionnaires ul li a:hover {
  color: #337997;
}

.documentation_other ul {
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1024px) {
  .documentation_other ul {
    padding-top: 0;
  }
}

.documentation_other ul li {
  display: flex;
  align-items: center;
}

.documentation_other ul a {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  color: #1D5770;
  transition: 0.2s ease;
}

.documentation_other ul a:hover {
  color: #337997;
}

.our-dealers {
  margin: 100px 0;
}

@media (max-width: 1024px) {
  .our-dealers {
    margin: 80px 0;
  }
}

@media (max-width: 680px) {
  .our-dealers {
    margin: 60px 0;
  }
}

@media (max-width: 680px) {
  .our-dealers__container {
    padding-bottom: 34px;
    position: relative;
  }
}

.our-dealers__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .our-dealers__head {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .our-dealers__head {
    margin-bottom: 20px;
  }
}

.our-dealers__head-right {
  display: flex;
  align-items: center;
  gap: 48px;
}

.our-dealers__head-right a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 680px) {
  .our-dealers__head-right a {
    position: absolute;
    left: 10px;
    bottom: 0;
  }
}

.our-dealers__head-right a:hover {
  color: #337997;
}

@media (max-width: 680px) {
  .our-dealers .swiper {
    overflow: visible;
  }
}

.our-dealers__card {
  height: auto;
  aspect-ratio: 1/1;
  z-index: 1;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 680px) {
  .our-dealers__card {
    width: 167px;
  }
}

.our-dealers__card .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.our-dealers__card .main-img {
  width: 210px;
  filter: grayscale(1);
  opacity: 0.65;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 1280px) {
  .our-dealers__card .main-img {
    width: 107px;
  }
}

@media (max-width: 680px) {
  .our-dealers__card .main-img {
    width: 127px;
  }
}

.our-dealers__card:hover .main-img {
  filter: grayscale(0);
  opacity: 1;
}

.gallery {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .gallery {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .gallery {
    margin-bottom: 60px;
  }
}

.gallery .swiper {
  margin-top: 32px;
}

@media (max-width: 1024px) {
  .gallery .swiper {
    margin-top: 24px;
  }
}

@media (max-width: 680px) {
  .gallery .swiper {
    margin-top: 20px;
  }
}

.gallery .swiper-slide {
  height: 600px;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .gallery .swiper-slide {
    height: 318px;
  }
}

@media (max-width: 680px) {
  .gallery .swiper-slide {
    height: 503px;
  }
}

.gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery button {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.2s ease-in-out all;
  border: 1px solid transparent;
}

.gallery button:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 680px) {
  .gallery button {
    border-color: rgba(255, 255, 255, 0.4);
  }
}

.gallery button.prev-btn {
  left: 28px;
}

@media (max-width: 1024px) {
  .gallery button.prev-btn {
    left: 16px;
  }
}

.gallery button.next-btn {
  right: 28px;
}

@media (max-width: 1024px) {
  .gallery button.next-btn {
    right: 16px;
  }
}

.branch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1280px) {
  .branch-head {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .branch-head {
    margin-bottom: 20px;
  }
}

.branch-head .swp-btn__wrap {
  display: none;
}

@media (max-width: 1280px) {
  .branch-head .swp-btn__wrap {
    display: flex;
  }
}

@media (max-width: 680px) {
  .branch-head .swp-btn__wrap {
    display: none;
  }
}

.branch-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 1280px) {
  .branch-content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .branch-content {
    gap: 20px;
  }
}

.branch-map {
  min-height: auto;
  position: relative;
  width: auto;
}

@media (max-width: 1280px) {
  .branch-map {
    height: auto;
    min-height: inherit;
  }
}

@media (max-width: 680px) {
  .branch-map {
    height: auto;
  }
}

.branch-map img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;

}

.branch-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #D0DDE3;
  position: absolute;
  top: 0;
  left: 0;
}

.branch-swp {
  width: auto;
  height: auto;
  position: relative;
}

@media (max-width: 1280px) {
  .branch-swp {
    width: 100%;
    max-width: 100%;
  }
}

.branch-swp .swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
}

@media (max-width: 680px) {
  .branch-swp .swiper {
    overflow: visible;
  }
}

.branch-swp .swiper-wrapper {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 1280px) {
  .branch-swp .swiper-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
}

.branch-card {
  height: auto;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  padding: 15px 19px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.branch-card .line:last-child {
  display: none;
}

@media (max-width: 680px) {
  .branch-card {
    width: 323px;
  }
}

.branch-card h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
}

.branch-card .line {
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  background: #D0DDE3;
}

.branch-card h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  margin-bottom: 6px;
}

.branch-card p,
.branch-card a {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.branch-card a {
  display: inline;
  transition: 0.2s ease-in-out all;
}

.branch-card a:hover {
  color: #337997;
}

.object-home {
  margin-bottom: 100px;
}

@media (max-width: 1280px) {
  .object-home {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .object-home {
    margin-bottom: 60px;
  }
}

.object-home__content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
}

@media (max-width: 1280px) {
  .object-home__content {
    flex-direction: column;
    position: relative;
    padding-bottom: 64px;
  }
}

@media (max-width: 680px) {
  .object-home__content {
    padding-bottom: 122px;
    gap: 24px;
  }
}

.object-home__left {
  max-width: 446px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

@media (max-width: 1280px) {
  .object-home__left {
    max-width: 100%;
  }
}

.object-home__left-text {
  width: 100%;
}

@media (max-width: 1280px) {
  .object-home__left-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 680px) {
  .object-home__left-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1280px) {
  .object-home__left-text .section_title {
    max-width: 507px;
  }
}

@media (max-width: 680px) {
  .object-home__left-text .section_title {
    font-size: 14px;
  }
}

.object-home__left-text .line {
  width: 100%;
  height: 1px;
  background: #D0DDE3;
  margin: 16px 0;
}

.object-home__left-text ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}

@media (max-width: 1280px) {
  .object-home__left-text ul {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .object-home__left-text ul {
    margin-bottom: 24px;
  }
}

.object-home__left-text li {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

@media (max-width: 1280px) {
  .object-home__left-text li {
    font-size: 12px;
  }
}

.object-home__left-text a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

.object-home__left-text a svg rect,
.object-home__left-text a svg path {
  transition: 0.2 ease-in-out all;
}

.object-home__left-text a:hover {
  color: #337997;
}

.object-home__left-text a:hover svg rect {
  stroke: #337997;
}

.object-home__left-text a:hover svg path {
  fill: #337997;
}

.object-home__left-text a span {
  transform: translateY(1px);
}

.object-home__left-btn {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 1280px) {
  .object-home__left-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .object-home__left-btn {
    flex-direction: column;
  }
}

.object-home__left-btn a,
.object-home__left-btn button {
  width: 100%;
  text-align: center;
}

.object-home__right {
  position: relative;
  max-width: 794px;
  width: 100%;
}

@media (max-width: 1280px) {
  .object-home__right {
    max-width: 100%;
    height: 452px;
  }
}

.object-home__right button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.object-home__right button.btn-prev {
  left: 28px;
}

@media (max-width: 1280px) {
  .object-home__right button.btn-prev {
    left: 16px;
  }
}

.object-home__right button.btn-next {
  right: 28px;
}

@media (max-width: 1280px) {
  .object-home__right button.btn-next {
    right: 16px;
  }
}

.object-home__right .swiper {
  width: 100%;
  height: 100%;
}

.object-home__right .swiper-wrapper {
  height: 100%;
}

.object-home__right .swiper-slide {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.object-home__right .swiper-slide img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s ease-in-out all;
}

.object-home__right .swiper-slide:hover img {
  transform: scale(1.1);
}

@media (max-width: 680px) {
  .other-object__container {
    padding-bottom: 34px;
    position: relative;
  }
}

.other-object__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1280px) {
  .other-object__head {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .other-object__head {
    margin-bottom: 20px;
  }
}

.other-object__head-right {
  display: flex;
  align-items: center;
  gap: 48px;
}

.other-object__head-right a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 680px) {
  .other-object__head-right a {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
}

.other-object__head-right a:hover {
  color: #337997;
}

@media (max-width: 680px) {
  .other-object .swiper {
    overflow: visible;
  }
}

@media (max-width: 680px) {
  .other-object .swiper-slide {
    width: 320px;
  }
}

.object-card {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.object-card .main-img {
  width: 100%;
  height: 375px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .object-card .main-img {
    height: 196px;
  }
}

@media (max-width: 680px) {
  .object-card .main-img {
    height: 195px;
  }
}

.object-card .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s ease-in-out all;
}

.object-card__body {
  padding: 70px 20px 20px 20px;
  background: linear-gradient(180deg, rgba(9, 68, 94, 0) 0%, #09445E 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  gap: 8px;
}

@media (max-width: 1280px) {
  .object-card__body {
    padding: 50px 15px 15px 15px;
  }
}

.object-card__body p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  .object-card__body p {
    font-size: 12px;
  }
}

.object-card__body .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 8px 0;
}

.object-card__body h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

@media (max-width: 1280px) {
  .object-card__body h3 {
    font-weight: 300;
    font-size: 14px;
  }
}

.object-card:hover .object-card__body h3 {
  -webkit-line-clamp: 3;
}

.object-card:hover .main-img img {
  transform: scale(1.1);
}

.objects-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 32px 0 24px;
}

@media (max-width: 1280px) {
  .objects-head {
    margin: 24px 0;
  }
}

@media (max-width: 680px) {
  .objects-head {
    margin: 20px 0;
  }
}

.objects-head__left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.objects-head__left button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
}

.objects-head__left button:nth-child(2) {
  display: none;
}

.objects-head__left.active button:nth-child(2) {
  display: flex;
}

@media (max-width: 680px) {
  .objects-head__left.active button:nth-child(2) {
    display: none;
  }
}

.objects-head__right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.objects-body {
  display: flex;
  align-items: flex-start;
}

.objects-filter {
  width: 446px;
  flex-shrink: 0;
  display: none;
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.objects-filter::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1280px) {
  .objects-filter {
    width: 354px;
  }
}

@media (max-width: 680px) {
  .objects-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
  }
}

.objects-filter.active {
  display: block;
  margin-right: 18px;
}

@media (max-width: 680px) {
  .objects-filter.active {
    display: flex;
    margin-right: 0;
  }
}

.objects-filter__bg {
  display: none;
}

@media (max-width: 680px) {
  .objects-filter__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
}

.objects-filter__head {
  display: none;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .objects-filter__head {
    display: flex;
  }
}

.objects-filter__head-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 680px) {
  .objects-filter__dialog {
    max-height: 100svh;
    width: 100%;
    overflow-y: scroll;
    padding: 20px 10px;
  }

  .objects-filter__dialog::-webkit-scrollbar {
    display: none;
  }
}

.objects-filter__content {
  max-width: 330px;
  width: 100%;
}

@media (max-width: 680px) {
  .objects-filter__content {
    max-width: 100%;
    position: relative;
    background: #FFFFFF;
    padding: 20px 12px 12px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    z-index: 2;
  }
}

.objects-filter__accordion .accordion:not(:last-child) {
  border-bottom-color: transparent;
}

.objects-filter__accordion .accordion:not(:last-child):not(.active) .accordion-btn {
  border-bottom-color: transparent;
}



@media (max-width: 680px) {
  .objects-filter__foot {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .objects-filter__foot button,
  .objects-filter__foot a {
    width: 100%;
    text-align: center;
  }
}

.objects-tab__head {
  display: flex;
  align-items: center;
  gap: 11px;
}

@media (max-width: 768px) {
  .objects-tab__head {
    display: none;
  }
}

.objects-tab__head .line {
  height: 14px;
  width: 1px;
  flex-shrink: 0;
  background: #D0DDE3;
}

.objects-tab__btn {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B1C0C7;
  transition: 0.2s ease-in-out all;
}

.objects-tab__btn:hover {
  color: #337997;
}

.objects-tab__btn.active {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
}

.objects-tab__body {
  width: 100%;
}

@media (max-width: 768px) {
  .objects-tab__body-item {
    display: block !important;
  }
}

.objects-tab__body-item:not(.active) {
  display: none;
}

@media (max-width: 768px) {
  .objects-tab__body-item:nth-child(2) {
    display: none !important;
  }
}

.objects-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 1024px) {
  .objects-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .objects-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.objects-list.active {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1024px) {
  .objects-list.active {
    grid-template-columns: repeat(1, 1fr);
  }
}

.objects-list .object-card .main-img {
  position: relative;
  height: 337px;
}

@media (max-width: 1280px) {
  .objects-list .object-card .main-img {
    height: 280px;
  }
}

.objects-list .object-card .main-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.objects-list .object-card__body {
  padding: 70px 20px 20px 20px;
}

@media (max-width: 1280px) {
  .objects-list .object-card__body {
    padding: 50px 15px 15px 15px;
  }
}

.objects-list .object-card__body p {
  font-size: 12px;
  color: #FFFFFF;
}

.objects-list .object-card__body h3 {
  font-size: 18px;
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  .objects-list .object-card__body h3 {
    font-size: 14px;
  }
}

.objects-gallery {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.objects-gallery__swp .swiper-slide {
  height: 624px;
}

@media (max-width: 1280px) {
  .objects-gallery__swp .swiper-slide {
    height: 456px;
  }
}

.objects-gallery__swp .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.objects-gallery__swp button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
}

.objects-gallery__swp button.swp-next {
  left: auto;
  right: 28px;
}

.objects-gallery__body {
  padding: 70px 20px 20px 20px;
  background: linear-gradient(180deg, rgba(9, 68, 94, 0) 0%, #09445E 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  gap: 8px;
}

.objects-gallery__body p {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.objects-gallery__body .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin: 8px 0;
}

.objects-gallery__body h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.objects-gallery.active .objects-gallery__swp .swiper-slide {
  height: 456px;
}

@media (max-width: 1280px) {
  .objects-gallery.active .objects-gallery__swp .swiper-slide {
    height: 350px;
  }
}

.objects .empty-gallery {
  height: 233px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid #D0DDE3;
  border-bottom: 1px solid #D0DDE3;
}

.objects .empty-gallery p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #B1C0C7;
}

.objects .empty-gallery a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
}

.about-home {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .about-home {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .about-home {
    margin-bottom: 60px;
  }
}

.about-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 34, 49, 0.6);
  z-index: -1;
}

.about-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.about-home__container {
  height: 380px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 32px;
}

@media (max-width: 1024px) {
  .about-home__container {
    padding-bottom: 20px;
    height: 528px;
  }
}

@media (max-width: 680px) {
  .about-home__container {
    padding-bottom: 12px;
    height: 684px;
  }
}

.about-home ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 18px;
  width: 100%;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .about-home ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
  }
}

@media (max-width: 680px) {
  .about-home ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.about-home h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 4px;
  text-align: center;
}

.about-home p {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
}

.about {
  margin-bottom: 80px;
}

@media (max-width: 680px) {
  .about {
    margin-bottom: 60px;
  }
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 1024px) {
  .about-container {
    gap: 40px;
  }
}

@media (max-width: 680px) {
  .about-container {
    gap: 32px;
  }
}

@media (max-width: 680px) {
  .about .section_title {
    display: none;
    margin-bottom: -12px;
  }
}

.about .section_title.mb {
  display: none;
}

@media (max-width: 680px) {
  .about .section_title.mb {
    display: block;
  }
}

.about .top-text {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .about .top-text {
    flex-direction: column-reverse;
    gap: 32px;
  }
}

.about .top-text__left {
  max-width: 678px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1024px) {
  .about .top-text__left {
    gap: 12px;
  }
}

.about .top-text__left p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

@media (max-width: 1024px) {
  .about .top-text__left p {
    font-size: 12px;
  }
}

.about .top-text__left .line {
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  background: #D0DDE3;
}

.about .top-text__right {
  width: 330px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .about .top-text__right {
    width: 292px;
  }
}

@media (max-width: 680px) {
  .about .top-text__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.about .top-text__right .main-img {
  width: 100%;
  height: 371px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .about .top-text__right .main-img {
    height: 328px;
    width: 300px;
    margin-bottom: 16px;
  }
}

@media (max-width: 680px) {
  .about .top-text__right .main-img {
    max-width: 354px;
    width: 100%;
    height: 398px;
  }
}

.about .top-text__right .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about .top-text__right h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1D5770;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .about .top-text__right h3 {
    font-size: 14px;
  }
}

.about .top-text__right p {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5F7077;
}

@media (max-width: 1024px) {
  .about .top-text__right p {
    font-size: 11px;
    line-height: 135%;
  }
}

.about .bottom-text {
  display: flex;
  align-items: stretch;
  gap: 80px;
}

@media (max-width: 680px) {
  .about .bottom-text {
    gap: 32px;
    flex-direction: column;
  }
}

.about .bottom-text__left {
  max-width: 678px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 680px) {
  .about .bottom-text__left {
    max-width: 100%;
  }
}

.about .bottom-text__left .main-img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 680px) {
  .about .bottom-text__left .main-img {
    height: 320px;
  }
}

.about .bottom-text__left .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about .bottom-text__left .main-img img {
    -o-object-position: 30% center;
    object-position: 30% center;
  }
}

@media (max-width: 1024px) {
  .about .bottom-text__left .main-img:nth-child(2) img {
    -o-object-position: 70% center;
    object-position: 70% center;
  }
}

.about .bottom-text__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 562px;
  width: 100%;
}

@media (max-width: 1024px) {
  .about .bottom-text__right {
    gap: 12px;
    max-width: 292px;
  }
}

@media (max-width: 680px) {
  .about .bottom-text__right {
    max-width: 100%;
  }
}

.about .bottom-text__right .line {
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  background: #D0DDE3;
}

.about .bottom-text__right p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

@media (max-width: 1024px) {
  .about .bottom-text__right p {
    font-size: 12px;
  }
}

.about-video {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 604px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .about-video {
    height: 400px;
  }
}

@media (max-width: 680px) {
  .about-video {
    height: 200px;
  }
}

.about-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.about-video .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.about-video button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.2s ease-in-out all;
}

.about-video button svg {
  transform: translateX(1px);
}

.about-video button svg path {
  transition: 0.2s ease-in-out all;
}

.about-video button:hover {
  border-color: #337997;
}

.about-video button:hover svg path {
  fill: #337997;
}

.contact {
  padding: 40px 0 100px;
}

@media (max-width: 1024px) {
  .contact {
    padding-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .contact {
    padding-bottom: 60px;
  }
}

.contact-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .contact-head {
    align-items: flex-start;
    margin-bottom: 18px;
  }
}

@media (max-width: 680px) {
  .contact-head {
    flex-direction: column;
    gap: 20px;
  }
}

.contact-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
  width: 330px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .contact-title {
    width: 230px;
  }
}

@media (max-width: 680px) {
  .contact-title {
    width: 100%;
    font-size: 24px;
  }
}

.contact .tab-head {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .contact .tab-head {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 18px;
  }
}

@media (max-width: 680px) {
  .contact .tab-head {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.contact .tab-head::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D0DDE3;
  z-index: -1;
}

@media (max-width: 680px) {
  .contact .tab-head::before {
    display: none;
  }
}

.contact .tab-head::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 22.6px;
  background: #D0DDE3;
  z-index: -1;
  display: none;
}

@media (max-width: 1024px) {
  .contact .tab-head::after {
    display: block;
  }
}

@media (max-width: 680px) {
  .contact .tab-head::after {
    display: none;
  }
}

.contact .tab-head__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #B1C0C7;
  padding-bottom: 12px;
  transition: 0.2s ease-in-out all;
  border-bottom: 1px solid transparent;
}

@media (max-width: 1024px) {
  .contact .tab-head__btn {
    font-size: 14px;
    padding-bottom: 7px;
  }
}

@media (max-width: 680px) {
  .contact .tab-head__btn {
    border-color: #D0DDE3;
    text-align: left;
    padding-bottom: 10px;
  }
}

.contact .tab-head__btn:hover,
.contact .tab-head__btn.active {
  border-color: #1D5770;
  color: #1D5770;
}

.contact .tab-body__item:not(.active) {
  display: none !important;
}

.contact-body {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

@media (max-width: 680px) {
  .contact-body {
    position: relative;
    padding-bottom: 122px;
    flex-direction: column;
  }
}

.contact-content {
  width: 330px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  min-height: 601px;
}

@media (max-width: 1024px) {
  .contact-content {
    width: 230px;
    min-height: 486px;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .contact-content {
    width: 100%;
    min-height: inherit;
  }
}

.contact-content .content-text {
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  padding: 19px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 1024px) {
  .contact-content .content-text {
    gap: 24px;
  }
}

.contact-content .content-text__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1024px) {
  .contact-content .content-text__item {
    gap: 8px;
  }
}

.contact-content .content-text__item-grid {
  display: flex;
  flex-direction: column;
  gap: 8px 40px;
}

@media (max-width: 680px) {
  .contact-content .content-text__item-grid {
    flex-direction: row;
  }
}

.contact-content .content-text__item h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #1D5770;
}

@media (max-width: 1024px) {
  .contact-content .content-text__item h3 {
    font-size: 18px;
    line-height: 120%;
  }
}

.contact-content .content-text__item .line {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background: #D0DDE3;
}

.contact-content .content-text__item p,
.contact-content .content-text__item a {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 1024px) {

  .contact-content .content-text__item p,
  .contact-content .content-text__item a {
    font-size: 14px;
  }
}

@media (max-width: 680px) {

  .contact-content .content-text__item p br,
  .contact-content .content-text__item a br {
    display: none;
  }
}

.contact-content .content-text__item a:hover {
  color: #337997;
}

.contact-content .content-btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 680px) {
  .contact-content .content-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.contact-content .content-btn a,
.contact-content .content-btn button {
  width: 100%;
  text-align: center;
}

.contact-map {
  width: 100%;
}

@media (max-width: 680px) {
  .contact-map {
    height: 551px;
    min-height: 551px;
  }
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  filter: grayscale(1);
}

.employees-swp {
  overflow: visible;
}

.employees-card {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

@media (max-width: 1024px) {
  .employees-card {
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .employees-card {
    width: 323px;
    flex-shrink: 0;
  }
}

.employees-card__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 18px;
  margin-top: 32px;
}

@media (max-width: 680px) {
  .employees-card__wrap {
    display: flex;
    align-items: stretch;
    gap: 0;
  }
}

.employees-card .main-img {
  width: 200px;
  min-height: 260px;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .employees-card .main-img {
    width: 160px;
    min-height: 200px;
  }
}

@media (max-width: 1024px) {
  .employees-card .main-img {
    width: 100%;
    min-height: inherit;
    height: 260px;
  }
}

@media (max-width: 680px) {
  .employees-card .main-img {
    height: 360px;
  }
}

.employees-card .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.employees-card__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
}

@media (max-width: 1024px) {
  .employees-card__text {
    gap: 20px;
    height: 100%;
  }
}

.employees-card__text-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.employees-card__text-item .line {
  width: 100%;
  height: 1px;
  background: #D0DDE3;
  flex-shrink: 0;
}

.employees-card__text-item .text-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #B1C0C7;
}

@media (max-width: 680px) {
  .employees-card__text-item .text-title {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
  }
}

.employees-card__text-item .text-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
}

.employees-card__text-item a {
  transition: 0.2s ease-in-out all;
}

.employees-card__text-item a:hover {
  color: #337997;
}

.join-us__content {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  padding: 32px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 1024px) {
  .join-us__content {
    padding: 20px;
  }
}

@media (max-width: 680px) {
  .join-us__content {
    flex-direction: column;
    gap: 60px;
    padding: 16px 12px;
  }
}

.join-us__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 19, 23, 0.6);
  z-index: -1;
}

.join-us .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 1024px) {
  .join-us .bg-img {
    display: none;
  }
}

.join-us .bg-img.md {
  display: none;
}

@media (max-width: 1024px) {
  .join-us .bg-img.md {
    display: block;
  }
}

@media (max-width: 680px) {
  .join-us .bg-img.md {
    display: none;
  }
}

.join-us .bg-img.sm {
  display: none;
}

@media (max-width: 680px) {
  .join-us .bg-img.sm {
    display: block;
  }
}

.join-us__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.join-us__text h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
}

@media (max-width: 680px) {
  .join-us__text h2 {
    margin-bottom: 20px;
  }
}

.join-us__text ul {
  max-width: 269px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.join-us__text li {
  font-weight: 200;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.join-us__text a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 680px) {
  .join-us__text a {
    margin-bottom: -28px;
  }
}

.join-us__form {
  border-radius: 5px;
  padding: 20px;
  width: 446px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .join-us__form {
    width: 333px;
  }
}

@media (max-width: 680px) {
  .join-us__form {
    width: 100%;
  }
}

.join-us__form .inp-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 12px;
}

.join-us__form .file {
  width: 100%;
  border-bottom: 1px solid #D0DDE3;
  padding: 13px 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.join-us__form .file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 1024px) {
  .join-us__form .form-checkbox {
    max-width: 197px;
  }
}

.join-us__form-btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.join-us__form-btn button,
.join-us__form-btn a {
  width: 100%;
  text-align: center;
}

.join-us__form-btn p {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #B1C0C7;
  position: relative;
  z-index: 1;
  text-align: center;
}

.join-us__form-btn p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: #D0DDE3;
  z-index: -1;
}

.join-us__form-btn p span {
  background: white;
  padding: 0 20px;
}

.partnership-home {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .partnership-home {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .partnership-home {
    margin-bottom: 60px;
  }
}

.partnership-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 35, 43, 0.6);
}

.partnership-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media (max-width: 1024px) {
  .partnership-home__bg {
    display: none;
  }
}

.partnership-home__bg.md {
  display: none;
}

@media (max-width: 1024px) {
  .partnership-home__bg.md {
    display: block;
  }
}

@media (max-width: 680px) {
  .partnership-home__bg.md {
    display: none;
  }
}

.partnership-home__bg.sm {
  display: none;
}

@media (max-width: 680px) {
  .partnership-home__bg.sm {
    display: block;
  }
}

.partnership-home__container {
  height: 830px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 34px;
}

@media (max-width: 1024px) {
  .partnership-home__container {
    height: 920px;
    padding-top: 92px;
  }
}

@media (max-width: 680px) {
  .partnership-home__container {
    height: 728px;
    padding-bottom: 16px;
    padding-top: 68px;
  }
}

.partnership-home h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

@media (max-width: 680px) {
  .partnership-home h2 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 400;
  }
}

.partnership-home p {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.partnership-home__btn {
  width: 100%;
  display: flex;
  margin-top: 40px;
}

.services {
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .services {
    margin-bottom: 80px;
  }
}

@media (max-width: 680px) {
  .services {
    margin-bottom: 60px;
  }
}

.services-title {
  margin-bottom: 40px;
}

@media (max-width: 1280px) {
  .services-title {
    margin-bottom: 24px;
  }
}

.services-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 18px;
}

@media (max-width: 680px) {
  .services-tab {
    display: none;
  }
}

.services-tab__btns {
  max-width: 330px;
  width: 100%;
  border-top: 1px solid #D0DDE3;
}

.services-tab__btn {
  width: 100%;
  text-align: left;
  padding: 20px 20px 20px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  border-bottom: 1px solid #D0DDE3;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 1280px) {
  .services-tab__btn {
    padding: 12px 7px 12px 0;
    font-size: 12px;
  }
}

.services-tab__btn:hover {
  color: #7FA4B4;
}

.services-tab__btn.active {
  color: #1D5770;
}

.services-tab__body {
  grid-column: span 2;
}

.services-tab__item {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.services-tab__item.active {
  display: grid;
}

.services-tab__item .main-img {
  min-height: 603px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .services-tab__item .main-img {
    min-height: 461px;
  }
}

.services-tab__item .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-tab__item .text-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.services-tab__item .text-content h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #1D5770;
  margin-bottom: 64px;
}

@media (max-width: 1280px) {
  .services-tab__item .text-content h3 {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 23px;
  }
}

.services-tab__item .text-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 1280px) {
  .services-tab__item .text-content ul {
    gap: 13px;
  }
}

.services-tab__item .text-content li {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

@media (max-width: 1280px) {
  .services-tab__item .text-content li {
    font-size: 12px;
  }
}

.services-tab__item .text-content__btn {
  display: flex;
  gap: 18px;
}

@media (max-width: 1280px) {
  .services-tab__item .text-content__btn {
    flex-direction: column;
    gap: 12px;
  }
}

.services-tab__item .text-content__btn.justify-end {
  justify-content: flex-start;
}

.services-tab__item .text-content__btn.justify-end a,
.services-tab__item .text-content__btn.justify-end button {
  width: auto;
}

@media (max-width: 1024px) {

  .services-tab__item .text-content__btn.justify-end a,
  .services-tab__item .text-content__btn.justify-end button {
    width: 100%;
  }
}

.services-tab__item .text-content__btn a,
.services-tab__item .text-content__btn button {
  width: 100%;
  text-align: center;
}

.services-mb {
  display: none;
}

@media (max-width: 680px) {
  .services-mb {
    display: block;
  }
}

.services-mb h2 {
  margin-bottom: 20px;
}

.services-accordion .accordion {
  margin-bottom: -1px;
}

.services-accordion .accordion-btn {
  align-items: flex-start;
  color: #5F7077;
  text-transform: inherit;
  font-weight: 300;
}

.services-accordion .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services-accordion .main-img {
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}

.services-accordion .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-accordion ul {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.services-accordion li {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.services-accordion .btns {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.services-accordion .btns a,
.services-accordion .btns button {
  width: 100%;
  text-align: center;
}

.service-home {
  position: relative;
  z-index: 1;
}

.service-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 19, 23, 0.6);
  z-index: -1;
}

@media (max-width: 1280px) {
  .service-home::after {
    background: hsla(191, 100%, 8.5%, 0.6);
  }
}

.service-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .service-home__bg {
    display: none;
  }
}

.service-home__bg.md {
  display: none;
}

@media (max-width: 1024px) {
  .service-home__bg.md {
    display: block;
  }
}

@media (max-width: 680px) {
  .service-home__bg.md {
    display: none;
  }
}

.service-home__bg.sm {
  display: none;
}

@media (max-width: 680px) {
  .service-home__bg.sm {
    display: block;
  }
}

.service-home__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 100px 0 32px;
  position: relative;
}

@media (max-width: 1280px) {
  .service-home__content {
    padding: 92px 0 24px;
  }
}

@media (max-width: 680px) {
  .service-home__content {
    padding: 123px 0 14px;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.service-home__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.service-home__title {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 680px) {
  .service-home__title {
    position: absolute;
    left: 0;
    top: 68px;
    font-size: 24px;
  }
}

.service-home__btn {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1024px) {
  .service-home__btn {
    flex-direction: column-reverse;
    gap: 12px;
  }
}

@media (max-width: 680px) {
  .service-home__btn {
    width: 100%;
    gap: 8px;
  }
}

@media (max-width: 1024px) {

  .service-home__btn a,
  .service-home__btn button {
    width: 215px;
    text-align: center;
  }
}

@media (max-width: 680px) {

  .service-home__btn a,
  .service-home__btn button {
    width: 100%;
  }
}

.service-home__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 42px;
  min-height: 698px;
}

@media (max-width: 1280px) {
  .service-home__right {
    min-height: inherit;
  }
}

@media (max-width: 680px) {
  .service-home__right {
    gap: 43px;
  }
}

.service-home ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (max-width: 1280px) {
  .service-home ul {
    gap: 20px;
  }
}

.service-home li {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media (max-width: 1280px) {
  .service-home li {
    font-size: 14px;
  }
}

.service-home__card {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 18px;
}

@media (max-width: 1280px) {
  .service-home__card {
    flex-direction: column;
  }
}

.service-home__card-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 27px;
}

.service-home__card-text h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #D0DDE3;
}

.service-home__card-text p {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #D0DDE3;
}

.service-home__video {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  width: 260px;
  height: 168px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

@media (max-width: 1280px) {
  .service-home__video {
    width: 100%;
  }
}

.service-home__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}

.service-home__video .bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service-home__video .play-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out all;
}

.service-home__video .play-btn svg path {
  transition: 0.2s ease-in-out all;
}

.service-home__video .play-btn:hover {
  border-color: #337997;
}

.service-home__video .play-btn:hover svg path {
  fill: #337997;
}

.service {
  margin-top: -40px;
}

@media (max-width: 1280px) {
  .service {
    margin-top: -20px;
  }
}

.service-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 680px) {
  .service-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 680px) {
  .service .empty-block {
    display: none;
  }
}

.service-content {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service-content .section_title {
  font-size: 22px;
  text-transform: inherit;
}

.service-content .line {
  margin: 16px 0 32px;
  height: 1px;
  width: 100%;
  background: #D0DDE3;
}

@media (max-width: 1024px) {
  .service-content .line {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .service-content .line {
    margin-bottom: 20px;
  }
}

.service-content .text-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.service-content .text-list li {
  padding-left: 60px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.service-content .text-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #B1C0C7;
}

@media (max-width: 680px) {
  .certificate-container {
    padding-bottom: 34px;
    position: relative;
  }
}

.certificate-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.certificate-head__right {
  display: flex;
  align-items: center;
  gap: 48px;
}

.certificate-head a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 680px) {
  .certificate-head a {
    position: absolute;
    left: 10px;
    bottom: 0;
  }
}

.certificate-head a:hover {
  color: #337997;
}

.certificate .line {
  height: 1px;
  width: 100%;
  background: #D0DDE3;
  margin: 24px 0;
}

@media (max-width: 680px) {
  .certificate .line {
    margin: 20px 0;
  }
}

@media (max-width: 680px) {
  .certificate .swiper {
    overflow: visible;
  }
}

.certificate .swiper-wrapper {
  align-items: stretch;
}

.certificate .swiper-slide {
  height: auto;
}

.certificate-card {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  min-height: 141px;
  display: flex;
  align-items: stretch;
}

@media (max-width: 680px) {
  .certificate-card {
    width: 323px;
    flex-shrink: 0;
  }
}

.certificate-card__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 1024px) {
  .certificate-card__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .certificate-card__wrap {
    display: flex;
    overflow-x: scroll;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 0 10px;
  }

  .certificate-card__wrap::-webkit-scrollbar {
    display: none;
  }
}

.certificate-card__img {
  width: 98px;
  flex-shrink: 0;
  min-height: 141px;
  border-right: 1px solid #D0DDE3;
  overflow: hidden;
}

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

.certificate-card__text {
  padding: 16px 12px 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.certificate-card__text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
}

.certificate-card__text a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

.certificate-card__text a:hover {
  color: #337997;
}

.work-step {
  margin-top: -40px;
}

@media (max-width: 1024px) {
  .work-step {
    margin-top: -20px;
  }
}

@media (max-width: 680px) {
  .work-step {
    margin-top: 0;
  }
}

.work-step__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 680px) {
  .work-step__container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.work-step__content {
  grid-column: span 2;
}

.work-step__content .section_title {
  font-size: 22px;
  text-transform: inherit;
}

.work-step__content .line {
  margin: 16px 0 32px;
  height: 1px;
  width: 100%;
  background: #D0DDE3;
}

@media (max-width: 1024px) {
  .work-step__content .line {
    margin-bottom: 24px;
  }
}

@media (max-width: 680px) {
  .work-step__content .line {
    margin-bottom: 20px;
  }
}

.work-step__content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.work-step__content li {
  display: flex;
  align-items: flex-start;
}

.work-step__content h3 {
  width: 74px;
  flex-shrink: 0;
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #B1C0C7;
}

@media (max-width: 1024px) {
  .work-step__content h3 {
    width: 62px;
  }
}

.work-step__content p {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  padding-top: 14px;
}

@media (max-width: 680px) {
  .work-step .empty-block {
    display: none;
  }
}

.reviews-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .reviews .swiper {
    overflow: visible;
  }
}

.reviews-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 680px) {
  .reviews-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    width: 323px;
  }
}

.reviews-card__left {
  padding: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 680px) {
  .reviews-card__left {
    padding: 12px 12px 0;
  }
}

.reviews-card__content {
  height: 100%;
  position: relative;
  padding-top: 15px;
  width: auto;
  min-height: 206px;
  /* Используем min-height, чтобы текст не обрезался */

  /* Типографика */
  font-family: 'Onest', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  /* Это те же 120% */
  letter-spacing: 0.02em;

  /* Настройки цифр (пропорциональные и маюскульные) */
  font-feature-settings: 'pnum' on, 'lnum' on;

  /* Цвет */
  color: #5F7077;


}

.reviews-card__content::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 24px;
  background: linear-gradient(to bottom, white 0%, white 35%, rgba(255, 255, 255, 0));
}

@media (max-width: 1024px) {
  .reviews-card__content::before {
    height: 20px;
  }

  .reviews-card__content {
    min-height: 526px;
  }

}

@media (max-width: 680px) {
  .reviews-card__content::before {
    height: 16px;
  }
}

.reviews-card__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(to top, white 0%, white 25%, rgba(255, 255, 255, 0));
}

@media (max-width: 680px) {
  .reviews-card__content::after {
    height: 16px;
  }
}

.reviews-card__head {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.reviews-card__head-text {
  border-bottom: 1px solid #D0DDE3;
  width: 100%;
}

.reviews-card__bottom {
  border-top: 1px solid #D0DDE3;
  padding-top: 24px;
  display: none;
}

@media (max-width: 1024px) {
  .reviews-card__bottom {
    display: block;
  }
}

@media (max-width: 680px) {
  .reviews-card__bottom {
    padding-top: 16px;
  }
}

.reviews-card__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1D5770;
}

.reviews-card__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .reviews-card__avatar {
    width: 70px;
    height: 70px;
  }
}

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

.reviews-card h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #1D5770;
  margin-bottom: 4px;
}

@media (max-width: 1024px) {
  .reviews-card h3 {
    font-size: 14px;
    line-height: 120%;
  }
}

@media (max-width: 680px) {
  .reviews-card h3 {
    font-size: 12px;
  }
}

.reviews-card p {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #B1C0C7;
}

@media (max-width: 1024px) {
  .reviews-card p {
    font-size: 10px;
  }
}

.reviews-card ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 24px 0 20px;
  height: 250px;
  overflow-y: scroll;
}

.reviews-card ul::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .reviews-card ul {
    height: 194px;
    padding: 20px 0;
  }
}

@media (max-width: 680px) {
  .reviews-card ul {
    -webkit-line-clamp: 7;
    height: 137px;
    padding: 16px 0;
  }
}

.reviews-card li {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  pointer-events: all !important;
}

@media (max-width: 1024px) {
  .reviews-card li {
    display: inline;
  }
}

.reviews-card__img {
  height: 360px;
}

@media (max-width: 1024px) {
  .reviews-card__img {
    min-height: 284px;
    height: auto;
  }
}

@media (max-width: 680px) {
  .reviews-card__img {
    height: 282px;
    min-height: inherit;
  }
}

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

@media (max-width: 680px) {
  .documents {
    padding-bottom: 34px;
    position: relative;
  }
}

.documents {
  max-width: 100%;
  overflow: hidden;
}

.documents-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.documents-head a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 680px) {
  .documents-head a {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
}

.documents-head a:hover {
  color: #337997;
}

.documents .swiper {
  overflow: visible;
}

.documents-card {
  display: flex;
  align-items: stretch;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  overflow: hidden;
  gap: 18px;
}

@media (max-width: 1280px) {
  .documents-card {
    width: 354px;
  }
}

@media (max-width: 680px) {
  .documents-card {
    width: 323px;
  }
}

.documents-card__img {
  border-right: 1px solid #D0DDE3;
  width: 98px;
  height: 141px;
  flex-shrink: 0;
}

.documents-card__img img {
  max-width: 100%;
  height: auto;
}


.documents-card__text {
  padding: 16px 12px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.documents-card__text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
}

.documents-card__text a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

.documents-card__text a:hover {
  color: #337997;
}

.product-block {
  display: flex;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .product-block {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 680px) {
  .product-block {
    gap: 28px;
  }
}

.product-left {
  position: relative;
  width: calc(50% - 23px);
}

@media (max-width: 1024px) {
  .product-left {
    width: 100%;
  }
}

.product-left__in {
  position: sticky;
  left: 0;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-left__in::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .product-left__in {
    position: static;
  }
}

.product-left__content {
  width: 100%;
}

@media (max-width: 1024px) {
  .product-left__content {
    display: none;
  }
}

.product-left__content.sm {
  display: none;
}

@media (max-width: 1024px) {
  .product-left__content.sm {
    display: block;
  }
}

.product-left__content p {
  font-weight: 200;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #B1C0C7;
}

.product-swp {
  border: 1px solid #D0DDE3;
  border-radius: 5px;
}

.product-swp .swiper-slide {
  height: 553px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .product-swp .swiper-slide {
    height: 726px;
  }
}

@media (max-width: 680px) {
  .product-swp .swiper-slide {
    height: 354px;
  }
}

.product-swp .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 680px) {
  .product-swp .swiper-slide img {
    transform: scale(0.7);
  }
}

.product-swp .swiper-slide:hover img {
  transform: scale(1.2);
}

@media (max-width: 680px) {
  .product-swp .swiper-slide:hover img {
    transform: scale(0.8);
  }
}

.product-swp button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 680px) {
  .product-swp button {
    left: 12px;
  }
}

.product-swp button.next-btn {
  left: auto;
  right: 20px;
}

@media (max-width: 680px) {
  .product-swp button.next-btn {
    right: 12px;
  }
}

.product-swp button.swiper-button-disabled svg path {
  stroke: #D0DDE3;
}

.product-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .product-btn {
    margin-top: 0;
  }
}

.product-btn a,
.product-btn button {
  flex-grow: 1;
  flex-shrink: 0;
  white-space: nowrap;
  text-align: center;
}

.product .line {
  background: #D0DDE3;
  height: 1px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 12px;
}

.product-content {
  width: calc(50% - 9px);
  margin: 0 0 0 auto;
}

@media (max-width: 1024px) {
  .product-content {
    width: 100%;
  }
}

.product-content__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .product-content__head {
    margin-bottom: 40px;
  }
}

@media (max-width: 680px) {
  .product-content__head {
    gap: 24px;
  }
}

@media (max-width: 680px) {
  .product-content__head-title {
    font-size: 14px;
  }
}

.product-content__head-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-content__head-text__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-content__head-text__item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #B1C0C7;
}

@media (max-width: 680px) {
  .product-content__head-text__item p {
    font-size: 12px;
    line-height: 120%;
  }
}

.product-content__head-text__item span {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  display: block;
}

@media (max-width: 680px) {
  .product-content__head-text__item span {
    font-size: 14px;
  }
}

.product-content__head ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.product-content__head li {
  position: relative;
  padding-left: 20px;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.product-content__head li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5F7077;
}

.product-content__head .download-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #00008b;
}

.product-accordion .accordion {
  margin-bottom: -1px;
}

.product-accordion .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.product-accordion .accordion-body__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-accordion .accordion-body__item h3 {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
}

.product-accordion .accordion-body__item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-accordion .accordion-body__item li {
  fdisplay: flex;
  flex-direction: column;
  gap: 12px;
}

.product-accordion .accordion-body__item li a {
  display: inline;
}

.product-accordion .accordion-body__item li a:hover {
  text-decoration: underline;
}

.catalog-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

@media (max-width: 680px) {
  .catalog-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.catalog-accordion {
  max-width: 330px;
  padding-top: 10px;
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.catalog-accordion::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .catalog-accordion {
    max-width: 193px;
    padding-top: 7px;
    position: static;
    max-height: none;
    overflow-y: visible;
  }
}

@media (max-width: 680px) {
  .catalog-accordion {
    max-width: 100%;
    padding: 0;
  }
}

.catalog-accordion .accordion-btn {
  pointer-events: none;
  padding: 0;
  border: 0;
  font-size: 22px;
  margin-bottom: 35px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .catalog-accordion .accordion-btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .catalog-accordion .accordion-btn {
    pointer-events: all;
    margin-bottom: 0;
  }
}

.catalog-accordion .accordion-btn svg {
  display: none;
}

@media (max-width: 680px) {
  .catalog-accordion .accordion-btn svg {
    display: block;
  }
}

.catalog-accordion .accordion-body {
  padding: 0;
}

@media (max-width: 680px) {
  .catalog-accordion .accordion-body {
    padding-top: 20px;
  }
}

.catalog-accordion ul {
  border-top: none;
}

.catalog-accordion a {
  width: 100%;
  padding: 20px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  border-bottom: 1px solid #D0DDE3;
  transition: 0.2s ease-in-out all;
}

.catalog-content__btn--sidebar a {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .catalog-accordion a {
    padding: 16px 0;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .catalog-accordion a {
    padding: 12px 0;
  }
}

.catalog-accordion a:hover {
  color: #7FA4B4;
}

.catalog-accordion a.active {
  color: #1D5770;
  font-weight: 600;
}

.catalog-content {
  grid-column: span 2;
}

@media (max-width: 680px) {
  .catalog-content {
    grid-column: span 1;
  }
}

.catalog-content__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .catalog-content__head {
    margin-bottom: 20px;
  }
}

.catalog-content__head h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 1024px) {
  .catalog-content__head h2 {
    display: none;
  }
}

@media (max-width: 680px) {
  .catalog-content__head h2 {
    display: block;
    font-size: 24px;
    font-weight: 400;
  }
}

.catalog-content__btn {
  display: flex;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .catalog-content__btn {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .catalog-content__btn {
    display: none;
  }
}

.catalog-content__btn a {

  border-radius: 5px 0 0 5px;
  height: 36px;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 1024px) {
  .catalog-content__btn a {
    width: 50%;
  }
}

.catalog-content__btn a:nth-child(2) {

  border-left: 0;
  border-radius: 0 0px 0px 0;
}

.catalog-content__btn a:hover {
  color: #337997;
  border-color: #337997;
}

.catalog-content__btn a.active {
  background: #1D5770;
  color: #FFFFFF;
}

.catalog-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.catalog-card {
  position: relative;
}

.catalog-card__link {
  width: 100%;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
  height: 280px;
  padding: 20px 24px;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}

@media (max-width: 1024px) {
  .catalog-card__link {
    height: 167px;
    padding: 16px 20px;
  }
}

@media (max-width: 680px) {
  .catalog-card__link {
    height: auto;
    padding: 20px 20px 80px;
  }
}

.catalog-card__link span {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.01em;
  color: #1D5770;
  max-width: 456px;
}

@media (max-width: 1024px) {
  .catalog-card__link span {
    font-size: 14px;
    line-height: 120%;
  }
}

@media (max-width: 680px) {
  .catalog-card__link span {
    padding-bottom: 20px;
    border-bottom: 1px solid #D0DDE3;
    margin-bottom: 24px;
    width: 100%;
  }
}

.catalog-card__link img {
  position: absolute;
  right: 40px;
  top: 40px;
  height: calc(100% - 80px);
  z-index: -1;
}

@media (max-width: 1024px) {
  .catalog-card__link img {
    right: 20px;
    top: 20px;
    height: calc(100% - 40px);
  }
}

@media (max-width: 680px) {
  .catalog-card__link img {
    position: static;
    width: 100%;
    height: 275px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.catalog-card__btn {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width: 1024px) {
  .catalog-card__btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 680px) {
  .catalog-card__btn {
    border-top: 1px solid #D0DDE3;
    bottom: 22px;
    width: calc(100% - 40px);
    padding-top: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.catalog-card__btn a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #5F7077;
  transition: 0.2s ease-in-out all;
}

.catalog-card__btn a:hover {
  color: #337997;
}

.home {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(20, 20, 20, 0.6);
}

.home-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.home-container {
  height: 830px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 32px;
}

@media (max-width: 1024px) {
  .home-container {
    padding-bottom: 24px;
    height: 920px;
  }
}

@media (max-width: 680px) {
  .home-container {
    padding-bottom: 24px;
    padding-top: 88px;
    justify-content: space-between;
  }
}

.home h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 36px;
  margin-bottom: 32px;
  max-width: 1556px;
  width: 100%;
}

@media (max-width: 1024px) {
  .home h2 {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 680px) {
  .home h2 {
    font-size: 24px;
  }
}

.home ul {
  border-radius: 10px;
  padding: 20px 0px;
  width: 100%;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  background: rgba(0, 0, 0, 0.3);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 18px;
}

@media (max-width: 1024px) {
  .home ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .home ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.home li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}

.home h3 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

.home p {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #888;
}

.format-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 18px;
}

@media (max-width: 1024px) {
  .format-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .format-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.format-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .format-content {
    grid-column: span 2;
  }
}

@media (max-width: 680px) {
  .format-content {
    grid-column: span 1;
  }
}

.format p {
  font-weight: 200;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
  margin-top: 40px;
  max-width: 377px;
}

@media (max-width: 1024px) {
  .format p {
    max-width: 100%;
    margin-top: 24px;
  }
}

@media (max-width: 680px) {
  .format p {
    margin-top: 20px;
    padding-bottom: 12px;
  }
}

.format-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1024px) {
  .format-btn {
    display: none;
  }
}

.format-card {
  position: relative;
  min-height: 480px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  padding: 24px 28px;
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .format-card {
    height: 381px;
    min-height: inherit;
    padding: 12px;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .format-card {
    height: 146px;
    padding: 14px 12px;
  }
}

.format-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.format-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transition: 0.2s ease-in-out all;
}

.format-card:hover img {
  transform: scale(1.1);
}

@media (max-width: 680px) {
  .format.home-format .format-card:nth-child(2) img {
    -o-object-position: center 63%;
    object-position: center 63%;
  }

  .format.home-format .format-card:nth-child(3) img {
    -o-object-position: center 19%;
    object-position: center 19%;
  }
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 18px;
}

@media (max-width: 1024px) {
  .faq-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.faq-accordion {
  grid-column: span 2;
}

@media (max-width: 1024px) {
  .faq-accordion {
    grid-column: span 1;
  }
}

.faq-accordion .accordion {
  border-top: 1px solid #D0DDE3;
  border-bottom: 1px solid #D0DDE3;
  margin-bottom: -1px;
}

.faq-accordion .accordion-btn {
  border: 0;
  padding: 16px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  gap: 32px;
}

@media (max-width: 680px) {
  .faq-accordion .accordion-btn {
    gap: 24px;
  }
}

.faq-accordion .accordion-body {
  padding: 0 0 16px;
}

.faq-accordion .accordion-body__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion h3 {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #1D5770;
}

.faq-accordion ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-accordion li {
  font-weight: 300;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #5F7077;
}

.faq-accordion li a {
  display: inline;
}

.faq-accordion li a:hover {
  text-decoration: underline;
  color: #337997;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 4;
  display: none;
}

.menu.active {
  display: block;
}

.menu-container {
  padding-top: 60px;
}

.menu-content {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

@media (max-width: 680px) {
  .menu-content {
    flex-direction: column;
    align-items: center;
  }
}

.menu-content__wrap {
  padding: 32px 0 72px;
  max-height: calc(100svh - 60px);
  overflow-y: scroll;
}

@media (max-width: 1024px) {
  .menu-content__wrap {
    padding-bottom: 32px;
  }
}

.menu-content__wrap::-webkit-scrollbar {
  display: none;
}

.menu-links {
  width: 330px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 40px 32px;
  border: 1px solid #D0DDE3;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .menu-links {
    width: 230px;
    padding: 20px;
  }
}

@media (max-width: 680px) {
  .menu-links {
    border: 0;
    width: 100%;
    align-items: center;
    padding: 0;
  }
}

.menu-links .line {
  height: 1px;
  width: 100%;
  flex-shrink: 0;
  background: #D0DDE3;
}

.menu-links a {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #5F7077;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 1024px) {
  .menu-links a {
    font-size: 18px;
  }
}

.menu-links a:hover {
  color: #337997;
}

.menu-links a.active {
  color: #1D5770;
}

@media (max-width: 680px) {
  .menu-links a.active {
    color: #5F7077;
  }
}

.menu-links .lg-block {
  display: none;
}

@media (max-width: 1024px) {
  .menu-links .lg-block {
    display: block;
  }
}

/* Mobile/Desktop menu visibility */
.menu-links-mobile {
  display: none !important;
}

.menu-links-mobile-contacts {
  display: none !important;
}

@media (max-width: 680px) {
  .menu-links-desktop {
    display: none !important;
  }

  .menu-links-mobile {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    border: 0;
    align-items: center;
    padding: 0;
  }

  .menu-links-mobile-contacts {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 24px;
    padding: 0;
  }

  .menu-links-mobile-contacts a.blue_btn,
  .menu-links-mobile-contacts a.blue_btn_outline {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }
}

/* Mobile submenu for "Стать дилером" */
.menu-links-mobile .has-submenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.menu-links-mobile .submenu-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.menu-links-mobile .submenu-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 18px;
  line-height: 1;
}

.menu-links-mobile .has-submenu.open .submenu-arrow {
  transform: rotate(90deg);
}

.menu-links-mobile .mobile-submenu {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
  width: 100%;
  align-items: center;
}

.menu-links-mobile .has-submenu.open .mobile-submenu {
  display: flex;
}

.menu-links-mobile .mobile-submenu a {
  font-size: 16px;
  font-weight: 300;
  color: #5F7077;
  text-transform: none;
}

.menu-links-mobile .mobile-submenu a:hover {
  color: #337997;
}

.menu-card {
  height: 153px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 12px;
}

@media (max-width: 1024px) {
  .menu-card {
    height: 107px;
  }
}

@media (max-width: 680px) {
  .menu-card {
    display: none;
  }
}

.menu-card__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
}

@media (max-width: 1024px) {
  .menu-card__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .menu-card__list {
    display: none;
  }
}

.menu-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.menu-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  transition: 0.2s ease-in-out all;
}

.menu-card span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.menu-card:hover img {
  transform: scale(1.1);
}

.footer {
  padding: 80px 0 32px 0;
}

@media (max-width: 1024px) {
  .footer {
    padding: 60px 0 28px 0;
  }
}

@media (max-width: 680px) {
  .footer {
    padding: 60px 0 24px 0;
  }
}

.footer .container {
  padding-top: 40px;
}

@media (max-width: 1280px) {
  .footer_logo {
    width: 168px;
    height: 122px;
  }
}

@media (max-width: 680px) {
  .footer_logo {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #D0DDE3;
  }
}

.footer_logo img {
  width: 60%;
}

.footer_top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #D0DDE3;
  gap: 18px;
  position: relative;
}

@media (max-width: 680px) {
  .footer_top {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

.footer_top-content {
  max-width: 910px;
}

@media (max-width: 1024px) {
  .footer_top-content {
    display: flex;
    flex-direction: row;
    gap: 80px;
  }

  .footer_logo img {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .footer_top-content {
    flex-direction: column;
  }
}

.footer_top-content {
  grid-column: span 2;
}

@media (max-width: 1024px) {
  .footer_top-content {
    align-items: start;
    justify-content: space-between;
  }
}

@media (max-width: 680px) {
  .footer_top-content {
    gap: 0;
    position: relative;
  }
}

.footer_link {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 18px 33px;
  padding-bottom: 28px;
  border-bottom: 1px solid #D0DDE3;
  margin-bottom: 28px;
}

@media (max-width: 1280px) {
  .footer_link {
    gap: 7px;
    justify-content: space-between;
  }
}

@media (max-width: 1024px) {
  .footer_link {
    flex-direction: column;
    align-items: start;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .footer_link {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #D0DDE3;
    border-top: 1px solid #D0DDE3;
    margin-top: 58px;
    padding-top: 24px;
  }

  .footer_link li:nth-child(8) {
    display: none;
  }
}

.footer_link a {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 1024px) {
  .footer_link a {
    font-size: 10px;
    line-height: 130%;
  }
}

@media (max-width: 680px) {
  .footer_link a {
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
  }
}

.footer_link a:hover {
  color: #337997;
}

.footer_contacts {
  display: flex;
  gap: 18px;
}

@media (max-width: 1024px) {
  .footer_contacts {
    flex-direction: column-reverse;
    gap: 28px;
    max-width: 290px;
  }
}

@media (max-width: 680px) {
  .footer_contacts {
    gap: 24px;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}

.footer_contact_wrap {
  width: 100%;
}

.footer_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .footer_contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 6px;
  }
}

@media (max-width: 680px) {
  .footer_contact {
    margin-bottom: 0;
    max-width: 300px;
    margin: auto;
    margin-top: 24px;
  }
}

.footer_contact a {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: #5F7077;
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer_contact a img {
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.footer_text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 1024px) {
  .footer_text {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
    max-width: 168px;
    position: absolute;
    left: 0;
    bottom: 28px;
  }
}

@media (max-width: 680px) {
  .footer_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    max-width: 100%;
    text-align: center;
  }
}

.footer_text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #B1C0C7;
}

.footer_contact-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 214px;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .footer_contact-btns {
    width: auto;
  }
}

.footer_contact-btns button {
  width: 100%;
}

@media (max-width: 1024px) {
  .footer_contact-btns button {
    height: 40px;
    padding: 8px;
  }
}

.footer_bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
}

@media (max-width: 680px) {
  .footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
    padding-bottom: 14px;
  }
}

.footer_bottom_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
  gap: 18px;
}

@media (max-width: 680px) {
  .footer_bottom_right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.footer_bottom ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 18px;
}

@media (max-width: 1024px) {
  .footer_bottom ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
    width: auto;
  }
}

@media (max-width: 680px) {
  .footer_bottom ul {
    margin: 24px 0;
    order: 1;
    border-bottom: 1px solid #D0DDE3;
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
  }
}

.footer_bottom ul li {
  display: flex;
  align-items: center;
}

@media (max-width: 680px) {
  .footer_bottom ul li {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .footer_bottom span {
    order: 2;
    width: 100%;
    border-bottom: 1px solid #D0DDE3;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.footer_bottom a,
.footer_bottom span {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #B1C0C7;
  transition: 0.2s ease-in-out all;
}

@media (max-width: 768px) {

  .footer_bottom a,
  .footer_bottom span {
    font-size: 13px;
    line-height: 135%;
    font-weight: 300;
  }
}

@media (max-width: 680px) {

  .footer_bottom a,
  .footer_bottom span {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }
}

.footer_bottom a:hover {
  color: #1D5770;
}

.footer_bottom .gultor_logo {
  width: 214px;
  margin-left: auto;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .footer_bottom .gultor_logo {
    width: 180px;
  }
}

.objects-filter__foot {
  margin-top: 30px;
}

@media (max-width: 680px) {
  .footer_bottom .gultor_logo {
    width: 214px;

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=style.css.map */

/* Переключаемые блоки для услуг */
.work-step__item {
  display: none;
}

.work-step__item.active {
  display: block;
}

.performed-work__item {
  display: none;
}

.performed-work__item.active {
  display: block;
}

/* Objects Filter Footer Buttons */
.objects-filter__foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 20px;
  margin-top: 20px;
}

.objects-filter__foot .blue_btn,
.objects-filter__foot .blue_btn_outline {
  flex: 1;
  min-width: 0;
  text-align: center;
}

@media (max-width: 480px) {
  .objects-filter__foot {
    flex-direction: column;
    gap: 8px;
  }

  .objects-filter__foot .blue_btn,
  .objects-filter__foot .blue_btn_outline {
    width: 100%;
  }
}



@media (max-width: 680px) {
  .catalog-content__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .catalog-content__btn {
    display: flex;
    width: 100%;
  }






}





/* Bug Fix #3: Footer link spacing */
@media (min-width: 1025px) {
  .footer_bottom {
    grid-template-columns: 1fr 2fr;
    gap: 0;
  }

  .footer_bottom ul {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    gap: 170px;
    white-space: nowrap;
    margin-right: 230px;
    width: auto;
    justify-content: flex-start;
  }

  .footer_bottom .gultor_logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 214px;
    margin-left: 0;
  }
}

/* ===== Catalog Type Switcher ===== */
.catalog-content__head {
  margin-bottom: 30px;
}

.catalog-content__head .section_title {
  margin-bottom: 16px;
}

.catalog-content__btn {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #1D5770;
  border-radius: 8px;
  overflow: hidden;
}

.catalog-content__btn a {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.03em;

  color: #1D5770;
  padding: 10px 20px;
  transition: 0.2s ease;
  white-space: nowrap;
  border-right: 1px solid #1D5770;
  border-radius: 0;
}

.catalog-content__btn a:last-child {
  border-right: none;
}

.catalog-content__btn a:hover {
  background: rgba(29, 87, 112, 0.08);
}

.catalog-content__btn a.active {
  background: #1D5770;
  color: #FFFFFF;
}

.catalog-content__btn a.active:hover {
  background: #337997;
}

@media (max-width: 680px) {
  .catalog-content__btn {
    width: 100%;
  }

  .catalog-content__btn a {
    flex: 1;
    text-align: center;
    padding: 10px 12px;
    font-size: 11px;
  }
}

.catalog-content__btn--sidebar {
  display: flex;
  margin: 12px 0;
}

.catalog-content__btn--sidebar a {
  flex: 1;
  text-align: center;
  padding: 8px 10px;
  font-size: 11px;
}

/* ===== Product Slider Pagination ===== */
.product-swp .swiper-pagination {
  position: relative;
  margin-top: 12px;
  bottom: 20px;
}

.product-swp .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #ffffff;
  border-style: solid;
  border-color: #1D5770;
  border-width: 1px;
  opacity: 1;
  margin: 0 4px;
  transition: 0.2s ease;
}

.product-swp .swiper-pagination-bullet-active {
  background: #1D5770;
}

/* ===== Object Slider Pagination ===== */
.object-home__right .swiper-pagination {
  bottom: 12px;
}

.object-home__right .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 4px;
  transition: 0.2s ease;
}

.object-home__right .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

/* ===== About Founders Photos ===== */
.top-text__right:has(.about-founders) {
  flex: 1.2;
}

.about-founders {
  display: flex !important;
  flex-direction: row !important;
  gap: 16px;
  width: 100%;
}

.about-founders__item {
  flex: 1;
  min-width: 0;
}

.about-founders .main-img {
  width: 100%;
}

.about-founders .main-img img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width: 1024px) {
  .about-founders {
    flex-direction: column !important;
    gap: 16px;
  }

  .about-founders .main-img,
  .about-founders .main-img img {
    padding: 0;
    margin: 0;
  }
}

/* ===== Catalog Not Found CTA ===== */
.catalog-not-found {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  border: 1px solid #E5E9EB;
  border-radius: 10px;
  margin-top: 18px;
}

.catalog-not-found span {
  font-family: 'Onest', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #1D5770;
}

.catalog-not-found .blue_btn_outline {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
}

@media (max-width: 680px) {
  .catalog-not-found {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 20px;
  }
}

/* ===== Object Home Slider — autoHeight ===== */
.object-home__right .swiper {
  transition: height 0.3s ease;
}

.object-home__right .swiper-slide img {
  object-fit: contain;
  display: block;
}

@media (max-width: 1024px) {
  .object-home__right .swiper-slide img {
    width: 100%;
    height: 350px;

    transition: 0.2s ease-in-out all;
  }
}

.catalog-content__head h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1D5770;
}

@media (max-width: 1024px) {
  .catalog-content__head h1 {
    display: none;
  }
}

@media (max-width: 680px) {
  .catalog-content__head h1 {
    display: block;
    font-size: 24px;
    font-weight: 400;
  }
}
.home h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 36px;
  margin-bottom: 32px;
  max-width: 1556px;
  width: 100%;
}

@media (max-width: 1024px) {
  .home h1 {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 680px) {
  .home h1 {
    font-size: 24px;
  }
}
.partnership-home h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}

@media (max-width: 680px) {
  .partnership-home h1 {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: 400;
  }
}
.dealer-home h1 {
  font-weight: 300;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .dealer-home h1 {
    font-size: 24px;
    font-weight: 400;
  }
}
/* End */


/* Start:/local/templates/main/assets/css/survey-custom.css?17689744801593*/

/* Survey Form Validation & Success Modal Styles */

/* Required Field Error Highlight */
input.error, textarea.error, select.error {
    border-bottom: 2px solid #ff4d4f !important;
}

/* Specific styling for fields that might have custom structures, e.g., form-inp */
.form-inp input.error + label,
.form-inp textarea.error + label {
    color: #ff4d4f !important;
}

/* Success Modal Styling */
.survey-success {
    text-align: center;
    padding: 40px 20px;
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.survey-success__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.survey-success h3 {
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #1D5770;
    margin-bottom: 16px;
}

.survey-success p {
    font-family: 'Onest', sans-serif;
    font-size: 16px;
    line-height: 140%;
    color: #5F7077;
    margin-bottom: 32px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.survey-success__buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 680px) {
    .survey-success__buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .survey-success__buttons button {
        width: 100%;
        justify-content: center;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/footer/style.min.css?1766505545490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/.default/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /local/templates/main/assets/scss/style.css?1785315411157040 */
/* /local/templates/main/assets/css/survey-custom.css?17689744801593 */
/* /local/templates/.default/components/bitrix/menu/footer/style.min.css?1766505545490 */
