@charset "UTF-8";
:root {
  --mainFont: "Plus Jakarta Sans", sans-serif;
  --white: #fff;
  --black: #020120;
  --default-transition: all 0.15s ease-in;
  --color-transition: color 0.15s ease-in;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

input,
select,
textarea {
  appearance: none;
  border: none;
  outline: none;
}

image {
  max-width: 100%;
  width: 100%;
  display: block;
}

body {
  font-family: var(--mainFont);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--white);
  background: var(--black);
}

a {
  transition: var(--color-transition);
}

button {
  transition: var(--default-transition);
}

path,
circle {
  transition: var(--default-transition);
}

svg {
  width: 100%;
}

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

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

.wrapper {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.yellow-link__wrapper {
  display: flex;
  justify-content: center;
}

.yellow-link {
  color: #020120;
  border-radius: 10px;
  background-image: radial-gradient(circle at 159% -360%, #ff4d01 50%, #ffb700 80%);
  padding: 20px 25px;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  box-shadow: 0px 10px 60px -10px #ffb700;
  display: inline-block;
  text-align: center;
}
.yellow-link:hover {
  color: #fff;
}
.yellow-link span {
  display: inline-block;
  padding: 0 35px;
}
.yellow-link::before {
  content: "";
  width: 95%;
  height: 60%;
  background-color: red;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  background-color: #dc9b00;
  opacity: 0.9;
}

.grey {
  color: #8988a4;
}
.grey:hover {
  color: #fff;
}

.yellow {
  color: #ffb700;
}

.text-gradient {
  background: linear-gradient(to bottom, #ffffff 0%, #020120 200%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-gradient {
  position: relative;
  background-color: #020120;
}
.border-gradient::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -2px;
  z-index: -1;
  border-radius: 20px;
  display: block;
  background: linear-gradient(180deg, #414089 50%, #0b0a2f 100%);
}

h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 992px) {
  h2 {
    font-size: 26px;
    line-height: 26px;
  }
}

h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
}

h4 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

.blur {
  position: relative;
}
.blur::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  display: block;
  border-radius: 50%;
  opacity: 0.6;
}

.active .header__burger::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.active .header__burger::after {
  bottom: 50%;
  transform: rotate(-45deg) translateY(50%);
}
.active .header__burger-span {
  opacity: 0;
}
.active .header__burger-nav {
  transform: translateY(0%);
}

.header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  backdrop-filter: blur(50px);
  border-radius: 0 0 10px 10px;
  z-index: 100;
  transition: all 0.2s ease-in;
  transform: translateY(0%);
}
.header__burger {
  height: 20px;
  width: 30px;
  position: relative;
  display: none;
  transition: all 0.2s ease-in;
}
.header__burger::before, .header__burger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.2s ease-in;
}
.header__burger::before, .header__burger::after {
  left: 0px;
}
.header__burger::before {
  top: 0px;
}
.header__burger::after {
  bottom: 0px;
}
@media (max-width: 1100px) {
  .header__burger {
    display: block;
  }
}
.header__burger-span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
}
.header__burger-nav {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  transition: all 0.2s ease-in;
}
@media (max-width: 1100px) {
  .header__burger-nav {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: 80dvh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(2, 1, 32, 0.8);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(50px);
    transform: translateY(-100%);
    gap: 30px;
  }
  .header__burger-nav .header__list {
    flex-direction: column;
    gap: 15px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1100px) {
  .header__right {
    flex-direction: column;
    gap: 20px;
  }
}
.header.hidden {
  transform: translateY(-100%);
}
.header.header--active {
  background-color: rgba(2, 1, 32, 0.3);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__logo {
  position: relative;
  z-index: 100;
}
.header__signin {
  color: #fff;
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
}
.header__signin:hover {
  border: 1px solid #fff;
}
.header__signup {
  color: #fff;
  padding: 12px 24px;
  border: 1px solid #ffb700;
  border-radius: 10px;
}
.header__signup:hover {
  border: 1px solid #fff;
}

.footer {
  padding-bottom: 40px;
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer__top {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__desc {
  color: #8988a4;
}
.footer__desc:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer__desc {
    text-align: center;
  }
}
.footer__nav {
  margin-left: 7.5%;
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-left: 0;
  }
}
.footer__list {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer__list-item:first-child {
  color: #8988a4;
}
.footer__list-item:first-child:hover {
  color: #fff;
}
.footer__list-item:hover {
  color: #8988a4;
}
@media (max-width: 1024px) {
  .footer__list {
    flex-direction: column;
    gap: 12px;
  }
}

input {
  font-size: 15px;
  line-height: 24px;
  color: #8988a4;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 16px 24px 16px 64px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  position: relative;
  width: 100%;
  background-image: radial-gradient(circle at 50% 610%, #080079 30%, #020120 80%);
}
input::placeholder {
  color: #8988a4;
}

.input-search {
  position: relative;
  width: 100%;
  max-width: 580px;
}
.input-search:before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("../images/search.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.find__input-wrapper.active input {
  border-radius: 10px 10px 0 0;
}
.find__input-wrapper.active .autocomplete-list {
  padding: 6px 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 150px;
  overflow-y: auto;
  background: white;
  list-style: none;
  padding: 0;
  z-index: 100;
  background-color: #020120;
  border-radius: 0 0 10px 10px;
  background-image: radial-gradient(circle at 50% -460%, rgb(8, 0, 121) 30%, rgb(2, 1, 32) 80%);
}
.autocomplete-list::-webkit-scrollbar {
  width: 0;
}

.autocomplete-list li {
  padding: 8px 24px;
  cursor: pointer;
  color: #8988a4;
}

#autocomplete-list li.active {
  color: #fff;
}

.autocomplete-list li:hover,
.autocomplete-list li:focus {
  color: #fff;
}

.hero {
  padding: 140px 0 120px;
  position: relative;
}
@media (max-width: 992px) {
  .hero {
    padding: 60px 0 40px;
  }
}
.hero__right {
  max-width: 820px;
  position: sticky;
  top: 170px;
}
@media (max-width: 1200px) {
  .hero__right {
    top: 0;
    position: relative;
    max-width: 100%;
  }
}
.hero__right::after {
  top: 30%;
  left: 35%;
  box-shadow: 0 0 199px 295px rgba(8, 0, 121, 0.5);
  z-index: -1;
}
.hero__title {
  margin-bottom: 50px;
  max-width: 400px;
}
@media (max-width: 1200px) {
  .hero__title {
    max-width: none;
    text-align: center;
    margin-bottom: 0;
  }
}
.hero__gift {
  margin-top: 12px;
}
.hero__marks {
  margin-top: 45px;
  max-width: 145px;
  margin-bottom: 50%;
}
@media (max-width: 1200px) {
  .hero__marks {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.hero__left {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  width: 400px;
  align-items: flex-start;
  position: relative;
  top: 80px;
}
.hero__left-bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .hero__left {
    width: 100%;
    align-items: center;
    gap: 40px;
    top: 0;
    min-width: auto;
  }
}
.hero__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .hero__wrapper {
    padding-top: 50px;
    flex-direction: column;
  }
}
.hero__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .hero__items {
    max-width: 700px;
  }
}
.hero__item {
  color: #8988a4;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  width: calc(50% - 10px);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .hero__item {
    align-items: center;
  }
  .hero__item .hero__item-title {
    text-align: center;
  }
}

.gift {
  color: #ffb700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.gift__icon {
  display: inline-block;
  max-width: 24px;
}

.instrument {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .instrument {
    padding-bottom: 40px;
  }
}
.instrument__title {
  margin-bottom: 50px;
}
.instrument__button {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.instrument__wrapper {
  display: grid;
  grid-template-columns: 7fr 1.4fr 1.6fr 3.4fr 1.4fr 5.2fr;
  grid-template-rows: 260px 290px 325px;
  gap: 20px;
}
@media (max-width: 992px) {
  .instrument__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 300px);
  }
}
@media (max-width: 680px) {
  .instrument__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 400px);
  }
}
@media (max-width: 425px) {
  .instrument__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, 300px);
  }
}
.instrument__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 20px;
  color: #8988a4;
  position: relative;
}
.instrument__item-image {
  position: absolute;
  z-index: 1;
}
.instrument__item-title {
  margin-bottom: 10px;
  text-align: left;
  color: red;
  position: relative;
  z-index: 2;
}
.instrument__item-desc {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.instrument__item-1 {
  grid-column: 1/4;
  grid-row: 1/2;
}
.instrument__item-1 .instrument__item-image {
  top: 35px;
  left: 60px;
  right: 60px;
}
.instrument__item-1::after {
  right: 0;
  bottom: 0;
  box-shadow: 0 0 145px 105px #080079;
}
.instrument__item-2 {
  grid-column: 4/7;
  grid-row: 1/2;
}
.instrument__item-2 .instrument__item-image {
  top: 1px;
  left: 70px;
  right: 0px;
}
.instrument__item-2::after {
  top: 0;
  right: 0;
  box-shadow: 0 0 145px 105px #080079;
}
.instrument__item-3 {
  grid-row: 2/3;
  grid-column: 1/3;
}
.instrument__item-3 .instrument__item-image {
  top: 10px;
  left: 30px;
  right: 60px;
}
.instrument__item-3::after {
  bottom: 0;
  left: 0;
  box-shadow: 0 0 145px 105px #080079;
}
.instrument__item-4 {
  grid-row: 2/3;
  grid-column: 3/6;
}
.instrument__item-4 .instrument__item-image {
  top: 0px;
  left: 50px;
  right: 60px;
}
.instrument__item-5 {
  grid-row: 2/3;
  grid-column: 6/7;
}
.instrument__item-5::after {
  top: 0;
  right: 50%;
  box-shadow: 0 0 145px 105px #080079;
}
.instrument__item-5 .instrument__item-image {
  top: 0px;
  left: 0px;
  right: 0px;
}
.instrument__item-6 {
  grid-row: 3/4;
  grid-column: 1/2;
}
.instrument__item-6 .instrument__item-image {
  top: 0px;
  left: 0px;
  right: 0px;
}
.instrument__item-7 {
  grid-row: 3/4;
  grid-column: 2/5;
}
.instrument__item-7 .instrument__item-image {
  top: 10px;
  left: 10px;
  right: 10px;
}
.instrument__item-7::after {
  bottom: 0;
  right: 50%;
  box-shadow: 0 0 145px 105px #080079;
}
.instrument__item-8 {
  grid-row: 3/4;
  grid-column: 5/7;
}
.instrument__item-8 .instrument__item-image {
  top: 10px;
  left: 30px;
  right: 30px;
}
@media (max-width: 992px) {
  .instrument__item-1, .instrument__item-2, .instrument__item-3, .instrument__item-4, .instrument__item-5, .instrument__item-6, .instrument__item-7, .instrument__item-8 {
    grid-column: auto;
    grid-row: auto;
  }
}

.method {
  padding: 80px 0 120px;
  position: relative;
  overflow: hidden;
}
.method::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  box-shadow: 0 0 515px 305px #1f1d5c;
  z-index: -1;
}
.method__title {
  margin-bottom: 30px;
}
.method__title-container {
  display: flex;
  justify-content: center;
}
.method__desc {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 50px;
}
.method__subtitle {
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.method__subtitle:after {
  content: "0% комисссия";
  position: absolute;
  display: block;
  font-size: 14px;
  line-height: 24%;
  color: #fff;
  background-color: #3d3cca;
  border-radius: 5px;
  padding: 7px 8px;
  top: 55%;
  right: 0;
  transform: translate(calc(100% + 10px), -50%);
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: initial;
  font-weight: 400;
}
@media (max-width: 992px) {
  .method__subtitle:after {
    padding: 7px 0;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.method__item {
  padding: 16px 17px;
  border-radius: 10px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.method__item.border-gradient:before {
  border-radius: 10px;
}
.method__item-pic {
  max-width: 18px;
}
.method__item-new {
  margin-left: 4px;
  height: 19px;
  background-color: #ffb700;
  color: #000;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0 6px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.method__wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 50px;
}
@media (max-width: 992px) {
  .method {
    padding: 40px 0 60px;
  }
}

.partner {
  padding: 100px 0 120px;
  counter-reset: partner;
}
@media (max-width: 992px) {
  .partner {
    padding: 40px 0 60px;
  }
}
.partner__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.partner__title .title-logo {
  display: inline-block;
  width: 240px;
}
.partner__subtitle {
  text-align: center;
  color: #8988a4;
  margin-bottom: 50px;
}
.partner__wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: center;
}
.partner .blur::after {
  top: 100px;
  right: 100px;
  box-shadow: 0 0 145px 105px #080079;
}
.partner__item {
  counter-increment: partner;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px 10px;
  justify-content: flex-start;
  border-radius: 20px;
  width: 295px;
  position: relative;
  min-height: 420px;
}
.partner__item:after {
  content: "Шаг " counter(partner);
  position: absolute;
  top: 30px;
  left: 30px;
  background: #3d3cca;
  color: #fff;
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.partner__item-title {
  margin-bottom: 10px;
  text-align: left;
}
.partner__item-pic {
  position: relative;
  z-index: 2;
  max-width: 120px;
  margin: 0 auto 10px;
}
.partner__item-pic:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  display: block;
  border-radius: 50%;
  opacity: 0.6;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 85px 45px #ffb700;
}
.partner__item-desc {
  color: #8988a4;
}

.copy__title {
  margin-bottom: 30px;
}
.copy__subtitle {
  text-align: center;
  color: #8988a4;
  margin-bottom: 50px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .copy__subtitle br {
    display: none;
  }
}
.copy__wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.copy__item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 400px;
  border-radius: 20px;
  position: relative;
  min-height: 450px;
}
.copy__item:nth-child(1)::after {
  top: 30%;
  left: 10%;
  box-shadow: 0 0 145px 105px #080079;
  z-index: 1;
}
.copy__item:nth-child(2)::after {
  top: 10%;
  right: 10%;
  box-shadow: 0 0 145px 105px #080079;
  z-index: 1;
}
.copy__item:nth-child(3)::after {
  top: 10%;
  left: 10%;
  box-shadow: 0 0 145px 105px #080079;
  z-index: 1;
}
.copy__item-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.copy__item-desc {
  color: #8988a4;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.copy__item-pic {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.slider {
  padding: 0 0 140px;
}
@media (max-width: 992px) {
  .slider {
    padding-bottom: 60px;
  }
}
.slider__title {
  margin-bottom: 50px;
}
.slider__wrapper {
  display: flex;
  gap: 20px;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.slider__item {
  max-width: 610px;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .slider__item {
    max-width: calc(100vw - 40px);
  }
}
.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 5px;
  border-radius: 50px;
  position: relative;
  background-color: #020120;
}
.slider .slick-dots li button::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -2px;
  z-index: -1;
  border-radius: 20px;
  display: block;
  background: linear-gradient(180deg, #414089 50%, #0b0a2f 100%);
}
.slider .slick-dots li button:before {
  display: none;
}
.slider .slick-active button {
  font-size: 0;
  line-height: 0;
  padding: 6px;
  border-radius: 50px;
  background-image: radial-gradient(circle at 19px 3px, #ff4d01 50%, #ffb700 100%);
}
.slider .slick-active button::after {
  display: none !important;
}
.slider .slick-dots li,
.slider .slick-dots li button,
.slider .slick-next,
.slider .slick-prev {
  width: 8px;
  height: 8px;
}
.slider .slick-dots {
  bottom: -40px;
}

.find {
  padding: 200px 0 120px;
}
@media (max-width: 768px) {
  .find {
    padding: 80px 0 60px;
  }
}
.find__title {
  margin-bottom: 15px;
}
.find__subtitle {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 50px;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .find__subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}
.find__input-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.find__item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  padding: 24px 0;
  background-color: #020120;
  position: relative;
}
.find__item::after {
  content: "0%";
  background-color: #3d3cca;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  top: 16px;
  right: 16px;
  position: absolute;
  width: 40px;
}
.find__item-pic {
  margin-bottom: 24px;
}
.find__item-title {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 18px;
}
.find__item-banners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.find__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}