* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
}
html,
body {
  width: 100%;
  scroll-behavior: smooth;
  font-family: 'Comfortaa', sans-serif;
  font-family: 'Jost', sans-serif;
  font-family: 'Russo One', sans-serif;
}
.story {
  width: 100%;
  background: #434237;
  padding: 42px 210px 56px 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 1549px) {
  .story {
    padding: 58px 248px 135px 248px;
  }
}
@media (min-width: 1899px) {
  .story {
    padding: 68px 278px 145px 278px;
  }
}
@media (max-width: 1399px) {
  .story {
    padding: 45px 90px 115px 90px;
  }
}
@media (max-width: 1249px) {
  .story {
    padding: 45px 70px 115px 70px;
  }
}
@media (max-width: 999px) {
  .story {
    padding: 35px 30px 50px 30px;
  }
}
@media (max-width: 759px) {
  .story {
    padding: 30px 20px 30px 20px;
  }
}
@media (max-width: 500px) {
  .story {
    padding: 20px 20px 30px 20px;
  }
}
.story-ellipse {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 10px;
  right: 25%;
}
@media (min-width: 1899px) {
  .story-ellipse {
    right: 30%;
  }
}
@media (max-width: 999px) {
  .story-ellipse {
    width: 100px;
    height: 100px;
  }
}
.story-title {
  color: rgba(255, 215, 0, 0.35);
  font-family: Jost;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1549px) {
  .story-title {
    font-size: 58px;
  }
}
@media (min-width: 1899px) {
  .story-title {
    font-size: 62px;
  }
}
@media (max-width: 1249px) {
  .story-title {
    font-size: 50px;
  }
}
@media (max-width: 999px) {
  .story-title {
    font-size: 46px;
  }
}
@media (max-width: 759px) {
  .story-title {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  .story-title {
    font-size: 26px;
  }
}
.story-text {
  color: var(--text-heroes, #bfaf92);
  font-family: Comfortaa;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 194%;
  margin-top: 29px;
  margin-bottom: 56px;
}
@media (min-width: 1549px) {
  .story-text {
    font-size: 26px;
    margin-top: 39px;
    margin-bottom: 66px;
  }
}
@media (min-width: 1899px) {
  .story-text {
    font-size: 28px;
    margin-top: 49px;
    margin-bottom: 76px;
  }
}
@media (max-width: 1249px) {
  .story-text {
    font-size: 22px;
  }
}
@media (max-width: 999px) {
  .story-text {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 759px) {
  .story-text {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .story-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.story-btn {
  cursor: pointer;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--accent, gold);
  color: var(--text-2, #484a4e);
  text-align: center;
  font-family: Comfortaa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1549px) {
  .story-btn {
    font-size: 22px;
  }
}
@media (min-width: 1899px) {
  .story-btn {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .story-btn {
    font-size: 18px;
    padding: 13px 28px;
  }
}
@media (max-width: 759px) {
  .story-btn {
    font-size: 16px;
    padding: 10px 25px;
  }
}
@media (max-width: 500px) {
  .story-btn {
    font-size: 14px;
  }
}
.popup2 {
  position: fixed;
	display: none;
  z-index: 200;
  background: #434237;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.popup-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-height: 80vh;
  position: relative;
  z-index: 400;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  /*box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 20px 0px rgba(255, 255, 255, 0.15) inset;*/
  /*-webkit-backdrop-filter: blur(10px);*/
  /*backdrop-filter: blur(10px);*/
}
@media (min-width: 1549px) {
  .popup-container {
    width: 55%;
  }
}
@media (min-width: 1899px) {
  .popup-container {
    width: 45%;
  }
}
@media (max-width: 1249px) {
  .popup-container {
    width: 70%;
  }
}
@media (max-width: 999px) {
  .popup-container {
    width: 80%;
  }
}
@media (max-width: 759px) {
  .popup-container {
    width: 85%;
    max-height: 85vh;
  }
}
@media (max-width: 500px) {
  .popup-container {
    width: 90%;
    max-height: 90vh;
  }
}
.popup-container-close {
  margin-top: 18px;
  margin-left: auto;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1549px) {
  .popup-container-close {
    width: 25px;
    height: 25px;
    margin-top: 21px;
    margin-right: 21px;
  }
}
@media (min-width: 1899px) {
  .popup-container-close {
    width: 26px;
    height: 26px;
    margin-top: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 759px) {
  .popup-container-close {
    width: 20px;
    height: 20px;
  }
}
.popup-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 91px;
  width: 100%;
}

.popup-block.hide {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1249px) {
  .popup-block {
    gap: 70px;
  }
}
@media (max-width: 759px) {
  .popup-block {
    gap: 50px;
  }
}
@media (max-width: 500px) {
  .popup-block {
    gap: 40px;
  }
}
.popup-block-data {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 55%;
}
@media (min-width: 1549px) {
  .popup-block-data {
    gap: 15px;
    width: 60%;
  }
}
@media (min-width: 1899px) {
  .popup-block-data {
    gap: 21px;
    width: 65%;
  }
}
@media (max-width: 1249px) {
  .popup-block-data {
    width: 65%;
  }
}
@media (max-width: 999px) {
  .popup-block-data {
    width: 75%;
  }
}
@media (max-width: 759px) {
  .popup-block-data {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .popup-block-data {
    width: 90%;
  }
}
.popup-block-btn {
  color: #36383c;
  text-align: center;
  font-family: Comfortaa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  padding: 8px 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fbec5d;
  /*box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 3px 7px 0px rgba(0, 0, 0, 0.1), 0px 12px 12px 0px rgba(0, 0, 0, 0.09),*/
  /*0px 27px 16px 0px rgba(0, 0, 0, 0.05), 0px 48px 19px 0px rgba(0, 0, 0, 0.01), 0px 75px 21px 0px rgba(0, 0, 0, 0);*/
}
@media (min-width: 1549px) {
  .popup-block-btn {
    font-size: 22px;
  }
}
@media (min-width: 1899px) {
  .popup-block-btn {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .popup-block-btn {
    font-size: 18px;
  }
}
@media (max-width: 759px) {
  .popup-block-btn {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .popup-block-btn {
    font-size: 14px;
  }
}
.popup-miniblock {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.popup-miniblock-title {
  color: var(--text-heroes, #bfaf92);
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (min-width: 1549px) {
  .popup-miniblock-title {
    font-size: 18px;
  }
}
@media (min-width: 1899px) {
  .popup-miniblock-title {
    font-size: 20px;
  }
}
@media (max-width: 759px) {
  .popup-miniblock-title {
    font-size: 14px;
  }
}
.popup-miniblock-input {
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid #fbec5d;
  border-radius: 8px;
  color: var(--text-heroes, #36383c);
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (min-width: 1549px) {
  .popup-miniblock-input {
    font-size: 18px;
    height: 45px;
  }
}
@media (min-width: 1899px) {
  .popup-miniblock-input {
    font-size: 20px;
    height: 50px;
  }
}
@media (max-width: 759px) {
  .popup-miniblock-input {
    font-size: 14px;
    height: 35px;
  }
}
.popup-scroll {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 1549px) {
  .popup-scroll {
    margin-top: 15px;
    margin-bottom: 55px;
    margin-right: 25px;
  }
}
@media (min-width: 1899px) {
  .popup-scroll {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-right: 30px;
  }
}
@media (max-width: 759px) {
  .popup-scroll {
    margin-right: 15px;
  }
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}
::-webkit-scrollbar-thumb {
  background: #bfaf92;
}
.popup-active {
  opacity: 1;
  pointer-events: all;
	display: block;
  transition: all 0.5s ease;
}
.body-scroll {
  overflow: hidden;
}
#popup-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  height: 100%;
  width: 100%;
}
.popup_next {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.popup_next-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  max-height: 80vh;
  position: relative;
  z-index: 700;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 20px 0px rgba(255, 255, 255, 0.15) inset;
  /*-webkit-backdrop-filter: blur(10px);*/
  /*backdrop-filter: blur(10px);*/
}
@media (min-width: 1549px) {
  .popup_next-container {
    width: 55%;
  }
}
@media (min-width: 1899px) {
  .popup_next-container {
    width: 45%;
  }
}
@media (max-width: 1249px) {
  .popup_next-container {
    width: 70%;
  }
}
@media (max-width: 999px) {
  .popup_next-container {
    width: 80%;
  }
}
@media (max-width: 759px) {
  .popup_next-container {
    width: 85%;
    max-height: 85vh;
  }
}
@media (max-width: 500px) {
  .popup_next-container {
    width: 90%;
    max-height: 90vh;
  }
}
.popup_next-container-close {
  margin-top: 18px;
  margin-left: auto;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
@media (min-width: 1549px) {
  .popup_next-container-close {
    width: 25px;
    height: 25px;
    margin-top: 21px;
    margin-right: 21px;
  }
}
@media (min-width: 1899px) {
  .popup_next-container-close {
    width: 26px;
    height: 26px;
    margin-top: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 759px) {
  .popup_next-container-close {
    width: 20px;
    height: 20px;
  }
}
.popup_next-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.popup_next-block-data {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 55%;
}
@media (min-width: 1549px) {
  .popup_next-block-data {
    gap: 15px;
    width: 60%;
  }
}
@media (min-width: 1899px) {
  .popup_next-block-data {
    gap: 21px;
    width: 65%;
  }
}
@media (max-width: 1249px) {
  .popup_next-block-data {
    width: 65%;
  }
}
@media (max-width: 999px) {
  .popup_next-block-data {
    width: 75%;
  }
}
@media (max-width: 759px) {
  .popup_next-block-data {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .popup_next-block-data {
    width: 90%;
  }
}
.popup_next-block-btn {
  width: 100%;
  color: var(--text-2, #484a4e);
  text-align: center;
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--accent, gold);
  border: none;
}
@media (min-width: 1549px) {
  .popup_next-block-btn {
    font-size: 18px;
  }
}
@media (min-width: 1899px) {
  .popup_next-block-btn {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .popup_next-block-btn {
    padding: 13px 28px;
  }
}
@media (max-width: 759px) {
  .popup_next-block-btn {
    padding: 10px 25px;
  }
}
@media (max-width: 500px) {
  .popup_next-block-btn {
    font-size: 14px;
  }
}
.popup_next-miniblock {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.popup_next-miniblock-title {
  color: var(--text-heroes, #bfaf92);
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (min-width: 1549px) {
  .popup_next-miniblock-title {
    font-size: 18px;
  }
}
@media (min-width: 1899px) {
  .popup_next-miniblock-title {
    font-size: 20px;
  }
}
@media (max-width: 759px) {
  .popup_next-miniblock-title {
    font-size: 14px;
  }
}
.popup_next-miniblock-input {
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid #fbec5d;
  color: var(--text-heroes, #36383c);
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (min-width: 1549px) {
  .popup_next-miniblock-input {
    font-size: 18px;
    height: 45px;
  }
}
@media (min-width: 1899px) {
  .popup_next-miniblock-input {
    font-size: 20px;
    height: 50px;
  }
}
@media (max-width: 759px) {
  .popup_next-miniblock-input {
    font-size: 14px;
    height: 35px;
  }
}
.popup_next-miniblock2 {
  width: 100%;
  display: flex;
  gap: 11px;
}
@media (max-width: 759px) {
  .popup_next-miniblock2 {
    flex-direction: column;
  }
}
.popup_next-miniblock2-cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.popup_next-foto {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media (min-width: 1549px) {
  .popup_next-foto {
    gap: 15px;
    width: 60%;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto {
    gap: 21px;
    width: 65%;
  }
}
@media (max-width: 1249px) {
  .popup_next-foto {
    width: 65%;
  }
}
@media (max-width: 999px) {
  .popup_next-foto {
    width: 75%;
  }
}
@media (max-width: 759px) {
  .popup_next-foto {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .popup_next-foto {
    width: 90%;
  }
}
.popup_next-foto-title {
  display: flex;
  justify-content: space-between;
}
.popup_next-foto-title-text {
  display: flex;
  gap: 5px;
}
.popup_next-foto-title_text {
  color: var(--text-heroes, #bfaf92);
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 154%;
}
@media (min-width: 1549px) {
  .popup_next-foto-title_text {
    font-size: 18px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto-title_text {
    font-size: 20px;
  }
}
@media (max-width: 759px) {
  .popup_next-foto-title_text {
    font-size: 14px;
  }
}
.popup_next-foto-title-btn {
  color: var(--text-heroes, #bfaf92);
  font-family: Comfortaa;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #ffd700;
}
@media (min-width: 1549px) {
  .popup_next-foto-title-btn {
    font-size: 22px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto-title-btn {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .popup_next-foto-title-btn {
    font-size: 18px;
  }
}
@media (max-width: 759px) {
  .popup_next-foto-title-btn {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .popup_next-foto-title-btn {
    font-size: 14px;
  }
}
.popup_next-foto-input {
  display: none;
}
.popup_next-foto-sample {
  display: flex;
  position: relative;
}
@media (max-width: 500px) {
  .popup_next-foto-sample {
    overflow: hidden;
    transition: all 0.5s ease;
  }
}
.popup_next-foto-sample-svg {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
@media (min-width: 1549px) {
  .popup_next-foto-sample-svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto-sample-svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 759px) {
  .popup_next-foto-sample-svg {
    width: 10px;
    height: 10px;
  }
}
.popup_next-foto_sample {
  border-radius: 0px 8px 8px 8px;
  background: #f2f0e6;
  width: 360px;
  position: absolute;
  left: 100%;
  top: 25%;
  padding: 8px 11px 15px 11px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
@media (min-width: 1549px) {
  .popup_next-foto_sample {
    width: 400px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto_sample {
    width: 470px;
  }
}
@media (max-width: 759px) {
  .popup_next-foto_sample {
    width: 300px;
  }
}
@media (max-width: 500px) {
  .popup_next-foto_sample {
    width: 120px;
  }
}
.popup_next-foto_sample-top {
  display: flex;
  margin-bottom: 11px;
  gap: 11px;
  width: 100%;
}
.popup_next-foto_sample-text {
  color: #36383c;
  font-family: Comfortaa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}
@media (min-width: 1549px) {
  .popup_next-foto_sample-text {
    font-size: 17px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto_sample-text {
    font-size: 18px;
  }
}
@media (max-width: 759px) {
  .popup_next-foto_sample-text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .popup_next-foto_sample-text {
    font-size: 12px;
  }
}
.popup_next-foto_sample-svg {
  width: 10px;
  height: 10px;
}
@media (min-width: 1549px) {
  .popup_next-foto_sample-svg {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto_sample-svg {
    width: 12px;
    height: 12px;
  }
}
.popup_next-foto_sample_svg {
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media (min-width: 1549px) {
  .popup_next-foto_sample_svg {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1899px) {
  .popup_next-foto_sample_svg {
    width: 12px;
    height: 12px;
  }
}
.popup_next-foto_sample-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.popup_next-foto_sample-img {
  width: calc(33% - 16px);
}
@media (max-width: 500px) {
  .popup_next-foto_sample-img {
    width: 100%;
  }
}
.popup_next-scroll {
  overflow-y: scroll;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (min-width: 1549px) {
  .popup_next-scroll {
    margin-top: 15px;
    margin-bottom: 55px;
    margin-right: 25px;
  }
}
@media (min-width: 1899px) {
  .popup_next-scroll {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-right: 30px;
  }
}
@media (max-width: 759px) {
  .popup_next-scroll {
    margin-right: 15px;
  }
}
::-webkit-scrollbar {
  width: 3px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}
::-webkit-scrollbar-thumb {
  background: #bfaf92;
}
.popup_next-active {
  position: static;
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease;
}
.body-scroll {
  overflow: hidden;
}
#popup_next-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  height: 100%;
  width: 100%;
}
.popup_next-sample {
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease;
}
.popup_next-sample-hidden {
  overflow: initial;
  transition: all 0.5s ease;
}
.popup_next-foto {
	width: 100%!important;
}
