@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Inter-500.woff2') format('woff2'),
    url('../fonts/Inter-500.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Inter-600.woff2') format('woff2'),
    url('../fonts/Inter-600.woff') format('woff');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Inter-700.woff2') format('woff2'),
    url('../fonts/Inter-700.woff') format('woff');
}

@keyframes bounce {
  0% {
    transform: translateX(1000px);
  }
  70% {
    transform: translateX(-30px);
  }
  90% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes openSearch {
  0% {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    max-height: 250px;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    max-height: 500px;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes bullet-progress {
  to {
    stroke-dashoffset: 0;
  }
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background-color: #b2caff;
}

body {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  position: relative;
  display: flex;
  min-width: 320px;
  min-height: 100dvh;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  color: #484848;
  background-color: #edf0f3;
  box-sizing: border-box;
  font-feature-settings: 'tnum' on, 'lnum' on;
}
@media (max-width: 767px) {
  body {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}

main {
  flex-grow: 1;
}
main > section:last-child,
main > div:last-child {
  margin-bottom: 0;
  padding-bottom: 80px;
  flex-grow: 1;
}

***/ * {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
}

textarea {
  overflow: hidden;
  resize: none;
}

button {
  outline: none !important;
  cursor: pointer;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-underline-position: under;
}

address {
  font-style: normal;
}

b {
  font-weight: 700;
}

textarea {
  resize: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']:hover,
input[type='number']:focus {
  -moz-appearance: number-input;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

input[type='date']::-webkit-datetime-edit
  input[type='date']::-webkit-datetime--edit-fields-wrapper
  input[type='date']::-webkit-datetime--edit-text
  input[type='date']::-webkit-datetime--edit-month-field
  input[type='date']::-webkit-datetime--edit-day-field
  input[type='date']::-webkit-datetime--edit-year-field
  input[type='date']::-webkit-inner-spin-button
  input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  font-size: 0;
  clip: rect(0 0 0 0);
}

.field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.field textarea {
  min-height: 100px;
}
.field select {
  display: none;
}
.field__inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.field__inner:has(input[type='search']):after {
  position: absolute;
  top: calc(50% - 8px);
  left: 12px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/icon-search-1.svg');
  background-color: transparent;
  content: '';
}
.field__inner:has(input[type='search']) .field__input[type='search'] {
  padding-left: 38px;
}
.field__inner:has(.field__clear) .field__input {
  padding-right: 38px;
}
.field__inner:has(.field__input:placeholder-shown) .field__clear {
  visibility: hidden;
  opacity: 0;
}
.field__input {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding-top: 12px;
  padding-right: 19px;
  padding-bottom: 12px;
  padding-left: 19px;
  color: #484848;
  background-color: transparent;
  border: 1px solid #bcc6ce;
  border-radius: 8px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
}
@media (max-width: 767px) {
  .field__input {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
.field__input::-webkit-datetime-edit
  .field__input::-webkit-datetime-edit-fields-wrapper
  .field__input::-webkit-datetime-edit-text
  .field__input::-webkit-datetime-edit-month-field
  .field__input::-webkit-datetime-edit-day-field
  .field__input::-webkit-datetime-edit-year-field
  .field__input::-webkit-inner-spin-button
  .field__input::-webkit-calendar-picker-indicator {
  display: none;
}
.field__input::placeholder {
  font: inherit;
  color: #878e94;
}
.field__input:not(textarea) {
  white-space: nowrap;
}
.field__checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.field__box {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: auto;
  border: 1px solid #bcc6ce;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  transition: background-color 0.3s, box-shadow 0.3s, border-color 0.3s;
  flex-shrink: 0;
  order: -1;
}
.field input[type='checkbox']:checked + .field__box {
  border-color: #e33849;
  background-color: #e33849;
}
.field input[type='checkbox']:checked + .field__box:before {
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/icon-checkbox--checked.svg');
  background-color: transparent;
  content: '';
}
.field input[type='checkbox'].validator__input--error + .field__box {
  border-color: #e33849;
}

.button {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.5px;
  position: relative;
  display: inline-grid;
  max-width: 100%;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fbfbfb;
  background-color: #e33849;
  transition: color 0.3s, background-color 0.3s;
  grid-auto-flow: column;
  gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .button {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .button:not(:disabled):hover {
    background-color: #b22432;
  }
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.button--arrow:after {
  font-family: 'Inter';
  font-size: 18px;
  line-height: 21px;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s;
  will-change: transform;
  content: '→';
}
@media (min-width: 992px) {
  .button--arrow:not(:disabled):hover:after {
    transform: rotate(0deg);
  }
}
.button--transparent {
  color: #484848;
  background-color: transparent;
  border-color: #e4e8ec;
}
@media (min-width: 992px) {
  .button--transparent:not(:disabled):hover {
    background-color: #e4e8ec;
  }
}
.button--transparent-2 {
  color: #fbfbfb;
  background-color: transparent;
  border-color: #e4e8ec;
}
@media (min-width: 992px) {
  .button--transparent-2:not(:disabled):hover {
    color: #484848;
    background-color: #e4e8ec;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 80px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.layout {
  margin-top: 80px;
  margin-bottom: 80px;
}
.layout:has(.slider) .layout__header,
.layout:has(.layout__all) .layout__header,
.layout:has(.layout__action) .layout__header {
  padding-right: 250px;
}
@media (max-width: 991px) {
  .layout:has(.slider) .layout__header,
  .layout:has(.layout__all) .layout__header,
  .layout:has(.layout__action) .layout__header {
    padding-right: 100px;
  }
}
.layout:has(.slider) .layout__header,
.layout:has(.layout__action) .layout__header {
  min-height: 45px;
}
.layout .button {
  margin-top: auto;
}
.layout__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .layout__wrapper {
    gap: 20px;
  }
}
.layout__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.layout__header p {
  max-width: 800px;
  margin: 0;
}
.layout__title {
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0;
  color: #484848;
}
@media (max-width: 991px) {
  .layout__title {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -1px;
  }
}
.layout__action {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.layout__action-link {
  transition: box-shadow 0.3s;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  color: #bcc6ce;
  background-color: #e4e8ec;
  border-radius: 8px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .layout__action-link:hover {
    box-shadow: 0px 4px 12px 0px rgba(155, 167, 177, 0.4);
  }
}
.layout__action-link--active {
  color: #e33849;
}
.layout__action-link svg {
  fill: currentColor;
  stroke: currentColor;
}
.layout__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
  margin-right: -40px;
  margin-left: -40px;
  padding: 0;
  list-style: none;
  gap: 20px;
}
@media (max-width: 1300px) {
  .layout__list {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 991px) {
  .layout__list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .layout__list {
    gap: 10px;
  }
}
.layout__list .slider {
  position: unset;
}
.layout__list .slider__buttons {
  top: 0;
}
.layout__all {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -1px;
  position: absolute;
  top: 0;
  right: -40px;
  display: flex;
  color: #484848;
  text-decoration: none;
  transition: color 0.3s;
  gap: 5px;
}
@media (max-width: 991px) {
  .layout__all {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1300px) {
  .layout__all {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .layout__all {
    position: unset;
  }
}
.layout__all:after {
  font-family: 'Inter';
  font-size: 100%;
  line-height: inherit;
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s;
  will-change: transform;
  content: '→';
}
@media (min-width: 992px) {
  .layout__all:hover {
    color: #e33849;
  }
  .layout__all:hover:after {
    transform: rotate(0deg);
  }
}
.layout__more-link {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -1px;
  display: flex;
  margin: 0 auto;
  padding: 0;
  color: #484848;
  background: 0;
  border: 0;
  text-decoration: none;
  transition: color 0.3s;
  gap: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .layout__more-link {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .layout__more-link:hover {
    color: #e33849;
  }
  .layout__more-link:hover:after {
    transform: rotate(90deg) translateX(5px);
  }
}
.layout__more-link:after {
  font-family: 'Inter';
  font-size: 100%;
  line-height: inherit;
  transform: rotate(90deg);
  transform-origin: 50% 50%;
  transition: transform 0.3s;
  will-change: transform;
  content: '→';
}
.layout__chips {
  display: inline-flex;
  padding: 3px;
  border: 1px solid #bcc6ce;
  border-radius: 100px;
  gap: 10px;
  align-self: flex-start;
}
.layout__chip {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.5px;
  margin: 0;
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px;
  background: 0;
  border: 0;
  border-radius: 100px;
  color: #878e94;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .layout__chip {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .layout__chip:not(.layout__chip--active):hover {
    color: #e33849;
  }
}
.layout__chip--active {
  color: #fbfbfb;
  background-color: #e33849;
}
.layout__inner {
  height: 0;
  grid-column: 1/2;
  grid-row: 1/2;
  gap: 20px;
  transition: opacity 0s;
  opacity: 0;
  pointer-events: none;
}
.layout__inner--active {
  height: auto;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}
.layout--chips .layout__wrapper {
  gap: 20px;
}
.layout--buble .layout__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .layout--buble .layout__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .layout--buble .layout__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .layout--cloud:has(.layout__header) {
    margin-top: -40px;
  }
}
.layout--cloud .layout__header {
  padding-right: 0;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .layout--cloud .layout__header {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .layout--cloud .layout__header + .layout__list {
    border-top-left-radius: 0;
  }
}
.layout--cloud .layout__title {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.5px;
  position: relative;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 7px;
  padding-left: 20px;
  color: #878e94;
  background-color: #fbfbfb;
  border-radius: 20px 20px 0 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .layout--cloud .layout__title {
    font-family: 'Inter';
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.5px;
  }
}
.layout--cloud .layout__title:before {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #fbfbfb;
  mask-image: radial-gradient(circle at 0 0, transparent 20px, white 21px);
  content: '';
}
@media (max-width: 991px) {
  .layout--cloud .layout__title:before {
    display: none;
    content: unset;
  }
}
.layout--cloud .layout__title:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  background-color: #fbfbfb;
  mask-image: radial-gradient(circle at 100% 0, transparent 20px, white 21px);
  content: '';
}
.layout--cloud .layout__wrapper {
  gap: 0;
}
.layout--cloud .layout__list {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .layout--cloud .layout__list {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .layout--cloud .layout__list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .layout--cloud .layout__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout--article .layout__wrapper {
  gap: 0;
}
.layout--article .layout__list {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1300px) {
  .layout--article .layout__list {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .layout--article .layout__list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .layout--article .layout__list {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .layout--article .layout__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.layout--custom .layout__list {
  display: flex;
  flex-wrap: wrap;
}
.layout--custom .layout__list > article,
.layout--custom .layout__list > div {
  flex: 1 1 30%;
}
@media (max-width: 991px) {
  .layout--custom .layout__list > article,
  .layout--custom .layout__list > div {
    flex-basis: 40%;
  }
}
.layout--custom .layout__list > article:nth-child(5n + 1),
.layout--custom .layout__list > div:nth-child(5n + 1) {
  flex: 1 1 40%;
}
@media (max-width: 991px) {
  .layout--custom .layout__list > article:nth-child(5n + 1),
  .layout--custom .layout__list > div:nth-child(5n + 1) {
    flex-basis: 100%;
  }
}
.layout--custom .layout__list > article:nth-child(5n + 2),
.layout--custom .layout__list > div:nth-child(5n + 2) {
  flex: 1 1 40%;
}
.layout--custom
  .layout__list
  .custom-card:nth-child(5n + 1)
  .custom-card__banner {
  top: 0;
  bottom: unset;
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .layout--custom
    .layout__list
    .custom-card:nth-child(5n + 1)
    .custom-card__banner {
    right: 0;
    bottom: 0;
    left: unset;
    width: 155px;
    height: 155px;
  }
}
.layout--custom
  .layout__list
  .custom-card:nth-child(5n + 2)
  .custom-card__banner {
  top: 0;
  bottom: unset;
  width: 300px;
  height: 300px;
}
@media (max-width: 767px) {
  .layout--custom
    .layout__list
    .custom-card:nth-child(5n + 2)
    .custom-card__banner {
    top: unset;
    right: unset;
    bottom: -20px;
    left: 0;
    width: 120px;
    height: 120px;
  }
}
.layout--grid-2 .layout__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .layout--grid-2 .layout__list {
    grid-template-columns: 1fr;
  }
}
.layout--grid-3 .layout__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
@media (max-width: 991px) {
  .layout--grid-3 .layout__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .layout--grid-3 .layout__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.layout--grid-4 .layout__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1300px) {
  .layout--grid-4 .layout__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .layout--grid-4 .layout__list {
    grid-template-columns: minmax(0, 1fr);
  }
}
.layout--watch .layout__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
@media (max-width: 991px) {
  .layout--watch .layout__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .layout--watch .layout__list {
    display: flex;
    flex-wrap: wrap;
  }
}
.layout--hidden {
  overflow: hidden;
}

.mobile-nav__wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  gap: 20px;
}
.mobile-nav__main {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-nav__main:has(.mobile-nav__nav-item--sub) .mobile-nav__action {
  display: none;
}
.mobile-nav__main:has(.mobile-nav__nav-item--sub) .mobile-nav__search {
  display: none;
}
.mobile-nav__main:has(.mobile-nav__nav-item--sub) .mobile-nav__nav-item {
  border: 0;
}
.mobile-nav__main:has(.mobile-nav__nav-item--sub)
  .mobile-nav__nav-item:not(.mobile-nav__nav-item--sub) {
  display: none;
}
.mobile-nav__main:has(.mobile-nav__nav-item--sub) .mobile-nav__nav-link {
  display: none;
}
.mobile-nav__main:has(.mobile-nav__nav-item--sub) .mobile-nav__sub-in {
  display: none;
}
.mobile-nav__action {
  display: flex;
  gap: 10px;
}
.mobile-nav__action .button {
  flex-grow: 1;
}
.mobile-nav__footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  color: #878e94;
  list-style: none;
  gap: 16px;
}
.mobile-nav__list:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #e4e8ec;
}
.mobile-nav__list--user {
  color: #484848;
}
.mobile-nav__link {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  display: flex;
  color: currentColor;
  text-decoration: none;
  gap: 10px;
}
@media (max-width: 767px) {
  .mobile-nav__link {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
.mobile-nav__link i {
  display: flex;
  flex-shrink: 0;
}
.mobile-nav__link--lang {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  border-radius: 20px;
  color: #484848;
  background-color: #e4e8ec;
}
.mobile-nav__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e4e8ec;
}
.mobile-nav__nav-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e8ec;
}
.mobile-nav__nav-item--sub .mobile-nav__sub {
  display: unset;
}
.mobile-nav__nav-link {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.5px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #484848;
  text-decoration: none;
  text-transform: uppercase;
  flex-grow: 1;
}
.mobile-nav__sub {
  display: none;
}
.mobile-nav__sub-in {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  flex-shrink: 0;
}
.mobile-nav__sub-in:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  transform: rotate(45deg);
  content: '';
}

.header {
  position: sticky;
  z-index: 5;
  margin-bottom: 24px;
  margin-top: 24px;
  top: 0;
}
@media (max-width: 991px) {
  .header {
    margin-top: 0;
    /* background-color: #fbfbfb; */
    /* box-shadow: 0 0 25px rgba(60, 60, 60, 0.18); */
  }
}

@media print {
  .header {
    display: none;
  }
}
.header:has(.mobile-nav__nav-item--sub) .header__sub-out {
  display: flex;
}
.header:has(.mobile-nav__nav-item--sub) .header__logo {
  display: none;
}
.header + main .intro:first-child {
  margin-top: -40px;
}
@media (max-width: 991px) {
  .header + main .intro:first-child {
    margin-top: 0;
  }
}
.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(33, 33, 33, 0.3);
}
.header__padding {
  padding-top: 82px;
}
@media (max-width: 991px) {
  .header__padding {
    padding-top: 65px;
  }
}
@media (max-width: 991px) {
  .header__top {
    display: none;
  }
}
.header__top-padding {
  padding-top: 42px;
}
@media (max-width: 991px) {
  .header__top-padding {
    padding-top: 0;
  }
}
.header__top-fixed {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  height: 42px;
  background-color: #edf0f3;
  transition: transform 0.3s;
  will-change: transform;
}
.header__fixed {
  /* position: fixed;
  top: 42px;
  right: 0;
  left: 0;
  z-index: 10;
  transition: transform 0.3s;
  will-change: transform;
  pointer-events: none; */
}
@media (max-width: 991px) {
  /* .header__fixed {
    top: 0;
  } */
}
.header__buble {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: border-radius 0.3s;
  pointer-events: auto;
}
@media (max-width: 1300px) {
  .header__buble {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .header__buble {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header__buble {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .header__buble {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.header__buble:has(.header__nav-item:hover .header__sub) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header__wrapper {
  display: flex;
  transition: box-shadow 0.3s;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .header__wrapper {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .header__wrapper {
    height: 65px;
    justify-content: space-between;
    align-items: center;
  }
}
.header__wrapper:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 0vh 0 110vh rgba(0, 0, 0, 0.3);
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  content: '';
}
.header__wrapper:has(.header__nav-item:hover .header__sub):after {
  visibility: visible;
  opacity: 1;
}
.header__sub-out {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.5px;
  position: relative;
  max-width: calc(100% - 45px);
  display: none;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #878e94;
  background: 0;
  border: 0;
  gap: 5px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header__sub-out {
    font-family: 'Inter';
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.5px;
  }
}
.header__sub-out:before {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  flex-shrink: 0;
  content: '';
}
.header__sub-out span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__logo {
  display: flex;
  width: 180px;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .header__logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .header__logo {
    width: 156px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header__nav {
  /* margin-right: auto; */
}

.header__nav-separator {
  background-color: #e4e8ec;
  width: 2px;
  height: 24px;
}

@media (max-width: 991px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
}
@media (max-width: 1300px) {
  .header__nav-list {
    gap: 20px;
  }
}
.header__nav-item {
  height: 100%;
}
@media (min-width: 992px) {
  .header__nav-item:hover .header__sub {
    visibility: visible;
    opacity: 1;
  }
  .header__nav-item:hover .header__sub ~ a:before {
    transform: rotate(-45deg);
  }
  .header__nav-item:hover .header__sub ~ a:after {
    transform: rotate(45deg);
  }
}
.header__nav-link {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.5px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #484848;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 767px) {
  .header__nav-link {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .header__nav-link:hover {
    color: #e33849;
  }
}
.header__nav-angle {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.header__nav-angle span {
  position: relative;
  width: 6px;
  display: block;
  color: #e33849;
}
.header__sub {
  position: absolute;
  top: 66px;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}
.header__sub ~ a {
  position: relative;
  padding-right: 20px;
}
.header__sub ~ a:before {
  position: absolute;
  right: 8px;
  width: 6px;
  height: 2px;
  background-color: #e33849;
  transform: rotate(45deg);
  transition: transform 0.3s;
  content: '';
}
.header__sub ~ a:after {
  position: absolute;
  right: 4px;
  width: 6px;
  height: 2px;
  background-color: #e33849;
  transform: rotate(-45deg);
  transition: transform 0.3s;
  content: '';
}
.header__sub-wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  height: 380px;
  margin-right: -40px;
  margin-left: -40px;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 1300px) {
  .header__sub-wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .header__sub-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .header__sub-wrapper {
    padding-bottom: 20px;
  }
}
.header__sub-wrapper .header-dropdown {
  height: 100%;
}
.header__button {
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #878e94;
  background: 0;
  border: 0;
  gap: 10px;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header__button {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .header__button:hover {
    color: #484848;
  }
}
.header__button svg {
  fill: currentColor;
}
.header__action {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .header__action {
    display: none;
  }
}
.header__burger {
  display: none;
  width: 24px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  user-select: none;
}
@media (max-width: 991px) {
  .header__burger {
    display: flex;
  }
}
.header__burger span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  transition-delay: 0.3s;
  color: #878e94;
  background: currentColor;
  border-radius: 2px;
  vertical-align: bottom;
}
.header__burger span:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: top 0.3s 0.3s, transform 0.3s, width 0.3s 0.3s;
  background: currentColor;
  border-radius: 2px;
  transform-origin: 50% 50%;
  content: '';
}
.header__burger span:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: top 0.3s 0.3s, transform 0.3s, width 0.3s 0.3s;
  background: currentColor;
  border-radius: 2px;
  transform-origin: 50% 50%;
  content: '';
}
.header__mobile-nav {
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: calc(100dvh - 65px);
  flex-direction: column;
  background-color: #fbfbfb;
  transition: transform 0.3s 0.3s, visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  pointer-events: auto;
}
.header__search {
  display: none;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 991px) {
  .header--fixed .header__fixed {
    background-color: #fbfbfb;
  }
}
.header--fixed .header__buble {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  box-shadow: 0 0 25px rgba(60, 60, 60, 0.18);
}
.header--search .header__overlay {
  display: block;
}
.header--search .header__top-fixed {
  z-index: 0;
}
.header--search .header__wrapper {
  display: none;
}
.header--search .header__search {
  display: unset;
  animation: openSearch 1s;
  animation-fill-mode: forwards;
}
.header--search .header__buble {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  box-shadow: none;
}
.header--hidden .header__fixed {
  transform: translateY(-42px);
}
@media (max-width: 991px) {
  .header--hidden .header__fixed {
    transform: translateY(-120%);
  }
}
.header--hidden .header__top-fixed {
  transform: translateY(-120%);
}
.header--hidden .header__buble {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media (max-width: 991px) {
  .header--hidden .header__buble {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .header--dropdown .header__fixed {
    background-color: #fbfbfb;
  }
  .header--dropdown .header__mobile-nav {
    transition: visibility 0.3s, opacity 0.3s;
    visibility: visible;
    opacity: 1;
  }
}
.header--dropdown .header__burger span {
  width: 24px;
  background-color: transparent;
  transition: width 0.3s 0.3s, background-color 0.3s;
}
.header--dropdown .header__burger span:before {
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s, width 0.3s 0.3s;
  transform: rotate3d(0, 0, 1, 45deg);
}
.header--dropdown .header__burger span:after {
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s, width 0.3s 0.3s;
  transform: rotate3d(0, 0, 1, -45deg);
}

.header-dropdown {
  display: flex;
  gap: 10px;
}
@media (max-width: 1300px) {
  .header-dropdown {
    flex-direction: column;
  }
}
.header-dropdown__main-list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
  flex-grow: 1;
}
.header-dropdown__main-item {
  width: 100%;
  max-width: 430px;
}
@media (max-width: 1300px) {
  .header-dropdown__main-item {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .header-dropdown__main-item:hover .header-dropdown__sub {
    visibility: visible;
    opacity: 1;
  }
}
.header-dropdown__main-link {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.5px;
  display: flex;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  color: #484848;
  border-radius: 8px;
  text-transform: uppercase;
  color: #484848;
  text-decoration: none;
  transition: color 0.3s;
}
@media (min-width: 992px) {
  .header-dropdown__main-link:hover {
    background-color: #edf0f3;
  }
}
.header-dropdown__sub {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 430px;
  padding-left: 40px;
  transition: visibility 0.3s, opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1300px) {
  .header-dropdown__sub {
    left: 330px;
  }
}
.header-dropdown__sub ~ a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.header-dropdown__sub ~ a:after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #484848;
  border-right: 2px solid #484848;
  transform: rotate(45deg);
  content: '';
}
.header-dropdown__list {
  scrollbar-width: thin;
  /* Chrome and Safari */
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  border-left: 1px solid #e4e8ec;
  list-style: none;
  gap: 26px;
  overflow-x: auto;
}
.header-dropdown__list::-webkit-scrollbar {
  width: 14px;
}
.header-dropdown__list::-webkit-scrollbar-track {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
}
.header-dropdown__list::-webkit-scrollbar-thumb {
  height: 4px;
  border: 5px solid #fbfbfb;
  border-radius: 8px;
  background-color: #484848;
}
.header-dropdown__link {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  display: flex;
  color: #484848;
  text-decoration: none;
  transition: color 0.3s;
  gap: 10px;
}
@media (max-width: 767px) {
  .header-dropdown__link {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 992px) {
  .header-dropdown__link:hover {
    color: #e33849;
  }
}
.header-dropdown__link i {
  display: flex;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.header-dropdown__link i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-dropdown__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #edf0f3;
  border-radius: 8px;
}
@media (max-width: 1300px) {
  .header-dropdown__footer {
    flex-direction: row;
  }
}
@media (max-width: 1300px) {
  .header-dropdown__footer {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
    border-top: 1px solid #e4e8ec;
  }
}
.header-dropdown__footer .header-dropdown__list {
  height: auto;
  padding: 20px;
  border: 0;
  gap: 20px;
}
@media (max-width: 1300px) {
  .header-dropdown__footer .header-dropdown__list {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
}

.career {
  color: #484848;
}

@media (max-width: 991px) {
  .career {
    margin-top: -200px;
  }
}

@media (max-width: 767px) {
  .career + .layout {
    margin-top: 40px;
  }
}

.career__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-image: url('../images/Career_Vector.svg');
  background-repeat: no-repeat;
  background-position: 0px 260px;
}

@media (max-width: 1300px) {
  .career__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .career__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .career__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-top: 200px;
  }
}

.career__main {
  position: relative;
}

.career__content {
  position: relative;
  min-height: 480px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .career__content {
    min-height: 312px;
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .career__content img {
    width: 380px;
    height: 235px;
  }
}

.career__title {
  font-family: 'Inter';
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -2px;
  margin: 0;

  .career__title--highlight {
    color: #e33849;
  }

  padding-top: 100px;
  padding-left: 60px;
}

@media (max-width: 991px) {
  .career__title {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -1px;
    padding-top: 0px;
    padding-left: 0px;
    align-self: start;
  }
}

.sector-card {
  transition: box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fbfbfb;
  border-radius: 20px;
  gap: 20px;
  overflow: hidden;
}

.sector-card br {
  display: none;
}

.sector-card__wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sector-card__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.sector-card__banner {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.sector-card__banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.sector-card__content {
  flex-direction: column;
  max-width: 344px;
}

@media (max-width: 767px) {
  .sector-card__content {
    max-width: initial;
  }
}

.sector-card__title {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -1px;
  color: #484848;
  text-decoration: none;
  transition: color 0.3s;
  flex-grow: 1;
  margin: 0;
  margin-bottom: 20px;
}

.sector-card__text {
  margin: 0;
}

.benefits {
  margin-top: -80px;
  padding-top: 80px;
}

.benefits__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1300px) {
  .benefits__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .benefits__wrapper {
    border-radius: 0px;
  }
}

.benefits__title {
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0;
  color: #484848;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .benefits__title {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}

.benefits__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  gap: 30px;
}

@media (max-width: 991px) {
  .benefits__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.benefits__list > li {
  flex: 1 1 30%;
}

@media (max-width: 991px) {
  .benefits__list > li {
    flex-basis: 40%;
  }
}

.benefits__list > li:nth-child(5n + 1) {
  flex: 1 1 40%;
}

@media (max-width: 991px) {
  .benefits__list > li:nth-child(5n + 1) {
    flex-basis: 100%;
  }
}

.benefits__list > li:nth-child(5n + 2) {
  flex: 1 1 50%;
}

.benefits__item {
  display: flex;
}

.benefits-card {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #edf0f3;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .benefits-card {
    height: auto;
    min-height: 160px;
  }
}

@media (max-width: 991px) {
  .benefits-card img {
    width: 80px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

.benefits-card__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  gap: 15px;
  flex-grow: 1;
}

@media (max-width: 1300px) {
  .benefits-card__content {
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .benefits-card__content {
    padding-right: 0px;
  }
}

.benefits-card__title {
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 0;
}

@media (max-width: 991px) {
  .benefits-card__title {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -1px;
  }
}

@media (max-width: 767px) {
  .benefits-card__title {
    margin-bottom: auto;
  }
}

.benefits-card__text {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin: 0;
  color: #878e94;
}

@media (max-width: 767px) {
  .benefits-card__text {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}

.statistics__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 991px) {
  .statistics__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .statistics__list {
    grid-template-columns: 1fr;
  }
}
.statistics__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
@media (min-width: 992px) {
  .statistics__item:not(:nth-child(4n + 1)):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #e4e8ec;
    content: '';
  }
}
@media (max-width: 767px) {
  .statistics__item:nth-child(2):after {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #e4e8ec;
    content: '';
  }
}
@media (max-width: 991px) {
  .statistics__item:nth-child(n + 3):after {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #e4e8ec;
    content: '';
  }
}
@media (max-width: 991px) {
  .statistics__item:nth-child(even):before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    background-color: #e4e8ec;
    content: '';
  }
}
@media (max-width: 767px) {
  .statistics__item:nth-child(even):before {
    display: none;
    content: unset;
  }
}
.statistics__value {
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: -1px;
  margin: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .statistics__value {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -1px;
  }
}
.statistics__text {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .statistics__text {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}

.statistics__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
}

@media (max-width: 1300px) {
  .statistics__wrapper {
    margin-right: 0px;
    margin-left: 0px;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
  }
}

.statistics__title {
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0;
  margin-right: -40px;
  margin-left: -40px;
  margin-bottom: 62px;
  color: #484848;
}

@media (max-width: 991px) {
  .statistics__title {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}

.statistics-list {
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  grid-template-rows: repeat(2, auto);
  margin: 0;
  margin-right: -40px;
  margin-left: -40px;
  padding: 0;
  gap: 20px;
}

@media (max-width: 991px) {
  .statistics-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 134px);
  }
}

.statistics-card:first-child {
  grid-column: span 4;
  grid-row: span 2;
}

.statistics-card:nth-child(2) {
  grid-column: span 9;
  grid-row: span 1;
}

.statistics-card:nth-child(3) {
  grid-column: span 9;
  grid-row: span 1;
}

.statistics-card:nth-child(4) {
  grid-column: span 6;
  grid-row: span 1;
}

.statistics-card:nth-child(5) {
  grid-column: span 6;
  grid-row: span 1;
}

.statistics-card:nth-child(6) {
  grid-column: span 6;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .statistics-card:first-child {
    grid-column: span 2;
    grid-row: span 1;
    order: 1;
  }

  .statistics-card:nth-child(2) {
    grid-column: span 1;
    grid-row: span 1;
    order: 2;
  }

  .statistics-card:nth-child(3) {
    grid-column: span 1;
    grid-row: span 1;
    order: 3;
  }

  .statistics-card:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
    order: 5;
  }

  .statistics-card:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
    order: 6;
  }

  .statistics-card:nth-child(6) {
    grid-column: span 2;
    grid-row: span 1;
    order: 4;
  }
}

.statistics-card {
  transition: box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  gap: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .statistics-card {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.statistics-card__info {
  font-family: 'Inter';
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -2px;
  margin: 0;
  color: #e33849;
}

@media (max-width: 991px) {
  .statistics-card__info {
    font-size: 26px;
    line-height: 28px;
  }
}

.statistics-card__text {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin: 0;
}

.statistics-card:first-child .statistics-card__text {
  text-align: right;
}

@media (max-width: 991px) {
  .statistics-card__text {
    text-align: right;
  }
}

.highlights {
  margin-top: -80px;
  padding-top: 80px;
}

.highlights__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .highlights__header {
    margin-bottom: 20px;
  }
}

.highlights__button-container--prev-button,
.highlights__button-container--next-button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfbfb;
  border: none;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s;
  will-change: transform;
  cursor: pointer;
}

.highlights__button-container--prev-button:after,
.highlights__button-container--next-button:after {
  font-family: 'Inter';
  font-size: 16px;
  line-height: 1;
}

.highlights__button-container--prev-button:after {
  content: '←';
}

.highlights__button-container--next-button:after {
  content: '→';
}

.highlights__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1300px) {
  .highlights__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.highlights__title {
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0;
  color: #484848;
}

@media (max-width: 991px) {
  .highlights__title {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 0;
  }
}

.highlights__button-container {
  display: flex;
}

@media (max-width: 991px) {
  .highlights__button-container {
    display: none;
  }
}

.highlights-gallery__container {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}

.highlights-gallery__slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.highlights-gallery__slider-images {
  display: flex;
  gap: 40px;
  overflow-x: auto;
}

.highlights-gallery__slider-images::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  .highlights-gallery__slider-images {
    gap: 20px;
  }
}

.highlights-gallery__slider-images img {
  width: 600px;
  max-height: 400px;
  cursor: pointer;
  object-fit: cover;
}

@media (max-width: 991px) {
  .highlights-gallery__slider-images img {
    width: auto;
    max-height: 200px;
  }
}

.highlights-gallery__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.highlights-gallery__overlay--button-wrapper {
  display: flex;
  flex-direction: column;
  height: 70%;
  justify-content: space-between;
  position: absolute;
  left: 3%;
}

.highlights-gallery__overlay--up-button,
.highlights-gallery__overlay--down-button {
  width: 137px;
  padding: 0;
  border: none;
  height: 32px;
  min-height: initial;
  z-index: 20;
  background-color: #878e94;
}

.highlights-gallery__overlay--up-button:not(:disabled):hover {
  background-color: #bcc6ce;
}

.highlights-gallery__overlay--down-button:not(:disabled):hover {
  background-color: #bcc6ce;
}

.highlights-gallery__slider-images--vertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 59%;
  max-width: 10%;
  position: absolute;
  left: 3%;
  overflow-y: auto;
}

.highlights-gallery__slider-images--vertical::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  .highlights-gallery__slider-images--vertical {
    display: none;
  }
}

.highlights-gallery__slider-images--vertical img {
  max-width: 137px;
  max-height: 92px;
  border-radius: 21px;
  object-fit: contain;
}

.highlights-gallery__overlay #full-image {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  /* border-radius: 21px; */
}

@media (max-width: 991px) {
  .highlights-gallery__overlay #full-image {
    max-width: 100%;
    max-height: 100%;
  }
}

.highlights-gallery__overlay--close-button {
  position: absolute;
  top: 47px;
  right: 47px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .highlights-gallery__overlay--close-button {
    top: 37px;
    right: 37px;
  }
}

@media (max-width: 991px) {
  .highlights-gallery__slider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .highlights-gallery__slider::-webkit-scrollbar {
    display: none;
  }

  .highlights-gallery__slider-images {
    transition: none;
  }
}

.infinitum-in-three-words {
  padding-top: 80px;
}
.infinitum-in-three-words__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  /* padding-top: 40px; /
  / padding-bottom: 40px; */
}
@media (max-width: 1300px) {
  .infinitum-in-three-words__wrapper {
    margin-right: 0px;
    margin-left: 0px;
    /* padding-top: 20px; /
    / padding-bottom: 20px; */
  }
}
.infinitum-in-three-words__title {
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0;
  color: #484848;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .infinitum-in-three-words__title {
    font-family: 'Inter';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }
}
.infinitum-in-three-words__video-container {
  position: relative;
  padding-bottom: 56.25%; /* Соотношение сторон 16:9 (высота / ширина * 100%) */
  height: 0;
  overflow: hidden;
}
.infinitum-in-three-words__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.join-us {
  padding-top: 80px;
}

.join-us__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1300px) {
  .join-us__wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.join-us__wrapper .button {
  width: 302px;
}

@media (max-width: 991px) {
  .join-us__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .join-us__wrapper .button {
    width: 100%;
    min-height: 60px;
  }
}

.join-us__text {
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 0;
  color: #484848;
}

@media (max-width: 991px) {
  .join-us__text {
    text-align: center;
  }
}

.career-form {
  padding-top: 80px;
}

.career-form__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1300px) {
  .career-form__wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.career-form__text {
  font-family: 'Inter';
  font-size: 26px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 0;
  color: #484848;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .career-form__text {
    font-size: 20px;
    line-height: 22px;
  }
}

.career-form__content {
  max-width: 800px;
  margin: 0 auto;
}

.career-form__input-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.career-form__input-group .field:first-child {
  grid-column: span 2;
}

@media (max-width: 991px) {
  .career-form__input-group {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .career-form__input-group .field:first-child {
    grid-column: initial;
  }
}

.career-form__content input[type='text'],
.career-form__content input[type='tel'],
.career-form__content input[type='email'],
.career-form__content input[type='file'] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.career-form__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}

.career-form__submit-button {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  min-height: 60px;
}

.career-form__file-button {
  margin: 30px 0 30px 0;
}

.career-form__file-upload-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.career-form__file-input-wrapper {
  display: flex;
  gap: 30px;
}

@media (max-width: 991px) {
  .career-form__file-input-wrapper {
    gap: 20px;
    align-items: start;
    flex-direction: column;
  }
}

.career-form__file-hint {
  margin-top: 10px;
  font-size: 14px;
}

.career-form__file-delete-button {
  appearance: none;
  width: 24px;
  height: 24px;
  background: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.career-form__file-delete-button svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.footer {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #edf0f3 0%, #bbc4cd 100%);
}
@media (max-width: 767px) {
  .footer {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  .footer {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .footer {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
.footer__wrapper {
  margin-right: -40px;
  margin-left: -40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #fbfbfb;
  border-radius: 20px;
  display: grid;
  grid-template-areas: 'logo logo contacts contacts' 'socials links addresses addresses' 'bottom bottom bottom bottom';
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: min-content;
  column-count: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  column-gap: 20px;
  row-gap: 60px;
}
@media (max-width: 1300px) {
  .footer__wrapper {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .footer__wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  .footer__wrapper {
    grid-template-areas: 'logo contacts contacts' 'socials addresses addresses' 'links addresses addresses' 'bottom bottom bottom';
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 991px) {
  .footer__wrapper {
    grid-template-areas: 'logo logo' 'contacts contacts' 'socials links' 'addresses addresses' 'bottom bottom';
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer__wrapper {
    margin-right: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    grid-template-areas: 'logo logo' 'contacts contacts' 'socials socials' 'addresses addresses' 'bottom bottom';
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.footer__logo {
  grid-area: logo;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 767px) {
  .footer__logo {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer__contacts {
  grid-area: contacts;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.footer__socials {
  grid-area: socials;
}
.footer__addresses {
  grid-area: addresses;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .footer__addresses {
    display: flex;
    flex-direction: column;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
@media (max-width: 767px) {
  .footer__links {
    gap: 10px;
  }
}
.footer__link {
  display: flex;
  color: #484848;
  text-decoration: none;
  transition: color 0.3s;
  gap: 5px;
}
@media (min-width: 992px) {
  .footer__link[href]:hover {
    color: #e33849;
  }
}
.footer__bottom {
  font-family: 'Inter';
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.5px;
  grid-area: bottom;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: 'copy documents impaired who';
  padding-top: 30px;
  border-top: 1px solid #e4e8ec;
  column-gap: 20px;
  row-gap: 60px;
}
@media (max-width: 1300px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .footer__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: 'impaired documents' 'copy who';
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    grid-template-columns: 1fr;
    grid-template-areas: 'impaired' 'documents' 'copy' 'who';
    align-items: unset;
    padding-top: 0;
    border-top: 0;
  }
}
.footer__bottom p,
.footer__bottom a {
  margin: 0;
  color: #878e94;
}
@media (min-width: 992px) {
  .footer__bottom p[href]:hover,
  .footer__bottom a[href]:hover {
    color: #484848;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer__column--copy {
  grid-area: copy;
}
.footer__column--documents {
  grid-area: documents;
}
.footer__column--impaired {
  grid-area: impaired;
}
.footer__column--who {
  grid-area: who;
}

.contact-card {
  position: relative;
}
.contact-card__link {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.5px;
  height: 120px;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #484848;
  background-color: #edf0f3;
  border-radius: 24px;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media (max-width: 991px) {
  .contact-card__link {
    font-family: 'Inter';
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 767px) {
  .contact-card__link {
    height: 100px;
    border-radius: 10px;
  }
}
@media (min-width: 992px) {
  .contact-card__link:hover {
    background-color: #bcc6ce;
  }
  .contact-card__link:hover .contact-card__icon {
    transform: rotate(10deg);
  }
}
.contact-card__icon {
  position: absolute;
  top: -17px;
  right: 7px;
  display: flex;
  width: 80px;
  height: 80px;
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  .contact-card__icon {
    top: 5px;
    right: 5px;
    width: 60px;
    height: 60px;
  }
}
.contact-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.socials__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.socials__link {
  display: grid;
  width: 65px;
  height: 65px;
}
@media (max-width: 767px) {
  .socials__link {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .socials__link:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.socials__link img {
  display: block;
  width: 100%;
  height: auto;
  transition: visibility 0.3s, opacity 0.3s;
  grid-column: 1/2;
  grid-row: 1/2;
}
.socials__link img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.request__legal-text {
  margin: 0;
}
.request__legal-text a {
  color: #878e94;
  text-decoration: underline;
  transition: text-decoration-color 0.3s;
  text-decoration-color: currentcolor;
  text-underline-position: under;
}
@media (min-width: 992px) {
  .request__legal-text a:hover {
    text-decoration-color: transparent;
  }
}
