@import url('ui.css');

/*****************************************
*****************main-section*************
*****************************************/
.main-section {
  padding: 24px 0 72px 0;
}

.main-section__cobtainer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.main-section__right,
.main-section__left {
  width: 49.23%;
  padding: 40px;
  border-radius: 24px;
}

.main-section__left {
  background-color: #f3ecda;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}

.main-section__left * {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
}

.main-section__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 67px;
  border: 2px solid var(--ligth-gray);
}

.custom-rounded {
  /* border-radius: 20px;
  transform: rotate(-3deg);
  display: block; */
  border-radius: 20px;
  overflow: hidden;
  transform: rotate(-3deg);
  display: inline-block;
  width: 100%;
  height: auto;
}

.custom-rounded img {
  display: block;
  width: 100%;
  height: auto;
}

.main-section__content {
  margin-top: 16px;
  padding-top: 250px;
}

.main-section__title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 115%;
  font-family: var(--manrope);
  text-transform: uppercase;
}

.main-section__txt-wrap>*:not(:first-child) {
  margin-top: 8px;
}

.main-section__txt {
  font-size: 24px;
  line-height: 135%;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.main-section__name-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}

.main-section__name-intro {
  font-family: var(--manrope);
  font-size: 53px;
  font-weight: 400;
}

.main-section_childhood {
  width: 100px;
  height: auto;
}

.main-section__name {
  width: 100%;
  height: auto;
}

.main-section__left-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-section__left-txt {
  text-transform: uppercase;
  font-family: var(--manrope);
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  font-weight: 400;
  line-height: 115%;
  font-size: 32px;
}

.main-section__left-dates {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 16px;
  border: 2px solid var(--red);
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 53px;
}

.dates_of_event {
  position: absolute;
  top: 50%;
  left: 50%;
}

.main-section__left-dates>span {
  font-size: 63px;
  font-weight: 700;
  font-family: var(--manrope);
  line-height: 85%;
}

.main-section__left-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.main-section__left-day {
  font-size: 60px;
  font-weight: 500;
  line-height: 85%;
}

.main-section__left-mounth {
  font-weight: 700;
  line-height: 135%;
  font-size: 16px;
  /* text-align: center; */
}

.main-section__emblem {
  width: 253px;
  height: 300px;
}


/*****************************************
********************stages****************
*****************************************/
.stages {
  padding: 72px 0;
  background-image: url('../img/stages/bg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.stages__container>*:not(:first-child) {
  margin-top: 32px;
}

.stages__stage {
  position: absolute;
  z-index: 2;
  padding: 24px;
  border: 2px solid var(--ligth-gray);
  /* border: 2px solid rgb(240, 81, 67); */
  border-radius: 24px;
}

.stages__stage>*:not(:first-child) {
  margin-top: 22px;
}

.stages__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 126%;
  text-transform: uppercase;
}

.stages__txt-content>*:not(:first-child) {
  margin-top: 12px;
}

.stages__num {
  font-size: 80px;
  font-weight: 600;
  line-height: 76%;
}

.images-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.stages__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
}

.stages__txt span {
  font-weight: 700;
}

.main-section__txt span {
  font-weight: 700;
}


.stage-first__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.stage-first__btn._btn._white-btn._whithout-border-btn:hover {
  background-color: var(--ligth-gray);
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  border-color: transparent;
  cursor: auto;
}

.stage-first__btn>span {
  text-align: left;
}

.stage-first__btn>.stage-first__btn-strong-txt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stage-first__btn-strong-txt>.stage-first__btn-icon {
  width: 24px;
  height: 24px;
}

.stage-first__btn-strong-txt>span {
  font-size: 24px;
  font-weight: 600;
  line-height: 126%;
  text-transform: uppercase;
}

.stages__wrapper {
  position: relative;
  min-height: 1350px;
}

.stage-first {
  top: 0;
  left: 0;
  max-width: 770px;
}

.stage-second {
  top: 230px;
  right: 0;
  max-width: 510px;
}

.stage-third {
  top: 596px;
  left: 106px;
  max-width: 426px;
}

.stage-fourth {
  top: 769px;
  right: 89px;
  max-width: 531px;
}

.stage-fifth {
  bottom: 8px;
  left: -8%;
  /* width: 1100px; */
  width: 40vw;
  border: .12vw solid rgb(240, 81, 67);
}

.stages__arrow {
  position: absolute;
  z-index: 2;
}

.stages__arr-first {
  width: 284px;
  height: auto;
  top: 49px;
  right: 478px;
}

.stages__arr-second {
  width: 716px;
  height: auto;
  top: 430px;
  left: 336px;
}

.stages__arr-third {
  width: 359px;
  height: auto;
  top: 735px;
  left: 550px;
}

.stages__arr-fourth {
  width: 324px;
  height: auto;
  bottom: 56px;
  right: 366px;
}

/*****************************************
*****************prizes*******************
*****************************************/
.prizes {
  padding: 72px 0;
}

.prizes__container {
  position: relative;
}

.prizes__container>*:not(:first-child) {
  margin-top: 32px;
}

.prizes__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.prizes__intro>* {
  max-width: 49%;
}

.prizes__intro>.prizes__txt {
  font-size: 18px;
  max-width: 385px;
  font-weight: 500;
  line-height: 135%;
  text-align: right;
}

.prizes__line {
  height: 740px !important;
  align-items: center !important;
}

.prizes__slide-inner {
  padding: 24px;
  width: 372px;
  min-height: 372px;
  background-color: var(--ligth-gray);
  transition: var(--base-transit);
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.prizes__slide {
  width: 396px;
  height: 396px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--base-transit);
}

.prizes__slide.swiper-slide-active {
  transform: scale(2);
}

.prizes__slide.swiper-slide-prev {
  justify-content: flex-start;
}

.prizes__slide.swiper-slide-next {
  justify-content: flex-end;
}

.prizes__slide-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 126%;
  text-transform: uppercase;
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  transition: var(--base-transit);
}

.prizes__slide.swiper-slide-active .prizes__slide-title {
  font-size: 12px;
}

.prizes__plushes {
  display: flex;
  align-items: center;
  gap: 10px;
}

.prizes__slide.swiper-slide-active .prizes__plushes {
  gap: 5px;
}

.prizes__plush {
  font-size: 16px;
  font-weight: 500;
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  padding: 6px 16px;
  border: 1px solid var(--red);
  transition: var(--base-transit);
  border-radius: 10px;
}

.prizes__slide.swiper-slide-active .prizes__plush {
  font-size: 8px;
  padding: 3px 8px;
  border: 0.3px solid rgb(240, 81, 67);
  border-radius: 5px;
}

.prizes__img-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.prizes__img-wrap-inner {
  padding-bottom: 100%;
}

.prizes__pagination.swiper-pagination.swiper-pagination-bullets {
  bottom: -42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.prizes__pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid var(--ligth-gray);
  background-color: transparent;
  opacity: 1;
}

.prizes__pagination.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  background-color: var(--ligth-gray);
}

/*****************************************
****************winners*******************
*****************************************/
.winners {
  padding: 32px 0;
  position: relative;
}

.winners__bg {
  position: absolute;
  width: 345px;
  height: 728px;
}

.winners__bg-left {
  top: -100px;
  left: 0;
}

.winners__bg-right {
  bottom: -105px;
  right: 0;
}

.winners__container>*:not(:first-child) {
  margin-top: 32px;
}

.winners__title {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
}

.winners__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.winners__intro>* {
  max-width: 49%;
}

.winners__forms {
  display: flex;
  align-items: center;
  gap: 24px;
}

.winners__input-wrap {
  position: relative;
}

.winners__input {
  width: 444px;
  padding: 12px 24px;
  border-radius: 24px;
  border: 1px solid var(--red);
  background-color: var(--ligth-gray);
  outline: none;
}

.winners__input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  opacity: 0.5;
}

.winners__input::-moz-placeholder {
  /* Firefox 19+ */
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  opacity: 0.5;
  opacity: 1;
}

.winners__input:-ms-input-placeholder {
  /* IE 10+ */
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  opacity: 0.5;
}

.winners__input:-moz-placeholder {
  /* Firefox 18- */
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  opacity: 0.5;
  opacity: 1;
}

.winners__search {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 45.6px;
  height: 45.6px;
  /* background-color: var(--red); */
  color: rgb(240, 81, 67);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--base-transit);
}

.winners__search:hover {
  background-color: #ca4952;
}

.winners__input-wrap img {
  width: 22px;
  height: 22px;
}

.winners__table-wrapper {
  width: 100%;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--red);
}

.winners__table {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  border-collapse: collapse;
}

.winners__date,
.winners__number {
  width: 363px;
}

.winners__prize {
  width: 747px;
}

.winners__table th {
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 126%;
}

.winners__row td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.winners__table>tbody>.winners__row:not(:first-child) {
  border-top: 1px solid var(--red);
}

.winners__table>tbody>.winners__row._not {
  border-color: transparent;
}

.winners__row ._btn._white-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.winners__row ._btn._white-btn:hover {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  background-color: var(--ligth-gray);
  border-color: var(--red);
  border-color: rgb(240, 81, 67);
}

.winners__btn,
.winners__num {
  transition: var(--base-transit);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.winners__btn img {
  width: 8px;
  height: 13px;
}

.winners__btn {
  border: 1px solid var(--red);
}

.winners__btn:hover {
  background-color: #ffe2e4;
}

.winners__btn._disabled {
  pointer-events: none;
  border-color: transparent;
}

.winners__paging,
.winners__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.winners__prev {
  transform: rotate(180deg);
}

.winners__num {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  font-size: 18px;
  font-weight: 600;
}

.winners__num:hover,
.winners__num._active {
  color: var(--ligth-gray);
  /* background-color: var(--red); */
  background-color: rgb(240, 81, 67);
}

/*****************************************
****************faq-docs******************
*****************************************/
.faq-docs {
  padding: 72px 0;
}

.faq-docs__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}

.faq-docs__container>* {
  width: 49%;
  padding: 24px;
  border-radius: 24px;
}

.faq {
  border: 1px solid var(--ligth-gray);
}

.adress {
  top: 29%;
  left: 8%;
  z-index: 3;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.adressNN {
  background-color: var(--ligth-gray);
  border-radius: 10px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
  color: var(--red);
}


.adressOblast {
  background-color: var(--ligth-gray);
  border-radius: 10px;
  height: 40px;
  z-index: 3;
  color: var(--red);
  padding-left: 20px;
  padding-right: 20px;
}

.docs {
  background-color: var(--ligth-gray);
}

.faq>*:not(:first-child) {
  margin-top: 32px;
}

.faq__title {
  display: inline;
}

.faq__accordion>*:not(:first-child) {
  margin-top: 8px;
}

.faq__item {
  background-color: var(--ligth-gray);
  transition: var(--base-transit);
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 15px;
}

.faq__item:hover {
  background-color: #ffe2e4;
}

.faq__item>*:not(:first-child) {
  margin-top: 10px;
}

.faq__btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__btn-red,
.faq__btn-white {
  width: 16px;
  height: 16px;
}

.faq__hidden {
  font-size: 16px;
  line-height: 135%;
}

.faq__hidden,
.faq__btn-white {
  display: none;
}

.faq__item._active .faq__btn {
  background-color: var(--red);
  background-color: rgb(240, 81, 67);
}

.faq__item._active .faq__hidden,
.faq__item._active .faq__btn-white {
  display: inline-block;
}

.faq__item._active .faq__btn-red {
  display: none;
}

.faq__visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__question {
  max-width: 90%;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}

.docs {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items: flex-start;
}

.docs,
.docs a {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
}

.docs__title {
  display: inline;
}

.docs__sub-title {
  font-size: 16px;
}

.docs__intro>*:not(:first-child) {
  margin-top: 12px;
}

.docs__item {
  display: block;
  transition: var(--base-transit);
  padding: 15px;
  border: 1px solid var(--red);
  border-radius: 15px;
}

.docs__item>*:not(:first-child) {
  margin-top: 10px;
}

.docs__list {
  width: 100%;
  padding-top: 5%;
}

.docs__list>*:not(:first-child) {
  margin-top: 8px;
}

.docs__item:hover {
  background-color: #ffe2e4;
}

.docs__item-txt {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.docs__down {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.docs__icon {
  width: 16px;
  height: 16px;
}

/*****************************************
*******************news*******************
*****************************************/
.news {
  padding: 72px 0;
}

.news__container>*:not(:first-child) {
  margin-top: 40px;
}

.news__title {
  font-family: var(--manrope);
  max-width: 90%;
}

.news__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news__navigation-item {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--ligth-gray);
  border-radius: 10px;
  left: auto !important;
  right: auto !important;
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  transition: var(--base-transit);
}

.news__navigation-item.swiper-button-next.swiper-button-disabled,
.news__navigation-item.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.news__navigation-item:hover {
  /* background-color: var(--red); */
  background-color: rgb(240, 81, 67);
  color: var(--ligth-gray);
}

.news__navigation-item::after {
  font-size: 16px;
}

.news__navigation {
  display: flex;
  gap: 10px;
}

.news__slide-inner {
  display: inline-block;
  width: 375px;
  padding: 24px;
  border-radius: 15px;
  background-color: var(--ligth-gray);
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  transition: var(--base-transit);
  line-height: 135%;
}

.news__slide-inner:hover {
  background-color: #ffe2e4;
}

.news__slide-inner>*:not(:first-child) {
  margin-top: 24px;
}

.news__content>*:not(:first-child) {
  margin-top: 8px;
}

.news__date {
  font-size: 16px;
  font-weight: 400;
}

.news__item-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.news__btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background-color: var(--red); */
  background-color: rgb(240, 81, 67);
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__btn img {
  width: 15px;
  height: 16px;
}

/*****************************************
******************footer******************
*****************************************/
.footer {
  background-color: var(--ligth-gray);
  /* border-radius: 40px 40px 0 0; */
  padding: 40px 0;
  /* color: var(--red); */
  color: rgb(240, 81, 67);
}

.footer a {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
}

.footer__container>*:not(:first-child) {
  margin-top: 32px;
  display: flex;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}

.footer__logo img {
  width: 204px;
  height: 80px;
}

.footer__nav {
  display: flex;
  align-items: flex-start;
  gap: 150px;
}

.footer__nav-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 10px;
  display: block;
  margin-bottom: 7%;
}

.footer__nav-block>*:not(:first-child) {
  margin-top: 15px;
}

.footer__nav-title._empty {
  opacity: 0;
  pointer-events: none;
}

.footer__nav-list>*:not(:first-child) {
  margin-top: 15px;
}

/* .footer__link {
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: var(--base-transit);
} */

.footer__nav-block {
  text-align: center;
}

.footer__link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--base-transit);
}


.footer__link:hover {
  opacity: 0.7;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom-txt {
  max-width: 49%;
  font-size: 18px;
  font-family: var(--manrope);
  opacity: 0.4;
}

/*****************************************
******************modals******************
*****************************************/
._modal {
  transition: var(--base-transit);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

._modal._active {
  opacity: 1;
  visibility: visible;
}

._modal_news {
  transition: var(--base-transit);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

._modal-body {
  padding: 32px;
  border-radius: 24px;
  background-color: var(--blue);
}

._modal-body>*:not(:first-child) {
  margin-top: 32px;
}

._modal-body ._big-title {
  max-width: 95%;
}

._modal-intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

._modal-close img {
  width: 24px;
  height: 24px;
  transition: var(--base-transit);
}

._modal-close img:hover {
  opacity: 0.7;
}

._modal-btn {
  width: 100%;
}

._modal-txt {
  font-size: 18px;
  line-height: 135%;
}

._modal-body {
  /* max-width: 600px; */
}

._modal-btn-wrap>*:not(:first-child) {
  margin-top: 8px;
}

._modal-btn-wrap {
  width: 100%;
}

._modal-warn {
  line-height: 135%;
}

/* modal-position */
.modal-position._modal ._modal-body {
  max-width: 860px;
}

/* check-number modal */
._modal-forms,
._modal-forms>* {
  width: 100%;
}

._modal-forms-captcha {
  width: 504px;
  height: 127px;
}

._modal-forms>*:not(:first-child) {
  margin-top: 15px;
}

._modal-forms-captha-wrap {
  /* overflow: hidden; */
  margin: 0 auto;
  /* max-width: 300px; */
  /* width: 100%; */
  background-color: var(--ligth-gray);
  padding: 16px;
  border-radius: 10px;
}

._modal-forms-captha-wrap p {
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  line-height: 135%;
}

._modal-forms-captha-wrap>*:not(:first-child) {
  margin-top: 16px;
}

._modal-input-wrap {
  position: relative;
}

._modal-forms-placeholder {
  font-size: 16px;
  font-weight: 500;
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  opacity: 0.4;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--base-transit);
}

._modal-forms-number:focus+._modal-forms-placeholder,
._modal-forms-number:not(:placeholder-shown)+._modal-forms-placeholder {
  transform: none;
  top: 5px;
  font-size: 13px;
  /* color: #007bff; */
}

._modal-forms-number {
  padding: 25px 16px 5px 16px;
  border-radius: 10px;
  width: 100%;
  outline: none;
  background-color: var(--ligth-gray);
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  font-weight: 500;
}

._modal-forms-number::-webkit-inner-spin-button,
._modal-forms-number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._modal-forms-number {
  -moz-appearance: textfield;
}

/* modal win */
._modal-prize {
  height: 481px;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  /* color: var(--red); */
  color: rgb(240, 81, 67);
  background-color: var(--ligth-gray);
}

._modal-prize-img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._modal-prize-img-wrapper {
  padding-bottom: 100%;
}

._modal-prize-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
}

._modal-prize-plushes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

._modal-prize-plush {
  padding: 5px 16px;
  border-radius: 10px;
  line-height: 135%;
  /* background-color: var(--red); */
  background-color: rgb(240, 81, 67);
  color: var(--ligth-gray);
}

/* deep seek накидал модалку */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 20px;
  box-sizing: border-box;
}

.modal-overlay._active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  background: white;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Шапка модалки */
.modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
}

.modal-title {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.modal-close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 5px;
  line-height: 1;
}

/* Основное содержимое с прокруткой */
.modal-content {
  padding: 20px;
  overflow-y: auto;
  max-height: calc(70vh - 120px);
  flex-grow: 1;
}

.modal-content p {
  margin-bottom: 15px;
  line-height: 1.5;
  color: #555;
}

/* Блок с призом */
.modal-prize {
  text-align: center;
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 8px;
}

.modal-prize h4 {
  margin: 0 0 10px 0;
  color: #222;
  font-size: 1.3rem;
}

.prize-image {
  margin: 15px auto;
  max-width: 200px;
}

.prize-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.prize-quantity {
  font-weight: bold;
  color: #444;
  margin: 10px 0 0 0;
}

/* Дополнительный контент */
.additional-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.additional-content ul {
  padding-left: 20px;
}

.additional-content li {
  margin-bottom: 8px;
}

/* Подвал модалки */
.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
  background: #f9f9f9;
}

.modal-action-btn {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: background 0.3s;
}

._and {
  font-size: 12px;
  font-weight: 500;
  /* line-height: 1;
  display: inline-block; */
}

.modal-action-btn:hover {
  background: #45a049;
}

.org {
  padding: 72px 0 72px 0;
  border-radius: 20px 20px 0 0;
}

.org ._big-title {
  color: #000;
}

.org__photos {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.org__photos>.org__photos-item {
  flex: 0 1 calc(100% / 3 - 24px / 3 * 2);
  max-width: calc(100% / 3 - 24px / 3 * 2);
}

.org__photos>.org__photos-item {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.org__photos>.org__photos-item .org__photos-item-img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.org__photos>.org__photos-item .org__photos-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.org__photos>.org__photos-item h3 {
  font-weight: 700;
  color: #000;
  text-align: center;
}

.org__photos>.org__photos-item p {
  color: #000;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  border-radius: 0;
}

@media only screen and (max-width: 699px) {
  .org__photos>.org__photos-item {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.org__photos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#addressModal ._modal-body {
  max-width: 50vw;
  overflow-y: scroll;
  max-height: 90vh;
}

#addressTable td {
  padding: 10px;
  border: 1px solid #ddd;
}

#addressTable {
  border-collapse: collapse;
}

@media only screen and (max-width: 700px) {
  #addressModal ._modal-body {
    max-width: 95vw;
  }
}

@media (max-width: 767.9px) {
  .footer__nav {
    width: 100%;

  }

  /* .footer__nav-list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  } */

  .footer__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer__nav-list>li {
    flex: 0 0 auto;
  }

  .footer__link {
    display: inline-block;
    cursor: pointer;
  }



  .footer__nav-list>*:not(:first-child) {
    margin-top: 0;
  }

  .footer__nav-block {
    /* width: 100%; */
    width: max-content;
    text-align: center;
    margin: 0 auto;
  }

  .footer__nav-list {
    text-align: center;
  }

  body .fancybox__content {

    background: rgb(240, 81, 67) !important;
    border-radius: 10px;
    color: #fff;
    gap: 12px;
  }

}