@font-face {
  font-family: 'FFClanPro';
  src: url('../fonts/FFClanProRegular.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FFClanPro';
  src: url('../fonts/FFClanProRgNarNews.TTF') format('truetype');
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FFClanPro';
  src: url('../fonts/FFClanProRgNews.TTF') format('truetype');
  font-weight: 475;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'FFClanPro';
  src: url('../fonts/FFClanProMedium.TTF') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FFClanPro';
  src: url('../fonts/FFClanProBold.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FFClanPro';
  src: url('/fonts/FFClanProUltra.TTF') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent-color: #00549A;
  --text-color: #404040;
  --main-color: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  font-family: 'FFClanPro', sans-serif;
  font-weight: 400;
  color: var(--text-color);
  background: var(--main-color);
}
.container {
  padding: 0 80px;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
ul {
  list-style-type: none;
}
ul, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
}
input, select, textarea {
  outline:none;
}
img {
  max-width: 100%;
}

.block-to-animate {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.block-to-animate.animate-fadeIn {
  opacity: 1;
}
.btn {
  display: block;
  max-width: 572px;
  padding: 30px;
  text-align: center;
  background: rgba(255, 184, 0, 0.8);
  box-shadow: 0px 8px 12px 0px #00549A38;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 14px;
  transition: all 0.3s ease;
  transform: translateY(0);
  white-space: nowrap
}
.btn:hover {
  transform: translateY(1px); /* легке "притискання" вниз */
  box-shadow: 0px 4px 6px 0px #00549A38; /* тінь ближча */
  background: rgba(255, 184, 0, 1); /* трохи насиченіший колір */
}
.btn .discount {
  padding: 0 10px;
  color: green;
  font-size: 24px;
}
.btn .price {
  color: red;
  text-decoration: line-through;
}
.title__block {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.header__bottom {
  padding: 85px 0 65px;
}
.logo__link {
  display: block;
}
.header {
  background: rgba(255, 255, 255, 0.98);
  position: fixed;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.header__wrapper {
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.header__wrapper .title__block {
  text-align: left;
}
.header__img {
  width: 128px;
}

.hero {
  padding-bottom: 100px;
}
.hero__wrapper {
  min-width: calc(100% - 750px);
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
}
.hero__title {
  max-width: 850px;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.hero__text {
  padding: 10px 0 30px;
  color: #052539;
  font-size: 46px;
  font-weight: 475;
  line-height: 1.5;
}
.hero__video {
  width: 722px;
  height: auto;
}
.hero__product-block {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.hero__product-img {
  max-width: 128px;
}
.hero__product-text {
  max-width: 345px;
  font-size: 20px;
  font-weight: 475;
  line-height: 1.5;
  color: #052539;
}

.product {
  padding: 88px 150px 205px;
}
.product__text-after {
  max-width: 1010px;
  margin: 30px auto;
  font-size: 24px;
  color: #404040;
  font-weight: 475;
  line-height: 1.2;
}
.product__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.product__text-min {
  margin-top: 75px;
  font-size: 16px;
  font-weight: 475;
  line-height: 1.2;
  color: #959A9D;
}
.product__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.product__item-text {
  max-width: 430px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 42px 10px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(69, 191, 176, 0) 0%, rgba(63, 173, 255, 0.3) 100%);
  box-shadow: 0px 8px 12px 0px #00549A38;
  border-radius: 14px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 475;
}

.feedback {
  padding: 80px 0 285px;
  background: rgba(0, 84, 154, 0.03);
}
.feedback__list {
  margin-top: 98px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.feedback__item {
  max-width: 484px;
  padding: 95px 0 0;
  box-shadow: 0px 8px 12px 0px #00549A38;
  border-radius: 9px;
}
.feedback__item-text-block {
  padding: 128px 70px 40px;
  background: #FFFFFF;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(69, 191, 176, 0) 0%, rgba(63, 173, 255, 0.2) 100%);
  color: #272727;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 475;
}
.feedback__item-text-block > h4 {
  margin-bottom: 22px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.feedback__item-img {
  position: relative;
  overflow: hidden;
  width: 282px;
  height: 282px;
  margin: 0 auto -100px;
  padding: 30px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 15px rgba(63, 173, 255, 0.2);
  z-index: 2;
}
.feedback__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.justnow {
  padding: 80px 0 135px;
  background: linear-gradient(180deg, rgba(64, 170, 57, 0.85) 19.23%, rgba(0, 84, 154, 0.85) 100%);
}
.justnow__title {
  color: var(--main-color);
}
.justnow__img {
  margin: 145px auto 34px;
}
.justnow__img-min {
  display: none;
}
.timer {
  display: flex;
  justify-content: center;
  font-family: 'Digital Numbers', sans-serif;
  font-size: 62px;
  font-weight: 400;
  color: #fff;                                            
}
.timer__item {
  text-align: center;
}
.timer__item span {
  display: block;
}
.justnow .btn {
  margin: 48px auto 0;
}

.contact {
  padding: 85px 5% 154px;
}
.contact__wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.contact__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
  align-items: center;
  width: 585px;
}
.contact__description-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contact__description-title {
  position: relative;
  width: 100%;
  padding: 28px 60px 28px 100px;
  background: var(--main-color);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(69, 191, 176, 0) 0%, rgba(63, 173, 255, 0.3) 100%);
  box-shadow: 0px 8px 12px 0px #00549A38;
  font-size: 20px;
  font-weight: 500;
  color: #052539;
  line-height: 1.5;
  border-radius: 14px;
  cursor: pointer;
}
.contact__description-title::after {
  position: absolute;
  content: '';
  top: calc(50% - 13px);
  right: 25px;
  background: url(../img/plus-ico.svg) no-repeat;
  width: 26px;
  height: 26px;
}
.contact__description-item.active .contact__description-title::after {
  top: calc(50% - 4px);
  background: url(../img/minus-ico.svg) no-repeat;
}
.contact__description-item:first-child .contact__description-title {
  background: url(../img/vegan.svg) no-repeat top 12px left 25px;
}
.contact__description-item:nth-child(2) .contact__description-title {
  background: url(../img/liky.svg) no-repeat top 12px left 25px;
}
.contact__description-item:nth-child(3) .contact__description-title {
  background: url(../img/clip.svg) no-repeat top 12px left 25px;
}
.contact__description-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.contact__description-item.active .contact__description-text {
  max-height: 320px;
  background: var(--main-color);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(69, 191, 176, 0) 0%, rgba(63, 173, 255, 0.3) 100%);
  box-shadow: 0px 8px 12px 0px #00549A38;
  border-radius: 14px;
}
.contact__description-text > div {
  padding: 25px 40px 35px 90px ;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 475;
}
.contact__description-text > div p {
  padding-bottom: 8px;
}
.contact__wrapper .wpcf7-form {
  width: 575px;
  max-width: 100%;
  font-family: "Manrope", sans-serif;
}
.contact__wrapper .wpcf7-form label {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
input:not([type="submit"]) {
  width: 100%;
  display: block;
  margin: 8px 0 20px;
  padding: 12px 20px 14px;
  background: rgba(0, 84, 154, 0.07);
  border: 0.8px solid #00549A;
  box-shadow: 0px -0.8px 11.6px 0px #00549A78 inset;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  opacity: 0.6;
  color: #000;
}
input::placeholder {
  color: #070A43;
  font-size: 13px;
}
input[type="submit"] {
  width: 100%;
  border: none;
  font-family: 'FFClanPro', sans-serif;
  font-weight: 500;
  font-size: 20px;;
  cursor: pointer;
}

.footer {
  padding: 38px 0;
  background: var(--accent-color);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.up {
  margin-top: auto;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--main-color);
}
.up.mobile {
  display: none;
}
.footer__block {
  width: 100%;
  padding: 0 150px;
}
.footer__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.footer__list p {
  margin-bottom: 8px;
}
.footer__list a {
  color: #fff;
}
.footer__list a:hover {
  text-decoration: underline;
}
.wpcf7-form p br, .wpcf7-form p label br {
  display: none;
}
input:not([type="submit"]).packeta-branch {
  margin: 8px 0;
}
#packeta-open {
  border: none;
  background: rgb(186, 27, 2);
  padding: 10px 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.15s ease;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

#packeta-open:hover {
  background: rgb(160, 23, 0);
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

#packeta-open:active {
  background: rgb(140, 20, 0);
  transform: translateY(2px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
}
.error-404 {
  min-height: 45vh;
}

.thank-you__content {
  padding: 80px 0 185px;
  text-align: center;
}
.thank-you__title {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
}
.thank-you__text {
  padding: 44px 0 60px;
  font-size: 48px;
  font-weight: 475;
  line-height: 1.2;
}
.thank-you__content .btn{
  margin: 100px auto 0;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: 26px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}