/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

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

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

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

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

/* Ensure ordered lists display numbers site-wide */
ol {
  list-style: decimal;
  padding-left: 20px;
}
ol li {
  list-style-type: decimal;
}

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

.container {
  max-width: 1728px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1536px) {
  .container {
    padding: 0 16px;
  }
}

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

.main_btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 15px 20px;
  transition: 0.2s ease;
  background: #4640C5;
  white-space: nowrap;
  height: 52px;
}
.main_btn:hover {
  background: #322D97;
}
.main_btn.disabled {
  color: #9BA1A9;
  background: #E6ECF4;
}

.white_btn {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #000000;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
  white-space: nowrap;
}
.white_btn:hover {
  background: #F3F5F9;
}
.white_btn.disabled {
  color: #9BA1A9;
  background: #E6ECF4;
}

.link {
  transition: 0.2s ease;
}
.link:hover {
  color: #4640C5;
}
.link.disabled {
  color: #9BA1A9;
}

.main_input {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: white;
  transition: 0.2s ease;
  background: rgba(255, 255, 255, 0.1490196078);
  border-radius: 8px;
  height: 60px;
  border: 1px solid transparent;
  padding: 15.5px 20px;
}
.main_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.main_input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.main_input:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1024px) {
  .main_input {
    height: 48px;
    padding: 15px 20px;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 40px 0 25px 0;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
  }
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs a,
.breadcrumbs span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #6E7686;
}
@media (max-width: 768px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
  }
}

h1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 74px;
  line-height: 95%;
  letter-spacing: -2%;
  color: #16171A;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -1%;
  }
}

h2 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #111111;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 20px;
  }
}

.p1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #5B6374;
}
@media (max-width: 1024px) {
  .p1 {
    font-size: 16px;
  }
}

.p2 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #5B6374;
}
@media (max-width: 1024px) {
  .p2 {
    font-size: 16px;
  }
}

.p3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #5B6374;
}
@media (max-width: 1024px) {
  .p3 {
    font-size: 14px;
  }
}

.header {
  border-bottom: 1px solid #E6E6E6;
}
.header_top {
  background: #E6ECF4;
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .header_top {
    padding: 18px 0;
  }
}
.header_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .header_logo img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .header_logo {
    width: 175px;
  }
}
.header_bottom {
  padding: 28px 0;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .header_bottom {
    display: none;
  }
}
.header_bottom .container {
  position: relative;
}
.header_bottom .burger_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.2s ease;
}
.header_bottom .burger_menu span {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #000000;
  transition: 0.2s ease;
}
.header_bottom .burger_menu svg path {
  transition: 0.2s ease;
}
.header_bottom .burger_menu:hover span {
  color: #4640C5;
}
.header_bottom .burger_menu:hover svg path {
  fill: #4640C5;
}
.header_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.header_bottom ul a {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #000000;
}
.header_search {
  width: 433px;
  height: 50px;
  border-radius: 8.3px;
  background: #FAFDFF;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 1280px) {
  .header_search {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .header_search {
    display: none;
  }
}
.header_search.active {
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-right: 40px;
}
.header_search.active input {
  margin-left: 0;
}
.header_search.active button {
  margin-left: 12px;
  margin-right: 0;
}
.header_search_result {
  display: none;
  margin-top: 6px;
  position: absolute;
  z-index: 3;
  top: 100%;
  width: 100%;
  left: 0;
  border-radius: 8px;
  padding: 12px 0;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #FFFFFF;
}
.header_search_result h6 {
  padding: 0 12px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #16171A;
}
.header_search_result_category {
  padding: 14px 0;
  border-bottom: 1px solid #F3F5F9;
}
.header_search_result_category ul {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: scroll;
  padding-left: 12px;
}
.header_search_result_category ul::-webkit-scrollbar {
  display: none;
}
.header_search_result_category li {
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  border-radius: 8px;
  padding: 12px;
  background-color: #F3F5F9;
}
.header_search_result_link {
  padding: 0 12px;
}
.header_search_result_link a {
  width: 100%;
  padding: 10px 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #515969;
}
.header_search input {
  font-family: "Inter", sans-serif;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #000000;
  margin-left: 20px;
}
.header_search .search_close {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.header_search input:focus + .header_search_result + .search_close {
  display: block;
}
.header_search button {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header_btns {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .header_btns {
    display: none;
  }
}
.header_btns_link {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header_phone {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #000000;
}
.header_email {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
}
.header .feedback_btn {
  width: 190px;
  height: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .burger {
  display: none;
}
@media (max-width: 1024px) {
  .header .burger {
    display: flex;
  }
}

.header_mobile {
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  transition: 0.2s ease-out;
  z-index: 9;
}
.header_mobile.active {
  left: 0;
}
.header_mobile_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
}
.header_mobile_head span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #9BA1A9;
}
.header_mobile .header_search {
  margin: 10px 0 12px 0;
  width: 100%;
  padding: 12px;
  display: flex;
}
.header_mobile .header_search input {
  margin-left: 0;
  font-size: 16px;
}
.header_mobile .header_search button {
  margin-right: 0;
}
.header_mobile ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header_mobile ul li {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
}
.header_mobile ul a {
  width: 100%;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #16171A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .main_btn {
  width: 100%;
  margin: 12px 0 32px 0;
  justify-content: center;
}
.header_mobile .header_btns_link .header_phone {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #16171A;
  margin-bottom: 5px;
}
.header_mobile .header_btns_link .header_email {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #16171A;
}

.about {
  margin-top: 60px;
}
.about .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1280px) {
  .about .container {
    flex-direction: column;
  }
}
.about_right {
  max-width: 954px;
}
@media (max-width: 1280px) {
  .about_right {
    max-width: 100%;
    width: 100%;
  }
}
.about_right img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 1280px) {
  .about_right img {
    border-radius: 12px;
  }
}
.about_left {
  max-width: 537px;
}
@media (max-width: 1280px) {
  .about_left {
    max-width: 100%;
  }
}
.about_left h1 {
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  .about_left h1 {
    padding-bottom: 10px;
  }
}
.about_left p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #515969;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .about_left p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.offer h2 {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .offer h2 {
    margin-bottom: 25px;
  }
}
.offer_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .offer_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .offer_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.offer_card {
  border-radius: 8px;
  padding: 24px 24px 40px 24px;
  background: #EFF3F9;
}
.offer_card h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 160%;
  color: #16171A;
  margin: 22px 0 6px 0;
}
.offer_card p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #515969;
}

.partners_in {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
  margin: 30px 0 60px 0;
}
@media (max-width: 1024px) {
  .partners_in {
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .partners_in {
    grid-template-columns: repeat(3, 1fr);
    margin: 17px 0 60px 0;
  }
}
@media (max-width: 640px) {
  .partners_in {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners_block {
  border: 1px solid #E3E7ED;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
@media (max-width: 1024px) {
  .partners_block {
    height: 68px;
  }
}

.engineering {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .engineering {
    margin-top: 40px;
  }
}
.engineering h1 {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .engineering h1 {
    margin-bottom: 17px;
    text-align: left;
  }
}
.engineering_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .engineering_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 640px) {
  .engineering_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.engineering_more_btn {
  display: block;
  margin: 40px auto 16px auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #515969;
  background: #E6ECF4;
  border-radius: 8px;
  height: 52px;
  width: 180px;
  transition: 0.2s ease;
  padding: 0;
}
@media (max-width: 1024px) {
  .engineering_more_btn {
    margin: 30px auto 0 auto;
  }
}
.engineering_more_btn:hover {
  background: #F3F5F9;
}
.engineering_card {
  border-radius: 8px;
  background: #F3F5F9;
}
.engineering_card_img {
  padding: 12px;
}
.engineering_card_img img {
  width: 100%;
  border-radius: 8px;
}
.engineering_card_content {
  padding: 0 24px 24px 24px;
}
.engineering_card h3 {
  margin: 9px 0 12px 0;
}
.engineering_card p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #484E5A;
}
.engineering_card .main_btn {
  font-family: "Inter", sans-serif;
  margin-top: 24px;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 12px;
  height: 44px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.engineering .tool {
  margin: 40px 0;
  grid-column: 1/-1;
}
@media (max-width: 1024px) {
  .engineering .tool {
    margin: 22px 0;
  }
}

.tool {
  border-radius: 24px;
  background: #343434;
  padding: 52.5px 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .tool {
    padding: 200px 20px 20px 20px;
    border-radius: 16px;
  }
}
.tool_text {
  max-width: 698px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .tool_text {
    max-width: 100%;
  }
}
.tool_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 643px;
}
@media (max-width: 1024px) {
  .tool_img {
    width: 315px;
  }
}
.tool_icon {
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 2;
  border-radius: 12.8px;
}
@media (max-width: 1024px) {
  .tool_icon {
    left: 20px;
    top: 20px;
    bottom: auto;
    right: auto;
    border-radius: 12px;
    width: 60px;
    height: 60px;
  }
}
.tool h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .tool h6 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.tool p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #F3F5F9;
}
@media (max-width: 1024px) {
  .tool p {
    font-size: 16px;
  }
}
.tool .tool_btn {
  font-family: "Inter", sans-serif;
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #16171A;
  height: 60px;
  width: 280px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .tool .tool_btn {
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
  }
}

.contact {
  margin: 80px 0;
}
@media (max-width: 1024px) {
  .contact {
    margin: 40px 0;
  }
}
.contact_in {
  background: #4640C5;
  border-radius: 24px;
  position: relative;
  padding: 56px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1280px) {
  .contact_in {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.contact_img {
  position: absolute;
  inset: 17px;
  width: calc(100% - 34px);
}
@media (max-width: 1280px) {
  .contact_img {
    display: none;
  }
}
.contact_left {
  position: relative;
  z-index: 2;
  max-width: 678px;
}
@media (max-width: 1280px) {
  .contact_left {
    max-width: 100%;
  }
}
.contact_left h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #FFFFFF;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .contact_left h6 {
    font-size: 28px;
  }
}
.contact_left p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: rgba(232, 240, 255, 0.7);
}
@media (max-width: 1024px) {
  .contact_left p {
    font-size: 16px;
  }
}
.contact_right {
  position: relative;
  z-index: 2;
  max-width: 618px;
}
@media (max-width: 1280px) {
  .contact_right {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .contact_right form {
    max-width: 100%;
    width: 100%;
  }
}
.contact_right form input {
  width: 100%;
  margin-bottom: 8px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.contact_right form .form_btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1280px) {
  .contact_right form .form_btn {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .contact_right form .form_btn {
    flex-direction: column;
    align-items: start;
  }
}
.contact_right form .white_btn {
  font-weight: 600;
  font-size: 16px;
  height: 60px;
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .contact_right form .white_btn {
    height: 52px;
    width: 100%;
    padding: 15px;
  }
}
.contact_right form p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
}
.contact_right form p a {
  font-family: "Inter Tight", sans-serif;
  text-decoration: underline;
}

.delivery_in {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .delivery_in {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin-top: 30px;
  }
}
.delivery_block {
  background: #EFF3F9;
  border-radius: 8px;
  padding: 32px 24px 50px 24px;
}
.delivery_block h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #111111;
  margin: 21px 0 8px 0;
}
@media (max-width: 1024px) {
  .delivery_block h6 {
    font-size: 24px;
    margin: 21px 0 11px 0;
  }
}
.delivery_block p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #515969;
}

.details {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .details {
    margin-top: 40px;
  }
}
.details_list_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .details_list_in {
    gap: 24px;
    margin-top: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.details_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .details_list {
    gap: 24px;
  }
}
.details_list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1024px) {
  .details_list li {
    gap: 7px;
  }
}
.details_list span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #515969;
}
@media (max-width: 1024px) {
  .details_list span {
    font-size: 12px;
  }
}
.details_list p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #16171A;
}
@media (max-width: 1024px) {
  .details_list p {
    font-size: 18px;
  }
}
.details .main_btn {
  margin-top: 10px;
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .details .main_btn {
    margin-top: 24px;
    height: 52px;
    width: 100%;
  }
}

.contact_page {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .contact_page {
    margin-top: 24px;
  }
}
.contact_page .breadcrumbs {
  margin: 0;
}
.contact_page h1 {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .contact_page h1 {
    margin: 20px 0;
  }
}
.contact_page p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #515969;
}
@media (max-width: 1024px) {
  .contact_page p {
    font-size: 14px;
  }
}
.contact_page .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .contact_page .container {
    flex-direction: column;
  }
}
.contact_page_left {
  max-width: 539px;
}
.contact_page_list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .contact_page_list {
    margin-top: 40px;
    gap: 35px;
  }
}
.contact_page_list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact_page_list span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -2%;
  color: #16171A;
}
@media (max-width: 1024px) {
  .contact_page_list span {
    font-size: 24px;
  }
}
.contact_page_list a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .contact_page_list a {
    margin-top: 10px;
  }
}
.contact_page_list .email_link {
  margin-top: 10px;
}
.contact_page_list .email_link a {
  display: inline;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #16171A;
}
@media (max-width: 1024px) {
  .contact_page_list .email_link a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .contact_page_right {
    width: 100%;
  }
}
.contact_page_right iframe {
  border-radius: 24px;
  width: 955px;
  height: 714px;
}
@media (max-width: 1536px) {
  .contact_page_right iframe {
    width: 700px;
    height: 650px;
  }
}
@media (max-width: 1280px) {
  .contact_page_right iframe {
    width: 600px;
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .contact_page_right iframe {
    width: 100%;
    border-radius: 12px;
  }
}

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

.catalog .breadcrumbs {
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .catalog .breadcrumbs {
    margin: 20px 0;
  }
}
.catalog h1 {
  max-width: 655px;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .catalog h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.catalog_cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1280px) {
  .catalog_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .catalog_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background: #EFF3F9;
}
@media (max-width: 1280px) {
  .catalog_card {
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .catalog_card {
    padding: 16px;
  }
}
.catalog_card_logo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .catalog_card_logo {
    width: 60px;
    height: 60px;
  }
}
.catalog_card h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .catalog_card h6 {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media (max-width: 1024px) {
  .catalog_card h6 br {
    display: none;
  }
}
/* Support new div title in catalog/similar cards */
.catalog_card .card-title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .catalog_card .card-title {
    font-size: 24px;
    margin: 20px 0;
  }
}
.catalog_card p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #484E5A;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .catalog_card p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 45px;
  }
}
.catalog_card a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -1%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111111;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .catalog_card a {
    font-size: 16px;
  }
}
.catalog_card a svg path {
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .catalog_card a svg {
    width: 20px;
    height: 20px;
  }
}
.catalog_card a:hover {
  color: #4640C5;
}
.catalog_card a:hover svg path {
  fill: #4640C5;
}
.catalog_more_btn {
  display: block;
  margin: 40px auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #515969;
  background: #E6ECF4;
  border-radius: 8px;
  height: 52px;
  width: 180px;
  transition: 0.2s ease;
  padding: 0;
}
.catalog_more_btn:hover {
  background: #F3F5F9;
}

.tool {
  margin: 40px 0;
  grid-column: 1/-1;
}
@media (max-width: 1024px) {
  .tool {
    margin: 22px 0;
  }
}

.producer {
  margin-bottom: 80px;
}
.producer .breadcrumbs {
  margin: 40px 0 32px 0;
}
@media (max-width: 1024px) {
  .producer .breadcrumbs {
    margin: 20px 0;
    flex-wrap: wrap;
  }
}
.producer_in {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .producer_in {
    flex-direction: column;
  }
}
.producer_left {
  max-width: 677px;
}
@media (max-width: 1024px) {
  .producer_left {
    max-width: 100%;
  }
}
.producer_left p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #5B6374;
  margin: 48px 0 36px 0;
}
@media (max-width: 1024px) {
  .producer_left p {
    margin: 30px 0;
    font-size: 16px;
  }
}
.producer_left .main_btn {
  width: 280px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .producer_left .main_btn {
    height: 52px;
    width: 100%;
  }
}
.producer_right {
  max-width: 814px;
}
@media (max-width: 1280px) {
  .producer_right {
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  .producer_right {
    max-width: 100%;
  }
}
.producer_right img {
  border-radius: 24px;
  width: 100%;
}
.producer_right h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .producer_right h6 {
    margin-bottom: 9px;
    font-size: 20px;
  }
}
/* Support new h2 tag used in producer sections */
.producer_right h2.producer-section-title {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .producer_right h2.producer-section-title {
    margin-bottom: 9px;
    font-size: 20px;
  }
}
.producer_right p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #515969;
}
@media (max-width: 1024px) {
  .producer_right p {
    font-size: 14px;
    line-height: 130%;
  }
}
.producer_blocks {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1024px) {
  .producer_blocks {
    margin-top: 40px;
    gap: 40px;
  }
}

/* Ensure ordered lists inside producer blocks are numbered */
.producer_block ol {
  list-style: decimal;
  padding-left: 20px;
}
.producer_block ol li {
  list-style-type: decimal;
}

.similar {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .similar {
    margin-bottom: 40px;
  }
}
.similar_title {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .similar_title {
    margin-bottom: 24px;
  }
}
/* Style non-semantic title container used instead of h2 */
.similar_title .title-as-div {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
  color: #111111;
}
@media (max-width: 1024px) {
  .similar_title .title-as-div {
    font-size: 24px;
  }
}
.similar_btns {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .similar_btns {
    display: none;
  }
}
.similar_btns button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #EFF3F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar_btns .swiper-button-disabled svg {
  opacity: 50%;
}
.similar .similarSwiper .swiper-slide {
  height: auto;
}
.similar .similarSwiper .catalog_card {
  height: 100%;
}
.similar .similarSwiper .catalog_card a {
  transition: 0.2s ease;
}
.similar .similarSwiper .catalog_card a svg path {
  transition: 0.2s ease;
}
.similar .similarSwiper .catalog_card a:hover {
  color: #4640C5;
}
.similar .similarSwiper .catalog_card a:hover svg path {
  fill: #4640C5;
}
.similar .similarSwiper .similar-pagination {
  margin-top: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .similar .similarSwiper .similar-pagination {
    display: flex;
  }
}
.similar .similarSwiper .similar-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16171A;
  opacity: 30%;
}
.similar .similarSwiper .similar-pagination .swiper-pagination-bullet-active {
  background: #16171A;
  opacity: 1;
}
.similar .article-pagination {
  margin-top: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .similar .article-pagination {
    display: flex;
  }
}
.similar .article-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16171A;
  opacity: 30%;
}
.similar .article-pagination .swiper-pagination-bullet-active {
  background: #16171A;
  opacity: 1;
}

.blog_page {
  margin-top: 40px;
}
.blog_page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blog_page_title span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  background: rgba(110, 118, 134, 0.1490196078);
  width: 108px;
  border-radius: 6px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6E7686;
}
@media (max-width: 640px) {
  .blog_page_title span {
    font-size: 14px;
  }
}
.blog_page_title img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .blog_page_title img {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .blog_page_title img {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .blog_page_title img {
    height: 280px;
    border-radius: 12px;
  }
}
.blog_page h1 {
  margin: 30px auto 50px auto;
  max-width: 1089px;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog_page h1 {
    margin: 16px 0 30px 0;
  }
}
.blog_page_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 80px auto;
  max-width: 1370px;
}
@media (max-width: 1024px) {
  .blog_page_in {
    margin: 40px 0;
  }
}
@media (max-width: 768px) {
  .blog_page_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog_page_block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .blog_page_block {
    gap: 16px;
  }
}
.blog_page_block img {
  border-radius: 24px;
  width: 100%;
  height: 677px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .blog_page_block img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .blog_page_block img {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .blog_page_block img {
    height: 328px;
    border-radius: 20px;
  }
}
.blog_page_block span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #9BA1A9;
}
@media (max-width: 768px) {
  .blog_page_block span {
    font-size: 12px;
  }
}
.blog_page_img {
  max-width: 1370px;
  margin: auto;
}
.blog_page_img img {
  width: 100%;
  height: 677px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  .blog_page_img img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .blog_page_img img {
    height: 380px;
  }
}
@media (max-width: 640px) {
  .blog_page_img img {
    height: 240px;
    border-radius: 20px;
  }
}
.blog_page_text {
  max-width: 817px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .blog_page_text {
    margin: 40px auto;
  }
}
.blog_page_text ul {
  padding-left: 20px;
}

.blog_page_text h2 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog_page_text h3 {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (max-width: 1024px) {
  .blog_page_text h3 {
    margin-bottom: 16px;
  }
}
.blog_page_text p,
.blog_page_text li {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #515969;
  list-style-type: disc;
}
@media (max-width: 1024px) {
  .blog_page_text p,
  .blog_page_text li {
    font-size: 14px;
    line-height: 130%;
  }
}

.services_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .services_block {
    flex-direction: column-reverse;
  }
}
.services_block_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 216px;
  max-width: 50%;
  padding-right: 148px;
}
@media (max-width: 1536px) {
  .services_block_text {
    padding: 40px;
    gap: 36px;
  }
}
@media (max-width: 1024px) {
  .services_block_text {
    padding: 40px 0;
    max-width: 100%;
  }
}
.services_block_img {
  flex-shrink: 0;
  position: relative;
  height: 800px;
  width: 50%;
}
@media (max-width: 1536px) {
  .services_block_img {
    height: 600px;
  }
}
@media (max-width: 1280px) {
  .services_block_img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .services_block_img {
    width: 100vw;
    left: 0;
  }
}
@media (max-width: 768px) {
  .services_block_img {
    height: 300px;
  }
}
.services_block_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  min-width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 0 0 24px;
}
@media (max-width: 1024px) {
  .services_block_img img {
    border-radius: 20px;
    width: 100vw;
  }
}
.services_block span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #4640C5;
}
@media (max-width: 1024px) {
  .services_block span {
    font-size: 14px;
  }
}
.services_block h1 {
  color: #111111;
  margin: 37px 0;
}
@media (max-width: 1536px) {
  .services_block h1 {
    font-size: 38px;
    line-height: 100%;
    margin: 24px 0;
  }
}
.services_block p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #4A4E57;
}
@media (max-width: 1024px) {
  .services_block p {
    font-size: 16px;
  }
}
.services_block a {
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1024px) {
  .services_block a {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .services_block_two {
    flex-direction: column;
  }
}
.services_block_two .services_block_text {
  padding-left: 90px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .services_block_two .services_block_text {
    padding-left: 0;
  }
}
.services_block_two .services_block_img img {
  left: auto;
  right: 0;
  border-radius: 0 24px 0 0;
}
@media (max-width: 1024px) {
  .services_block_two .services_block_img img {
    border-radius: 20px;
    width: 100vw;
  }
}
@media (max-width: 1536px) {
  .services_block_two .services_block_img {
    height: 600px;
  }
}
@media (max-width: 1280px) {
  .services_block_two .services_block_img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .services_block_two .services_block_img {
    width: calc(100% + 32px);
  }
}
@media (max-width: 768px) {
  .services_block_two .services_block_img {
    height: 300px;
  }
}

.home {
  background: #F3F7FF;
  padding: 92px 0 40px 0;
}
@media (max-width: 1024px) {
  .home {
    padding: 40px 0 20px 0;
  }
}
.home_title {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1280px) {
  .home_title {
    flex-direction: column;
  }
}
.home_title h1 {
  max-width: 930px;
}
@media (max-width: 1280px) {
  .home_title h1 {
    max-width: 100%;
  }
}
.home_title_text {
  max-width: 539px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1280px) {
  .home_title_text {
    max-width: 100%;
  }
}
.home_title_text p {
  max-width: 420px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #5B6374;
}
@media (max-width: 1280px) {
  .home_title_text p {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .home_title_text p {
    font-size: 16px;
  }
}
.home_title_text a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -1%;
  color: #111111;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .home_title_text a {
    font-size: 16px;
  }
}
.home_title_text a svg path {
  transition: 0.2s ease;
}
.home_title_text a:hover {
  color: #4640C5;
}
.home_title_text a:hover svg path {
  fill: #4640C5;
}
.home .homeSwiper {
  margin-top: 78px;
}
@media (max-width: 1024px) {
  .home .homeSwiper {
    margin-top: 36px;
  }
}
.home .homeSwiper .home_pagination {
  width: auto;
  position: absolute;
  left: 40px;
  bottom: 44px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .home .homeSwiper .home_pagination {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
  }
}
.home .homeSwiper .home_pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  opacity: 30%;
}
.home .homeSwiper .home_pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 1;
}
.home_stock {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.home_stock span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  padding: 12px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  opacity: 80%;
}
@media (max-width: 768px) {
  .home_stock span:last-child {
    display: none;
  }
}
.home_block {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 30px 40px 100px 40px;
}
@media (max-width: 1024px) {
  .home_block {
    padding: 16px 20px 48px 20px;
  }
}
.home_block_text {
  position: relative;
  z-index: 2;
  padding-top: 525px;
}
@media (max-width: 1024px) {
  .home_block_text {
    padding-top: 270px;
  }
}
.home_block_text h1 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #FFFFFF;
  max-width: 566px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .home_block_text h1 {
    font-size: 28px;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.home_block_text p {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -3%;
  opacity: 80%;
  padding: 12px 12px 12px 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .home_block_text p {
    position: static;
    margin-bottom: 16px;
    padding: 0 16px;
    border: none;
    background: transparent;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.home_block_text p::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4640C5;
}
@media (max-width: 1024px) {
  .home_block_text p::before {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .home_block .white_btn {
    width: 100%;
  }
}
.home_block_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_btns {
  z-index: 2;
  position: absolute;
  bottom: 44px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .home_btns {
    display: none;
  }
}
.home_btns button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.home_btns .swiper-button-disabled svg {
  opacity: 80%;
}
.home_count {
  position: absolute;
  bottom: 302px;
  right: 40px;
  z-index: 3;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #FFFFFF;
  opacity: 70%;
}
@media (max-width: 1024px) {
  .home_count {
    display: none;
  }
}

.supply {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .supply {
    padding: 40px 0;
  }
}
.supply_title {
  margin-bottom: 80px;
  display: flex;
  align-items: end;
  gap: 155px;
}
@media (max-width: 1280px) {
  .supply_title {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.supply_title_left span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #4640C5;
}
@media (max-width: 1280px) {
  .supply_title_right {
    width: 100%;
  }
}
.supply_title_right span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #4A4E57;
}
@media (max-width: 1024px) {
  .supply_title_right span {
    font-size: 16px;
  }
}
.supply_title_right ul {
  padding-left: 20px;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .supply_title_right ul {
    font-size: 16px;
  }
}
.supply_title_right ul li {
  list-style-type: disc;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #4A4E57;
}
@media (max-width: 1024px) {
  .supply_title_right ul li {
    font-size: 16px;
  }
}
.supply_title_right .main_btn {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .supply_title_right .main_btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.supply_title h3 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 74px;
  line-height: 95%;
  letter-spacing: -2%;
  color: #111111;
  max-width: 677px;
  margin-top: 25px;
}
@media (max-width: 1280px) {
  .supply_title h3 {
    margin-top: 20px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .supply_title h3 {
    font-size: 36px;
    line-height: 100%;
  }
}
.supply .supply-pagination {
  width: auto;
  position: static;
  left: 40px;
  bottom: 44px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.supply .supply-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16171A;
  opacity: 30%;
}
.supply .supply-pagination .swiper-pagination-bullet-active {
  background: #16171A;
  opacity: 1;
}
.supply_slider {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media (max-width: 1024px) {
  .supply_slider {
    flex-direction: column;
  }
}
.supply_slider_card {
  position: relative;
  z-index: 4;
  background: #FFFFFF;
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
  border: 1px solid #CDD1D6;
}
@media (max-width: 1024px) {
  .supply_slider_card {
    width: 100%;
  }
}
.supply_slider_card::before {
  content: "";
  position: absolute;
  left: -1002px;
  top: -5px;
  width: 1000px;
  height: 102%;
  z-index: 3;
  background: #FFFFFF;
}
@media (max-width: 1024px) {
  .supply_slider_card::before {
    display: none;
  }
}
@media (max-width: 1280px) {
  .supply_slider_card {
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .supply_slider_card {
    padding: 16px;
  }
}
.supply_slider_card_logo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .supply_slider_card_logo {
    width: 60px;
    height: 60px;
  }
}
.supply_slider_card h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .supply_slider_card h6 {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media (max-width: 1024px) {
  .supply_slider_card h6 br {
    display: none;
  }
}
.supply_slider_card p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #484E5A;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .supply_slider_card p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 34px;
  }
}
.supply_slider_card .main_btn {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1024px) {
  .supply_slider_card .main_btn {
    width: 100%;
    justify-content: center;
  }
}
.supply .supplySwiper {
  width: 100%;
  overflow: visible;
}
.supply .supplySwiper .swiper-slide {
  height: auto;
}
.supply_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  background: #EFF3F9;
  height: 100%;
}
@media (max-width: 1280px) {
  .supply_card {
    border-radius: 8px;
  }
}
@media (max-width: 1024px) {
  .supply_card {
    padding: 16px;
  }
}
.supply_card_logo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .supply_card_logo {
    width: 60px;
    height: 60px;
  }
}
.supply_card h6 {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #111111;
  margin: 24px 0;
}
@media (max-width: 1024px) {
  .supply_card h6 {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media (max-width: 1024px) {
  .supply_card h6 br {
    display: none;
  }
}
.supply_card p {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #484E5A;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .supply_card p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 45px;
  }
}
.supply_card a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -1%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #111111;
  transition: 0.2s ease;
}
.supply_card a svg path {
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .supply_card a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .supply_card a img {
    width: 20px;
    height: 20px;
  }
}
.supply_card a:hover {
  color: #4640C5;
}
.supply_card a:hover svg path {
  fill: #4640C5;
}

.warehouse_title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .warehouse_title {
    gap: 24px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.warehouse_title p {
  max-width: 539px;
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #444444;
}
@media (max-width: 1024px) {
  .warehouse_title p {
    font-size: 16px;
    max-width: 100%;
  }
}
.warehouse_lists {
  border: 1px solid #E6E6E6;
  border-radius: 16px;
}
.warehouse_lists_head {
  background: #E6ECF4;
  border-radius: 16px 16px 0 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.warehouse_lists_head span {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #111111;
}
.warehouse_lists_head_right {
  width: 695px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .warehouse_lists_head_right {
    display: none;
  }
}
.warehouse_lists_two .warehouse_lists_head_right {
  width: 500px;
}
.warehouse_lists_two .warehouse_list {
  justify-content: space-between;
}
.warehouse_lists_two .warehouse_list_right {
  width: 500px;
}
.warehouse_block span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #515969;
  margin-bottom: 8px;
  display: none;
}
@media (max-width: 1024px) {
  .warehouse_block span {
    display: block;
  }
}
.warehouse_list {
  padding: 24px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 1024px) {
  .warehouse_list {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.warehouse_list:last-child {
  border-bottom: none;
}
.warehouse_list_left h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #111111;
  margin-bottom: 12px;
}
.warehouse_list_left p {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #111111;
}
.warehouse_list_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 695px;
}
@media (max-width: 1024px) {
  .warehouse_list_right {
    flex-direction: column;
    align-items: start;
    gap: 20px;
    width: 100%;
  }
}
.warehouse_list_right p {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #111111;
}
@media (max-width: 1024px) {
  .warehouse_list_right p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .warehouse_list_right p br {
    display: none;
  }
}
.warehouse .one_block {
  flex-shrink: 0;
  width: 240px;
}
@media (max-width: 1024px) {
  .warehouse .one_block {
    width: 100%;
  }
}
.warehouse .two_block {
  flex-shrink: 0;
  width: 136px;
}
@media (max-width: 1024px) {
  .warehouse .two_block {
    width: 100%;
  }
}
.warehouse .three_block {
  flex-shrink: 0;
  width: 104px;
}
@media (max-width: 1024px) {
  .warehouse .three_block {
    width: 100%;
  }
}
.warehouse .four_block {
  flex-shrink: 0;
  width: 92px;
}
@media (max-width: 1024px) {
  .warehouse .four_block {
    width: 100%;
  }
}
.warehouse_circle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.warehouse_circle span {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: #111111;
  background: #EDEDED;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .warehouse_circle span {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.warehouse_more_btn {
  display: block;
  margin: 40px auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -3%;
  color: #515969;
  background: #E6ECF4;
  border-radius: 8px;
  height: 52px;
  width: 180px;
  transition: 0.2s ease;
  padding: 0;
}
.warehouse_more_btn:hover {
  background: #F3F5F9;
}

.footer {
  background: #18191B;
  padding: 48px 0 43px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 32px 0 40px 0;
  }
}
.footer_logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer_logo {
    width: 175px;
  }
}
.footer_top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 175px;
}
@media (max-width: 1536px) {
  .footer_top {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .footer_top {
    width: 100%;
    flex-direction: column;
    padding-bottom: 48px;
  }
}
.footer_top_left {
  display: flex;
  align-items: start;
  gap: 265px;
}
@media (max-width: 1536px) {
  .footer_top_left {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .footer_top_left {
    width: 100%;
    gap: 36px;
    flex-direction: column;
  }
}
.footer_top_right {
  display: flex;
  align-items: start;
  gap: 214px;
}
@media (max-width: 1536px) {
  .footer_top_right {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .footer_top_right {
    width: 100%;
    gap: 24px;
    flex-direction: column-reverse;
  }
}
.footer_bottom {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}
@media (max-width: 1024px) {
  .footer_bottom {
    flex-direction: column;
  }
}
.footer_bottom_left {
  display: flex;
  align-items: center;
  gap: 385px;
}
@media (max-width: 1536px) {
  .footer_bottom_left {
    gap: 220px;
  }
}
@media (max-width: 1024px) {
  .footer_bottom_left {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
}
.footer_bottom_right {
  display: flex;
  align-items: center;
  gap: 49px;
}
@media (max-width: 1024px) {
  .footer_bottom_right {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
}
.footer_bottom span,
.footer_bottom a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  color: #515969;
}
.footer_link {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer_link a {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 120%;
  color: #E6ECF4;
}
@media (max-width: 768px) {
  .footer_link a {
    font-size: 16px;
    line-height: 140%;
  }
}
.footer .phone_link {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #E6ECF4;
}
@media (max-width: 768px) {
  .footer .feedback_btn {
    width: 100%;
  }
}
.footer .email_link {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #E6ECF4;
  margin: 16px 0;
}
@media (max-width: 768px) {
  .footer .email_link {
    margin: 14px 0;
    font-size: 16px;
    line-height: 140%;
  }
}
.footer .whatsapp_link {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #E6ECF4;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .footer .whatsapp_link {
    font-size: 16px;
    line-height: 140%;
  }
}/*# sourceMappingURL=style.css.map */




@media (max-width: 1024px) {
    .catalog_card .head_h6 {
        font-size: 24px !important;
        margin: 20px 0 !important;
    }
}
.catalog_card .head_h6 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #111111;
    margin: 24px 0;
}