.thing { padding-top: 15px; padding-bottom: 30px; background: linear-gradient(95deg, #f2f5fc 59.82%, #ebf2fc 99.99%); color: $gray; overflow: hidden; position: relative; @media (min-width: $laptop) { padding-top: 20px; padding-bottom: 60px; } @media (min-width: $desktop) { padding-bottom: 90px; } &__body { display: flex; flex-direction: column; align-items: flex-start; @media (min-width: $laptop) { min-height: 330px; } } &__breadcrumbs { width: 100%; margin-bottom: 40px; position: relative; z-index: 2; @media (min-width: $tablet) { margin-bottom: 50px; } } &__title { width: 100%; font-size: 40px; font-weight: 700; margin: 0; max-width: 700px; position: relative; z-index: 2; @media (min-width: $desktop) { font-size: 64px; } } &__text { width: 100%; font-weight: 700; font-size: 14px; margin: 15px 0 0 0; max-width: 700px; position: relative; z-index: 2; @media (min-width: $tablet) { margin-top: 20px; } @media (min-width: $laptop) { font-weight: 400; font-size: 18px; } } &__search { width: 100%; max-width: 640px; margin-top: 20px; position: relative; z-index: 2; @media (min-width: $tablet) { margin-top: 30px; } } &__badge { position: relative; z-index: 2; display: flex; align-items: center; gap: 5px; padding: 0 12px; background: $blue; color: $white; font-size: 12px; line-height: 1; height: 26px; border-radius: 999px; margin-bottom: 20px; @media (min-width: $laptop) { font-size: 16px; gap: 10px; padding: 0 24px; height: 42px; margin-bottom: 30px; } svg { width: 12px; height: 12px; @media (min-width: $laptop) { width: 20px; height: 20px; } } } &__pic { width: 60px; margin-bottom: 10px; aspect-ratio: 1/1; object-fit: contain; position: relative; z-index: 1; @media (min-width: $tablet) { width: 160px; position: absolute; top: 15px; right: 20px; } @media (min-width: $laptop) { width: 330px; top: 50%; transform: translate(0, -50%); } @media (min-width: $desktop) { right: auto; left: 50%; margin-left: 200px; } } &__buttons { width: 100%; position: relative; z-index: 2; display: flex; align-items: center; gap: 20px; margin-top: 15px; @media (min-width: $laptop) { margin-top: 30px; gap: 30px; } &-item { svg { width: 16px; height: 16px; @media (min-width: $tablet) { width: 24px; height: 24px; } } } } }