/*! 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: "Gilroy", sans-serif;
  font-style: normal;
  font-display: swap;
}

body.active {
  overflow: hidden;
}

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

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

.container {
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

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

.main_btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -2%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 268px;
  height: 70px;
  background: #007BFF;
  border-radius: 100px;
  transition: 0.2s ease;
}
@media (max-width: 768px) {
  .main_btn {
    width: 218px;
    height: 60px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .main_btn img {
    width: 20px;
    height: 20px;
  }
}
.main_btn:hover {
  background: #3395FF;
}
.main_btn:active {
  background: #007BFF;
}

.main_input {
  height: 70px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 32px;
  border: 1px solid #E6F2FF;
  background: #F2F8FF;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .main_input {
    height: 60px;
    font-size: 15px;
    line-height: 23px;
    padding: 18px 24px;
  }
}
.main_input:focus {
  color: #1F1F1F;
  border: 1px solid #007BFF;
}
.main_input:hover {
  border: 1px solid #80BDFF;
}

.header {
  padding-top: 50px;
}
@media (max-width: 768px) {
  .header {
    padding-top: 20px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo {
  width: 137px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .header_logo {
    width: 76px;
    height: 30px;
  }
}
.header_logo img {
  width: 100%;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .header_right {
    gap: 20px;
  }
}
.header_burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .header_burger {
    display: flex;
  }
}
.header_link {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .header_link {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 3;
    background: #FFFFFF;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    padding: 130px 20px 20px 20px;
    transition: 0.2s ease;
  }
}
.header_link.active {
  top: 0;
}
.header_link .menu_close {
  display: none;
}
@media (max-width: 768px) {
  .header_link .menu_close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header_link a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  color: #1F1F1F;
}
.header .language-select {
  position: relative;
  display: inline-block;
  z-index: 4;
}
.header .language-select .selected-language {
  background: #F2F8FF;
  border: 1px solid #ccc;
  border-radius: 24px;
  padding: 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
}
.header .language-select .selected-language .arrow {
  margin-left: 10px;
  display: flex;
  transition: transform 0.3s ease;
}
.header .language-select .language-list {
  overflow: hidden;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #ccc;
  display: none;
  list-style: none;
  padding: 0;
  margin: 5px 0;
  z-index: 10;
}
.header .language-select .language-list li {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}
.header .language-select .language-list li:hover {
  background: #f0f0f0;
}
.header .language-select.open .language-list {
  display: block;
}
.header .language-select.open .arrow {
  transform: rotate(180deg);
}

.home .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .home .container {
    gap: 40px;
  }
}
.home h1 {
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -2%;
  text-align: center;
  color: #1F1F1F;
}
.home h1 span {
}
@media (max-width: 768px) {
  .home h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
.home_logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.home_logos a {
  padding: 10px 40px;
  height: 60px;
  border: 1px solid #E9E9E9;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .home_logos a {
    padding: 7px 24px;
    height: 50px;
  }
}
.home_logos a img {
  width: 100%;
  height: 100%;
}

.advantage_top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .advantage_top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.advantage_top h3 {
  font-weight: 800;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -2%;
  color: #1F1F1F;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .advantage_top h3 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
  }
}
.advantage_top h3 span {
}
.advantage_top p {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #8F8F8F;
}
@media (max-width: 768px) {
  .advantage_top p {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
  }
}
.advantage_img {
  display: flex;
  flex-shrink: 0;
  width: 380px;
  height: 228px;
}
@media (max-width: 480px) {
  .advantage_img {
    width: 100%;
    height: auto;
  }
}
.advantage_cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .advantage_cards {
    gap: 10px;
  }
}
.advantage_card {
  width: calc(33.333% - 14px);
  border-radius: 24px;
  background: #F2F8FF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .advantage_card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .advantage_card {
    gap: 16px;
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .advantage_card {
    width: 100%;
  }
}
.advantage_card img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .advantage_card img {
    width: 44px;
    height: 44px;
  }
}
.advantage_card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #1F1F1F;
}
@media (max-width: 768px) {
  .advantage_card p {
    font-size: 12px;
    line-height: 20px;
  }
}

.client_title {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .client_title {
    margin-bottom: 24px;
  }
}
.client_title h3 {
  font-weight: 800;
  font-size: 50px;
  line-height: 56px;
  letter-spacing: -2%;
  color: #1F1F1F;
}
@media (max-width: 768px) {
  .client_title h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
.client_title h3 span {
}
.client_btns {
  display: flex;
  align-items: center;
  gap: 4px;
}
.client .swiper-button-disabled {
  opacity: 50%;
}
.client_btn {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #007BFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .client_btn {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .client_btn svg {
    width: 20px;
    height: 20px;
  }
}
.client_card {
  padding: 40px 50px;
  border-radius: 24px;
  background: #F2F8FF;
  display: grid;
  align-items: start;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .client_card {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .client_card {
    padding: 24px 32px;
  }
}
@media (max-width: 480px) {
  .client_card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.client_card .client_card_block_one {
  display: flex;
  flex-direction: column;
  gap: 131px;
}
@media (max-width: 1024px) {
  .client_card .client_card_block_one {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .client_card .client_card_block_one {
    flex-direction: row;
    justify-content: space-between;
  }
}
.client_card_img {
  width: 225px;
}
@media (max-width: 1024px) {
  .client_card_img {
    width: 81px;
    height: 81px;
  }
}
.client_card .problem_list,
.client_card .star_list,
.client_card .smile_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .client_card .problem_list,
  .client_card .star_list,
  .client_card .smile_list {
    gap: 4px;
  }
}
.client_card h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #1F1F1F;
}
@media (max-width: 768px) {
  .client_card h4 {
    font-size: 19px;
    line-height: 27px;
  }
}
@media (max-width: 480px) {
  .client_card h4 {
    max-width: 155px;
  }
}
.client_card h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .client_card h6 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 8px;
  }
}
.client_card h6 img {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .client_card h6 img {
    width: 24px;
    height: 24px;
  }
}
.client_card li {
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
  position: relative;
}
@media (max-width: 768px) {
  .client_card li {
    font-size: 12px;
    line-height: 20px;
  }
}
.client_card li b {
  font-weight: 700;
}
.client_card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E41B4D;
}
.client_card span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
}
@media (max-width: 768px) {
  .client_card span {
    font-size: 12px;
    line-height: 20px;
  }
}
.client_card .star_list li::before {
  background: #2EEA50;
}
.client_card .smile_list li::before {
  background: #007BFF;
}

.contact {
  padding: 80px 0;
  background: #007BFF;
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}
.contact h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .contact h3 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 24px;
  }
}
.contact_in {
  width: 100%;
  padding: 60px;
  border-radius: 24px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .contact_in {
    padding: 24px 10px;
  }
}
.contact .container {
  width: 100%;
}
.contact .form-container_wrapper {
  border: 2px solid #B3D8FF;
  border-radius: 0 0 24px 24px;
}
.contact .tab-container {
  margin: 0 auto;
  max-width: 780px;
}
.contact .tabs {
  display: flex;
}
.contact .tabs .tab {
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 8px;
  border: 1px solid #E9E9E9;
  border-bottom: 1px transparent;
  border-radius: 12px 12px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .contact .tabs .tab {
    padding: 12px;
  }
}
.contact .tabs .tab img {
  width: 24px;
  height: 24px;
}
.contact .tabs .tab span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
}
@media (max-width: 768px) {
  .contact .tabs .tab span {
    display: none;
  }
}
.contact .tabs .tab.active {
  border: 2px solid #B3D8FF;
  border-bottom: 0;
}
.contact .tabs .tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 6px;
  background: #FFFFFF;
  width: 100%;
}
.contact .form-container {
  display: flex;
  justify-content: center;
}
.contact .form-container .form {
  width: 580px;
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 40px 24px 50px;
}
@media (max-width: 768px) {
  .contact .form-container .form {
    padding: 16px 24px 24px 24px;
  }
}
.contact .form-container .form .form_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .contact .form-container .form .form_block {
    gap: 4px;
  }
}
.contact .form-container .form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
}
@media (max-width: 768px) {
  .contact .form-container .form label {
    font-size: 12px;
    line-height: 20px;
  }
}
.contact .form-container .form.active {
  display: flex;
}
.contact .main_btn {
  margin: 32px auto 0;
}
@media (max-width: 768px) {
  .contact .main_btn {
    margin: 24px auto 0;
  }
}

.contact_request {
  display: none;
  align-items: center;
  height: 860px;
  padding: 80px 0;
  background: #007BFF;
}
@media (max-width: 768px) {
  .contact_request {
    padding: 40px 0;
    height: 577px;
  }
}
.contact_request.active {
  display: flex;
}
.contact_request .container {
  width: 100%;
}
.contact_request_in {
  width: 100%;
  background: #FFFFFF;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 215px 24px;
}
@media (max-width: 768px) {
  .contact_request_in {
    gap: 24px;
    padding: 166px 20px;
  }
}
.contact_request h6 {
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -2%;
  text-align: center;
  color: #1F1F1F;
}
@media (max-width: 768px) {
  .contact_request h6 {
    font-size: 34px;
    line-height: 40px;
  }
}

.footer {
  background: #1F1F1F;
  padding: 40px 0;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 480px) {
  .footer_link {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .footer_logo {
    display: none;
  }
}
.footer_left {
  max-width: 680px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .footer_left {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}
.footer .bank_cards {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}
.footer span {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #8F8F8F;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .footer span {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 4px;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 480px) {
  .footer ul {
    gap: 2px;
  }
}
.footer ul a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 480px) {
  .footer ul a {
    font-size: 12px;
    line-height: 20px;
  }
}
.footer h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8F8F8F;
}
@media (max-width: 480px) {
  .footer h6 {
    font-size: 12px;
    line-height: 20px;
  }
}/*# sourceMappingURL=style.css.map */