* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Commissioner;
}

main {
    background-color: #006b3f;
    will-change: transform;
}

.container {
    display: block;
    width: 100%;
    padding-right: 126px;
    padding-left: 126px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    background-image: url('../img/header-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__nav ul {
    display: flex;
}

.header__nav ul li {
    list-style: none;
    margin-right: 30px;
    transition: all ease 0.5s;
}

.header__nav ul li:hover {
    font-weight: 900;
}

.header__nav ul li:last-child {
    margin-right: 0;
}

.header__nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.header__utilities {
    display: flex;
    align-items: center;
}

.header__lang-switch {
    display: flex;
    align-items: center;
    border-radius: 21px;
    background: rgba(21, 74, 42, 0.2);
    padding: 4px;
    margin-left: 50px;
}

.header__lang-switch a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 4px 13.5px;
}

.ru {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(4px);
    color: var(--Green, #006b3f) !important;
}

.main__info {
    position: relative;
    height: 105dvh;
    z-index: 3;
    will-change: transform;
}

.main__info__image {
    position: absolute;
    display: block;
}

.main__info__ellipse {
    position: absolute;
    mix-blend-mode: screen;
    filter: blur(147px);
    opacity: 0.3;
    border-radius: 50%;
}

.main__info__ellipse--one {
    left: -20%;
    top: 32%;
    width: 1339px;
    height: 383px;
    background: #509a3e;
    transform: rotate(12deg);
}

.main__info__ellipse--two {
    right: -10%;
    bottom: 20%;
    width: 577px;
    height: 386px;
    background: #509a3e;
    transform: rotate(-18deg);
    filter: blur(77px);
    mix-blend-mode: multiply;
}

.main__info__ellipse--three {
    left: 50%;
    bottom: 30%;
    width: 429px;
    height: 284px;
    background: #fff;
    opacity: 0.19;
    mix-blend-mode: plus-lighter;
    transform: translateX(-50%) rotate(-110deg);
    filter: blur(23px);
}

.main__info__ellipse--four {
    top: 30%;
    right: 0;
    width: 1038px;
    height: 383px;
    background: #509a3e;
    transform: rotate(-15deg);
}

.main__info__image--jars {
    top: 100px;
    left: 50px;
    width: clamp(184px, calc(184px + (600 - 184) * 100vw / 1920), 600px);
    height: auto;
    z-index: 2;
}

.main__info__image--spruce {
    top: 200px;
    right: -10%;
    z-index: 3;
    width: clamp(237px, calc(237px + (885 - 237) * 100vw / 1920), 885px);
}

.main__info__image--paw {
    top: 550px;
    right: 5%;
    width: 430px;
    z-index: 4;
}

.main__info__image--forest {
    top: 100px;
    width: 100%;
    z-index: 1;
}

.main__info__image--bear {
    top: 100px;
    right: 13.5%;
    width: clamp(250px, calc(200px + (600 - 200) * 100vw / 1920), 600px);
    z-index: 2;
}

.main__info__image--sky {
    top: -400px;
    width: 100%;
}

.main__info__image--field {
    top: 400px;
    left: 0;
    width: 90%;
    z-index: 1;
}

.main__info__image--grass {
    top: 500px;
    width: 100%;
    z-index: 1;
}

.main__info__image--front-forest {
    top: 660px;
    width: 100%;
    z-index: 3;
}

.main__info-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

.main__info-title p:first-child {
    position: relative;
    color: #fff;
    text-align: center;
    font-family: Commissioner;
    font-size: clamp(52px, calc(30px + (99 - 30) * 100vw / 1920), 99px);
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.main__info-title p:first-child span {
    position: absolute;
    top: -15%;
    right: -5%;
    font-size: 50px;
}

.main__info-title p:last-child {
    color: #fff;
    font-family: Commissioner;
    font-size: clamp(24px, calc(24px + (47 - 24) * 100vw / 1920), 47px);
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
}

.main__info-subtitle {
    position: absolute;
    top: 900px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

.main__info-subtitle p {
    color: #FFF;
    text-align: center;
    font-family: Commissioner;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: uppercase;
    max-width: 576px;
    margin-left: 30px;
}

.main__info-subtitle p span {
    color: var(--yellow, #F5D369);
}

.gift__tree {
    margin-top: 20%;
    padding-top: 300px;
    padding-bottom: 400px;
    position: relative;
    background-image: url('../img/gift-tree-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: linear-gradient(180deg, #009B55 0%, #006B3F 100%);
    z-index: 10;
    will-change: transform;
}

.dots-kz{
	position: absolute;
	bottom: 130px;
	left: 50%;
	transform: translateX(-50%);
    will-change: transform;
}


#bear{
    display: block;
    position: absolute;
    top: -10px;
    left: 160px;
    width: 100px;
    z-index: 999;
    transform: rotate(10deg);
    mix-blend-mode: lighten;
}

.line-dashed {
  position: absolute;        /* «приклеили» к окну */
  top: 0;                 /* или нужное вам смещение */
  left: 0;
  width: 100vw;           /* во всю ширину экрана */
  height: auto;
  pointer-events: none;   /* не мешает кликам */
  z-index: 1000;
}
#line-wrapper {
  height: 108px;          /* резервируем место, если нужно */
}

.logos {
    text-align: center;
    margin-bottom: 45px;
}

.gift__tree-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 14px rgba(55, 150, 118, 0.30);
    font-size: 150px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.gift__tree-title span {
    font-size: 100px;
}

.gift__tree-subtitle {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Commissioner;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    max-width: 781px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.counter__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.counter-title {
    text-align: center;
    color: var(--White, #FFF);
    font-family: Commissioner;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}

.counter__wrapper p {
    color: #FFF;
    text-align: center;
    font-family: Commissioner;
    font-size: 153.415px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    margin-right: 50px;
}

.counter__wrapper img {
    max-width: 117px;
}

.rules {
    padding: 40px 0;
}

.rules p {
    color: var(--White, #FFF);
    font-family: Commissioner;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}

.rules__title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.rules__title h2 {
    color: var(--White, #FFF);
    font-family: Commissioner;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    max-width: 600px;
}

.reg__btn {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 315px;
}

.reg__btn {
    color: var(--Green, #006B3F);
    font-family: Commissioner;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 7.5px;
    background: var(--White, #ffffff);
    padding: 15px 45px;
    transition: all ease .3s;
}

.reg__btn span {
    margin-right: 10px;
}

.rules {
    padding-bottom: 120px;
    will-change: transform;
}

.rules__cards {
    margin-top: 45px;
}

.rules__card {
    display: flex;
    justify-content: space-between;
    padding: 30px 215px 30px 21px;
    border-radius: 17px;
    margin-bottom: 25px;
}

.rules__card:last-child {
    margin-bottom: 0;
}

.rules__card-description {
    display: flex;
    align-items: center;
}

.rules__card-description__text a {
    margin-top: 32px;
}

.rules__card-description__text p {
    margin-bottom: 12px;
    max-width: 630px;
    margin-right: 95px;
}

.rules__card-description__text p:last-child {
    margin-bottom: 0;
}

.rules__card-description h3 {
    color: var(--White, #FFF);
    font-size: 38px;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.rules__card:nth-child(1) {
    background: #149F5F;
    z-index: 1;
}

.rules__card:nth-child(2) {
    background: #088048;
    z-index: 2;
}

.rules__card:nth-child(3) {
    background: #016135;
    z-index: 3;
}

.rules__card:nth-child(4) {
    background: #034B2A;
    z-index: 4;
    padding-bottom: 80px;
}

.link-bmgogreen {
    margin-top: 60px;
    font-size: 13px !important;
}

.find-tree {
    position: relative;
    z-index: 15;
    background-color: #D4FFED;
    background-image: url('../img/find-tree-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 300px;
    will-change: transform;
}

.logo__forest {
    max-width: 150px;
    margin-bottom: 50px;
}

.find-tree__view.active {
    display: block;
}

.find-tree__found.active {
    display: none;
}

.find-tree__view {
    display: none;
}

.find-tree__hero {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.find-tree__search {
    border-radius: 50px;
    background-color: #A5C98EB2;
    padding: 65px;
    color: #FFF;
}

.find-tree__text {
    display: block;
    margin-top: auto;
    color: #FFF;
    max-width: 600px;
    margin-bottom: 110px;
}

.find-tree__title {
    text-transform: uppercase;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    margin-bottom: 10px;
}

.find-tree__title:first-child {
    display: flex;
    align-items: center;
}

.find-tree__title:first-child span {
    font-size: 40px;
}

.find-tree__subtitle {
    width: 100%;
    max-width: 500px;
    font-size: 22px;
}

.find-tree__search-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.find-tree__search-desc {
    font-size: 24px;
    max-width: 460px;
    margin-bottom: 30px;
}

.find-tree__form {
    width: 100%;
    max-width: 460px;
}

.find-tree__input,
.find-tree__found-input {
    position: relative;
    z-index: 9999;
    outline: none;
    border: none;
    display: flex;
    text-align: center;
    padding: 17.09px 51.27px;
    justify-content: center;
    align-items: center;
    gap: 14.526px;
    align-self: stretch;
    border-radius: 8.545px;
    background: rgba(255, 255, 255, 0.60);
    width: 100%;
    max-width: 460px;
    margin-bottom: 55px;
    color: var(--Green, #006B3F);
    font-size: 24px;
    font-weight: 900;
}

.find-tree__button,
.find-tree__found-button {
    width: 100%;
    max-width: 460px;
    border-radius: 8.545px;
    outline: none;
    border: none;
    padding: 17.09px 51.27px;
    gap: 14.526px;
    background: var(--White, #FFF);
    text-transform: uppercase;
    color: var(--Green, #006B3F);
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
}

.find-tree__found {
    display: flex;
    justify-content: space-between;
    border-radius: 50px;
    background-color: #A5C98EB2;
    padding: 35px 25px;
    min-height: 800px;
}

.find-tree__found-left {
    max-width: 310px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.find-tree__found-result {
    position: relative;
    border-radius: 7.5px;
    background: rgba(255, 255, 255, 0.60);
    padding: 22px;
}

.find-tree__found-spruce {
    position: absolute;
    bottom: 0;
    right: -15px;
    max-width: 137px;
}

.find-tree__found-search img {
    max-width: 48px;
    margin-bottom: 25px;
}

.find-tree__found-input {
    margin-bottom: 10px;
}

.find-tree__found-button {
    padding: 16.5px 27.5px;
}


.find-tree__found-info p {
    color: #2F2D2B;
    font-family: Commissioner;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 12px;
}

.find-tree__found-info p:first-child{
    margin-bottom: 0;
}

.find-tree__found-info p:last-child {
    margin-bottom: 0;
}

.find-tree__found-id {
    color: var(--Green, #006B3F) !important;
    text-transform: uppercase;
}

.find-tree__found-count {
    display: flex;
    align-items: center;
}

.find-tree__found-count img {
    max-width: 31px;
    margin-left: 4px;
}

.find-tree__found-center {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.60);
    border-radius: 54.988px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.find-tree__found-center img {
    max-width: 100%;
    position: absolute;
}

.bear-found{
    width: 200px;
    z-index: 10;
    right: -20px;
    bottom: -40px;
}

.honeycomb-items {
    position: relative;
    width: 930px; /* 10 колонок * 60px + 30px для нечетных строк */
    height: 400px; /* 5 рядов * 69.28px / 1.25 ≈ 276px */
    z-index: 2;
}

.honeycomb-item {
    position: absolute;
    width: 90px; /* Увеличено с 50px */
    height: 100px; /* Увеличено с 57.74px */
    z-index: 2;
}

.honeycomb-item polygon {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.8);
    stroke-width: 2;
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.honeycomb-item.highlighted polygon {
    fill: #00D77899;
    stroke: #ffffff;
    stroke-width: 2;
    z-index: 2;
}

.find-tree__found-right {
    margin-left: 20px;
}

.find-tree__found-right img {
    cursor: pointer;
}

.find-tree__found-share__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 12px 44px;
    background-color: #FFF;
    border-radius: 10px;
    margin-top: 20px;
}

.find-tree__found-share__btn p {
    color: var(--Green, #006B3F);
    font-family: Commissioner;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px;
}

.find-tree__thanks {
    background-color: #D4FFED;
    margin-top: -1px;
    padding-top: 161px;
    padding-bottom: 200px;
    will-change: transform;
}

.find-tree__thanks-title {
    color: var(--Green, #006B3F);
    text-align: center;
    font-family: Commissioner;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-transform: uppercase;
    margin-bottom: 120px;
    max-width: 700px;
    margin: 0 auto;
}

.find-tree__thanks-instagram {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}

.find-tree__thanks-instagram-icon {
    margin-right: 20px;
}

.find-tree__thanks-instagram-link {
    color: var(--Green, #006B3F);
    font-family: Commissioner;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%;
    text-decoration: none;
}

.find-tree__thanks-subtitle {
    color: #2F2D2B;
    text-align: center;
    font-family: Commissioner;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    max-width: 560px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 180px;
}

.find-tree__thanks-image {
    width: 100%;
}

.paw-tree-s{
    display: none;
}

.footer {
    position: relative;
    background-color: linear-gradient(180deg, #009B55 0%, #006B3F 100%);
    padding-bottom: 150px;
    padding-top: 40px;
    will-change: transform;
    width: 100%;
}

.footer-front__forest {
    position: absolute;
    z-index: 1;
    top: -180px;
}

.footer__logo {
    margin-bottom: 40px;
}

.footer__social-link {
    text-decoration: none;
    margin-right: 15px;
}

.footer__social-link:last-child {
    margin-right: 0;
}

.footer__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.footer__bottom {
    position: relative;
    z-index: 2;
}

.footer__logo-secondary-image {
    max-width: 180px;
}

.footer__section--center,
.footer__section--left {
    display: flex;
    color: #FFF;
}

.footer__contacts {
    margin-left: 163px;
    margin-right: 163px;
}

.footer__contacts-title,
.footer__nav-title {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer__contacts-item {
    margin-bottom: 12px;
}

.footer__contacts-item:last-child {
    margin-bottom: 0;
}

.footer__contacts-item a {
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__nav-item {
    list-style: none;
    font-family: Commissioner;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer__nav-item:last-child {
    margin-bottom: 0;
}

.footer__nav-link {
    text-decoration: none;
    color: #FFF;
}

.footer__copy {
    text-align: center;
    color: #FFF;
}

.footer__bottom {
    display: flex;
    justify-content: center;
}

.footer__logo-secondary-xs {
    display: none;
}

.error-message {
    color: #ff0000;
    font-family: Commissioner;
    font-size: 18px;
    font-weight: 900;
    margin-top: -30px;
    margin-bottom: 30px;
    display: none;
    text-align: center;
}

.found-error-message {
    color: #ff0000;
    font-family: Commissioner;
    font-size: 18px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
    text-align: center;
}

.popup_certificat {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.popup_certificat.active {
    display: flex;
}

.popup_certificat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.popup_certificat-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 90%;
    max-height: 90vh;
    padding: 20px;
}

.popup_certificat-image {
    max-width: 100%;
    max-height: 70vh;
    display: block;
    margin: 0 auto;
}

.popup_certificat-code {
    position: absolute;
    top: 29.5%;
    left: 60%;
    transform: translate(-50%, -50%);
    font-family: Commissioner;
    font-size: 32px;
    color: #ffffff;
    font-weight: 900;
}

.popup_certificat-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.popup_certificat-share,
.popup_certificat-close {
    padding: 10px 20px;
    font-family: 'Commissioner', sans-serif;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.popup_certificat-share {
    background: #149F5F;
    color: #fff;
}

.popup_certificat-share:hover {
    background: #0d7c47;
}

.popup_certificat-close {
    background: #ccc;
    color: #000;
}

.popup_certificat-close:hover {
    background: #aaa;
}

.prizes{
    position: relative;
    max-height: 2300px;
}

.lents{
    position: absolute;
    width: 100vw;
    right: 0;
    top: 0;
}

.prizes__wrapper{
    display: flex;
    justify-content: space-between;
}

.prizes__card p{
    padding: 15px 45px 15px 45px;
    text-align: center;
    border-radius: 40px;
    background-color: #FFF;
    position: absolute;
    margin: 0 auto;
    top: 0;right: 0;
    color: var(--Green, #006B3F);
    font-family: Commissioner;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    will-change: transform;
}

.prizes__card img{
    position: relative;
    z-index: 2;
}

.prizes__cards{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.prizes__card{
    position: relative;
    text-align: center;
    right: 0px;
    top: 0;
    display: flex;
    justify-content: end;
}

.prizes__card:nth-child(1) p{margin-right: 420px; top: 200px;padding-right: 90px;}
.prizes__card:nth-child(1) img{right: 100px; top: -30px;}
.prizes__card:nth-child(2) p{margin-right: 320px; top: -150px;padding-left: 70px;}
.prizes__card:nth-child(2) img{right: 70px;top: -300px;}
.prizes__card:nth-child(3) p{margin-right: 320px; top: -430px;padding-right: 130px;}
.prizes__card:nth-child(3) img{right: -400px;top: -1150px;}
.prizes__card:nth-child(4) p{margin-right: 520px; top: -1500px;padding-right: 130px;}
.prizes__card:nth-child(4) img{right: 130px;top: -1730px;}
.prizes__card:nth-child(5) p{margin-right: 100px; top: -1800px;padding-right: 130px;}
.prizes__card:nth-child(5) img{right: -200px;top: -2030px;}
.prizes__card:nth-child(6) p{margin-right: 440px; top: -2150px;padding-left: 130px;}
.prizes__card:nth-child(6) img{right: 480px;top: -2450px;}
.prizes__card:nth-child(7) p{margin-right: 250px; top: -2550px;padding-right: 100px;}
.prizes__card:nth-child(7) img{right: -200px;top: -2830px;}

.prizes__card:nth-child(1){
    z-index: 2;
}
.prizes__card:nth-child(2){
    z-index: 3;
}
.prizes__card:nth-child(3){
    z-index: 4;
}
.prizes__card:nth-child(4){
    z-index: 5;
}
.prizes__card:nth-child(5){
    z-index: 6;
}
.prizes__card:nth-child(6){
    z-index: 7;
}
.prizes__card:nth-child(7){
    z-index: 8;
}

.prizes__decripton-title{
    color: var(--White, #FFF);
    font-family: Commissioner;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 106%; /* 63.6px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.prizes__decripton{
    color: var(--White, #FFF);
    font-family: Commissioner;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 117%; /* 25.74px */
}

.title__bg{
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100%;
    background: linear-gradient(180deg, #006B3F 82.98%, rgba(0, 107, 63, 0.00) 100%);
    height: 230px;
    display: none;
}