@charset "UTF-8";
/* Удаление стилей браузера по умолчанию */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

ul li {
  list-style: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a:focus,
button:focus {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  opacity: 1;
  transition: opacity 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/* /Удаление стилей браузера по умолчанию */

/* Определение переменных для цветов */
:root {
  --primary-bg-color: #3d3d3b;
  --secondary-bg-color: #292929;
  --footer-bg-color: #353534;
  --text-white: #ffffff;
  --text-gold: #f2cf68;
  --text-blue: #3f51bd;
  --text-red: #ff0000;
  --footer-text-opacity: 0.4;
  --transition-speed: 0.4s;
}

html {
  overflow-y: scroll;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

img[data-src] {
  opacity: 0;
}

.hidden {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
  background-color: var(--primary-bg-color);
}

.content {
  flex: 1;
}

nav ul.menu li a.active,
.mobile-nav ul.mobile-menu li a.active {
  color: var(--text-gold);
}

.container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* ------------------------------------------- */
/* Навигация */
/* ------------------------------------------- */
header {
  background-color: var(--primary-bg-color);
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.logo {
  min-width: 362px;
  position: relative;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.logo a {
  display: flex;
}
.logo a img {
  width: 155px;
  height: 55px;
}
.logo .logo_title {
  position: absolute;
  left: 155px;
  margin-left: 5px;
}
.logo .logo_title div {
  line-height: 1.2;
  color: var(--text-white);
}
.logo .logo_title div:first-child {
  text-transform: uppercase;
  font-size: 24px;
}
.logo .logo_title div:last-child {
  text-align: center;
  font-size: 14px;
}
.logo .logo_title div span.gold {
  color: var(--text-gold);
}

.main-menu {
  width: 100%;
  display: flex;
}

ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
}
ul.menu li {
  margin-right: 20px;
}
ul.menu li:last-child {
  margin-right: 0;
}
ul.menu li a {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--text-white);
}
ul.menu li a:hover {
  color: var(--text-gold);
}

/* Стили для языков в меню */
ul.main-menu-langs,
ul.langs.mobile {
  display: flex;
  margin: 0;
}
ul.main-menu-langs li,
ul.langs.mobile li {
  position: relative;
  margin: 0 7px 0 10px;
}
ul.langs.mobile {
  margin-top: 20px;
}
ul.main-menu-langs li:nth-last-child(2),
ul.main-menu-langs li:nth-last-child(3),
ul.main-menu-langs li:nth-child(4) {
  margin-right: 7px;
}
ul.main-menu-langs li:last-child,
ul.langs.mobile li:last-child {
  margin-right: 0;
}
ul.main-menu-langs img,
ul.langs.mobile img {
  width: 30px;
  height: 30px;
}
ul.menu li.lang::after,
ul.langs.mobile li::after {
  content: '';
  display: none;
  position: absolute;
  bottom: -35px;
  left: -65%;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #5e5e5e;
  color: var(--text-white);
  z-index: 99;
}
ul.menu li.lang:hover::after,
ul.langs.mobile li:hover::after {
  display: flex;
}
ul.menu li.lang.EN::after,
ul.langs.mobile li.EN::after { content: 'English'; }
ul.menu li.lang.FR::after,
ul.langs.mobile li.FR::after { content: 'Français'; }
ul.menu li.lang.IT::after,
ul.langs.mobile li.IT::after { content: 'Italiano'; }
ul.menu li.lang.DE::after,
ul.langs.mobile li.DE::after { content: 'Deutsch'; }
ul.menu li.lang.SP::after,
ul.langs.mobile li.SP::after { content: 'Español'; }

ul.mobile-menu-icon {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 50px;
  height: 25px;
}
ul.mobile-menu-icon li {
  width: 100%;
  height: 3px;
  background-color: var(--text-white);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  background-color: var(--primary-bg-color);
  min-width: 100%;
  margin: 30px 0;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: fadeInDown;
}
.mobile-nav ul.mobile-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
.mobile-nav ul.mobile-menu li {
  padding: 15px 0;
}
.mobile-nav ul.mobile-menu li:last-child {
  border: none;
}
.mobile-nav ul.mobile-menu li a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--text-white);
}
.mobile-nav ul.mobile-menu li a:hover {
  color: var(--text-gold);
}

/* ------------------------------------------- */
/* Основное содержимое (Main) */
/* ------------------------------------------- */
.main {
  width: 100%;
  position: relative;
}
.main .main-image {
  width: 100%;
  padding-top: 14vw;
  position: relative;
}
.main .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.about-caviar {
  background-color: var(--secondary-bg-color);
  text-align: center;
  padding: 15px 7%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.about-caviar .special-title {
  color: #0cc;
}
.about-caviar:last-child {
  border-bottom: 1px solid var(--text-gold);
}
.about-caviar h1 {
  font-size: 40px;
  line-height: 1.1;
  color: var(--text-white);
  font-weight: 600;
  margin-bottom: 8px;
}
.about-caviar p.delivery {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

/* ------------------------------------------- */
/* Блок с предложением (Offer) */
/* ------------------------------------------- */
.special-title {
  text-align: center;
  font-size: 41px;
  line-height: 1;
  font-weight: 700;
  color: #3059ce;
  margin: 5px 0 7px;
}

.offer {
  background-color: var(--text-white);
  padding: 20px 7% 13px 7%;
}
.offer h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}



.contacts {
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 10px 5px 15px;
}
.contacts p {
  font-size: 16px;
  line-height: 1.1;
  margin: 7px 0;
}
.contacts a {
  color: var(--text-blue);
}
.contacts .address {
  font-size: 16px;
  line-height: 1.2;
  margin: 20px 0;
}
.contacts .website-link {
  margin: 20px 0;
}
.contacts .website-link a {
  color: #000000;
  font-size: 18px;
  line-height: 1.1;
}
.contacts .website-link a:hover {
  color: var(--text-blue);
}
.contacts img {
  width: 60%;
}

.thank-you-block {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thank-you-block h3 {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.thank-you-block img {
  width: 45px;
  height: 45px;
  margin-right: 18px;
}
.thank-you-block p {
  font-size: 16px;
  line-height: 1.1;
  margin: 7px 0;
}

.offer-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  border: 2px solid var(--text-gold);
  margin-bottom: 30px;
  padding-left: 4px;
  padding-right: 4px;
}
.offer-body h2 {
  text-align: center;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
}
.offer-body h2.small-title {
  font-size: 28px;   /* вместо 40px */
  line-height: 1.2;  /* можно подогнать по высоте строк */
}
.offer-body h2.about-us-heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 33px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}
.policy {
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding: 5px;
}
.policy p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}
.policy section {
  margin-bottom: 25px;
}
.policy section h3,
.policy .policy-info-section h3 {
  font-weight: 700;
  font-size: 19px;
}
.policy section h3 {
  margin-bottom: 12px;
  line-height: 1.3;
}
.policy .policy-info-section h3 {
  margin-bottom: 10px;
  line-height: 1.2;
}
.policy .policy-info-section {
  margin-bottom: 20px;
}
.policy .policy-info-section p {
  line-height: 1.6;   /* уточнение */
  text-indent: 20px; /* отличие */
}
.policy .policy-info-section p a {
  color: var(--text-blue);
}
.policy .shipping-handling-section {
  margin-bottom: 20px;
}
.policy .shipping-handling-section:last-child {
  margin-bottom: 0;
}

.about-us {
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.about-us .about-us-inner {
  display: flex;
}
.about-us .about-us-inner .text {
  flex: 1 1 45%;
  padding: 0 10px;
}
.about-us .about-us-inner .text p {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
}
.about-us .about-us-inner .photos {
  flex: 1 1 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: fit-content;
}
.about-us .about-us-inner .photos .img {
  flex: 1 1 45%;
  width: 100%;
  padding-top: 15vw;
  position: relative;
  margin: 1.2%;
}
.about-us .about-us-inner .photos .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}

.payment-method {
  display: flex;
  justify-content: flex-end;
}
.payment-method .icons img {
  height: 40px;
  width: 100%;
}
.payment-method .currency {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000000;
  text-align: center;
  padding: 4px 6px 6px;
  width: fit-content;
  height: 40px;
}
.payment-method .currency div {
  color: var(--text-white);
  font-weight: 700;
}
.payment-method .currency div img {
  width: 15px;
  height: 15px;
}
.payment-method .currency div:first-child {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.special-proposal {
  margin-bottom: 30px;
}
.special-proposal .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 10px 0 15px;
}
.special-proposal .special-offer-title {
  font-size: 22px;
}

.caviar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
.caviar .image {
  margin-bottom: 14px;
}
.caviar .image img {
  min-width: 100%;
}

.price .old {
  color: var(--text-red);
  text-decoration: line-through;
}

.about-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.about-product h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 14px;
}
.about-product h3 a {
  color: #000000;
}
.about-product h3 a:hover {
  color: var(--text-blue);
}

.description {
  text-align: center;
}
.description p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 14px;
}
.description p.shipping {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
}

.payment {
  text-align: center;
  font-size: 13px;
  line-height: 1;
}
.payment h4 {
  font-weight: 700;
}
.payment .icons {
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
}
.payment .icons img {
  height: auto;
  width: 87px;
}
.payment .icons img:first-child {
  width: 140px;
  height: 55px;
}
.payment p {
  margin-bottom: 13px;
}

/* ------------------------------------------- */
/* Футер (Footer) */
/* ------------------------------------------- */
.footer {
  width: 100%;
}

.footer .footer-top-content {
  padding: 15px 20% 10px;
  display: flex;
  justify-content: space-between;
  background-color: var(--footer-bg-color);
}

.footer .footer-top-content h2 {
  font-weight: 500;
  font-size: 24px;
  color: var(--text-gold);
  margin-bottom: 20px;
  line-height: 1;
}

.footer .footer-top-content ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: var(--text-white);
  margin-bottom: 8px;
}

.footer .footer-top-content ul li a:hover {
  color: var(--text-gold);
}
/* Золотой текст без ссылки (например, Kontakt в футере) */
.gold-text {
  color: var(--text-gold);
  font-size: 16px; /* тот же размер, что и у ссылок */
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px; /* чтобы было как у <a> */
  display: inline-block;
}

.footer .footer-bottom-content {
  padding: 10px 20%;
  display: flex;
  justify-content: space-between;
  background-color: var(--footer-bg-color);
}

.footer .copyright {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--text-white);
  opacity: var(--footer-text-opacity);
}

.footer .secure-payments {
  display: flex;
  flex-direction: column;
}

.footer .secure-payments .text {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  color: var(--text-white);
  opacity: var(--footer-text-opacity);
  margin-bottom: 5px;
}

.footer .secure-payments .icons {
  display: flex;
  align-items: center;
}

.footer .secure-payments .icons img {
  margin-right: 15px;
  transition: all var(--transition-speed) ease-in-out;
  opacity: 0.7;
}

.footer .secure-payments .icons img:hover {
  opacity: 1;
}

.footer .secure-payments .icons img:last-child {
  margin-right: 0;
}

/* Специальные стили для списков в политике конфиденциальности */
.policy ul {
  padding-left: 20px;
}
.policy ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  line-height: 1.3;
}
.about-caviar p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-gold);
  max-width: 850px;
  margin: 0 auto 10px auto;
  text-align: justify;
  text-indent: 1em;
}
.about-caviar p:first-child {
  text-indent: 0; /* убираем красную строку только у первого абзаца */
}

.about-caviar p strong {
  color: var(--text-gold);
  font-weight: 600;
}
.about-caviar p.center-text {
  text-align: center;   /* по центру */
  text-indent: 0;       /* без красной строки */
}
.about-caviar p.center-text strong {
  display: block;       /* каждое слово на новой строке */
  font-size: 24px;      /* увеличенный шрифт */
  line-height: 1.3;     /* плотнее строки */
  margin: 6px 0;        /* аккуратные отступы */
  color: var(--text-gold);
  font-weight: 700;
}
.about-caviar p:last-child {
  margin-bottom: 0;
}
.center-text {
  text-align: center;
  text-indent: 0;   /* убираем красную строку */
  margin: 10px auto;
}