:root {
  --green-color: #458749;
  --orange-color: #e77e1d;
  --orange-hover-color: #ff8b20;
  --red-color: #e52528;
  --yellow-light: #fffceb;
  --light-green: #ebeeea;
  --grey-color: #d3d7d1;
  --grey-dark-color: #adb4a9;
  --dark-color: #262626;
  --dark-green: #39532b;
  --red-color: #e52528;
}

@font-face {
  font-family: GolosRegular;
  src: url(../fonts/Golos-Text_Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: GolosBold;
  src: url(../fonts/Golos-Text_Bold.ttf);
  font-weight: 600;
}

body {
  font-family: GolosRegular;
  background-color: var(--yellow-light);
  color: var(--green-color);
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
ul,
li {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
/*-----page float elements---- */

.page__float__element {
  position: absolute;
  z-index: -1;
}

.page__blur-1 {
  top: 0;
  left: 0;
  z-index: -1;
}

.page__blur-2 {
  top: 0;
  right: 0;
  z-index: -1;
}

.page__crumbs-1 {
  top: 164px;
  left: 79px;
}

.page__crumbs-2 {
  top: 325px;
}
.page__crumbs-3 {
  left: 106px;
  top: 401px;
}
.page__crumbs-4 {
  top: 152px;
  right: 197px;
}
.page__crumbs-5 {
  right: 39px;
  top: 42px;
}
.page__crumbs-6 {
  right: 124px;
  top: 296px;
}

.page__gift-blur {
  top: 644px;
  left: 0;
}

.page__crumbs-blur {
  top: 603px;
  right: 0;
}

/*-------------header-------------*/

.header {
  padding-top: 37px;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
}

.header__logo__icon-1 {
  margin-right: 44px;
}
.header__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 30px;
  margin-right: 30px;
}

.header__list__item__link {
  color: var(--dark-color);
}
.header__list__item__link:hover {
  color: var(--orange-color);
  text-decoration: none;
}

.header__button {
  color: var(--green-color);
  padding: 17px 36px;
}
.header__button img {
  margin-right: 10px;
}
.mobile__menu {
  display: none;
}
.hamburger div {
  width: 35px;
  height: 3px;
  background-color: var(--green-color);
  margin: 6px 0;
  transition: 0.4s;
}

.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}

.mobile__menu__list {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100% !important;
  z-index: 1;
  background-color: var(--yellow-light);
}
/*---------hero---------*/
.hero {
  position: relative;
}
.hero__content {
  font-family: GolosBold;
  margin-top: 135px;
}

.hero__content__title {
  font-size: 112px;
  line-height: 115px;
}

.hero__img {
  position: absolute;
  left: -212px;
  top: -90px;
  z-index: -1;
}

.hero__content__btn {
  margin-top: 30px;
  max-width: 304px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero__content__btn:hover {
  color: #fff;
}

/*--------stock-----------*/
.stock {
  margin-top: 140px;
  margin-bottom: 87px;
  position: relative;
}

.stock__blur-1 {
  position: absolute;
  z-index: -1;
}
.stock__blur-2 {
  position: absolute;
  right: 0;
  z-index: -1;
}

.stock__crumb-1 {
  position: absolute;
  right: 55px;
  top: 83%;
}

.stock__crumb-2 {
  position: absolute;
  right: 167px;
  top: 100%;
}
.stock__title {
  margin-bottom: 30px;
}

.stock__card {
  height: 100%;

  padding: 32px;
  position: relative;
  margin-bottom: 58px;
}

.stock__card h4 {
  margin-top: 30px;
}
.stock__card p {
  font-size: 14px;
}

.stock__card__num {
  background-color: var(--green-color);
  position: absolute;
  border-radius: 50%;
  font-weight: bold;
  height: 48px;
  width: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 28px;
  right: 28px;
}

.stock__card .stock__card__mark {
  color: #e77e1e;
}
a.stock__card__mark {
  text-decoration: underline;
}
.social {
  display: flex;
  gap: 13px;
  list-style: none;
  flex-wrap: wrap;
}
.social a {
  border: 1px solid var(--green-color);
  width: 154px;
  height: 49px;

  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.social a img {
  margin-right: 13px;
}

.stock__btn {
  width: 304px;
  height: 64px;
  margin-top: 34px;
}
.stock__btn:hover {
  color: var(--orange-color);
}
.stock__btn > img {
  margin-right: 15px;
}

/*----------prizes----------*/
.prizes {
  margin-bottom: 75px;
  position: relative;
}
.prizes__blur {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 150px;
}
.prizes__title {
  margin-bottom: 42px;
}
.prizes__card {
  padding: 40px;
}

.prizes__card__title {
  margin-bottom: 30px;
}

.prizes__bunner {
  width: 100%;
  background: linear-gradient(
    180deg,
    var(--orange-color) 0%,
    rgba(231, 126, 29, 0.7) 100%
  );
  color: #fff;
  position: relative;
  padding: 65px 0;
}

.prizes__bunner__title {
  font-size: 52px;
  font-family: GolosBold;
  position: relative;
  z-index: 2;
}
.prizes__bunner__subtitle {
  margin-top: 27px;
}

.prizes__bunner__img-1 {
  top: 20px;
  left: -9px;
  position: absolute;
}
.prizes__bunner__img-2 {
  top: 34px;
  right: -15px;
  position: absolute;
}

/*----------winner------------*/
.winner {
  margin-bottom: 93px;
  position: relative;
}

.winner__gift-big {
  position: absolute;
  left: 118px;
  z-index: -1;
}
.winner__gift-small {
  position: absolute;
  left: 208px;
  top: 148px;
  z-index: -1;
}
.winner__tab {
  display: flex;

  justify-content: center;
  margin-bottom: 30px;
  font-family: GolosBold;
}

.winner__tab.nav {
  flex-wrap: nowrap;
}
.winner__tab__item {
  color: var(--dark-green);
  width: 233px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.winner__tab__item.active {
  box-shadow: 0px 4px 92px #ffe19f;
  color: var(--green-color);
  border-radius: 32px;
  background-color: #fff;
}

.winner__data {
  max-width: 1070px;
  display: none;
  margin-bottom: 54px;
}

/*--------feedback------*/
.feedback {
  margin-bottom: 36px;
  position: relative;
}
.feedback .container {
  background-color: #fff;
  padding: 100px 110px;
  position: relative;
}
.feedback__blur {
  position: absolute;
  top: -350px;
  right: -300px;
  z-index: -1;
}
.feedback__circle {
  position: absolute;
  top: -50%;
  left: 0;
  z-index: -1;
}
.feedback__title {
  margin-bottom: 28px;
}
.feedback__accardion {
  border: 2px solid var(--light-green);
  padding: 18px 27px;
  margin-bottom: 15px;
  cursor: pointer;
}

.feedback__accardion--active .accardion__icon__icon-open {
  display: none;
}
.feedback__accardion--active .accardion__icon__icon-close {
  display: block;
}
.feedback__accardion__top {
  display: flex;

  align-items: center;
}

.accardion__icon__icon-close {
  display: none;
}
.accardion__icon__icon-open {
  display: block;
}
.feedback__accardion__icon {
  margin-right: 16px;
}
.feedback__accardion--active .feedback__content {
  margin-top: 25px;
}
.feedback__content {
  color: #39532b;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.feedback__form {
  background-color: #fffceb;
  padding: 45px;
}
.feedback__form__subtitle {
  padding-top: 13px;
}

.feedback__form textarea {
  height: 130px;
}

.feedback__form form p {
  font-size: 12px;
  color: #b0bda8;
}

.feedback__form form a {
  color: #656f5f !important;
}

.feedback__form__btn {
  max-width: 240px;
  width: 100%;
  height: 64px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 30px;
}

/*---------------Bot--------------*/

.bot__crumbs-1 {
  position: absolute;
  left: -169px;
  top: 95px;
}
.bot__crumbs-2 {
  position: absolute;
  left: -203px;
  top: 50%;
  transform: translateY(-50%);
}
.bot__crumbs-3 {
  position: absolute;
  left: -140px;
  bottom: 0;
}

.bot .container {
  background-color: var(--green-color);
  border-radius: 48px;
  padding: 42px 15px 79px 15px;
  position: relative;
}

.bot__title {
  color: #fff;
}
.bot__text {
  color: #b7cbab;
}
.bot__social__title {
  color: var(--yellow-light);
}

.bot__social__item__title {
  color: var(--yellow-light);
}

.bot__social__item__text {
  color: #b7cbab;
  font-size: 14px;
  width: 388px;
}
.bot__social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 63px;
  margin-top: 57px;
}
.bot__social__item {
  display: flex;
  padding-right: 22px;
  position: relative;
}
.bot__social__item__icon {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  margin-right: 20px;
}

.bot__social__item:first-child::after {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #b7cbab;
  top: -16px;
  right: -7px;
  position: absolute;
}

/*----------footer-----------*/

.footer {
  padding: 61px 0 98px 0;
  position: relative;
  color: #39532b;
}
.footer__blur__element {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
}

.footer__phone {
  color: var(--green-color);
}

.footer__phone a {
  color: inherit;
}
.footer__links {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 131px;
  margin-bottom: 46px;
  margin-top: 20px;
}
.footer__links a {
  color: inherit;
}
.footer__links .footer__links__email {
  color: var(--orange-color);
  font-family: GolosBold;
}

.footer__gift__big {
  position: absolute;
  top: 79px;
  right: 220px;
  z-index: -1;
}

.footer__gift__small {
  position: absolute;
  right: 108px;
  top: -78px;
  z-index: -1;
}

/*radio*/

input[type="radio"] {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  padding-left: 30px;

  margin-left: 10px;
}
.checkbox-mark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid var(--grey-color);
  border-radius: 4px;
  background-color: #fff;
}

.checkbox-mark::before {
  content: "";
  position: absolute;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-mark {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey-color);
  border-radius: 50%;
  background-color: #fff;
}

.radio-active {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input[type="radio"]:checked + label .radio-mark {
  background-color: var(--green-color);
  border: none;
}
input[type="checkbox"]:checked + label .checkbox-mark {
  background-color: var(--orange-color);
  border: none;
}
.group {
  color: #333333;
  margin: 30px 0;
  padding-left: 20px;
}

.feedback__form label {
  position: relative;
  padding-left: 30px;
  margin-left: 0px;
  font-size: 12px;
}

/*-----------cabinet--------*/
.cabinet {
  margin-top: 30px;
}
.cabinet__title {
  margin-bottom: 34px;
}
.cabinet__tab.nav {
  flex-wrap: nowrap;
}
.cabinet__tab {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
  font-family: GolosBold;
}
.cabinet__tab__item {
  max-width: 300px;
  width: 100%;
  height: 58px;
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}

.cabinet__tab__item.active {
  opacity: 1;
}

.cabinet__tab__item:hover {
  opacity: 1;
}

.cabinet__content {
  display: none;
  max-width: 1085px;
  padding: 0 15px;
}

.cabinet-content {
  background-color: #fff;
  box-shadow: 0px 52px 92px rgba(255, 225, 159, 0.4);
  overflow-x: hidden;
  padding-top: 70px;
  padding-bottom: 140px;
}

.registration__step {
  color: #5f804c;
  position: relative;
}
.cabinet__content__title {
  margin-bottom: 30px;
}
.registration__step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 967px;

  height: 2px;
  background-image: url(../images/step-line.svg);
  background-repeat: no-repeat;
}

.registration-btn {
  width: 200px;
  height: 64px;
}
.registration__check {
  margin-top: 94px;
  margin-bottom: 32px;
}
.step {
  display: inline-block;
  padding: 7px 28px 11px;
  background-color: var(--yellow-light);
  position: relative;
  font-family: GolosBold;
  color: #5f804c;
}

.photo-upload {
  background-color: var(--yellow-light);
  border-radius: 10px;
  height: 366px;
  color: #534039;

  opacity: 0.3;

  cursor: pointer;
}

.prize__card {
  background: linear-gradient(
    296.31deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  box-shadow: 0px 10px 72px rgba(255, 225, 159, 0.4);
  background-color: #fff;
 
  width: 100%;
  padding: 30px 10px;
 
  margin-bottom: 30px;
}
.prize__img {
  width: 205px;
  height: 205px;
}


.prize-container {
  gap: 30px;
}

.prize__btn {
  width: 198px;
  height: 49px;
  transition: all 0.3s;
}
.prize__btn:hover {
  background-color: var(--orange-color);
  color: #fff;
}
.button-tooltip {
  transition: all 0.3s;
}
.prize__btn:hover + .button-tooltip {
  opacity: 1;
}
.tooltip-info {
  position: relative;
}

.button-tooltip {
  position: absolute;
  border-radius: 16px;
  opacity: 0;
  padding: 16px 24px;
  background-color: var(--dark-color);
  color: #fff;
  width: 384px;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
}

.button-tooltip::before {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../images/prize-tooltip.svg) no-repeat;
  width: 19px;
  height: 12px;
}

.no-prize {
  padding: 100px 0;
}
.no-prize__title {
  color: var(--green-color);
  font-size: 42px;
}

.image-upload {
  background-color: var(--yellow-light);
  border-radius: 10px;
  padding: 46px 15px 41px 15px;
}

.image__view {
  background-color: #fff;
  border: 1px solid var(--light-green);
  display: none;
  max-width: 570px;
  height: 320px;
  position: relative;
}

.image__view::before,
.image__view::after {
  content: "";
  position: absolute;
  background-color: #b3b3b3;
  width: 13px;
  height: 13px;
}

.image__view::before {
  top: 42px;
  left: 0;
  transform: translateX(-50%);
}
.image__view::after {
  bottom: 29px;
  right: 0;
  transform: translateX(50%);
}

.image__type.nav {
  justify-content: center;
  gap: 10px;
}
.image__type div {
  padding: 4px 19px 6px;
  cursor: pointer;
  background-color: #fff;
}

.image__type div.active {
  color: #fff;
  background-color: var(--orange-color);
}

.image-upload__range input {
  max-width: 345px;
  width: 100%;
  height: 4px;
  appearance: none;
  background: #f1c792;
  cursor: pointer;
}

.image-upload__range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;

  background-color: #e6e6e6;
}

.image-upload__range input::-moz-range-track {
  width: 100%;
  height: 4px;

  background-color: #e6e6e6;
}
.image-upload__range input::-webkit-slider-thumb {
  background-color: #f1c792;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border-radius: 50%;
}
.image-upload__range input::-moz-range-thumb {
  background-color: #f1c792;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  border-radius: 50%;
}

.registration__check-1 {
  max-width: 768px;
}

.registration__step__subtitle {
  color: #e2000f;
}
.registration__step__subtitle a {
  border-color: #e2000f;
}

.registration__check-2,
.registration__check-1 {
  display: none;
}
.personal-info__container {
  max-width: 770px;
}
.message-warm {
  gap: 30px;
  border-radius: 20px;
  background-color: var(--yellow-light);
  padding: 30px 25px 30px 40px;
  
}

.message-warm__icon {
  background-color: #fff;
  font-size: 46px;
  width: 69px;

  height: 69px;
  border-radius: 50%;
  color: var(--orange-color);
}
.message-warm__text {
  color: #5c514e;
  width: 605px;
}


.personal-info__inner {
  max-width: 640px;
  padding-left: 70px;
}

.personal-info__title {
  color: #333333;
  margin-top: 53px;
}


.passport-input {
  border: 2px dashed #E6E6E6;
border-radius: 10px;
padding: 18px 52px;
margin: 0;
color: #333333;
}

.passport-input img {
  margin-right: 10px;
}

.passport-photo {
  background: #FFFCEB;
  border-radius: 10px;
  padding: 20px 60px;
  display: inline-block;
  cursor: pointer;
  color: #333333;
}

.passport-photo img {
  margin-left: 10px;
}

.applications-draws .dataTables_wrapper{
  overflow: auto;
}