@font-face {
  font-family: "SF Pro Text";
  src:  url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/sf-pro-text-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Rounded";
  src: url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/sf-pro-rounded.eot");
  src: url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/sf-pro-rounded.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/sf-pro-rounded.woff2") format("woff2"), url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/sf-pro-rounded.woff") format("woff"), url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/sf-pro-rounded.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "RIA Super Display Sans Compress";
  src: url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/RIASuperDisplaySansComp.eot");
  src: url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/RIASuperDisplaySansComp.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/RIASuperDisplaySansComp.woff2") format("woff2"), url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/RIASuperDisplaySansComp.woff") format("woff"), url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/fonts/RIASuperDisplaySansComp.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  color: #000000;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

.custom-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 34px 64px;
  border: 2px solid #FFFFFF;
  border-radius: 1892.35px;
  text-align: center;
  transition: 0.3s all;
  outline: none;
  background-color: #FF5500;
  color: #ffffff;
  font-family: "SF Pro Text";
  font-weight: 500;
  font-size: 32px;
  /*line-height: 32px;*/
  line-height: 23px;
  letter-spacing: 0px;
  cursor: pointer;
}
.custom-btn:hover,
.custom-btn:active {
  background-color: #CC4400;
  color: #ffffff;
}
@media (max-width: 767px) {
  .custom-btn {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -.4px;
    padding: 18px 16px;
    width: 100%;
  }
}

.preorder-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 19px;
  border: 2px solid #000000;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s all;
  outline: none;
  background-color: transparent;
  color: #000000;
  font-family: "SF Pro Text";
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0px;
  cursor: pointer;
  text-transform: uppercase;
}
.preorder-btn:hover {
  background-color: #FF5500;
  border-color: #FF5500;
  color: #ffffff;
}
.preorder-btn:active {
  background-color: #CC4400;
  border-color: #CC4400;
  color: #ffffff;
}

.title {
  font-family: "SF Pro Text";
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: #ffffff;
}
.title--black {
  color: #000000;
}
@media (max-width: 767px) {
  .title {
    font-size: 34px;
    line-height: 34px;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.no-scroll {
  overflow: hidden;
  width: 100%;
}

.hero {
  background-image: url("/wp-content/uploads/2026/08/background.webp");
  background-position: center;
  background-size: cover;
}
.hero .container {
  position: relative;
}
.hero__info {
  padding-top: 40px;
  padding-bottom: 54px;
  position: relative;
  z-index: 5;
}
.hero__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero__img img {
  height: 100%;
  max-height: 750px;
}
.hero__img img.mob {
  display: none;
}
.hero__title {
  font-family: "RIA Super Display Sans Compress";
  font-weight: 400;
  font-size: 172px;
  line-height: 126px;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 37px;
  margin-bottom: 0;
}
.hero__desc {
  font-family: "SF Pro Text";
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #ffffff;
  margin-top: 37px;
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .hero__info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 34px;
    min-height: 894px;
  }
  .hero__title {
    font-size: 105px;
    line-height: 77px;
    letter-spacing: -1px;
    order: 1;
  }
  .hero__desc {
    margin-top: 10px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.5px;
    order: 2;
  }
  .hero__btn {
    margin-top: 30px;
    order: 4;
  }
  .hero__img img{
    max-height: 650px;
  }
}
@media (max-width: 500px) {
  .hero {
    background-image: url("/wp-content/uploads/2026/08/background-mobile.webp");
  }
  .hero__title {
    margin-top: 0;
  }
  .hero__img img {
    display: none;
  }
  .hero__img img.mob {
    display: block;
    max-height: 890px;
  }
}

.timer {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 11px;
  background: rgba(40, 40, 40, 0.6980392157);
  padding: 13px 41px;
  backdrop-filter: blur(22px);
}
.timer:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(211.95deg, #FF5500 37.89%, #FFFFFF 80.33%);
  -webkit-mask: linear-gradient(211.95deg, #FF5500 37.89%, #FFFFFF 80.33%) content-box, linear-gradient(211.95deg, #FF5500 37.89%, #FFFFFF 80.33%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.timer__inner {
  z-index: 4;
  position: relative;
}
.timer__title {
  font-family: "SF Pro Text";
  font-weight: 274;
  font-size: 24px;
  line-height: 25.1px;
  letter-spacing: 0.75px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .timer {
    width: 100%;
    order: 3;
    margin-top: auto;
  }
  .timer__title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}

.countdown {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}
.countdown li {
  display: inline-block;
}
.countdown li.seperator {
  font-family: "SF Pro Text";
  font-weight: 400;
  letter-spacing: -0.31px;
  text-align: center;
  color: #ffffff;
  font-size: 28.45px;
  line-height: 38.28px;
  vertical-align: top;
  opacity: 0.8;
}
.countdown li span {
  font-family: "SF Pro Text";
  font-weight: 300;
  font-size: 41.39px;
  line-height: 1;
  letter-spacing: -2.28px;
  color: #ffffff;
}
.countdown li p {
  font-family: "SF Pro Text";
  color: #ffffff;
  font-weight: 400;
  font-size: 15.52px;
  line-height: 25.87px;
  letter-spacing: -0.31px;
  text-align: center;
  opacity: 0.4;
  margin: 0;
}
@media (max-width: 767px) {
  .countdown {
    margin-top: 15px;
  }
  .countdown li span {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -1.36px;
    text-transform: uppercase;
  }
  .countdown li p {
    font-size: 13.58px;
    line-height: 22.63px;
    letter-spacing: -0.27px;
  }
}

.alert-row {
  background: #FF5500;
}
.alert-title {
  font-family: "RIA Super Display Sans Compress";
  font-weight: 400;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 20px;
  padding: 16.5px 20px;
  color: #ffffff;
}
.alert-title br{
  display: none;
}
@media (max-width: 767px) {
  .alert-title {
    font-size: 45px;
    line-height: 43px;
    padding: 7px 10px;
    padding: 32px 10px 25px;
  }
}
@media(max-width: 500px){
  .alert-title br{
    dispaly: block;
  }
}
.common-row {
  padding: 42px 0;
  background: linear-gradient(270deg, #000000 28.87%, rgba(116, 116, 87, 0) 100%), radial-gradient(100% 846.28% at 0% 50%, #5F5F47 0%, #383728 100%);
  color: #ffffff;
}
.common-row .title--mob {
  display: none;
}
.common-row--helicopter {
  background: #ffffff;
  color: #000000;
}
.common-row--helicopter .common-row__video {
  max-width: 465px;
}
.common-row--sos {
  background: linear-gradient(270deg, rgba(116, 116, 87, 0) 28.87%, #000000 77.43%), radial-gradient(100% 846.28% at 0% 50%, #383728 0%, #5F5F47 100%);
}
.common-row--sos .common-row__inner {
  gap: 10px;
}
.common-row--first .play-mob {
  display: none;
}
.common-row__inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.common-row__text {
  font-family: "SF Pro Text";
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-top: 20px;
}
.common-row__video {
  position: relative;
  width: 100%;
  max-width: 699px;
  flex-shrink: 0;
}
.common-row__video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.common-row__video svg path {
  transition: 0.3s all;
}
.common-row__video svg:hover path {
  fill: #FF5500;
}
.common-row__image {
  flex-shrink: 0;
  width: 100%;
  max-width: 576px;
}
@media (max-width: 1400px) {
  .common-row__inner {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .common-row__inner {
    flex-direction: column;
  }
  .common-row__video {
    max-width: 500px;
    margin-inline: auto;
  }
  .common-row--first .common-row__video {
    max-width: 100%;
  }
  .common-row__image {
    max-width: 500px;
    margin-inline: auto;
  }
  .common-row--helicopter .common-row__video {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .common-row {
    padding: 30px 0 20px;
  }
  .common-row .title {
    display: none;
  }
  .common-row .title--mob {
    display: block;
  }
  .common-row__inner {
    gap: 0;
  }
  .common-row--first {
    background: url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/img/gr-mob.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 750px;
    display: flex;
    flex-direction: column;
  }
  .common-row--first .container {
    display: flex;
    flex-grow: 1;
  }
  .common-row--first .common-row__inner {
    flex-grow: 1;
  }
  .common-row--first .common-row__video {
    display: none;
  }
  .common-row--first .common-row__text {
    margin-top: 94px;
  }
  .common-row--first .play-mob {
    display: block;
    margin-top: auto;
    margin-inline: auto;
  }
  .common-row--helicopter .common-row__inner {
    gap: 15px;
  }
  .common-row--sos .common-row__inner {
    gap: 20px;
  }
  .common-row--sos .common-row__info {
    order: 2;
  }
  .common-row__text {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.5px;
  }
}

.carousel {
  padding-top: 42px;
  padding-bottom: 54px;
  background: radial-gradient(93.6% 71.33% at 50% 78.3%, rgba(116, 116, 87, 0) 0%, #000000 100%), radial-gradient(50% 50% at 50% 50%, #747457 0%, #383728 100%);
  overflow: hidden;
  width: 100%;
}
.carousel--bg {
  background: radial-gradient(82.97% 63.24% at 49.31% 25%, rgba(116, 116, 87, 0) 0%, #000000 100%), radial-gradient(50% 62.87% at 50% 62.87%, #747457 0%, #383728 100%);
}
.carousel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousel-slide {
  border: 3px solid #ffffff;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  max-height: 403px;
  user-select: none;
  transition: .3s all;
}
.carousel-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
}
.carousel-swiper {
  margin-top: 53px;
  overflow: visible;
}
@media (max-width: 767px) {
  .carousel {
    padding-top: 20px;
  }
}
@media (max-width: 500px) {
  .carousel {
    padding-bottom: 95px;
  }
  .carousel-swiper {
    margin-top: 92px;
  }
  .carousel-slide.swiper-slide-active {
    transform: scale(1.45);
    z-index: 6;
  }
}

.swiper-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}
.swiper-nav-btn {
  background-color: #FF5500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  border-radius: 15px;
  transition: 0.3s all;
  cursor: pointer;
}
.swiper-nav-btn:hover {
  background-color: #CC4400;
}
.swiper-nav-btn.swiper-button-disabled {
  cursor: not-allowed;
  background-color: #333333;
}
.swiper-nav-btn.swiper-button-disabled svg path {
  stroke: #000000;
}
@media (max-width: 767px) {
  .swiper-nav {
    gap: 9px;
  }
  .swiper-nav-btn {
    width: 38px;
    height: 38px;
  }
  .swiper-nav-btn svg {
    width: 12px;
    height: 25px;
  }
}

.faq {
  padding-top: 42px;
  padding-bottom: 42px;
  background-image: url("/wp-content/uploads/2026/08/oeuij35cm8zn6je4vdi3.webp");
	background-color: #000000;
  background-position: top;

	background-size: 100% auto;
  background-repeat: no-repeat;
  color: #ffffff;
}
.faq-list {
  margin-left: auto;
  max-width: 905px;
}
.faq-item {
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff;
}
.faq-item + .faq-item {
  margin-top: 15px;
}
.faq-item__question {
  padding-left: 30px;
  position: relative;
  font-family: "SF Pro Text";
  font-weight: 300;
  font-size: 32px;
  line-height: 32px;
  width: auto;
  letter-spacing: -0.5px;
  cursor: pointer;
}
.faq-item__question:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2217%22%20viewBox%3D%220%200%2015%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.25%208.22754L2.11395e-07%2016.4548L1.51775e-08%200.000297716L14.25%208.22754Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E");
  display: block;
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.faq-item__answer {
  font-family: "SF Pro Text";
  font-weight: 300;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.5px;
  padding-top: 10px;
  padding-left: 30px;
}
.faq-item__top {
  cursor: pointer;
}
.faq-item.active .faq-item__question:before {
  transform: rotate(90deg);
}
@media (max-width: 1200px) {
  .faq-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .faq {
    background-image: url("/wp-content/uploads/2026/08/dxoswcyaceqapggliu7s.webp");
    padding-top: 20px;
	  background-position:top;
    padding-bottom: 20px;
  }
  .faq-item {
    padding-bottom: 19px;
  }
  .faq-item + .faq {
    margin-top: 20px;
  }
  .faq-item__question {
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .faq-item__answer {
    padding-left: 0;
    padding-top: 15px;
  }
}

.advantages {
  padding-top: 41px;
  padding-bottom: 38px;
  background-image: url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/img/advanatges.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advantages .title {
  color: #000000;
  text-align: center;
  margin-inline: -30px;
}
.advantages--wrapper {
  margin-top: 5px;
}
.advantages .container {
  position: relative;
}
@media (max-width: 767px) {
  .advantages {
    padding-top: 27px;
    padding-bottom: 30px;
  }
  .advantages .title {
    text-align: left;
    margin-bottom: 28px;
    margin-inline: 0;
  }
}

.side {
  height: 715px;
  display: none;
  position: relative;
}
.side img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.side.active {
  display: block;
}
@media (max-width: 767px) {
  .side {
    height: auto;
  }
}

.advantage {
  position: absolute;
}
.advantage--1 {
  top: 35%;
  right: 11%;
}
.advantage--2 {
  top: 50%;
  right: 11%;
}
.advantage--3 {
  top: 85%;
  right: 1%;
}
.advantage--4 {
  top: 85%;
  right: 11%;
}
.advantage--5 {
  top: 85%;
  right: 31%;
}
.advantage--6 {
  top: 3%;
  right: 16.5%;
}
.advantage--7 {
  top: 24%;
  right: 31%;
}
.advantage--8 {
  top: 37%;
  right: 16.5%;
}
.advantage--9 {
  top: 58%;
  right: 5%;
}
.advantage--10 {
  top: 90%;
  right: 16.5%;
}
.advantage__circle {
  display: block;
  width: 42px;
  height: 42px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all;
  cursor: pointer;
  z-index: 5;
}
.advantage__circle:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  transition: 0.3s border-color, 0.3s width, 0.3s height;
  border-radius: 50%;
}
.advantage__circle:hover {
  border-color: #FF5500;
}
.advantage__circle:hover:before {
  width: 16px;
  height: 16px;
}
.advantage__circle.hidden {
  opacity: 0;
}
.advantage__info {
  border-radius: 15px;
  background: #3e3e3e;
  padding: 32px 20px;
  width: 436px;
  display: flex;
  align-items: center;
  gap: 25px;
  transform: scale(0);
  z-index: 6;
  position: relative;
  margin-top: -55%;
  margin-left: -50%;
}
.advantage__info svg {
  flex-shrink: 0;
}
.advantage__info p {
  color: #ffffff;
  font-family: "SF Pro Text";
  font-weight: 400;
  font-size: 20px;
  line-height: 119%;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.advantage__info.opened {
  transform: scale(1);
}
.advantage .js-close {
  display: none;
}
.advantage-controls {
  position: absolute;
  bottom: 44px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-end;
}
.advantage-controls svg {
  cursor: pointer;
  user-select: none;
  border: 2px solid transparent;
}
.advantage-controls svg.active {
  border-radius: 50%;
  border-color: #FF5500;
}
.advantage-controls svg.active rect {
  fill: transparent;
}
.advantage-controls svg.active path {
  fill: #FF5500;
}
@media (max-width: 1200px) {
  .advantage-controls {
    position: relative;
    right: unset;
    bottom: unset;
    align-items: center;
    margin-top: 25px;
  }
  .advantage--1 {
    right: calc(46% - 436px);
  }
  .advantage--2 {
    top: 50%;
    right: calc(46% - 436px);
  }
  .advantage--3 {
    top: 85%;
    right: calc(34% - 436px);
  }
  .advantage--4 {
    top: 85%;
    right: calc(46% - 436px);
  }
  .advantage--5 {
    top: 85%;
    right: calc(72% - 436px);
  }
  .advantage--6 {
    top: 3%;
    right: calc(51.5% - 436px);
  }
  .advantage--7 {
    top: 24%;
    right: calc(71% - 436px);
  }
  .advantage--8 {
    top: 37%;
    right: calc(51% - 436px);
  }
  .advantage--9 {
    top: 58%;
    right: calc(40% - 436px);
  }
  .advantage--10 {
    top: 90%;
    right: calc(51% - 436px);
  }
}
@media (max-width: 767px) {
  .advantage__info {
    width: 100%;
    max-width: 314px;
    padding: 20px 22px;
    min-height: 277px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .advantage__info.opened {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
  }
  .advantage__info-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .advantage .js-close {
    display: block;
  }
  .advantage--1 {
    right: calc(46% - 314px);
  }
  .advantage--2 {
    top: 50%;
    right: calc(46% - 314px);
  }
  .advantage--3 {
    top: 85%;
    right: calc(25% - 314px);
  }
  .advantage--4 {
    top: 85%;
    right: calc(72% - 314px);
  }
  .advantage--5 {
    top: 85%;
    right: calc(86% - 314px);
  }
  .advantage--6 {
    top: 3%;
    right: calc(51.5% - 300px);
  }
  .advantage--7 {
    top: 24%;
    right: calc(85% - 314px);
  }
  .advantage--8 {
    top: 37%;
    right: calc(51% - 300px);
  }
  .advantage--9 {
    top: 58%;
    right: calc(40% - 314px);
  }
  .advantage--10 {
    top: 90%;
    right: calc(51% - 300px);
  }
}

/*# sourceMappingURL=style.css.map */
.landing-page .page-top.page-header-1{
  padding: 0;
}
.landing-page .hero-slide__title{
  text-align: left;
}
.landing-page .footer .header__contacts-list li a{
  background: #000000;
  border:none;
}
.landing-page .nc-card__title{
  color: #000000!important;
}
.landing-page .nc-card__all,
.landing-page .special-anchor a{
  color: #FF5500 !important;
}
.landing-page .footernotes-container{
  background: #000000;
}
.landing-page .footer .footernote{
  color: #E5D9D3;
}
.landing-page .footer a.footerlink{
  color: #E5D9D3;
}
.landing-page .logo-footer{
  filter: brightness(0) saturate(100%) invert(45%) sepia(98%) saturate(2200%) hue-rotate(2deg) brightness(104%) contrast(104%);
}
.landing-page .header__top{
  background-color: #000000;
}
.landing-page .header__name,
.landing-page .header__note{
  color: #ffffff;
}
.landing-page .header__contacts-list li a{
  background-color:transparent;
  border:1px solid #e8e8e8;
}
.landing-page .header__options-list li > a,
.landing-page .header__options-list li > button,
.landing-page .header__options-list li.cart .cart-head > a{
  background-color: #E5D9D3;
  color: #000000;
}
.landing-page .header__options-list li button svg{
  fill: #000000;
}
.landing-page .header__options-list li.cart .cart-head > a::after{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUuNTI1IDIxcS0uNjc1IDAtMS4yLS40MTNhMi4xIDIuMSAwIDAgMS0uNzI1LTEuMDYybC0yLjU1LTkuMjVhMSAxIDAgMCAxIC4xNjItLjg3NUEuOTIuOTIgMCAwIDEgMiA5aDIwcS41IDAgLjc4Ny40YTEgMSAwIDAgMSAuMTYzLjg3NWwtMi41NSA5LjI1YTIuMSAyLjEgMCAwIDEtLjcyNSAxLjA2MyAxLjkgMS45IDAgMCAxLTEuMi40MTJ6TTUuNSAxOWgxM2wyLjItOEgzLjN6Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEzLjc0OSAyLjYwM2ExIDEgMCAwIDEgMS4zNjYuMzY2bDMuNSA2LjA2MmExIDEgMCAwIDEtMS43MzIgMWwtMy41LTYuMDYyYTEgMSAwIDAgMSAuMzY2LTEuMzY2TTEwLjM2NiAyLjYwM0ExIDEgMCAwIDAgOSAyLjk2OUw1LjUgOS4wMzFhMSAxIDAgMCAwIDEuNzMyIDFsMy41LTYuMDYyYTEgMSAwIDAgMC0uMzY2LTEuMzY2Ii8+PC9zdmc+);
}
.landing-page #mini-cart.simple .cart-items{
  background-color:#000000 !important;
  color: #ffffff;
}
.landing-page .header__contacts-list li a svg{
  fill: #ffffff;
}
@media(max-width: 767px){
  .landing-page .header__top{
    background-color: #ffffff;
  }
  .landing-page .header__options-list li > a, .landing-page .header__options-list li > button, .landing-page .header__options-list li.cart .cart-head > a{
    background: none;
  }
}
#preorder{
  padding-top: 80px;
  padding-bottom: 80px;
  background:  url("/wp-content/themes/fungi-theme-v4-8-1/gribnik/img/card.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  scroll-margin-top: 54px;
}
.page-template-page-gribnik .product-inner.new-product-inner{
  flex-direction:row;
  gap: 30px;
  padding: 16px;
  background-color: #ffffff;
}
.page-template-page-gribnik .product-inner.new-product-inner .product-image-wrapper{
  width: 100%;
  max-width: 352px;
}
.page-template-page-gribnik .product-inner.new-product-inner .product-info,
.page-template-page-gribnik .added_to_cart.wc-forward{
  display: none;
}
.page-template-page-gribnik .product-inner.new-product-inner .product-content{
  width: 100%;
  padding-top: 10px;
  align-items: flex-start;
}
.page-template-page-gribnik .new-product-inner .woocommerce-loop-product__title{
  font-family: "RIA Super Display Sans Compress";
  font-weight: 400;
  font-size: 67px;
  line-height: 67px;
  letter-spacing: 0px;
  text-transform: uppercase;
  order: 1;
}
.page-template-page-gribnik .new-product-inner .product-volume{
  order: 2;
  font-size: 19px;
  line-height: 27px;
}
.page-template-page-gribnik .new-product-inner .product-description{
  font-size: 20px;
  line-height: 24px;
  order: 3;
	-webkit-line-clamp:4;
	line-clamp:4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-width: 709px;
}
.page-template-page-gribnik .new-product-inner .local-desc{
	font-family: 'SF Pro Text';
font-weight: 400;
font-size: 19px;
line-height: 27px;
letter-spacing: 0px;
	margin-bottom: 12px;
	color: #878787;
	order: 2;
}
.page-template-page-gribnik span.woocommerce-Price-amount.amount {
  font-size: 32px;
  line-height: 32px;
}
.page-template-page-gribnik .new-product-inner .price.new-old-layout{
  margin-top: 22px;
  order: 4;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.page-template-page-gribnik .new-product-inner .price.new-old-layout .new-price{
  color: #FF5500;
}
.page-template-page-gribnik .new-product-inner .price.new-old-layout .new-timer{
  font-family: 'SF Pro Text';
  font-weight: 400;
  font-size: 20px;
  line-height: 119%;
  letter-spacing: 0px;
  color: #FF5500;
  margin-left: 7px;
  margin-bottom: 0;
}

.page-template-page-gribnik li.product-col.product .new-product-inner .add_to_cart_button{
  font-size: 24px !important;
  line-height: 24px !important;
  letter-spacing: 0px;
  padding: 15px 102px !important;
  height: auto !important;
  background:  linear-gradient(270deg, #000000 28.87%, rgba(116, 116, 87, 0) 100%),
  radial-gradient(100% 846.28% at 0% 50%, #5F5F47 0%, #383728 100%);
  transition: .3s all;
}
.page-template-page-gribnik li.product-col.product .new-product-inner .add-links-wrap{
  order: 5;
  margin-top: 15px;
}
.page-template-page-gribnik li.product-col.product .new-product-inner .add_to_cart_button:hover,
.page-template-page-gribnik li.product-col.product .new-product-inner .add_to_cart_button:active{
  background:  radial-gradient(100% 846.28% at 0% 50%, #5F5F47 0%, #383728 100%),
  linear-gradient(270deg, #000000 28.87%, rgba(116, 116, 87, 0) 100%);
}
.page-template-page-gribnik li.product-col.product .new-product-inner .info-badge--new{
  background: #FF5500;
  padding: 5px 11px;
  font-size: 13.56px;
  line-height: 18.98px;
  letter-spacing: 0px;
}
@media(max-width: 767px){
  .page-template-page-gribnik .product-inner.new-product-inner{
    gap: 0;
    flex-direction: column;
    padding: 0 0 20px;
  }
  .page-template-page-gribnik .product-inner.new-product-inner .product-image-wrapper{
    max-width: unset;
  }
  #preorder{
    background: linear-gradient(180deg, #FFFFFF 19.92%, rgba(255, 255, 255, 0) 85.52%), url(/wp-content/themes/fungi-theme-v4-8-1/gribnik/img/card.webp);
    background-position: center;
    padding-top: 28px;
    padding-bottom: 20px;
    scroll-margin-top: 54px;
  }
  .page-template-page-gribnik .product-inner.new-product-inner{
    border-radius: 0 0 32px 32px;
  }
  .page-template-page-gribnik .product-inner.new-product-inner .product-content{
    padding-inline: 20px;
  }
  .page-template-page-gribnik .new-product-inner .woocommerce-loop-product__title{
    font-size: 45px;
    line-height: 43px;
    letter-spacing: 0px;
  }
	.page-template-page-gribnik .new-product-inner .product-description{
		-webkit-line-clamp: 6;
		line-clamp: 6;
	}
  .page-template-page-gribnik li.product-col.product .new-product-inner .add-links-wrap{
    margin-top: 20px;
    width: 100%;
  }
  .page-template-page-gribnik .new-product-inner .price.new-old-layout{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .page-template-page-gribnik .new-product-inner .price.new-old-layout .new-price{
    order: 1;
  }
  .page-template-page-gribnik .new-product-inner .price.new-old-layout .new-timer{
    order: 2;
  }
  .page-template-page-gribnik .new-product-inner .price.new-old-layout .old-price{
    order: -1;
    width: 100%;
  }
}