/* ===== 1490px ===== */
@media only screen and (max-width: 1490px) {
  ul.menu li {
    margin: 5px 16px 5px 0;
  }
  ul.menu li:last-child {
    margin: 5px 0;
  }
  ul.menu li a {
    font-size: 16px;
  }
  .logo {
    margin: 0 25px 0 0;
  }
}

/* ===== 1240px ===== */
@media only screen and (min-width: 1240px) {
  .mobile-nav {
    display: none !important;
  }
}

@media only screen and (max-width: 1240px) {
  nav {
    justify-content: space-between;
    padding: 40px 0;
  }
  .logo {
    position: static;
    min-width: unset;
  }
  .logo a img {
    width: 190px;
    height: auto;
  }
  .logo .logo_title {
    left: 40%;
    margin-left: 0;
  }
  .logo .logo_title div:first-child {
    font-size: 28px;
  }
  .logo .logo_title div:last-child {
    font-size: 21px;
  }
  ul.menu,
  ul.langs {
    display: none;
  }
  ul.langs.mobile,
  ul.mobile-menu-icon {
    display: flex;
  }
}

/* ===== 1200px ===== */
@media only screen and (max-width: 1200px) {
  .about-caviar {
    padding: 15px 0.2%;
  }
  .about-caviar h1 {
    font-size: 4vw;
  }
  .offer {
    padding: 20px 4% 13px;
  }
  .contacts img {
    width: 70%;
  }
  .about-us .about-us-inner {
    flex-direction: column;
  }
  .about-us .about-us-inner .text {
    flex: 1 1 100%;
    padding: 0 10px;
  }
  .about-us .about-us-inner .photos {
    flex: 1 1 100%;
  }
  .about-us .about-us-inner .photos .img {
    padding-top: 35vw;
  }
  .footer .footer-top-content h2 {
    font-size: 20px;
  }
  .footer .footer-top-content {
    padding: 15px 15% 10px;
  }
  .footer .footer-bottom-content {
    padding: 10px 15%;
  }
}

/* ===== 992px ===== */
@media only screen and (max-width: 992px) {
  .main .main-image {
    padding-top: 20vw;
  }
  .special-proposal .special-offer-title {
    font-size: 2.3vw;
  }
  .thank-you-block h3 {
    font-size: 27px;
    margin: 0 0 17px;
  }
  .thank-you-block img {
    width: 42px;
    height: 42px;
  }
  .footer .copyright {
    font-size: 11px;
  }
  .footer .footer-top-content {
    padding: 15px 7% 10px;
  }
  .footer .footer-bottom-content {
    padding: 10px 7%;
  }
}

/* ===== 768px ===== */
@media only screen and (max-width: 768px) {
  .about-caviar h1 {
    margin: 0 0 3px;
	font-size: 7vw;
  }
  .logo a img {
    width: 150px;
    height: auto;
  }
  .logo .logo_title {
    left: 37%;
  }
  .main .main-image {
    padding-top: 30vw;
  }
  .about-caviar p {
    max-width: 95%;
    font-size: 15px;
    line-height: 1.35;
    padding: 0 10px;
    margin: 0 0 10px;
    text-align: left;
  }
  .about-caviar p.delivery {
    font-size: 14px;
  }
  .special-title {
    font-size: 36px;
  }
  .offer-body h2 {
    font-size: 35px;
  }
  .offer-body h2.small-title {
    font-size: clamp(22px, 4.5vw, 36px);
    line-height: 1.08;
    text-align: center;
    margin: 0 0 18px;
  /* корректная переноска слов (для немецкого) + перенос по словам при необходимости */
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .offer-body h2.about-us-heading {
    font-size: 3.3vw;
  }
  .policy .policy-info-section h3 {
    font-size: 17px;
  }
  .policy .policy-info-section p {
    font-size: 14px;
  }
  .about-us .about-us-inner .text p {
    font-size: 14px;
  }
  
  .policy {
    padding: 3px; /* меньше отступ */
  }
  .special-proposal {
    margin: 0 0 25px;
  }
  .special-proposal .title {
    font-size: 24px;
    margin: 20px 0 15px;
  }
  .special-proposal .special-offer-title {
    font-size: 20px;
  }
  .caviar .image img {
    width: 80%;
  }
  .description p {
    font-size: 13px;
    margin: 0 0 12px;
  }
  .contacts p {
    font-size: 14px;
  }
  .thank-you-block img {
    width: 35px;
    height: 35px;
  }
  .thank-you-block p {
    font-size: 14px;
  }
  .payment {
    font-size: 12px;
  }
  .payment p {
    margin: 0 0 12px;
  }
  .footer .footer-top-content {
    padding: 15px 3.5% 10px;
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer-top-content .left-block {
    margin-bottom: 20px;
  }
  .footer .footer-top-content h2 {
    text-align: center;
  }
  .footer .footer-top-content .right-block ul li a,
  .footer .footer-top-content .left-block ul li a {
    font-size: 15px;
  }
  .footer .footer-bottom-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 3.5%;
  }
  .footer .copyright {
    margin-bottom: 20px;
  }
}

/* ===== 600px ===== */
@media only screen and (max-width: 600px) {
  .logo {
    min-width: unset;
  }
  .logo a {
    display: flex;
  }
  .logo a img {
    width: 130px;
    height: auto;
  }
  .logo .logo_title div {
    text-align: left;
    line-height: 1.2;
    color: #fff;
  }
  .logo .logo_title div:first-child {
    text-transform: uppercase;
    font-size: 20px;
  }
  .logo .logo_title div:last-child {
    font-size: 14px;
  }
  .logo .logo_title div span.gold {
    color: #f2cf68;
  }
  nav {
    padding: 30px 0;
  }
  .container {
    padding: 0 15px;
  }
  .about-caviar {
    padding: 15px 2%;
  }
  .about-caviar h1 {
    margin: 0 0 3px;
    font-size: 6.5vw;
  }
  .about-caviar p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 9px;
  }
  .about-caviar p.delivery {
    font-size: 13px;
  }
  .special-title {
    font-size: 6vw;
  }
  .offer h1 {
    font-size: 3.2vw;
  }
  .thank-you-block h3 {
    font-size: 5vw;
    margin: 0 0 15px;
  }
  .thank-you-block img {
    width: 30px;
    height: auto;
    margin: 0 10px 0 0;
  }
  .thank-you-block p {
    font-size: 13px;
    margin: 5px 0;
  }
  .offer-body {
    margin: 0 0 25px;
  }
  .offer-body h2 {
    font-size: 32px;
  }
  .offer-body h2.about-us-heading {
    font-size: 3.55vw;
    margin: 0 0 15px;
  }
  .contacts p {
    font-size: 13px;
    margin: 5px 0;
  }
  .policy .policy-info-section h3 {
    font-size: 16px;
  }
  .policy .policy-info-section p {
    font-size: 13px;
    line-height: 1.3;
  }
  .about-us .about-us-inner .text p {
    font-size: 13px;
    line-height: 1.3;
  }
  .payment-method .icons img {
    width: 57vw;
    height: auto;
    margin-left: auto;
  }
  .payment-method .currency {
    height: 7.75vw;
  }
  .payment-method .currency div:first-child {
    font-size: 2.6vw;
  }
  .payment-method .currency div select {
    width: 100%;
    font-size: 12px;
  }
  .special-proposal .title {
    font-size: 4vw;
  }
  .special-proposal .special-offer-title {
    font-size: 3.8vw;
  }
  .caviar {
    margin: 23px 0;
  }
}

/* ===== 410px ===== */
@media only screen and (max-width: 410px) {
  .logo {
    margin: 0;
  }
  .logo a img {
    width: 90px;
    height: auto;
  }
  .logo .logo_title div {
    line-height: 1.2;
    color: #fff;
  }
  .logo .logo_title div:first-child {
    text-transform: uppercase;
    font-size: 16px;
  }
  .logo .logo_title div:last-child {
    font-size: 12px;
  }
  .logo .logo_title div span.gold {
    color: #f2cf68;
  }
  ul.mobile-menu-icon {
    width: 40px;
  }
  .about-caviar h1 {
    font-size: 7.5vw;
    margin: 0 0 3px;
  }
  .about-caviar p {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 0 8px;
  }
  .about-caviar p.delivery {
    font-size: 12px;
  }
  .special-title {
    font-size: 6.3vw;
  }
  .offer h1 {
    font-size: 3.5vw;
  }
  .thank-you-block h3 {
    font-size: 5.25vw;
    margin: 0 0 15px;
  }
  .thank-you-block img {
    width: 25px;
    height: auto;
    margin: 0 5px 0 0;
  }
  .offer-body {
    margin: 0 0 25px;
  }
  .offer-body h2 {
    font-size: 8.7vw;
  }
  .offer-body h2.small-title {
    font-size: clamp(18px, 6.2vw, 30px);
    line-height: 1.12;
  }
  .offer-body h2.about-us-heading {
    font-size: 3.75vw;
    margin: 0 0 15px;
  }
  .policy .policy-info-section h3 {
    font-size: 15px;
  }
  .policy .policy-info-section p {
    font-size: 13px;
    line-height: 1.3;
  }
  .policy {
    padding: 2px; /* ещё компактнее на очень маленьких экранах */
  }
  .special-proposal .title {
    font-size: 4.4vw;
  }
  .payment-method .icons img {
    width: 100%;
    height: 33px;
    margin-left: auto;
  }
  .payment-method .currency {
    height: 33px;
    padding: 2px;
  }
  .payment-method .currency div img {
    width: 12px;
    height: auto;
  }
  .payment-method .currency div:first-child {
    font-size: 2.8vw;
  }
  .payment-method .currency div select {
    font-size: 10px;
  }
  .caviar {
    margin: 20px 0;
  }
  .about-product h3 {
    font-size: 4vw;
  }
  .footer .footer-top-content h2 {
    font-size: 6.2vw;
  }
}

/* === Универсальные стили для блока доставки === */
.about-caviar p.delivery {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 3px;
  margin-bottom: 0;
}

/* === Убираем белый зазор под первым блоком === */
.main .container > .main-image + .about-caviar {
  padding-bottom: 5px;
}