@charset "UTF-8";
:root {
  --accent-green: #3BE415;
  --accent-dark-blue: #1E0467;
  --accent-violet: #6729DD;
  --bg-dark: #0F0821;
  --color-white: #fff;
  --white-200: #FFFFFF99;
  --accent-blue: #364BD4;
  --blue-200: #5B71FF;
  --blue-300: #63669E;
  --blue-400: #43456C;
  --blue-500: #32334E;
  --grey-0: rgba(52, 54, 101, 0.09);
  --grey-100: #A0A0A0;
  --grey-200: rgba(81, 81, 81, 0.5);
  --grey-300: #21222E;
  --grey-400: rgba(15, 8, 33, 0.5);
  --purple-100: #BDC6FF;
  --purple-200: #99A4EF;
  --bg-white: #fff;
  --bg-grey: #D9D9D9;
  --bg-light-grey: #EFF1F3;
  --font-size-body: 16px;
  --font-family-base: "Onest", Arial, Helvetica, sans-serif;
  --text-dark-color: #282828;
  --text-white-color: #fff;
  --br-btn: 500px;
  --br-24: 24px;
  --br-20: 20px;
  --container-padding-y: 64px;
  --section-offset: 180px;
  --blocks-offset: 100px;
}
@media (max-width: 1540px) {
  :root {
    --section-offset: 150px;
    --blocks-offset: 90px;
  }
}
@media (max-width: 1290px) {
  :root {
    --section-offset: 120px;
    --blocks-offset: 70px;
  }
}
@media (max-width: 1030px) {
  :root {
    --section-offset: 100px;
    --blocks-offset: 60px;
  }
}
@media (max-width: 780px) {
  :root {
    --section-offset: 75px;
    --blocks-offset: 50px;
  }
}
@media (max-width: 580px) {
  :root {
    --section-offset: 60px;
    --blocks-offset: 40px;
  }
}

@font-face {
  font-family: "Onest";
  src: local("Onest"), url("../fonts/Onest-Bold.woff") format("woff"), url("../fonts/Onest-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest"), url("../fonts/Onest-SemiBold.woff") format("woff"), url("../fonts/Onest-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest"), url("../fonts/Onest-Medium.woff") format("woff"), url("../fonts/Onest-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: local("Onest"), url("../fonts/Onest-Regular.woff") format("woff"), url("../fonts/Onest-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
a,
a:visited {
  text-decoration: none;
  color: inherit;
}

html,
body {
  scrollbar-gutter: stable;
}

.page {
  background-color: var(--bg-dark);
  font-family: var(--font-family-base);
  font-size: var(--font-size-body);
  font-weight: 400;
  color: var(--color-white);
  min-width: 360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-x: clip;
  position: relative;
  line-height: 1.2;
}

.main {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container {
  max-width: calc(1680px + var(--container-padding-y) * 2);
  width: 100%;
  padding-inline: var(--container-padding-y);
  margin-inline: auto;
  position: relative;
}
@media (min-width: 1915px) {
  .container {
    --container-padding-y: 120px;
  }
}
@media (max-width: 1685px) {
  .container {
    --container-padding-y: 50px;
    max-width: calc(1520px + var(--container-padding-y) * 2);
  }
}
@media (max-width: 1540px) {
  .container {
    max-width: calc(1340px + var(--container-padding-y) * 2);
  }
}
@media (max-width: 1290px) {
  .container {
    max-width: calc(1180px + var(--container-padding-y) * 2);
  }
}
@media (max-width: 1030px) {
  .container {
    --container-padding-y: 30px;
    max-width: calc(965px + var(--container-padding-y) * 2);
  }
}
@media (max-width: 780px) {
  .container {
    --container-padding-y: 20px;
    max-width: calc(728px + var(--container-padding-y) * 2);
  }
}
@media (max-width: 580px) {
  .container {
    width: 100%;
  }
}

.container-privacy {
  max-width: calc(60% + var(--container-padding-y) * 2);
  width: 100%;
  padding-inline: var(--container-padding-y);
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1030px) {
  .container-privacy {
    max-width: calc(80% + var(--container-padding-y) * 2);
  }
}
@media (max-width: 780px) {
  .container-privacy {
    --container-padding-y: 16px;
    max-width: calc(100% + var(--container-padding-y) * 2);
  }
}

.visually-hidden {
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media screen and (min-width: 1031px) {
  .visible-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1030px) {
  .hidden-mobile {
    display: none !important;
  }
}
.page-heading {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.275;
  color: #fff;
}
@media (max-width: 1540px) {
  .page-heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 1290px) {
  .page-heading {
    margin-bottom: 16px;
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .page-heading {
    font-size: 24px;
  }
}

.page-empty-message {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-200);
}
@media (max-width: 1540px) {
  .page-empty-message {
    font-size: 20px;
  }
}
@media (max-width: 1290px) {
  .page-empty-message {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
@media (max-width: 780px) {
  .page-empty-message {
    margin-bottom: 20px;
  }
}

.stop-scroll {
  overflow-y: hidden;
}

.input_type_error {
  border: 1px solid var(--accent-error) !important;
}

.input-error {
  width: 100%;
  opacity: 0;
  font-size: 9px;
  color: var(--accent-error);
}
@media (max-width: 780px) {
  .input-error {
    font-size: 8px;
  }
}

.input-error_active {
  opacity: 1;
}

.empty-error {
  font-size: 9px;
  color: var(--accent-error);
  height: 13px;
}
@media (max-width: 780px) {
  .empty-error {
    font-size: 8px;
  }
}

.btn_inactive {
  opacity: 0.5;
  cursor: not-allowed;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

:where(address[class]) {
  font-style: normal;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
  outline: none;
}

html {
  height: 100%;
}

html,
:has(:target) {
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  height: 100%;
  line-height: 1.5;
}

svg * {
  -webkit-transition-property: fill, stroke;
  transition-property: fill, stroke;
}

/**
   Удаляем все анимации и переходы для людей,
   которые предпочитают их не использовать
  */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 153px;
  height: 38px;
}
@media (max-width: 1290px) {
  .logo {
    width: 123px;
    height: 31px;
  }
}
@media (max-width: 780px) {
  .logo {
    width: 60px;
    height: 26px;
  }
}
@media (max-width: 580px) {
  .logo {
    width: 80px;
    height: 20px;
  }
}

.input-search {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.input-search input {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  background-color: #fff;
  color: var(--bg-dark);
  border: none;
}
@media (max-width: 1290px) {
  .input-search input {
    line-height: 1.275;
    padding-block: 14px;
  }
}
.input-search__container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.input-search__search {
  width: 100%;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 6px;
  position: absolute;
  z-index: 99;
}
.input-search__search-empty {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey-100);
}
.input-search__list {
  width: 100%;
  max-height: 235px;
  overflow-y: scroll;
  scrollbar-width: none;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.input-search__list-item {
  padding: 8px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
}
@media (hover: hover) {
  .input-search__list-item:hover {
    background-color: var(--grey-0);
  }
}
@media (hover: none) {
  .input-search__list-item:active {
    background-color: var(--grey-0);
  }
}
.input-search__img {
  width: 48px;
  height: 48px;
}
.input-search__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.input-search__text {
  color: var(--bg-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.input-search__text-price {
  color: var(--grey-100);
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.pagination__list-item {
  min-width: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 8px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__list-item.active {
  background-color: var(--accent-blue);
  border: transparent;
}
.pagination__btn-prev, .pagination__btn-next {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  color: #0F0821;
  cursor: pointer;
}
.pagination__btn-prev svg, .pagination__btn-next svg {
  width: 6px;
  height: 12px;
}

.pagination-btn-disable {
  background-color: var(--blue-500);
  color: var(--blue-300);
}

.card {
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 20px;
  background-color: var(--blue-500);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1540px) {
  .card {
    padding: 14px;
  }
}
@media (max-width: 1290px) {
  .card {
    padding: 12px;
  }
}
.card__top {
  height: 216px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1290px) {
  .card__top {
    height: 190px;
  }
}
@media (max-width: 580px) {
  .card__top {
    height: 180px;
  }
}
.card__images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card__image-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
}
.card__image-item:first-child .card__img {
  opacity: 1;
  z-index: -1;
}
.card__image-item:hover .card__img {
  opacity: 1;
  z-index: -1;
}
.card__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}
.card__img img {
  max-width: 90%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card__pagination-list {
  max-width: 220px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 25;
}
.card__pagination-item {
  margin-inline: 4px;
  width: 45px;
  height: 2px;
  border-radius: 40px;
  background-color: var(--purple-100);
}
@media (max-width: 1290px) {
  .card__pagination-item {
    width: 35px;
  }
}
@media (max-width: 580px) {
  .card__pagination-item {
    width: 24px;
    margin-inline: 3px;
  }
}
.card__pagination-item.active {
  background-color: var(--accent-blue);
}
.card__price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 1540px) {
  .card__price {
    font-size: 20px;
  }
}
.card__name {
  font-weight: 500;
}
@media (max-width: 1540px) {
  .card__name {
    font-size: 14px;
    font-weight: 400;
  }
}
.card__description-list {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.card__description-item {
  color: var(--purple-100);
}
.card__description-item h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
.card__description-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.card__bottom {
  position: relative;
  z-index: 7;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.card__btn-order {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card__btn-like, .card__btn-compare {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}
.filters__wrapper {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 12px 16px 12px;
  background-color: var(--blue-500);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: all 0.7s easy;
  transition: all 0.7s easy;
}
@media screen and (max-width: 670px) {
  .filters__wrapper {
    margin: 20px;
    width: 100%;
  }
}
.filters__item:last-of-type > .filters__item-heading {
  border-bottom: none;
}
.filters__item:last-of-type {
  margin-bottom: 8px;
}
.filters__item-heading {
  width: 100%;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--blue-400);
  cursor: pointer;
}
.filters__item-heading.sub-open {
  border-bottom: 1px solid transparent;
}
.filters__item-heading.sub-open ~ .filters__item-content {
  display: block;
  max-height: 280px;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.filters__item-heading.sub-open .filters__item-arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters__item-title {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .filters__item-title {
    font-size: 12px;
    font-weight: 600;
  }
}
.filters__item-content {
  display: none;
  scrollbar-color: var(--blue-300) transparent;
}
.filters__item-content::-webkit-scrollbar {
  width: 3px;
}
.filters__item-content::-webkit-scrollbar-thumb {
  background: var(--blue-300);
  border-radius: 13px;
  height: 30%;
}
.filters__item-content::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
  border-radius: 10px;
}
.filters__list {
  margin-block: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.filters__list-item {
  font-size: 14px;
}
@media (max-width: 1290px) {
  .filters__list-item {
    font-size: 12px;
  }
}
.filters__list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  cursor: pointer;
}
.filters__list-item-label input[type=checkbox],
.filters__list-item-label input[type=radio] {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.filters__list-item-label input:checked + .filters__list-item-check {
  border-color: var(--accent-blue);
  background-color: var(--accent-blue);
}
.filters__list-item-label input:checked + .filters__list-item-check svg {
  color: #fff;
}
.filters__list-item-check {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
  color: #fff;
}
.filters__list-item-check svg {
  color: transparent;
  width: 16px;
  height: 15px;
}
.filters__btn-submit {
  margin-bottom: 12px;
  display: none;
}
@media screen and (max-width: 670px) {
  .filters__btn-submit {
    display: block;
    font-size: 14px !important;
    padding-block: 14px !important;
  }
}
.filters__btn-reset {
  width: 100%;
  padding: 16px 32px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 500px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.filters__btn-reset:hover {
  background: var(--accent-blue);
  border-color: var(--accent-blue);
}
.filters__btn-close {
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--blue-400);
  border-radius: 50%;
  border: none;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.filters__btn-close img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 670px) {
  .filters__btn-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.switch__handle {
  width: 44px;
  height: 24px;
  padding: 2px;
  border-radius: 16px;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.switch__handle:checked {
  background-color: var(--blue-200);
}
.switch__handle::after {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: var(--purple-100);
  height: 20px;
  width: 20px;
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.switch__handle:checked::after {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #fff;
  content: "";
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(20px);
      -ms-transform: translate(20px);
          transform: translate(20px);
}

.select-arrow {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select-arrow svg {
  width: 13px;
  height: 11px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.breadcrumb {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 1290px) {
  .breadcrumb {
    padding-top: 5px;
  }
}
@media (max-width: 1030px) {
  .breadcrumb {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.breadcrumb__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.breadcrumb__item {
  font-size: 20px;
  color: var(--white-200);
}
@media (max-width: 1290px) {
  .breadcrumb__item {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  .breadcrumb__item {
    font-size: 14px;
  }
}
@media (max-width: 460px) {
  .breadcrumb__item {
    font-size: 12px;
  }
}
.breadcrumb__item:not(:last-child) a {
  position: relative;
}
.breadcrumb__item:not(:last-child) a::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #A9A9AA;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn {
  font-weight: 600;
  font-size: 16px;
  padding: 14px 24px;
  border: 2px solid var(--accent-blue);
  border-radius: var(--br-btn);
  background-color: var(--accent-blue);
  color: var(--text-white-color);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (hover: hover) {
  .btn:hover {
    border: 2px solid var(--accent-blue);
    color: #fff;
    background-color: transparent;
  }
}
@media (hover: none) {
  .btn:active {
    border: 2px solid var(--accent-blue);
    color: #fff;
    background-color: transparent;
  }
}
@media screen and (max-width: 1410px) {
  .btn {
    font-size: 14px;
    padding: 13px 20px;
  }
}
@media (max-width: 780px) {
  .btn {
    padding-inline: 15px 14px;
    padding-block: 10px;
  }
}
@media (max-width: 580px) {
  .btn {
    font-size: 10px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: relative;
  z-index: 5;
}
.btn-group__btn-order {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn-group__btn-like, .btn-group__btn-compare, .btn-group__btn-del {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--blue-400);
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
  z-index: 7;
  -webkit-transition: 0.23s ease-in-out;
  transition: 0.23s ease-in-out;
}
@media screen and (max-width: 1410px) {
  .btn-group__btn-like, .btn-group__btn-compare, .btn-group__btn-del {
    width: 44px;
    height: 44px;
    background-size: 55%;
  }
}
@media (max-width: 780px) {
  .btn-group__btn-like, .btn-group__btn-compare, .btn-group__btn-del {
    width: 40px;
    height: 40px;
    background-size: 50%;
  }
}
@media (max-width: 580px) {
  .btn-group__btn-like, .btn-group__btn-compare, .btn-group__btn-del {
    width: 32px;
    height: 32px;
  }
}
.btn-group__btn-compare {
  background-image: url("../images/btn-comp-white.svg");
}
.btn-group__btn-compare.active {
  background-color: #fff;
  background-image: url("../images/btn-comp-active.svg");
}
.btn-group__btn-like {
  background-image: url("../images/like-white.svg");
}
.btn-group__btn-like.active {
  background-color: #fff;
  background-image: url("../images/btn-like-active.svg");
}
.btn-group__btn-del {
  background-image: url("../images/btn-compare-del.svg");
}

.btn-scroll-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.btn-scroll-up__btn {
  width: 52px;
  height: 52px;
  background-color: var(--accent-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
@media (hover: hover) {
  .btn-scroll-up__btn:hover img {
    -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
            transform: translateY(-65%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .btn-scroll-up__btn:active img {
    -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
            transform: translateY(-65%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 1030px) {
  .btn-scroll-up__btn {
    width: 40px;
    height: 40px;
  }
}
.btn-scroll-up__btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1030px) {
  .btn-scroll-up__btn img {
    width: 20px;
    height: 20px;
  }
}

.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (hover: hover) {
  .link-btn:hover .link-btn__text {
    padding-left: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .link-btn:hover .link-btn__arrow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .link-btn:hover .link-btn__arrow svg {
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (hover: none) {
  .link-btn:active .link-btn__text {
    padding-left: 32px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .link-btn:active .link-btn__arrow {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .link-btn:active .link-btn__arrow svg {
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.link-btn__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 24px;
  border-radius: var(--br-btn);
  background-color: var(--accent-blue);
  color: var(--text-white-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1290px) {
  .link-btn__text {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .link-btn__text {
    padding-block: 13px;
  }
}
@media (max-width: 580px) {
  .link-btn__text {
    display: none;
  }
}
.link-btn__arrow {
  font-size: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--accent-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 780px) {
  .link-btn__arrow {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 580px) {
  .link-btn__arrow {
    width: 40px;
    height: 40px;
  }
}
.link-btn__arrow svg {
  width: 40%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-arrow {
  font-size: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -52px;
  background-color: var(--accent-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 780px) {
  .btn-arrow {
    width: 44px;
    height: 44px;
  }
}
.btn-arrow svg {
  width: 40%;
}

.article {
  width: 100%;
  min-height: 315px;
  padding: 32px 20px;
  background-color: var(--accent-blue);
  background-image: url("../images/catalog-aside-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1290px) {
  .article {
    min-height: 300px;
    padding: 24px 20px;
    padding-right: 8px;
  }
}
@media (max-width: 580px) {
  .article {
    display: none;
  }
}
.article__title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: uppercase;
  line-height: 1.25;
}
@media (max-width: 1540px) {
  .article__title {
    font-size: 26px;
  }
}
@media (max-width: 1290px) {
  .article__title {
    font-size: 24px;
  }
}
@media (max-width: 1030px) {
  .article__title {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  .article__title {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .article__title {
    font-size: 14px;
  }
}
.article__btn .link-btn__text, .article__btn .link-btn__arrow {
  background-color: #fff;
  color: var(--accent-blue);
}
@media (max-width: 1540px) {
  .article__btn .link-btn__text {
    font-size: 14px;
  }
  .article__btn .link-btn__arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1540px) {
  .article__btn .link-btn__text {
    padding: 12px 24px;
  }
}

.currency-rate {
  background-color: #fff;
  color: var(--bg-dark);
  border-radius: 6px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1030px) {
  .currency-rate {
    gap: 22px;
    padding: 11px 14px;
  }
}
@media screen and (max-width: 767px) {
  .currency-rate {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.currency-rate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-size: 14px;
  line-height: 1.7;
}
.currency-rate__item-name {
  color: var(--grey-100);
}
.currency-rate__item-value {
  font-weight: 500;
}

.options {
  grid-area: opt;
  width: 100%;
  padding: 24px 40px;
  background-color: var(--blue-500);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1540px) {
  .options {
    padding: 20px 28px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.option {
  position: relative;
}
@media screen and (max-width: 767px) {
  .option {
    width: 100%;
  }
}
.option__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1290px) {
  .option__title {
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  .option__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.option__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  color: var(--bg-dark);
  cursor: pointer;
}
.option__items label {
  position: relative;
}
@media screen and (max-width: 767px) {
  .option__items label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.option__item {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1290px) {
  .option__item {
    padding: 9px 13px;
  }
}
@media (max-width: 1030px) {
  .option__item {
    font-size: 12px;
    padding: 10px 13px;
  }
}
@media (max-width: 780px) {
  .option__item {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 767px) {
  .option__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}
.option__item.active {
  background-color: var(--accent-blue);
  color: #fff;
}
.option__input {
  max-width: 200px;
  width: 100%;
  border: none;
  padding: 8px 110px 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 1030px) {
  .option__input {
    width: 140px;
    padding-right: 96px;
  }
}
@media screen and (max-width: 767px) {
  .option__input {
    max-width: 100%;
    width: 100%;
    padding-right: 55%;
  }
}
.option__currency {
  color: var(--grey-100);
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 22%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1030px) {
  .option__currency {
    right: 18%;
  }
}
@media screen and (max-width: 767px) {
  .option__currency {
    right: 30%;
  }
}
.option__coins {
  position: relative;
  cursor: pointer;
}
.option__coins.sub-open ~ .option__select-coin {
  opacity: 1;
  visibility: visible;
  max-height: 350px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
}
.option__coins.sub-open .select-arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.option__current-coin {
  width: 340px;
  padding: 6px 24px;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: var(--bg-dark);
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1030px) {
  .option__current-coin {
    width: 220px;
  }
}
@media (max-width: 780px) {
  .option__current-coin {
    width: 115px;
  }
}
@media screen and (max-width: 767px) {
  .option__current-coin {
    width: 100%;
  }
}
.option__current-coin .option__coin {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.option__coin {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.option__coin-img {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.option__coin-img img {
  max-width: 55%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.option__select-coin {
  width: 340px;
  max-height: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  padding: 8px;
  background-color: #fff;
  border-radius: 6px;
  color: var(--bg-dark);
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  position: absolute;
  z-index: 20;
  overflow-y: scroll;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1030px) {
  .option__select-coin {
    width: 220px;
  }
}
@media (max-width: 780px) {
  .option__select-coin {
    left: -50%;
  }
}
@media screen and (max-width: 767px) {
  .option__select-coin {
    left: 0;
    width: 100%;
  }
}
.option__select-coin .option__coin {
  padding: 8px;
}
@media (hover: hover) {
  .option__select-coin .option__coin:hover {
    background-color: var(--grey-0);
  }
}
@media (hover: none) {
  .option__select-coin .option__coin:active {
    background-color: var(--grey-0);
  }
}
.option__miners-wrap {
  position: relative;
}

.option-period .option__item {
  text-transform: none;
}

.option-value .option__item {
  min-width: 70px;
  text-align: center;
}
@media (max-width: 780px) {
  .option-value .option__item {
    min-width: 60px;
  }
}

.table-heading {
  padding: 32px;
  border-bottom: 1px solid var(--blue-400);
  display: grid;
  grid-template-columns: 1fr 5% 20% 15% 17% 44px;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
@media (max-width: 1540px) {
  .table-heading {
    padding: 22px 16px;
    grid-template-columns: 1fr 5% 20% 14% 17% 44px;
  }
}
@media (max-width: 1290px) {
  .table-heading {
    padding: 16px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    grid-template-columns: 1fr 8% 17% 15% 16% 44px;
  }
}
@media (max-width: 1030px) {
  .table-heading {
    padding: 16px;
    grid-template-columns: 1fr 9% 17% 15% 17% 40px;
  }
}
@media (max-width: 780px) {
  .table-heading {
    display: none;
  }
}
.table-heading__column {
  width: 100%;
}
.table-heading__column:not(:first-child) {
  text-align: center;
}
.table-heading__column-name {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1290px) {
  .table-heading__column-name {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 1030px) {
  .table-heading__column-name {
    font-size: 14px;
    font-weight: 500;
  }
}

.table-rows {
  width: 100%;
  height: auto;
  padding: 8px 32px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1685px) {
  .table-rows {
    padding: 16px;
  }
}
@media (max-width: 780px) {
  .table-rows {
    display: none;
  }
}

.table-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 10% 19% 15% 16% 44px;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1540px) {
  .table-row {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }
}
@media (max-width: 1290px) {
  .table-row {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 1030px) {
  .table-row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    grid-template-columns: 1fr 10% 19% 16% 18% 44px;
  }
}
.table-row__model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column: span 2;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.table-row__model-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1685px) {
  .table-row__model-info {
    gap: 16px;
  }
}
@media (max-width: 1030px) {
  .table-row__model-info {
    gap: 8px;
  }
}
.table-row__model-info h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1290px) {
  .table-row__model-info h4 {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 1030px) {
  .table-row__model-info h4 {
    font-size: 14px;
  }
}
.table-row__model-info p {
  font-size: 16px;
  font-weight: 500;
  color: var(--grey-100);
}
@media (max-width: 1290px) {
  .table-row__model-info p {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 1030px) {
  .table-row__model-info p {
    font-size: 12px;
  }
}
.table-row__model-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1290px) {
  .table-row__model-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1030px) {
  .table-row__model-img {
    width: 40px;
    height: 40px;
  }
}
.table-row__model-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.table-row__model-coin {
  min-width: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1290px) {
  .table-row__model-coin {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 1030px) {
  .table-row__model-coin {
    font-size: 14px;
  }
}
.table-row__count {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1030px) {
  .table-row__count {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
}
.table-row__count-plus, .table-row__count-minus {
  width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 6px;
  background-color: var(--accent-blue);
  border: transparent;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-row__count-plus svg, .table-row__count-minus svg {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.table-row__count-input {
  width: 30px;
  height: 32px;
  background-color: transparent;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
}
.table-row__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.table-row__total-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.table-row__total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-row__total-row.total-minus {
  color: #FF0000;
}
.table-row__total-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .table-row__total-value {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 1030px) {
  .table-row__total-value {
    font-size: 12px;
  }
}
@media (max-width: 1290px) {
  .table-row__total-coin {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 1030px) {
  .table-row__total-coin {
    font-size: 12px;
  }
}
.table-row__total-text {
  color: var(--grey-100);
}
@media (max-width: 1290px) {
  .table-row__total-text {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 1030px) {
  .table-row__total-text {
    font-size: 12px;
  }
}
.table-row__divice-btn-compare, .table-row__divice-btn-del {
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.table-row__divice-btn-compare span, .table-row__divice-btn-del span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table-row__divice-btn-del {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (hover: hover) {
  .table-row__divice-btn-del:hover {
    background-color: var(--accent-blue);
    color: #fff;
  }
}
@media (hover: none) {
  .table-row__divice-btn-del:active {
    background-color: var(--accent-blue);
    color: #fff;
  }
}

.form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1030px) {
  .form {
    gap: 12px;
  }
}
@media (max-width: 580px) {
  .form {
    gap: 14px;
  }
}
.form__label {
  width: 100%;
}
.form__label:nth-child(1), .form__label:nth-child(2) {
  width: calc(50% - 8px);
}
@media (max-width: 780px) {
  .form__label:nth-child(1), .form__label:nth-child(2), .form__label:nth-child(3), .form__label:nth-child(4) {
    width: calc(50% - 6px);
  }
}
@media (max-width: 580px) {
  .form__label:nth-child(1), .form__label:nth-child(2), .form__label:nth-child(3), .form__label:nth-child(4) {
    width: 100%;
  }
}
.form__label input {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
  border: none;
  color: var(--grey-200);
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1030px) {
  .form__label input {
    padding: 11px;
  }
}
.form__label-textarea {
  width: 100%;
  height: 144px;
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
  color: var(--grey-200);
  font-size: 14px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1685px) {
  .form__label-textarea {
    height: 110px;
  }
}
@media (max-width: 1540px) {
  .form__label-textarea {
    height: 100px;
  }
}
@media (max-width: 1030px) {
  .form__label-textarea {
    height: 65px;
  }
}
@media (max-width: 580px) {
  .form__label-textarea {
    height: 75px;
  }
}
.form__textarea {
  width: 100%;
  height: 50px;
  background-color: #fff;
  padding: 12px;
  border: none;
  color: var(--grey-200);
  font-size: 14px;
  text-align: center;
  resize: none;
}
.form__btn-wrapper {
  width: 100%;
}
.form__btn {
  width: 100%;
  border: 2px solid transparent;
  background-color: var(--purple-200);
  color: #fff;
}
.form__btn.disable {
  color: var(--purple-100);
}

.input-error {
  font-size: 14px;
  color: #DD0000;
}

.popup {
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  padding: 70px 0 40px;
  background-color: #0F0821;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
@media (max-width: 1030px) {
  .popup {
    padding: 60px 0;
  }
}
@media (max-width: 580px) {
  .popup {
    overflow-y: scroll;
  }
}
.popup .container {
  height: 100%;
}
.popup__body {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 1030px) {
  .popup__body {
    max-height: 700px;
  }
}
@media screen and (max-width: 920px) {
  .popup__body {
    max-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup__btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -48px;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 1030px) {
  .popup__btn-close {
    width: 32px;
    height: 32px;
  }
}
.popup__btn-close img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popup__left {
  max-width: 50%;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 48px;
  background-color: var(--grey-300);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 70px;
}
@media (max-width: 1290px) {
  .popup__left {
    padding: 40px;
    border-radius: 16px;
  }
}
@media (max-width: 1030px) {
  .popup__left {
    padding: 32px;
  }
}
@media screen and (max-width: 920px) {
  .popup__left {
    max-width: 100%;
    max-height: 300px;
  }
}
@media (max-width: 780px) {
  .popup__left {
    padding: 28px;
    border-radius: 20px;
  }
}
@media (max-width: 580px) {
  .popup__left {
    row-gap: 40px;
    padding: 20px;
    border-radius: 6px;
  }
}
.popup__title {
  font-size: 60px;
  font-weight: 400;
  color: var(--blue-200);
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .popup__title {
    font-size: 54px;
  }
}
@media (max-width: 1290px) {
  .popup__title {
    font-size: 48px;
  }
}
@media (max-width: 1030px) {
  .popup__title {
    font-size: 40px;
    font-weight: 500;
  }
}
@media (max-width: 780px) {
  .popup__title {
    font-size: 36px;
    font-weight: 400;
  }
}
@media (max-width: 580px) {
  .popup__title {
    font-size: 24px;
  }
}
.popup__subtitle, .popup__form-success-text {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .popup__subtitle, .popup__form-success-text {
    font-size: 24px;
  }
}
@media (max-width: 1030px) {
  .popup__subtitle, .popup__form-success-text {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  .popup__subtitle, .popup__form-success-text {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .popup__subtitle, .popup__form-success-text {
    font-size: 14px;
  }
}
.popup__right {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  color: var(--text-white-color);
  border-radius: 16px;
}
@media screen and (max-height: 800px) and (min-width: 1200px) {
  .popup__right {
    overflow-y: auto;
  }
}
@media screen and (max-width: 920px) {
  .popup__right {
    max-width: 100%;
  }
}
.popup__right h3 {
  color: var(--blue-400);
  font-weight: 500;
}
@media (max-width: 1540px) {
  .popup__right h3 {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .popup__right h3 {
    font-size: 12px;
    margin-bottom: 24px;
  }
}
@media (max-width: 580px) {
  .popup__right h3 {
    font-size: 10px;
    margin-bottom: 12px;
  }
}
.popup__right p {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1540px) {
  .popup__right p {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .popup__right p {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .popup__right p {
    font-size: 12px;
  }
}
.popup__form {
  padding: 36px 32px;
  width: 100%;
  border-radius: 20px;
  background-color: var(--grey-300);
  position: relative;
}
@media (max-width: 1540px) {
  .popup__form {
    padding: 24px;
  }
}
@media (max-width: 1290px) {
  .popup__form {
    padding: 20px;
  }
}
@media (max-width: 1030px) {
  .popup__form {
    padding: 20px;
  }
}
@media (max-width: 580px) {
  .popup__form {
    padding: 20px 10px;
    border-radius: 6px;
  }
}
.popup__form-success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--grey-300);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  .popup__form-success {
    border-radius: 6px;
  }
}
.popup__form-success-body {
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 1540px) {
  .popup__form-success-body {
    max-width: 310px;
  }
}
@media (max-width: 1290px) {
  .popup__form-success-body {
    gap: 20px;
  }
}
@media (max-width: 1030px) {
  .popup__form-success-body {
    max-width: 250px;
  }
}
@media (max-width: 780px) {
  .popup__form-success-body {
    max-width: 210px;
    gap: 16px;
  }
}
@media (max-width: 580px) {
  .popup__form-success-body {
    max-width: 180px;
  }
}
.popup__form-success-text {
  text-align: center;
}
.popup__form-success-btn {
  width: 100%;
}

.popup-form {
  z-index: 122;
}
.popup-form__contacts {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 20px 24px 16px;
  gap: 8px;
  background-color: var(--grey-300);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1290px) {
  .popup-form__contacts {
    border-radius: 16px;
  }
}
@media (max-width: 780px) {
  .popup-form__contacts {
    border-radius: 20px;
  }
}
@media (max-width: 580px) {
  .popup-form__contacts {
    padding: 16px 10px;
    border-radius: 6px;
  }
}
.popup-form__contacts:first-child, .popup-form__contacts:nth-child(2) {
  max-width: calc(50% - 4px);
}
.popup-form__contacts a,
.popup-form__contacts address {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 1540px) {
  .popup-form__contacts a,
  .popup-form__contacts address {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .popup-form__contacts a,
  .popup-form__contacts address {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .popup-form__contacts a,
  .popup-form__contacts address {
    font-size: 12px;
  }
}
.popup-form__contacts a p,
.popup-form__contacts address p {
  color: var(--text-white-color);
}
@media screen and (max-height: 800px) and (min-width: 1024px) {
  .popup-form__form {
    padding: 16px 20px;
  }
  .popup-form__form .form {
    gap: 10px;
  }
  .popup-form__form .form__label input {
    padding: 12px;
  }
  .popup-form__form .form__label-textarea {
    height: 80px !important;
  }
}
.popup-form .form__textarea {
  height: 130px;
}
@media (max-width: 1685px) {
  .popup-form .form__textarea {
    height: 80px;
  }
}
@media (max-width: 1540px) {
  .popup-form .form__textarea {
    height: 80px;
  }
}
@media (max-width: 1030px) {
  .popup-form .form__textarea {
    height: 65px;
  }
}
@media (max-width: 580px) {
  .popup-form .form__textarea {
    height: 75px;
  }
}

.popup-order__model-info {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 20px 24px;
  background-color: var(--grey-300);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 12px;
}
@media (max-width: 580px) {
  .popup-order__model-info {
    border-radius: 6px;
  }
}
.popup-order__model-info .table-row__count {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 32px;
  bottom: 24px;
}
@media (max-width: 1290px) {
  .popup-order__model-info .table-row__count {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 580px) {
  .popup-order__model-info .table-row__count {
    right: 10px;
    bottom: 16px;
  }
}
.popup-order__model-info .table-row__count .table-row__count-plus,
.popup-order__model-info .table-row__count .table-row__count-minus {
  width: 50px;
  height: 50px;
}
@media (max-width: 1540px) {
  .popup-order__model-info .table-row__count .table-row__count-plus,
  .popup-order__model-info .table-row__count .table-row__count-minus {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1290px) {
  .popup-order__model-info .table-row__count .table-row__count-plus,
  .popup-order__model-info .table-row__count .table-row__count-minus {
    width: 32px;
    height: 32px;
  }
}
.popup-order__model-info .table-row__count .table-row__count-input {
  width: 45px;
  height: 50px;
  margin-inline: 4px;
}
@media (max-width: 1540px) {
  .popup-order__model-info .table-row__count .table-row__count-input {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1290px) {
  .popup-order__model-info .table-row__count .table-row__count-input {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-height: 800px) and (min-width: 1024px) {
  .popup-order__form {
    padding: 16px 20px;
  }
  .popup-order__form .form {
    gap: 10px;
  }
  .popup-order__form .form__label input {
    padding: 12px;
  }
  .popup-order__form .form__label-textarea {
    height: 80px !important;
  }
}
.popup-order .form__textarea {
  height: 140px;
}
@media (max-width: 1685px) {
  .popup-order .form__textarea {
    height: 80px;
  }
}
@media (max-width: 1540px) {
  .popup-order .form__textarea {
    height: 80px;
  }
}
@media (max-width: 1030px) {
  .popup-order .form__textarea {
    height: 65px;
  }
}
@media (max-width: 580px) {
  .popup-order .form__textarea {
    height: 75px;
  }
}

.popup-order-enter-active,
.popup-order-leave-active {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup-order-enter-from,
.popup-order-leave-to {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.characteristic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
}
@media (max-width: 1030px) {
  .characteristic {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .characteristic {
    font-size: 12px;
  }
}
.characteristic h4 {
  padding: 14px 0;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1030px) {
  .characteristic h4 {
    padding: 12px 0;
  }
}
.characteristic p {
  padding: 14px 0;
  font-weight: 500;
}
@media (max-width: 1030px) {
  .characteristic p {
    padding: 12px 0;
    font-weight: 600;
  }
}
.characteristic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid var(--blue-400);
}
.characteristic__name h4 {
  border-bottom: 1px solid var(--blue-400);
}
.characteristic__name-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .characteristic__name-mobile {
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .characteristic__name-mobile h4 {
    margin-top: 8px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
  }
}
.characteristic__card-item {
  border-bottom: 1px solid var(--blue-400);
}
.characteristic__card-item.diff-value {
  background-color: var(--blue-300);
}

.card-info {
  border-radius: 12px;
  background-color: var(--grey-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-info__top {
  padding-inline: 24px;
  padding-block: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  background-color: var(--blue-500);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (max-width: 1030px) {
  .card-info__top {
    padding: 16px;
    padding-left: 20px;
  }
}
.card-info__top-title {
  max-width: 345px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1540px) {
  .card-info__top-title {
    font-size: 20px;
  }
}
@media (max-width: 1290px) {
  .card-info__top-title {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 780px) {
  .card-info__top-title {
    font-size: 14px;
    font-weight: 600;
  }
}
.card-info__top-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66px;
  height: 66px;
  background-color: var(--blue-400);
  border-radius: 6px;
  color: var(--purple-200);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1290px) {
  .card-info__top-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1030px) {
  .card-info__top-img {
    width: 40px;
    height: 40px;
  }
}
.card-info__top-img svg {
  width: 24px;
  height: 24px;
}
.card-info__body {
  padding: 32px;
  padding-right: 42px;
}
@media (max-width: 1540px) {
  .card-info__body {
    padding: 20px 24px 24px 32px;
  }
}
@media (max-width: 1290px) {
  .card-info__body {
    padding: 20px;
    padding-right: 28px;
  }
}
@media (max-width: 780px) {
  .card-info__body {
    padding-top: 40px;
  }
}
@media (max-width: 1290px) {
  .card-info__body-text {
    font-size: 14px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  width: 100vw;
  height: 100vh;
  background-color: var(--accent-blue);
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 32px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-menu__btn-close {
  border: none;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #0F0821;
}
.mobile-menu__btn-close svg {
  width: 14px;
  height: 14px;
}
.mobile-menu__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mobile-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.mobile-menu__list-item {
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 8px;
  color: #5B71FF;
}
.mobile-menu__list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}
.mobile-menu__btn-arrow {
  width: 12px;
  height: 14px;
  display: inline-block;
  position: relative;
}
.mobile-menu__contacts {
  margin-bottom: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 710px) and (max-height: 710px) {
  .mobile-menu__contacts {
    margin-bottom: 11%;
  }
}
@media screen and (max-width: 710px) and (max-height: 710px) {
  .mobile-menu__contacts {
    margin-bottom: 25%;
  }
}
.mobile-menu__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 20px;
  font-weight: 600;
}
.mobile-menu__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.mobile-menu__social {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mobile-menu__social .btn-telegram, .mobile-menu__social .btn-whatsapp, .mobile-menu__social .btn-tel {
  background-color: var(--blue-200);
}
.mobile-menu__social .btn-tel {
  width: 100%;
}

.mobile-menu-bottom__body {
  display: none;
  width: 100%;
  padding-block: 12px 20px;
  background-color: var(--grey-400);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 88;
}
@media screen and (max-width: 700px) {
  .mobile-menu-bottom__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 580px) {
  .mobile-menu-bottom__body {
    gap: 16px;
  }
}
@media screen and (max-width: 365px) {
  .mobile-menu-bottom__body {
    gap: 13px;
  }
}

.mobile-calc-card {
  display: none;
  padding: 20px 14px 0;
  background-color: var(--blue-500);
  border-radius: 10px;
}
@media (max-width: 780px) {
  .mobile-calc-card {
    display: block;
  }
}
.mobile-calc-card.open .mobile-calc-card__else-info {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-calc-card.open .mobile-calc-card__btn-open-list span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.mobile-calc-card__top {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 580px) {
  .mobile-calc-card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .mobile-calc-card__top .mobile-calc-card__title {
    max-width: 100%;
    font-size: 20px;
    font-weight: 600;
  }
}
.mobile-calc-card__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.mobile-calc-card__count input {
  width: 36px;
  height: 32px;
}
.mobile-calc-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 8px 16px;
  border-bottom: 1px solid var(--blue-400);
}
.mobile-calc-card__title {
  max-width: 38%;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-200);
}
@media (max-width: 460px) {
  .mobile-calc-card__title {
    max-width: 34%;
  }
}
.mobile-calc-card__model-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.mobile-calc-card__model-info h4 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.mobile-calc-card__model-info p {
  font-size: 16px;
  font-weight: 400;
  color: var(--grey-100);
}
.mobile-calc-card__model-img {
  background-color: #fff;
  border-radius: 4px;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-calc-card__model-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
.mobile-calc-card__else-info {
  max-height: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-calc-card__coin {
  font-size: 20px;
}
.mobile-calc-card__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.mobile-calc-card__total-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.mobile-calc-card__total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-calc-card__total-row.total-minus {
  color: #FF0000;
}
.mobile-calc-card__total-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.mobile-calc-card__total-text {
  color: var(--grey-100);
  font-weight: 400;
}
.mobile-calc-card__buttons {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 580px) {
  .mobile-calc-card__buttons {
    gap: 2px;
  }
}
.mobile-calc-card__btn-compare, .mobile-calc-card__btn-del {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-calc-card__btn-del {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
@media (hover: hover) {
  .mobile-calc-card__btn-del:hover {
    background-color: var(--accent-blue);
    color: #fff;
  }
}
@media (hover: none) {
  .mobile-calc-card__btn-del:active {
    background-color: var(--accent-blue);
    color: #fff;
  }
}
.btn-open-list {
  padding: 12px;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #A0A0A0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn-open-list span {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-not-found {
  width: 100vw;
  height: 100vh;
  background-color: #0F0821;
  background-image: url("../images/back-404.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 40% center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 1290px) {
  .page-not-found {
    background-position: center;
  }
}
@media (max-width: 580px) {
  .page-not-found {
    background-image: url("../images/back-404-s.png");
  }
}
.page-not-found__text {
  color: #0B1768;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 780px) {
  .page-not-found__text {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .page-not-found__text {
    max-width: 50%;
    color: #fff;
  }
}
.page-not-found__btn {
  padding-inline: 40px;
}
@media (max-width: 580px) {
  .page-not-found__btn {
    padding-inline: 24px;
  }
}

.header {
  padding-top: 10px;
  padding-bottom: 12px;
  width: 100%;
  background-color: rgba(15, 8, 33, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 580px) {
  .header {
    padding-top: 16px;
  }
}
.header--privacy {
  padding-top: 24px;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 700px) {
  .header .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__top {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 580px) {
  .header__top {
    gap: 20px;
  }
}
.header__logo {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1540px) {
  .header__logo {
    margin-right: 14px;
  }
}
@media (max-width: 1030px) {
  .header__logo {
    margin-right: 25px;
  }
}
@media (max-width: 780px) {
  .header__logo {
    margin-right: 0;
  }
}
.header__catalog-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding-block: 13px;
  color: #fff;
}
@media (max-width: 1290px) {
  .header__catalog-btn {
    padding-block: 11px;
  }
}
@media screen and (max-width: 700px) {
  .header__catalog-btn {
    display: none;
  }
}
.header__catalog-btn--mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__catalog-btn--mob.btn {
  padding: 0;
  background-color: transparent;
  border: none;
  gap: 8px;
}
@media (max-width: 580px) {
  .header__catalog-btn--mob.btn {
    font-size: 14px;
  }
}
.header__catalog-btn--mob.btn .header__burger-text {
  font-weight: 400;
}
.header__burger {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__burger img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header__burger-text {
  font-weight: 600;
  color: #fff;
}
.header__search {
  width: 530px;
  margin-right: auto;
}
@media (max-width: 1540px) {
  .header__search {
    width: 380px;
  }
}
@media (max-width: 1290px) {
  .header__search {
    width: 300px;
  }
}
@media (max-width: 1030px) {
  .header__search {
    display: none;
  }
  .header__search.open {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--grey-400);
  }
  .header__search.open .input-search__container {
    max-width: 96%;
  }
}
.header__options-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 14px;
}
.header__options-btn a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .header__options-btn a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .header__options-btn a:active {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 1030px) {
  .header__options-btn {
    margin-left: auto;
  }
}
@media (max-width: 780px) {
  .header__options-btn {
    font-size: 12px;
    gap: 12px;
  }
}
.header__btn-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.header__icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 780px) {
  .header__icon {
    width: 20px;
    height: 20px;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 14px;
  margin-left: 16px;
}
@media (max-width: 1540px) {
  .header__contacts {
    margin-left: 12px;
  }
}
@media (max-width: 1030px) {
  .header__contacts {
    margin-left: 4px;
  }
}
@media (max-width: 780px) {
  .header__contacts {
    font-size: 12px;
  }
}
@media screen and (max-width: 700px) {
  .header__contacts {
    display: none;
  }
}
.header__btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  background-color: var(--grey-300);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
@media (max-width: 1290px) {
  .header__btn-contact {
    padding: 8px;
  }
}
@media (max-width: 1030px) {
  .header__btn-contact {
    padding: 8px 10px;
  }
}
.header__btn-contact span {
  line-height: 1.3;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  .header__bottom {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 1030px) {
  .header__nav-list {
    gap: 24px;
  }
}
.header__nav-item {
  font-weight: 500;
}
@media (max-width: 1030px) {
  .header__nav-item {
    font-size: 14px;
  }
}
.header__nav-item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .header__nav-item:hover a {
    color: var(--accent-blue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .header__nav-item:active a {
    color: var(--accent-blue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.header__phone a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .header__phone a:hover {
    color: var(--accent-blue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .header__phone a:active {
    color: var(--accent-blue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.header__phone span {
  color: var(--accent-blue);
}
@media (max-width: 1030px) {
  .header__phone {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .header__phone {
    display: block;
  }
}
.header__mobile-phone {
  display: none;
}
@media screen and (max-width: 700px) {
  .header__mobile-phone {
    display: block;
  }
}
.header__mobile-burger {
  display: none;
}
@media screen and (max-width: 700px) {
  .header__mobile-burger {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
  }
}

@media screen and (max-width: 700px) {
  .btn-tel.btn-tel--mob {
    padding: 0;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    background-color: transparent;
  }
}

.btn-search {
  display: none;
}
@media (max-width: 1030px) {
  .btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: none;
    color: #fff;
  }
}
@media screen and (max-width: 700px) {
  .btn-search span {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .btn-favorite,
  .btn-compare {
    display: none;
  }
}

.btn-favorite-count,
.btn-compare-count {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -2px;
  right: -7px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #364BD4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-compare--mob,
.btn-favorite--mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro {
  margin-bottom: var(--section-offset);
}
.intro__wrapper {
  height: 81vh;
  max-height: 880px;
  background-color: var(--bg-dark);
  background-image: url("../images/intro-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--br-20);
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1685px) {
  .intro__wrapper {
    height: 76vh;
  }
}
@media (max-width: 1290px) {
  .intro__wrapper {
    height: 70vh;
  }
}
@media (max-width: 1030px) {
  .intro__wrapper {
    height: 60vh;
    padding-left: 40px;
  }
}
@media (max-width: 780px) {
  .intro__wrapper {
    height: 50vh;
    background-image: url("../images/intro-bg-mini.png");
    background-position: center;
  }
}
@media (max-width: 580px) {
  .intro__wrapper {
    height: 70vh;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}
.intro__text {
  max-width: 60%;
  margin-bottom: calc(var(--section-offset) / 5 * 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media (max-width: 1030px) {
  .intro__text {
    gap: 8px;
  }
}
@media (max-width: 580px) {
  .intro__text {
    padding-top: 30px;
    max-width: 100%;
  }
}
.intro__text-title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media (max-width: 1540px) {
  .intro__text-title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .intro__text-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .intro__text-title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .intro__text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .intro__text-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 580px) {
  .intro__text-title {
    font-size: 20px;
    font-weight: 500;
    max-width: 90%;
  }
}
.intro__text-title span {
  font-size: 60px;
  font-weight: 500;
  color: #5B71FF;
}
@media (max-width: 1540px) {
  .intro__text-title span {
    font-size: 54px;
    font-weight: 400;
  }
}
@media (max-width: 1290px) {
  .intro__text-title span {
    font-size: 48px;
  }
}
@media (max-width: 1030px) {
  .intro__text-title span {
    font-size: 36px;
  }
}
@media (max-width: 780px) {
  .intro__text-title span {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .intro__text-title span {
    font-weight: 400;
  }
}
.intro__text-subtitle {
  margin-bottom: 32px;
  max-width: 55%;
  font-size: 20px;
}
@media (max-width: 1540px) {
  .intro__text-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1290px) {
  .intro__text-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .intro__text-subtitle {
    max-width: 65%;
  }
}
@media (max-width: 780px) {
  .intro__text-subtitle {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .intro__text-subtitle {
    max-width: 80%;
  }
}
.intro__text-btn {
  border: 1px solid transparent;
  border-radius: 500px;
  background-color: transparent;
}
.intro__text-btn .link-btn__text {
  height: 52px;
}
@media (max-width: 780px) {
  .intro__text-btn .link-btn__text {
    height: 44px;
  }
}
@media (max-width: 580px) {
  .intro__text-btn .link-btn__text {
    height: 40px;
    display: block;
    padding-block: 11px;
  }
}
.intro__img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  .intro__img {
    width: 100%;
  }
}
.intro__img img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.we-offer {
  margin-bottom: var(--section-offset);
}
@media (max-width: 780px) {
  .we-offer .container {
    padding-right: 0;
  }
}
@media (max-width: 780px) and (max-width: 580px) {
  .we-offer .container {
    padding-right: 20px;
  }
}
@media (max-width: 580px) {
  .we-offer {
    overflow: hidden;
  }
}
.we-offer__wrapper {
  overflow: hidden;
}
@media (max-width: 780px) {
  .we-offer__wrapper {
    overflow: visible;
  }
}
@media (max-width: 580px) {
  .we-offer__wrapper {
    overflow: hidden;
  }
}
.we-offer__title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .we-offer__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .we-offer__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .we-offer__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .we-offer__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .we-offer__title {
    margin-bottom: 16px;
  }
}
.we-offer__title span {
  color: var(--blue-200);
}
@media (max-width: 580px) {
  .we-offer__title {
    font-size: 24px;
  }
}
.we-offer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (max-width: 780px) {
  .we-offer__list {
    width: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
@media (max-width: 580px) {
  .we-offer__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "c1 c2" "c3 c4";
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}
.we-offer__item {
  overflow: hidden;
  min-height: 410px;
  width: 25%;
  background-color: var(--grey-300);
  padding: 32px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1540px) {
  .we-offer__item {
    min-height: 376px;
  }
}
@media (max-width: 1290px) {
  .we-offer__item {
    min-height: 340px;
    padding-left: 24px;
  }
}
@media (max-width: 1030px) {
  .we-offer__item {
    min-height: 300px;
    padding: 24px 20px;
  }
}
@media (max-width: 780px) {
  .we-offer__item {
    width: 190px;
    min-height: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 780px) and (max-width: 580px) {
  .we-offer__item {
    width: 100%;
    min-height: 200px;
  }
}
.we-offer__item.card-click-js {
  width: 300px;
  background-color: var(--accent-blue);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 580px) {
  .we-offer__item.card-click-js {
    width: 203%;
    grid-column: span 2;
    border-radius: 10px !important;
    position: relative;
    z-index: 11 !important;
  }
  .we-offer__item.card-click-js:first-child {
    grid-area: c1;
  }
  .we-offer__item.card-click-js:nth-child(2), .we-offer__item.card-click-js:nth-child(4) {
    margin-left: -103%;
  }
}
.we-offer__item.card-click-js .we-offer__item-text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  bottom: 20px;
}
@media (max-width: 580px) {
  .we-offer__item.card-click-js .we-offer__item-text {
    bottom: 16px;
  }
}
.we-offer__item.card-click-js .we-offer__item-img {
  color: #fff;
}
.we-offer__item:first-child {
  z-index: 4;
  border-top-left-radius: var(--br-20);
  border-bottom-left-radius: var(--br-20);
  max-height: 0;
  -webkit-transition: opacity 0.5s, max-height 1s, width 0.7s;
  transition: opacity 0.5s, max-height 1s, width 0.7s;
}
@media (max-width: 580px) {
  .we-offer__item:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0;
  }
}
.we-offer__item:nth-child(2) {
  grid-area: c2;
}
@media (max-width: 580px) {
  .we-offer__item:nth-child(2) {
    border-top-right-radius: 10px;
  }
}
.we-offer__item:nth-child(3) {
  grid-area: c3;
}
@media (max-width: 580px) {
  .we-offer__item:nth-child(3) {
    border-bottom-left-radius: 10px;
  }
}
.we-offer__item:last-child {
  border-top-right-radius: var(--br-20);
  border-bottom-right-radius: var(--br-20);
  grid-area: c4;
}
@media (max-width: 780px) {
  .we-offer__item:last-child {
    margin-right: 24px;
  }
}
@media (max-width: 580px) {
  .we-offer__item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
  }
}
.we-offer__item.show-anim {
  -webkit-animation: anim-cards 1s ease-in-out forwards;
          animation: anim-cards 1s ease-in-out forwards;
}
.we-offer__item.show-anim:first-child {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  max-height: 410px;
}
.we-offer__item.show-anim:nth-of-type(2) {
  -webkit-transform: translateX(-500%);
      -ms-transform: translateX(-500%);
          transform: translateX(-500%);
  z-index: 3;
}
.we-offer__item.show-anim:nth-of-type(3) {
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.we-offer__item.show-anim:nth-of-type(4) {
  z-index: 1;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
@media (hover: hover) {
  .we-offer__item:hover {
    width: 36%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: var(--accent-blue);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .we-offer__item:hover .we-offer__item-title {
    margin-top: auto;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .we-offer__item:hover .we-offer__item-text {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    bottom: 32px;
  }
}
@media (hover: hover) and (max-width: 1030px) {
  .we-offer__item:hover .we-offer__item-text {
    bottom: 24px;
  }
}
@media (hover: hover) {
  .we-offer__item:hover .we-offer__item-img {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .we-offer__item:active {
    width: 36%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: var(--accent-blue);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .we-offer__item:active .we-offer__item-title {
    margin-top: auto;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .we-offer__item:active .we-offer__item-text {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    bottom: 32px;
  }
}
@media (hover: none) and (max-width: 1030px) {
  .we-offer__item:active .we-offer__item-text {
    bottom: 24px;
  }
}
@media (hover: none) {
  .we-offer__item:active .we-offer__item-img {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.we-offer__item-img {
  justify-self: flex-start;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  color: var(--blue-500);
}
@media (max-width: 1540px) {
  .we-offer__item-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1030px) {
  .we-offer__item-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 580px) {
  .we-offer__item-img {
    width: 50px;
    height: 50px;
  }
}
.we-offer__item-img svg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.we-offer__item-title {
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 1540px) {
  .we-offer__item-title {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .we-offer__item-title {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  .we-offer__item-title {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .we-offer__item-title {
    font-size: 12px;
  }
}
.we-offer__item-text {
  width: 460px;
  font-size: 20px;
  color: var(--white-200);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: absolute;
  bottom: -150px;
}
@media (max-width: 1540px) {
  .we-offer__item-text {
    width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 1290px) {
  .we-offer__item-text {
    width: 350px;
  }
}
@media (max-width: 1030px) {
  .we-offer__item-text {
    width: 260px;
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .we-offer__item-text {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .we-offer__item-text {
    width: 290px;
  }
}

@-webkit-keyframes anim-cards {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes anim-cards {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bestsellers {
  padding-bottom: var(--section-offset);
}
@media screen and (max-width: 760px) {
  .bestsellers {
    overflow: hidden;
  }
  .bestsellers .container:last-child {
    padding-right: 0;
  }
}
.bestsellers__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 780px) {
  .bestsellers__top {
    margin-bottom: 36px;
  }
}
@media (max-width: 1030px) {
  .bestsellers__top {
    margin-bottom: 28px;
  }
}
@media (max-width: 580px) {
  .bestsellers__top {
    margin-bottom: 24px;
  }
}
.bestsellers__title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media (max-width: 1540px) {
  .bestsellers__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .bestsellers__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .bestsellers__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .bestsellers__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .bestsellers__title {
    margin-bottom: 16px;
  }
}
.bestsellers__title span {
  color: var(--blue-200);
}
.bestsellers__cards {
  max-height: 550px;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(260px, 1fr));
  gap: 8px;
}
@media screen and (min-width: 1282px) and (max-width: 1410px) {
  .bestsellers__cards {
    grid-template-columns: repeat(5, minmax(235px, 1fr));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1270px) {
  .bestsellers__cards {
    grid-template-columns: repeat(4, minmax(230px, 1fr));
  }
}
@media screen and (max-width: 1023px) {
  .bestsellers__cards {
    grid-template-columns: repeat(3, minmax(235px, 1fr));
  }
}
@media (max-width: 780px) {
  .bestsellers__cards {
    max-height: 660px;
  }
  .bestsellers__cards .card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (max-width: 760px) {
  .bestsellers__cards {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
  }
}
.bestsellers__cards a {
  max-height: 401px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media (max-width: 1540px) {
  .bestsellers__cards a {
    max-height: 385px;
  }
}
@media (max-width: 1290px) {
  .bestsellers__cards a {
    max-height: 345px;
  }
}
.bestsellers__cards a:hover {
  max-height: 650px;
}
.bestsellers__cards a:hover .card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bestsellers__cards a:hover .card__description-list {
  opacity: 1;
  max-height: 300px;
  margin-top: 16px;
  visibility: visible;
  -webkit-transition: max-height 0.9s ease, opacity 1s ease-in;
  transition: max-height 0.9s ease, opacity 1s ease-in;
}
.bestsellers__card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bestsellers__card-wrapper.active a {
  max-height: 650px;
}
.bestsellers__card-wrapper.active a .card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bestsellers__card-wrapper.active .card__description-list {
  opacity: 1;
  max-height: 300px;
  margin-top: 16px;
  visibility: visible;
  -webkit-transition: max-height 0.9s ease, opacity 1s ease-in;
  transition: max-height 0.9s ease, opacity 1s ease-in;
}
.bestsellers__card-wrapper a {
  display: block;
}
.bestsellers__card-wrapper .mobile-calc-card__btn-open-list {
  display: none;
}
@media (max-width: 780px) {
  .bestsellers__card-wrapper .mobile-calc-card__btn-open-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: var(--blue-500);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}

.banner {
  margin-bottom: var(--section-offset);
}
.banner__content {
  padding: 65px 80px;
  background-color: var(--accent-blue);
  border-radius: var(--br-20);
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}
@media (max-width: 1540px) {
  .banner__content {
    background-size: cover;
    padding: 75px 48px;
  }
}
@media (max-width: 1030px) {
  .banner__content {
    padding: 60px 36px;
  }
}
@media (max-width: 780px) {
  .banner__content {
    padding: 42px 24px;
  }
}
@media (max-width: 580px) {
  .banner__content {
    padding: 24px;
    padding-bottom: 230px;
  }
}
.banner__body {
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 4;
}
@media (max-width: 580px) {
  .banner__body {
    max-width: 100%;
  }
}
.banner__title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media (max-width: 1540px) {
  .banner__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .banner__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .banner__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .banner__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .banner__title {
    margin-bottom: 16px;
  }
}
.banner__text {
  max-width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 1290px) {
  .banner__text {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .banner__text {
    max-width: 90%;
  }
}
@media (max-width: 580px) {
  .banner__text {
    max-width: 95%;
  }
}
.banner__btn .link-btn__text, .banner__btn .link-btn__arrow {
  background-color: #fff;
  color: var(--accent-blue);
}
@media (max-width: 580px) {
  .banner__btn .link-btn__text {
    display: block;
    padding-block: 11px;
  }
}
.banner__img-container {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.banner__img {
  max-height: 0px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.banner__img.show-anim {
  max-height: 500px;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1030px) {
  .banner__img img {
    width: 85%;
  }
}
@media (max-width: 780px) {
  .banner__img img {
    width: 70%;
  }
}
@media (max-width: 580px) {
  .banner__img img {
    width: 93%;
  }
}

.about-mining {
  margin-bottom: var(--section-offset);
}
.about-mining__content {
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.about-mining__btn {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 780px) {
  .about-mining__btn {
    display: none;
  }
}
.about-mining__title {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 60%;
  margin-bottom: 40px;
  text-align: left;
  position: sticky;
  top: 20%;
  font-weight: 400;
}
@media (max-width: 1540px) {
  .about-mining__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 1440px) {
  .about-mining__title {
    font-size: 48px;
  }
}
@media (max-width: 1030px) {
  .about-mining__title {
    font-size: 40px;
  }
}
@media (max-width: 780px) {
  .about-mining__title {
    font-size: 36px;
  }
}
@media (max-width: 580px) {
  .about-mining__title {
    font-size: 24px;
    font-weight: 400;
  }
}
@media (max-width: 1685px) {
  .about-mining__title {
    font-size: 54px;
  }
}
@media (max-width: 1540px) {
  .about-mining__title {
    font-size: 46px;
  }
}
@media (max-width: 1290px) {
  .about-mining__title {
    font-size: 40px;
  }
}
@media (max-width: 1030px) {
  .about-mining__title {
    font-size: 36px;
  }
}
@media (max-width: 780px) {
  .about-mining__title {
    font-size: 26px;
  }
}
@media (max-width: 580px) {
  .about-mining__title {
    font-size: 24px;
    max-width: 90%;
  }
}
.about-mining__title span {
  font-weight: 500;
  color: var(--accent-blue);
}
.about-mining__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}
@media (max-width: 1540px) {
  .about-mining__cards {
    gap: 16px;
  }
}
@media (max-width: 1030px) {
  .about-mining__cards {
    gap: 12px;
  }
}
@media (max-width: 580px) {
  .about-mining__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-mining__card {
  min-height: 270px;
  position: relative;
  z-index: 2;
  background-color: var(--grey-200);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 32px 40px;
  border-radius: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1540px) {
  .about-mining__card {
    padding: 32px;
  }
}
@media (max-width: 1290px) {
  .about-mining__card {
    min-height: 250px;
  }
}
@media (max-width: 1030px) {
  .about-mining__card {
    min-height: 210px;
    padding: 24px;
  }
}
@media (max-width: 780px) {
  .about-mining__card {
    padding: 16px;
  }
}
@media (max-width: 580px) {
  .about-mining__card {
    min-height: 180px;
    padding: 24px;
  }
}
@media (hover: hover) {
  .about-mining__card:hover .about-mining__card-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (hover: none) {
  .about-mining__card:active .about-mining__card-btn {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.about-mining__card-btn {
  position: absolute;
  z-index: 3;
  top: 24px;
  right: 24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .about-mining__card-btn .link-btn:hover .link-btn__arrow {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .about-mining__card-btn .link-btn:hover .link-btn__arrow svg {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.about-mining__card-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: uppercase;
  color: var(--blue-200);
  max-width: 80%;
}
@media (max-width: 1540px) {
  .about-mining__card-title {
    font-size: 26px;
  }
}
@media (max-width: 1290px) {
  .about-mining__card-title {
    font-size: 24px;
  }
}
@media (max-width: 1030px) {
  .about-mining__card-title {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  .about-mining__card-title {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .about-mining__card-title {
    font-size: 14px;
  }
}
@media (max-width: 1290px) {
  .about-mining__card-title {
    max-width: 90%;
  }
}
.about-mining__card-text {
  color: var(--white-200);
  max-width: 80%;
}
@media (max-width: 1540px) {
  .about-mining__card-text {
    font-size: 14px;
    max-width: 90%;
  }
}
@media (max-width: 1290px) {
  .about-mining__card-text {
    max-width: 100%;
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .about-mining__card-text {
    font-size: 10px;
  }
}

.about-investment {
  margin-bottom: var(--section-offset);
}
.about-investment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 780px) {
  .about-investment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-investment__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 780px) {
  .about-investment__left {
    position: relative;
    gap: 20px;
  }
}
@media (max-width: 580px) {
  .about-investment__left {
    gap: 16px;
  }
}
.about-investment__title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media (max-width: 1540px) {
  .about-investment__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .about-investment__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .about-investment__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .about-investment__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .about-investment__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 780px) {
  .about-investment__title {
    max-width: 60%;
  }
}
@media (max-width: 580px) {
  .about-investment__title {
    max-width: 100%;
  }
}
.about-investment__title span {
  font-weight: 500;
  color: var(--accent-blue);
}
.about-investment__text {
  max-width: 75%;
  margin-bottom: 8px;
  color: var(--white-200);
}
@media (max-width: 1540px) {
  .about-investment__text {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .about-investment__text {
    max-width: 60%;
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .about-investment__text {
    max-width: 100%;
  }
}
.about-investment__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 780px) {
  .about-investment__btn {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 580px) {
  .about-investment__btn {
    position: static;
  }
}
@media (max-width: 580px) {
  .about-investment .link-btn__text {
    display: block;
    padding-block: 11px;
  }
}
.about-investment__right {
  max-width: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 8px;
}
@media (max-width: 780px) {
  .about-investment__right {
    max-width: 100%;
  }
}
.about-investment__card {
  width: calc(50% - 8px);
  min-height: 280px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1030px) {
  .about-investment__card {
    min-height: 240px;
  }
}
@media (max-width: 780px) {
  .about-investment__card {
    min-height: 150px;
  }
}
@media (max-width: 580px) {
  .about-investment__card {
    width: 100%;
  }
}
.about-investment__card:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.about-investment__top {
  width: 100%;
  padding: 8px 32px;
  background-color: var(--blue-500);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.about-investment__top span {
  color: var(--blue-400);
  font-size: 50px;
  font-weight: 700;
}
@media (max-width: 1540px) {
  .about-investment__top span {
    font-size: 40px;
    font-weight: 600;
  }
}
.about-investment__body {
  padding: 32px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: var(--grey-300);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1540px) {
  .about-investment__body {
    padding: 32px 20px 20px;
  }
}
@media (max-width: 1030px) {
  .about-investment__body {
    padding: 24px 16px 16px;
  }
}
@media (max-width: 780px) {
  .about-investment__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    padding: 24px;
  }
}
.about-investment__img {
  width: 78px;
  height: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1290px) {
  .about-investment__img {
    width: 66px;
    height: 66px;
  }
}
@media (max-width: 780px) {
  .about-investment__img {
    width: 48px;
    height: 48px;
  }
}
.about-investment__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-investment__body-text {
  font-size: 16px;
}
@media (max-width: 1540px) {
  .about-investment__body-text {
    font-size: 14px;
  }
}
@media (max-width: 1290px) {
  .about-investment__body-text {
    font-size: 12px;
  }
}

.form-page {
  margin-bottom: 90px;
}
@media (max-width: 1290px) {
  .form-page {
    margin-bottom: 65px;
  }
}
.form-page__wrapper {
  padding: 52px 52px 52px 85px;
  background-color: var(--blue-500);
  border-radius: var(--br-20);
  background-image: url("../images/form-page-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1540px) {
  .form-page__wrapper {
    padding: 44px;
  }
}
@media (max-width: 1290px) {
  .form-page__wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 1030px) {
  .form-page__wrapper {
    padding: 40px 32px;
  }
}
@media (max-width: 780px) {
  .form-page__wrapper {
    min-height: 555px;
    background-image: url("../images/form-page-bg2.png");
    background-position: left -100px bottom 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px 24px;
  }
}
@media (max-width: 580px) {
  .form-page__wrapper {
    padding: 24px 10px;
  }
}
.form-page__content {
  max-width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .form-page__content {
    gap: 16px;
    max-width: 47%;
  }
}
@media (max-width: 780px) {
  .form-page__content {
    max-width: 100%;
  }
}
.form-page__title {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--blue-200);
}
@media (max-width: 1540px) {
  .form-page__title {
    font-size: 54px;
  }
}
@media screen and (max-width: 1440px) {
  .form-page__title {
    font-size: 48px;
  }
}
@media (max-width: 1030px) {
  .form-page__title {
    font-size: 40px;
  }
}
@media (max-width: 780px) {
  .form-page__title {
    font-size: 36px;
  }
}
@media (max-width: 580px) {
  .form-page__title {
    font-size: 24px;
    font-weight: 400;
  }
}
.form-page__subtitle {
  margin-bottom: 4px;
  font-size: 20px;
  max-width: 85%;
}
@media screen and (max-width: 1440px) {
  .form-page__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  .form-page__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .form-page__subtitle {
    font-size: 12px;
    max-width: 50%;
  }
}
@media (max-width: 580px) {
  .form-page__subtitle {
    max-width: 90%;
  }
}
.form-page__img {
  max-width: 810px;
  position: absolute;
  bottom: -60%;
  left: -5%;
}
@media (max-width: 1540px) {
  .form-page__img {
    bottom: -60%;
    left: -8%;
  }
}
@media screen and (max-width: 1440px) {
  .form-page__img {
    bottom: -28%;
    left: -4%;
  }
}
@media (max-width: 1030px) {
  .form-page__img {
    bottom: -39%;
    left: -6%;
  }
}
@media (max-width: 780px) {
  .form-page__img {
    position: relative;
    max-height: 190px;
    margin-top: -22px;
    overflow: hidden;
  }
}
@media (max-width: 580px) {
  .form-page__img {
    margin-top: 0;
    margin-left: -30px;
  }
}
.form-page__img img {
  max-width: 810px;
  width: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1685px) {
  .form-page__img img {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .form-page__img img {
    width: 77%;
  }
}
@media (max-width: 1030px) {
  .form-page__img img {
    width: 66%;
  }
}
@media (max-width: 780px) {
  .form-page__img img {
    width: 90%;
  }
}
@media (max-width: 580px) {
  .form-page__img img {
    width: 95%;
  }
}
.form-page__form {
  max-width: 700px;
  width: 50%;
  position: relative;
}
@media (max-width: 1540px) {
  .form-page__form {
    max-width: 580px;
  }
}
@media (max-width: 1290px) {
  .form-page__form {
    max-width: 505px;
  }
}
@media (max-width: 780px) {
  .form-page__form {
    max-width: 100%;
    width: 100%;
  }
}
.form-page__form .form__label-textarea {
  overflow-y: auto;
}
.form-page__form .popup__form-success {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  color: #0F0821;
}
@media (hover: hover) {
  .form-page__form .popup__form-success-btn:hover {
    color: var(--accent-blue);
  }
}
@media (hover: none) {
  .form-page__form .popup__form-success-btn:active {
    color: var(--accent-blue);
  }
}

.footer__top {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (max-width: 780px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 32px;
  }
}
@media (max-width: 780px) {
  .footer__logo {
    width: 100%;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  color: var(--blue-400);
}
@media (max-width: 1540px) {
  .footer__title {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .footer__title {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 580px) {
  .footer__title {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
  }
}
.footer__nav-item:not(:last-child) {
  margin-bottom: 16px;
}
.footer__nav-item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .footer__nav-item:hover a {
    color: var(--accent-blue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .footer__nav-item:active a {
    color: var(--accent-blue);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.footer__phone, .footer__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1540px) {
  .footer__phone, .footer__mail {
    font-size: 20px;
  }
}
@media (max-width: 1290px) {
  .footer__phone, .footer__mail {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 580px) {
  .footer__phone, .footer__mail {
    font-size: 24px;
    font-weight: 600;
  }
}
.footer__address {
  max-width: 230px;
}
.footer__address address {
  font-style: normal;
}
.footer__btn-scroll-up {
  position: absolute;
  bottom: 24px;
  right: 0;
}
.footer__bottom {
  background-color: var(--grey-300);
  border-top-left-radius: var(--br-20);
  border-top-right-radius: var(--br-20);
}
.footer__bottom-body {
  padding: 30px 0 35px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .footer__bottom-body {
    padding: 20px 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.footer__copyright-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 580px) {
  .footer__copyright-link {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (hover: hover) {
  .footer__copyright-link:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .footer__copyright-link:active {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.footer__leadstudio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (hover: hover) {
  .footer__leadstudio:hover {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .footer__leadstudio:active {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

.catalog {
  margin-bottom: var(--section-offset);
  padding-top: 40px;
}
@media screen and (max-width: 670px) {
  .catalog {
    padding-top: 20px;
  }
}
.catalog__title {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 670px) {
  .catalog__title {
    margin-bottom: 20px;
  }
}
.catalog__title h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-weight: 400;
  text-transform: none;
}
@media (max-width: 1540px) {
  .catalog__title h1 {
    font-size: 32px;
  }
}
@media (max-width: 1030px) {
  .catalog__title h1 {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .catalog__title h1 {
    font-size: 24px;
  }
}
.catalog__title-count {
  margin-top: -10px;
  font-size: 24px;
  font-weight: 600;
  color: var(--white-200);
}
@media (max-width: 1290px) {
  .catalog__title-count {
    font-size: 16px;
    font-weight: 500;
  }
}
.catalog__body {
  display: grid;
  grid-template-columns: 310px 1fr;
  grid-template-rows: 30px -webkit-max-content;
  grid-template-rows: 30px max-content;
  grid-template-areas: "aside sort" "aside content";
  gap: 20px;
}
@media (max-width: 1685px) {
  .catalog__body {
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 1540px) {
  .catalog__body {
    grid-template-columns: 250px 1fr;
    gap: 16px;
  }
}
@media (max-width: 1290px) {
  .catalog__body {
    grid-template-columns: 226px 1fr;
  }
}
@media screen and (max-width: 670px) {
  .catalog__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.catalog__aside {
  grid-area: aside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 1030px) {
  .catalog__aside {
    gap: 12px;
  }
}
@media screen and (max-width: 670px) {
  .catalog__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -4%;
    left: 0;
    z-index: 130;
    background-color: var(--grey-400);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  .catalog__filters.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.7s;
    transition: opacity 0.7s;
  }
  .catalog__filters.open .filters__wrapper {
    -webkit-transition: all 0.7s easy;
    transition: all 0.7s easy;
  }
}
.catalog__sorting {
  grid-area: sort;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 670px) {
  .catalog__sorting {
    display: none;
  }
}
.catalog__sorting-title {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1540px) {
  .catalog__sorting-title {
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  .catalog__sorting-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 760px) {
  .catalog__sorting-title {
    display: none;
  }
}
.catalog__sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 1030px) {
  .catalog__sorting-list {
    gap: 8px;
  }
}
@media screen and (max-width: 670px) {
  .catalog__sorting-list {
    display: none;
  }
}
.catalog__sorting-mobile-heading {
  padding: 10px 12px 10px 17px;
  border: 1px solid #fff;
  border-radius: 500px;
  cursor: pointer;
}
.catalog__current-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #fff;
}
.catalog__current-sort-name {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 670px) {
  .catalog__filters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -4%;
    left: 0;
    z-index: 130;
    background-color: var(--grey-400);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .catalog__filters-list.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .catalog__filters-list.open .catalog__filters-list-wrapper {
    -webkit-transition: all 0.5s easy;
    transition: all 0.5s easy;
  }
}
.catalog__filters-list-wrapper {
  margin: 20px;
  width: 100%;
  max-width: 80%;
  padding: 8px 16px;
  background-color: var(--blue-500);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-transition: all 0.5s easy;
  transition: all 0.5s easy;
}
.catalog__filters-label {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 1px solid var(--blue-400);
  cursor: pointer;
}
.catalog__filters-label:last-of-type {
  border-bottom: none;
}
.catalog__sorting-btn {
  padding: 6px 12px;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid var(--grey-100);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1030px) {
  .catalog__sorting-btn {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  .catalog__sorting-btn {
    padding-inline: 8px;
  }
}
.catalog__sorting-btn.active {
  background-color: #fff;
  border: transparent;
  color: var(--bg-dark);
}
.catalog__content {
  grid-area: content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.catalog__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.catalog__cards .card {
  width: 100%;
}
@media screen and (max-width: 515px) {
  .catalog__cards .card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.catalog__cards .card__description-list {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  margin-top: 16px;
}
@media screen and (max-width: 515px) {
  .catalog__cards .card__description-list {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1411px) {
  .catalog__cards {
    grid-template-columns: repeat(4, minmax(260px, 1fr));
  }
}
@media screen and (min-width: 1280px) and (max-width: 1410px) {
  .catalog__cards {
    grid-template-columns: repeat(4, minmax(230px, 1fr));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog__cards {
    grid-template-columns: repeat(3, minmax(235px, 1fr));
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .catalog__cards {
    grid-template-columns: repeat(2, minmax(235px, 1fr));
  }
}
@media screen and (min-width: 515px) and (max-width: 670px) {
  .catalog__cards {
    grid-template-columns: repeat(2, minmax(235px, 1fr));
  }
}
@media screen and (max-width: 515px) {
  .catalog__cards {
    grid-template-columns: 1fr;
  }
  .catalog__cards .card__description-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  .catalog__cards .card__description-item h4 {
    width: 150px;
  }
}
.catalog__card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.catalog__card-wrapper.active a {
  max-height: 650px;
}
.catalog__card-wrapper.active a .card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog__card-wrapper.active .card__description-list {
  opacity: 1;
  max-height: 300px;
  margin-top: 16px;
  visibility: visible;
  -webkit-transition: max-height 0.9s ease, opacity 1s ease-in;
  transition: max-height 0.9s ease, opacity 1s ease-in;
}
.catalog__card-wrapper a {
  display: block;
  height: 100%;
}
.catalog__card-wrapper a .card__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.catalog__card-wrapper .mobile-calc-card__btn-open-list {
  display: none;
}
@media screen and (max-width: 515px) {
  .catalog__card-wrapper .mobile-calc-card__btn-open-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: var(--blue-500);
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
.catalog__navigation {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1540px) {
  .catalog__navigation {
    margin-top: 0;
  }
}
.catalog__btn-else .btn-else {
  padding-block: 16px;
}
@media screen and (max-width: 670px) {
  .catalog__article {
    display: none;
  }
}
.catalog__mobile-filters-group {
  display: none;
}
@media screen and (max-width: 670px) {
  .catalog__mobile-filters-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    gap: 16px;
  }
}
.catalog__mobile-filters-btn {
  padding: 10px 16px;
  background-color: var(--accent-blue);
  border: 1px solid var(--accent-blue);
  color: #fff;
  border-radius: 500px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  cursor: pointer;
}
.catalog__mobile-filters-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__mobile-filters-btn svg {
  width: 14px;
  height: 16px;
}

.btn-else {
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.product {
  margin-bottom: var(--section-offset);
}
.product__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1030px) {
  .product__wrapper {
    gap: 32px;
  }
}
@media (max-width: 580px) {
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.product__slider {
  width: 36%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1540px) {
  .product__slider {
    gap: 20px;
  }
}
@media (max-width: 1290px) {
  .product__slider {
    gap: 16px;
  }
}
@media (max-width: 1030px) {
  .product__slider {
    width: 33%;
  }
}
@media (max-width: 580px) {
  .product__slider {
    height: 100%;
    width: 100%;
  }
}
.product__slider-top {
  position: relative;
}
.product__slider-top-arrow {
  position: absolute;
  top: calc(50% - 26px);
  right: 12px;
  cursor: pointer;
}
@media (max-width: 1290px) {
  .product__slider-top-arrow {
    top: calc(50% - 24px);
  }
}
@media (max-width: 1030px) {
  .product__slider-top-arrow {
    top: calc(50% - 20px);
  }
}
.product__slider-top-arrow .link-btn__arrow {
  background-color: #fff;
  color: var(--accent-blue);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1290px) {
  .product__slider-top-arrow .link-btn__arrow {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1030px) {
  .product__slider-top-arrow .link-btn__arrow {
    width: 40px;
    height: 40px;
  }
}
.product__slide {
  border-radius: 24px;
  width: 100%;
  height: 600px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1685px) {
  .product__slide {
    height: 530px;
  }
}
@media (max-width: 1540px) {
  .product__slide {
    height: 480px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .product__slide {
    height: 420px;
  }
}
@media (max-width: 1030px) {
  .product__slide {
    height: 310px;
    border-radius: 16px;
  }
}
@media (max-width: 780px) {
  .product__slide {
    height: 250px;
  }
}
@media (max-width: 580px) {
  .product__slide {
    width: 100%;
    min-height: 330px;
    height: 100%;
  }
}
.product__slide img {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1540px) {
  .product__slide img {
    border-radius: 20px;
  }
}
@media (max-width: 1030px) {
  .product__slide img {
    border-radius: 16px;
  }
}
.product__slider-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 1540px) {
  .product__slider-bottom {
    gap: 20px;
  }
}
@media (max-width: 1290px) {
  .product__slider-bottom {
    gap: 16px;
  }
}
.product__slide-mini {
  width: 105px;
  height: 105px;
  border-radius: 12px;
}
@media (max-width: 1290px) {
  .product__slide-mini {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1030px) {
  .product__slide-mini {
    width: 60px;
    height: 60px;
  }
}
.product__slide-mini img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
}
@media (max-width: 1290px) {
  .product__slide-mini img {
    border-radius: 10px;
  }
}
@media (max-width: 1030px) {
  .product__slide-mini img {
    border-radius: 8px;
  }
}
.product__info {
  max-width: 61%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1030px) {
  .product__info {
    max-width: 64%;
    gap: 16px;
  }
}
@media (max-width: 580px) {
  .product__info {
    max-width: 100%;
    width: 100%;
  }
}
.product__title {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1540px) {
  .product__title {
    font-size: 32px;
  }
}
@media (max-width: 1030px) {
  .product__title {
    font-size: 28px;
  }
}
@media (max-width: 780px) {
  .product__title {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .product__title {
    font-size: 20px;
  }
}
.product__price {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1030px) {
  .product__price {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .product__price {
    font-size: 20px;
  }
}
.product__btn-group {
  max-width: 285px;
}
@media (max-width: 1290px) {
  .product__btn-group {
    max-width: 245px;
    width: 100%;
  }
}
.product__btn-group .btn-group {
  gap: 8px;
}
@media (max-width: 780px) {
  .product__btn-group {
    max-width: 235px;
  }
  .product__btn-group .btn-group__btn-order {
    padding-block: 11px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.product__specifications {
  margin-top: 12px;
}
.product__specification-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 1030px) {
  .product__specification-list {
    grid-template-columns: 1fr 1fr 1.5fr 1.5fr;
  }
}
@media (max-width: 780px) {
  .product__specification-list {
    grid-template-columns: 1fr 1fr;
  }
}
.product__specification-item {
  min-height: 116px;
  padding: 20px;
  background-color: var(--grey-300);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1290px) {
  .product__specification-item {
    min-height: 90px;
    padding: 16px;
  }
}
@media (max-width: 780px) {
  .product__specification-item {
    min-height: 80px;
    padding: 16px;
  }
}
.product__specification-item h2 {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .product__specification-item h2 {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 580px) {
  .product__specification-item h2 {
    font-size: 12px;
  }
}
.product__specification-item p {
  font-size: 20px;
}
@media (max-width: 1290px) {
  .product__specification-item p {
    font-size: 16px;
  }
}
.product__description {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 1290px) {
  .product__description {
    margin-top: 4px;
  }
}
@media (max-width: 1030px) {
  .product__description {
    margin-top: 0;
  }
}
.product__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 580px) {
  .product__tabs {
    gap: 4px;
  }
}
.product__tab {
  color: var(--white-200);
  cursor: pointer;
}
.product__tab h3 {
  padding: 16px 16px 8px 16px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .product__tab h3 {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 780px) {
  .product__tab h3 {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .product__tab h3 {
    padding: 16px 8px 10px 8px;
  }
}
@media (max-width: 1290px) {
  .product__panel p {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .product__panel p {
    font-size: 12px;
  }
}
.tab-active {
  color: var(--blue-200);
  border-bottom: 2px solid var(--blue-200);
}

.recommendation {
  margin-bottom: var(--section-offset);
}

.comparison-heading__empty {
  margin-bottom: var(--section-offset);
}

.comparison {
  margin-bottom: var(--section-offset);
}
.comparison .container {
  overflow: hidden;
  padding-right: 0;
}
.comparison__body {
  padding-left: calc((100% - 1680px) / 2);
  display: grid;
  grid-template-columns: 310px 1fr;
}
@media (max-width: 1685px) {
  .comparison__body {
    padding-left: calc((100% - 1520px) / 2);
  }
}
@media (max-width: 1540px) {
  .comparison__body {
    padding-left: calc((100% - 1340px) / 2);
  }
}
@media (max-width: 1290px) {
  .comparison__body {
    padding-left: calc((100% - 1180px) / 2);
    grid-template-columns: 230px 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .comparison__body {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1030px) {
  .comparison__body {
    margin-left: 0;
    padding-left: calc((100% - 965px) / 2);
  }
}
@media (max-width: 780px) {
  .comparison__body {
    padding-left: calc((100% - 728px) / 2);
  }
}
@media screen and (max-width: 760px) {
  .comparison__body {
    margin-left: 20px;
  }
}
.comparison__article.article {
  max-width: 310px;
}
@media (max-width: 1290px) {
  .comparison__article.article {
    max-width: 250px;
  }
  .comparison__article.article .article__title {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .comparison__article.article {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comparison__article.article .article__title {
    max-width: 90%;
  }
  .comparison__article.article .link-btn__text {
    display: block;
    padding-block: 11px;
  }
}
.comparison__aside {
  max-width: 310px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .comparison__aside {
    max-width: 100%;
  }
}
.comparison__aside .article {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .comparison__aside .article {
    display: none;
  }
}
.comparison__content {
  overflow-x: hidden;
}
@media (max-width: 580px) {
  .comparison__content {
    overflow-x: scroll;
  }
}
.comparison__sorting-mobile-heading {
  display: none;
}
.comparison__current-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #fff;
}
.comparison__current-sort-name {
  font-size: 14px;
  font-weight: 600;
}
.comparison__filters {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  margin-bottom: 40px;
  height: 405px;
}
@media (max-width: 1540px) {
  .comparison__filters {
    height: 385px;
  }
}
@media (max-width: 1290px) {
  .comparison__filters {
    height: 345px;
  }
}
@media screen and (max-width: 1023px) {
  .comparison__filters {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 16px;
  }
}
.comparison__filters .filters__wrapper {
  max-width: 94%;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .comparison__filters {
    font-size: 12px;
    gap: 8px;
  }
  .comparison__filters .filters__wrapper {
    padding: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
@media screen and (max-width: 760px) {
  .comparison__filters .filters__btn-close {
    display: none;
  }
  .comparison__filters .filters__wrapper {
    margin: 0;
    max-width: 100%;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.comparison__filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023px) and (min-width: 760px) {
  .comparison__filters-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.comparison__filters-list-name {
  display: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) and (min-width: 760px) {
  .comparison__filters-list-name {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 14px;
  }
}
.comparison__filters-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.comparison__filters-label input {
  width: 16px;
  height: 16px;
  accent-color: #fff;
}
@media screen and (max-width: 1023px) {
  .comparison__filters-label {
    padding: 6px 8px;
    border: 1px solid #fff;
    border-radius: 100px;
  }
  .comparison__filters-label.active {
    background-color: #fff;
    color: #0F0821;
  }
  .comparison__filters-label input {
    display: none;
  }
}
.comparison__filters-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  color: var(--purple-100);
}
@media screen and (max-width: 1023px) {
  .comparison__filters-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
.comparison__filters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background-color: transparent;
  border: none;
  color: var(--purple-100);
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .comparison__filters-btn {
    padding: 6px 8px;
    border: 1px solid #fff;
    border-radius: 100px;
    gap: 2px;
    color: #fff;
  }
}
.comparison__filters-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: var(--purple-100);
}
@media screen and (max-width: 1023px) {
  .comparison__filters-link {
    padding: 6px 8px;
    border: 1px solid #fff;
    border-radius: 100px;
    gap: 2px;
    color: #fff !important;
  }
}
.comparison__filters-img {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1023px) {
  .comparison__filters-img {
    width: 20px;
    height: 20px;
  }
}
.comparison__filters-img svg {
  max-width: 75%;
}
@media screen and (max-width: 1023px) {
  .comparison__filters-img svg {
    max-width: 60%;
    width: 12px;
  }
}
.comparison__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--blue-300) transparent;
}
.comparison__cards::-webkit-scrollbar {
  width: 3px;
}
.comparison__cards::-webkit-scrollbar-thumb {
  background: var(--blue-300);
  border-radius: 13px;
  height: 30%;
}
.comparison__cards::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
  border-radius: 10px;
}
@media (max-width: 780px) {
  .comparison__cards {
    scrollbar-width: none;
  }
  .comparison__cards .card__top {
    height: 140px;
  }
}
@media (max-width: 580px) {
  .comparison__cards {
    overflow-x: visible;
    overflow-y: visible;
  }
  .comparison__cards .card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .comparison__cards .card__price {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
  }
  .comparison__cards .card__name {
    font-size: 12px;
  }
}
.comparison__cards .card-link-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px;
  margin-right: 8px;
  width: 330px;
  height: 405px;
}
@media (max-width: 1540px) {
  .comparison__cards .card-link-wrapper {
    width: 262px;
    height: 385px;
  }
}
@media (max-width: 1290px) {
  .comparison__cards .card-link-wrapper {
    width: 235px;
    height: 345px;
  }
}
@media (max-width: 780px) {
  .comparison__cards .card-link-wrapper {
    margin-bottom: 20px;
    width: 220px;
    height: 285px;
  }
}
@media (max-width: 580px) {
  .comparison__cards .card-link-wrapper {
    width: 170px;
    height: 265px;
  }
}
.comparison__card-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .comparison__card-line:first-child .characteristic__card-item {
    text-align: left;
  }
  .comparison__card-line:first-child .characteristic__name-mobile {
    visibility: visible;
    opacity: 1;
  }
}
.comparison__characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  scrollbar-color: var(--blue-300) transparent;
}
.comparison__characteristics::-webkit-scrollbar {
  width: 3px;
}
.comparison__characteristics::-webkit-scrollbar-thumb {
  background: var(--blue-300);
  border-radius: 13px;
  height: 30%;
}
.comparison__characteristics::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
  border-radius: 10px;
}
@media (max-width: 780px) {
  .comparison__characteristics {
    scrollbar-width: none;
  }
}
@media (max-width: 580px) {
  .comparison__characteristics {
    overflow-x: visible;
  }
}
.comparison__characteristic-names {
  width: 100%;
  background-color: var(--bg-dark);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .comparison__characteristic-names {
    display: none;
  }
}
.comparison__characteristic-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 580px) {
  .comparison__characteristic-cards {
    gap: 8px;
  }
}
.comparison__characteristic-card .characteristic__card-item {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .comparison__characteristic-card .characteristic__card-item p {
    padding: 10px 0 8px;
    font-weight: 400;
    font-size: 12px;
  }
}

.calc-heading {
  padding-top: 30px;
  margin-bottom: 32px;
}
@media (max-width: 1540px) {
  .calc-heading {
    padding-top: 10px;
  }
}
.calc-heading__wrapper {
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
  grid-template-areas: "title rates search" "opt opt opt";
}
@media (max-width: 1030px) {
  .calc-heading__wrapper {
    grid-template-columns: 1fr 250px 0.75fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 28px;
  }
}
@media (max-width: 780px) {
  .calc-heading__wrapper {
    grid-template-columns: 250px 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 28px;
    grid-template-areas: "title title" "rates search" "opt opt";
  }
}
@media screen and (max-width: 767px) {
  .calc-heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calc-heading__title {
  grid-area: title;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: none;
  align-self: flex-start;
}
@media (max-width: 1540px) {
  .calc-heading__title {
    font-size: 32px;
  }
}
@media (max-width: 1290px) {
  .calc-heading__title {
    font-size: 28px;
  }
}
@media (max-width: 1030px) {
  .calc-heading__title {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .calc-heading__title {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .calc-heading__title {
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  .calc-heading__title {
    font-size: 28px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .calc-heading__title {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.calc-heading__rate {
  grid-area: rates;
}
.calc-heading__search {
  grid-area: search;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .calc-heading__search {
    display: none;
  }
}

.calc {
  margin-bottom: var(--section-offset);
}
.calc__buttons {
  width: 100%;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  color: #fff;
}
.calc__btn {
  display: block;
  text-align: center;
  max-width: 50%;
  width: 100%;
}
.calc__btn--reset {
  border: 1px solid #fff;
  background: transparent;
}
@media (max-width: 580px) {
  .calc__btn--reset span:last-of-type {
    display: none;
  }
}
.calc__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: var(--blue-500);
  border-radius: 10px;
}
@media (max-width: 780px) {
  .calc__content {
    background-color: transparent;
    gap: 8px;
  }
}

.calc-compare-heading {
  padding-top: 35px;
  margin-bottom: 56px;
}
.calc-compare-heading__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
  grid-template-areas: "title rates" "opt opt";
}
@media (max-width: 580px) {
  .calc-compare-heading__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.calc-compare-heading__title {
  grid-area: title;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  text-transform: none;
  align-self: flex-start;
}
@media (max-width: 1540px) {
  .calc-compare-heading__title {
    font-size: 32px;
  }
}
@media (max-width: 1290px) {
  .calc-compare-heading__title {
    font-size: 28px;
  }
}
@media (max-width: 1030px) {
  .calc-compare-heading__title {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .calc-compare-heading__title {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .calc-compare-heading__title {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .calc-compare-heading__title {
    font-size: 24px;
    font-weight: 400;
  }
}
.calc-compare-heading__rate {
  grid-area: rates;
  justify-self: end;
}
@media (max-width: 780px) {
  .calc-compare-heading .options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.calc-compare-heading__option-wrap:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.calc-compare-heading__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 570px;
  width: 100%;
  flex-grow: 1;
}
.calc-compare-heading__search.input-search input {
  padding-block: 4px;
  border-radius: 6px;
}
.calc-compare-heading__miners {
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  padding: 4px 16px;
  padding-right: 12px;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.calc-compare-heading__miners.sub-open ~ .calc-compare-heading__else-list {
  display: block;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.calc-compare-heading__miners.sub-open .select-arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.calc-compare-heading__miners.sub-open .calc-compare-heading__miners-sum {
  display: none;
}
.calc-compare-heading__miners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.calc-compare-heading__miners-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px 2px 4px;
  background-color: var(--accent-blue);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.calc-compare-heading__miners-del {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.calc-compare-heading__miners-del svg {
  width: 10px;
  height: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.calc-compare-heading__miners-name {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calc-compare-heading__miners-sum {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  padding: 2px 8px;
  width: 33px;
  height: 28px;
  background-color: var(--accent-blue);
  border-radius: 6px;
}
.calc-compare-heading__else {
  min-width: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  cursor: pointer;
}
.calc-compare-heading__else-list {
  width: 100%;
  position: absolute;
  margin-top: 8px;
  padding: 16px;
  z-index: 11;
  background-color: #fff;
  border-radius: 6px;
  display: none;
}
.calc-compare-heading__else-list .calc-compare-heading__miners-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.option-wrap-miners {
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1290px) {
  .option-wrap-miners {
    max-width: 460px;
  }
}
@media (max-width: 1030px) {
  .option-wrap-miners {
    max-width: 270px;
  }
}
@media (max-width: 780px) {
  .option-wrap-miners {
    max-width: 470px;
    width: 100%;
  }
}

.calc-compare {
  margin-bottom: var(--section-offset);
}
.calc-compare__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background-color: var(--blue-500);
  border-radius: 10px;
}

.calc-compare .table-heading {
  grid-template-columns: 1fr 7% 7% 18% 13% 17% 44px;
}
@media (max-width: 1540px) {
  .calc-compare .table-heading {
    grid-template-columns: 1fr 7% 7% 17% 13% 16% 44px;
  }
}
@media (max-width: 1290px) {
  .calc-compare .table-heading {
    grid-template-columns: 1fr 6% 6% 17% 13% 15% 44px;
  }
}
@media (max-width: 1030px) {
  .calc-compare .table-heading {
    grid-template-columns: 1fr 6% 6% 17% 12% 15% 44px;
  }
}

.calc-compare .table-row {
  grid-template-columns: 1fr 8% 8% 16% 14% 15% 44px;
}
@media (max-width: 1290px) {
  .calc-compare .table-row {
    grid-template-columns: 1fr 8% 8% 18% 15% 16% 44px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

.calc-compare .table-row .table-row__model-coin {
  min-width: 90px;
  text-align: center;
}

.favourites {
  margin-top: 24px;
  min-height: 50vh;
  height: 100%;
}
@media (max-width: 1290px) {
  .favourites {
    margin-top: 16px;
  }
}
@media (max-width: 580px) {
  .favourites {
    margin-top: 12px;
  }
}
.favourites__heading {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.favourites__title {
  margin-bottom: 0;
}
.favourites__cards {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}

.turnkey-mining-intro {
  margin-bottom: var(--section-offset);
}
.turnkey-mining-intro__wrapper {
  height: 78vh;
  max-height: 800px;
  background-color: #161082;
  background-image: url("../images/turnkey-mining-intro.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--br-20);
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1290px) {
  .turnkey-mining-intro__wrapper {
    height: 70vh;
  }
}
@media (max-width: 780px) {
  .turnkey-mining-intro__wrapper {
    height: 45vh;
  }
}
@media (max-width: 580px) {
  .turnkey-mining-intro__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
    padding-top: 40px;
    background-image: url("../images/turnkey-mining-intro-s.png");
  }
}
.turnkey-mining-intro__text {
  max-width: 64%;
}
@media (max-width: 580px) {
  .turnkey-mining-intro__text {
    max-width: 95%;
  }
}
.turnkey-mining-intro__text-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1540px) {
  .turnkey-mining-intro__text-title {
    font-size: 32px;
  }
}
@media (max-width: 1290px) {
  .turnkey-mining-intro__text-title {
    font-size: 28px;
  }
}
@media (max-width: 1030px) {
  .turnkey-mining-intro__text-title {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .turnkey-mining-intro__text-title {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .turnkey-mining-intro__text-title {
    font-size: 16px;
  }
}
@media (max-width: 1540px) {
  .turnkey-mining-intro__text-title {
    gap: 12px;
  }
}
@media (max-width: 1030px) {
  .turnkey-mining-intro__text-title {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.turnkey-mining-intro__text-title span:first-child {
  font-size: 60px;
  font-weight: 500;
  color: #5B71FF;
}
@media (max-width: 1540px) {
  .turnkey-mining-intro__text-title span:first-child {
    font-size: 54px;
    font-weight: 400;
  }
}
@media (max-width: 1290px) {
  .turnkey-mining-intro__text-title span:first-child {
    font-size: 48px;
  }
}
@media (max-width: 1030px) {
  .turnkey-mining-intro__text-title span:first-child {
    font-size: 40px;
  }
}
@media (max-width: 780px) {
  .turnkey-mining-intro__text-title span:first-child {
    font-size: 30px;
  }
}
@media (max-width: 580px) {
  .turnkey-mining-intro__text-title span:first-child {
    font-size: 24px;
  }
}
.turnkey-mining-intro__text-btn {
  border: 1px solid transparent;
  border-radius: 500px;
  background-color: transparent;
}
.turnkey-mining-intro__text-btn .link-btn__text {
  background-color: #fff;
  color: var(--accent-blue);
  height: 52px;
}
@media (max-width: 780px) {
  .turnkey-mining-intro__text-btn .link-btn__text {
    height: 44px;
  }
}
@media (max-width: 580px) {
  .turnkey-mining-intro__text-btn .link-btn__text {
    height: 40px;
    font-size: 12px;
    display: block;
    padding-block: 11px;
  }
}
.turnkey-mining-intro__text-btn .link-btn__arrow {
  background-color: #fff;
}
.turnkey-mining-intro__text-btn .link-btn__arrow svg {
  color: var(--accent-blue);
}

.turnkey-mining-offer .we-offer__item-title {
  max-width: 280px;
}
.turnkey-mining-offer .we-offer__list {
  overflow-x: hidden;
}
@media (max-width: 780px) {
  .turnkey-mining-offer .we-offer__list {
    overflow-x: scroll;
  }
}

.process {
  margin-bottom: var(--section-offset);
}
.process__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 580px) {
  .process__body {
    gap: 16px;
  }
}
.process__title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1540px) {
  .process__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .process__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .process__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .process__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .process__title {
    margin-bottom: 16px;
  }
}
.process__title strong {
  font-weight: 500;
  color: var(--blue-200);
}
.process__slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.process__slider-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.process__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 530px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 1540px) {
  .process__slide {
    height: 500px;
  }
}
@media (max-width: 1030px) {
  .process__slide {
    height: 456px;
  }
}
@media (max-width: 780px) {
  .process__slide {
    grid-template-columns: 1.2fr 1fr;
    height: 400px;
  }
}
@media (max-width: 580px) {
  .process__slide {
    grid-template-columns: 1fr;
    min-height: 310px;
    height: 100%;
  }
}
.process__slide-content {
  padding: 32px;
  border-radius: 12px;
  background-color: var(--grey-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (max-width: 1030px) {
  .process__slide-content {
    padding: 24px;
  }
}
@media (max-width: 580px) {
  .process__slide-content {
    padding: 20px;
    width: 100%;
    gap: 16px;
  }
}
.process__slide-count {
  margin-bottom: 16px;
  font-size: 20px;
  color: var(--white-200);
}
@media (max-width: 580px) {
  .process__slide-count {
    font-size: 16px;
  }
}
.process__slide-title {
  max-width: 77%;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .process__slide-title {
    font-size: 26px;
  }
}
@media (max-width: 1290px) {
  .process__slide-title {
    max-width: 80%;
    font-size: 24px;
  }
}
@media (max-width: 1030px) {
  .process__slide-title {
    font-size: 20px;
  }
}
@media (max-width: 780px) {
  .process__slide-title {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  .process__slide-title {
    max-width: 100%;
  }
}
.process__slide-text {
  max-width: 80%;
}
@media (max-width: 1290px) {
  .process__slide-text {
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .process__slide-text {
    font-size: 12px;
  }
}
@media (max-width: 780px) {
  .process__slide-text {
    max-width: 88%;
  }
}
@media (max-width: 580px) {
  .process__slide-text {
    max-width: 100%;
  }
}
.process__slide-map {
  height: 100%;
  padding: 38px 48px;
  border-radius: 12px;
  background-color: var(--accent-blue);
  position: relative;
}
@media (max-width: 1685px) {
  .process__slide-map {
    padding: 57px 48px;
  }
}
@media (max-width: 1540px) {
  .process__slide-map {
    padding: 60px 48px;
  }
}
@media (max-width: 1290px) {
  .process__slide-map {
    padding: 75px 32px;
  }
}
@media (max-width: 1030px) {
  .process__slide-map {
    padding: 88px 32px;
  }
}
@media (max-width: 780px) {
  .process__slide-map {
    padding: 32px;
  }
}
@media (max-width: 580px) {
  .process__slide-map {
    display: none;
  }
}
.process__map {
  background-image: url("../../images/process-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 92%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 780px) {
  .process__map {
    background-image: none;
  }
}
.process__map-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  row-gap: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "s1 s1 . s2 s2" ". s3 s3 s3 ." ". s4 s4 s4 ." "s6 s6 . s5 s5";
}
@media (max-width: 1685px) {
  .process__map-steps {
    row-gap: 67px;
  }
}
@media (max-width: 1540px) {
  .process__map-steps {
    row-gap: 55px;
  }
}
@media (max-width: 1290px) {
  .process__map-steps {
    row-gap: 44px;
  }
}
@media (max-width: 1030px) {
  .process__map-steps {
    row-gap: 36px;
  }
}
@media (max-width: 780px) {
  .process__map-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}
.process__map-step {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--accent-blue);
  padding: 16px 24px;
  border: 1px solid #fff;
  border-radius: 500px;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1030px) {
  .process__map-step {
    padding: 12px 16px;
    font-size: 14px;
  }
}
@media (max-width: 780px) {
  .process__map-step {
    font-size: 12px;
    position: relative;
  }
  .process__map-step:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 39px;
    width: 1px;
    height: 20px;
    background-color: #fff;
  }
}
.process__map-step.active {
  background-color: #fff;
  color: var(--accent-blue);
  font-weight: 600;
}
.process__map-step.active::after {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
}
.process__pagination {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
.process__pagination-next, .process__pagination-prev {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--accent-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 1290px) {
  .process__pagination-next, .process__pagination-prev {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 580px) {
  .process__pagination-next, .process__pagination-prev {
    width: 32px;
    height: 32px;
  }
  .process__pagination-next svg, .process__pagination-prev svg {
    width: 60%;
  }
}

.swiper-button-disabled {
  background-color: transparent;
  color: #fff;
}

.s1 {
  grid-area: s1;
}

.s2 {
  grid-area: s2;
}

.s3 {
  grid-area: s3;
  margin-left: 48px;
}
@media (max-width: 780px) {
  .s3 {
    margin-left: 0;
  }
}

.s4 {
  grid-area: s4;
}

.s5 {
  grid-area: s5;
}

.s6 {
  grid-area: s6;
}

.numbers {
  margin-bottom: var(--section-offset);
}
.numbers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.numbers__title {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .numbers__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .numbers__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .numbers__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .numbers__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .numbers__title {
    margin-bottom: 16px;
  }
}
.numbers__title strong {
  color: var(--blue-200);
  font-weight: 400;
}
.numbers__content {
  min-height: 300px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media (max-width: 1540px) {
  .numbers__content {
    min-height: 255px;
  }
}
@media (max-width: 1030px) {
  .numbers__content {
    min-height: 240px;
  }
}
@media (max-width: 780px) {
  .numbers__content {
    min-height: 215px;
  }
}
@media (max-width: 580px) {
  .numbers__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.numbers__block {
  padding: 32px 42px 60px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-right: 1px solid var(--blue-400);
}
@media (max-width: 1540px) {
  .numbers__block {
    padding: 32px 24px;
  }
}
@media (max-width: 1290px) {
  .numbers__block {
    padding: 24px;
    padding-bottom: 32px;
  }
}
@media (max-width: 780px) {
  .numbers__block {
    padding-left: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 580px) {
  .numbers__block {
    padding-right: 8px;
    min-height: 190px;
    border-right: none;
  }
  .numbers__block:nth-child(1) {
    border-right: 1px solid var(--blue-400);
    border-bottom: 1px solid var(--blue-400);
  }
  .numbers__block:nth-child(2) {
    border-bottom: 1px solid var(--blue-400);
  }
  .numbers__block:nth-child(3) {
    border-right: 1px solid var(--blue-400);
  }
}
.numbers__block:last-child {
  border-right: none;
}
@media (max-width: 1290px) {
  .numbers__text {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 780px) {
  .numbers__text {
    font-size: 12px;
  }
}
.numbers__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media (max-width: 1030px) {
  .numbers__number {
    gap: 8px;
  }
}
@media (max-width: 780px) {
  .numbers__number {
    gap: 2px;
  }
}
.numbers__number strong {
  line-height: 1;
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .numbers__number strong {
    font-size: 60px;
    font-weight: 600;
  }
}
@media (max-width: 1030px) {
  .numbers__number strong {
    font-size: 40px;
  }
}
.numbers__number span {
  line-height: 1.4;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .numbers__number span {
    font-size: 32px;
    font-weight: 400;
  }
}
@media (max-width: 780px) {
  .numbers__number span {
    font-size: 20px;
    text-transform: uppercase;
  }
}

.investing-mining {
  height: 78vh;
  max-height: 800px;
  margin-bottom: var(--section-offset);
  background-color: #161082;
  background-image: url("../images/investing-mining.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--br-20);
  padding-left: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 72px;
}
@media (max-width: 1290px) {
  .investing-mining {
    height: 70vh;
  }
}
@media (max-width: 780px) {
  .investing-mining {
    height: 45vh;
  }
}
@media (max-width: 780px) {
  .investing-mining {
    padding-left: 20px;
    padding-top: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 580px) {
  .investing-mining {
    background-image: url("../images/investing-mining-s.png");
  }
}
.investing-mining__text {
  max-width: 60%;
}
@media (max-width: 1540px) {
  .investing-mining__text {
    max-width: 75%;
  }
}
@media (max-width: 580px) {
  .investing-mining__text {
    max-width: 95%;
  }
}
.investing-mining__text-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1540px) {
  .investing-mining__text-title {
    font-size: 32px;
  }
}
@media (max-width: 1290px) {
  .investing-mining__text-title {
    font-size: 28px;
  }
}
@media (max-width: 1030px) {
  .investing-mining__text-title {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .investing-mining__text-title {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .investing-mining__text-title {
    font-size: 16px;
  }
}
@media (max-width: 1540px) {
  .investing-mining__text-title {
    gap: 12px;
  }
}
@media (max-width: 1030px) {
  .investing-mining__text-title {
    margin-bottom: 24px;
    gap: 8px;
  }
}
.investing-mining__text-title span:first-child {
  font-size: 60px;
  font-weight: 500;
}
@media (max-width: 1540px) {
  .investing-mining__text-title span:first-child {
    font-size: 54px;
    font-weight: 400;
  }
}
@media (max-width: 1290px) {
  .investing-mining__text-title span:first-child {
    font-size: 48px;
  }
}
@media (max-width: 1030px) {
  .investing-mining__text-title span:first-child {
    font-size: 40px;
  }
}
@media (max-width: 780px) {
  .investing-mining__text-title span:first-child {
    font-size: 30px;
  }
}
@media (max-width: 580px) {
  .investing-mining__text-title span:first-child {
    font-size: 24px;
  }
}
@media (max-width: 1540px) {
  .investing-mining__text-title span:last-child {
    max-width: 75%;
  }
}
@media (max-width: 780px) {
  .investing-mining__text-title span:last-child {
    max-width: 85%;
  }
}
@media (max-width: 580px) {
  .investing-mining__text-title span:last-child {
    font-size: 14px;
  }
}
.investing-mining__text-btn {
  border: 1px solid transparent;
  border-radius: 500px;
  background-color: transparent;
}
.investing-mining__text-btn .link-btn__text {
  background-color: #fff;
  color: var(--accent-blue);
  height: 52px;
}
@media (max-width: 780px) {
  .investing-mining__text-btn .link-btn__text {
    height: 44px;
  }
}
@media (max-width: 580px) {
  .investing-mining__text-btn .link-btn__text {
    height: 40px;
    font-size: 12px;
    display: block;
    padding-block: 11px;
  }
}
.investing-mining__text-btn .link-btn__arrow {
  background-color: #fff;
}
.investing-mining__text-btn .link-btn__arrow svg {
  color: var(--accent-blue);
}

.legalization {
  margin-bottom: var(--section-offset);
}
.legalization__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 1290px) {
  .legalization__body {
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
  }
}
@media (max-width: 1290px) {
  .legalization__body {
    gap: 24px;
  }
}
@media (max-width: 580px) {
  .legalization__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.legalization__title {
  max-width: 460px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1540px) {
  .legalization__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .legalization__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .legalization__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .legalization__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .legalization__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 580px) {
  .legalization__title {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.legalization__title span:last-child {
  font-weight: 500;
  color: var(--blue-200);
}
.legalization__content {
  max-width: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 580px) {
  .legalization__content {
    gap: 10px;
  }
}
.legalization__subtitle {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1540px) {
  .legalization__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .legalization__subtitle {
    font-size: 16px;
    font-weight: 500;
  }
}
.legalization__text {
  color: var(--white-200);
}
@media (max-width: 1540px) {
  .legalization__text {
    font-weight: 500;
  }
}
@media (max-width: 1030px) {
  .legalization__text {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 780px) {
  .legalization__text {
    font-size: 12px;
  }
}
.legalization__link {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-200);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.legalization__link span {
  color: var(--blue-200);
}
@media (hover: hover) {
  .legalization__link:hover {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .legalization__link:hover svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (hover: none) {
  .legalization__link:active {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .legalization__link:active svg {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 1030px) {
  .legalization__link {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 780px) {
  .legalization__link {
    font-size: 14px;
    font-weight: 600;
  }
}
@media (max-width: 580px) {
  .legalization__link {
    margin-top: 14px;
    margin-bottom: 8px;
  }
}
.legalization__link svg {
  width: 11px;
  height: 11px;
}
.legalization__img {
  grid-column: span 2;
  height: 500px;
  width: 100%;
  border-radius: 12px;
}
@media (max-width: 1540px) {
  .legalization__img {
    height: 450px;
  }
}
@media (max-width: 1030px) {
  .legalization__img {
    height: 320px;
  }
}
@media (max-width: 780px) {
  .legalization__img {
    height: 270px;
  }
}
.legalization__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
}

.perspectives {
  margin-bottom: var(--section-offset);
}
.perspectives__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.perspectives__title {
  max-width: 720px;
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1540px) {
  .perspectives__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1290px) {
  .perspectives__title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1030px) {
  .perspectives__title {
    font-size: 30px;
  }
}
@media (max-width: 780px) {
  .perspectives__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 580px) {
  .perspectives__title {
    margin-bottom: 16px;
  }
}
.perspectives__title strong {
  font-weight: 500;
  color: var(--blue-200);
}
@media (max-width: 1540px) {
  .perspectives__title {
    display: block;
  }
}
@media (max-width: 1030px) {
  .perspectives__title {
    max-width: 400px;
  }
}
@media (max-width: 580px) {
  .perspectives__title {
    max-width: 85%;
  }
}
.perspectives__cards {
  width: 100%;
}
.perspectives__cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.perspectives__cards-item {
  max-width: calc(33% - 1px);
  width: 100%;
  min-height: 370px;
}
@media (max-width: 1290px) {
  .perspectives__cards-item {
    max-width: calc(33% - 2px);
    min-height: 270px;
  }
  .perspectives__cards-item .card-info__body {
    padding-top: 40px;
  }
}
@media (max-width: 1030px) {
  .perspectives__cards-item {
    max-width: calc(33% - 3px);
  }
}
@media (max-width: 780px) {
  .perspectives__cards-item {
    min-height: 190px;
    max-width: calc(50% - 4px);
  }
  .perspectives__cards-item:nth-child(3) {
    max-width: 100%;
  }
}
.perspectives__cards-item:nth-child(4), .perspectives__cards-item:nth-child(5) {
  max-width: calc(50% - 4px);
}
@media (max-width: 580px) {
  .perspectives__cards-item:nth-child(4), .perspectives__cards-item:nth-child(5) {
    max-width: 100%;
  }
}
.perspectives__cards-item:nth-child(4) .card-info__body-text, .perspectives__cards-item:nth-child(5) .card-info__body-text {
  max-width: 88%;
}
@media (max-width: 1540px) {
  .perspectives__cards-item:nth-child(4) .card-info__body-text, .perspectives__cards-item:nth-child(5) .card-info__body-text {
    max-width: 95%;
  }
}
@media (max-width: 580px) {
  .perspectives__cards-item {
    max-width: 100%;
    min-height: 250px;
  }
}

.delivery {
  margin-bottom: var(--section-offset);
  padding-top: 32px;
}
@media (max-width: 1540px) {
  .delivery {
    padding-top: 20px;
  }
}
@media (max-width: 1030px) {
  .delivery {
    padding-top: 12px;
  }
}
@media (max-width: 780px) {
  .delivery {
    padding-top: 0;
  }
}
.delivery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 112px;
}
@media (max-width: 1540px) {
  .delivery__wrapper {
    gap: 90px;
  }
}
@media (max-width: 780px) {
  .delivery__wrapper {
    gap: 70px;
  }
}
.delivery__title {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  text-transform: none;
}
@media (max-width: 1540px) {
  .delivery__title {
    font-size: 32px;
  }
}
@media (max-width: 1290px) {
  .delivery__title {
    font-size: 28px;
  }
}
@media (max-width: 1030px) {
  .delivery__title {
    font-size: 24px;
  }
}
@media (max-width: 780px) {
  .delivery__title {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  .delivery__title {
    font-size: 16px;
  }
}
.delivery__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 1540px) {
  .delivery__body {
    gap: 32px;
  }
}
@media (max-width: 1290px) {
  .delivery__body {
    gap: 24px;
  }
}
@media (max-width: 780px) {
  .delivery__body {
    gap: 20px;
  }
}
.delivery__cards-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 780px) {
  .delivery__cards-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .delivery__cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.delivery__cards-list .card-info {
  min-height: 282px;
}
@media (max-width: 1540px) {
  .delivery__cards-list .card-info {
    min-height: 255px;
  }
}
@media (max-width: 1290px) {
  .delivery__cards-list .card-info {
    min-height: 270px;
  }
}
@media (max-width: 1030px) {
  .delivery__cards-list .card-info {
    min-height: 255px;
  }
}
@media (max-width: 780px) {
  .delivery__cards-list .card-info {
    min-height: 220px;
  }
  .delivery__cards-list .card-info--bank {
    grid-column: span 2;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
  }
  .delivery__cards-list .card-info--bank .card-info__body-text {
    max-width: 60%;
  }
}

.privacy {
  padding-bottom: var(--section-offset);
}
.privacy__title {
  margin-bottom: 24px;
}
@media (max-width: 780px) {
  .privacy__title {
    margin-bottom: 12px;
  }
}
.privacy .subtitle {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1540px) {
  .privacy .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1030px) {
  .privacy .subtitle {
    font-size: 16px;
  }
}

.breadcrumb-privacy {
  margin-bottom: 24px;
  padding-top: 140px;
}
@media (max-width: 1290px) {
  .breadcrumb-privacy {
    padding-top: 100px;
  }
}
@media (max-width: 780px) {
  .breadcrumb-privacy {
    padding-top: 80px;
    margin-bottom: 12px;
  }
}
.breadcrumb-privacy__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.breadcrumb-privacy__item {
  font-size: 16px;
}
@media (max-width: 1030px) {
  .breadcrumb-privacy__item {
    font-size: 12px;
  }
}
.breadcrumb-privacy__item a {
  position: relative;
}
.breadcrumb-privacy__item a::after {
  content: "—";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}