@font-face {
  font-family: "Gotham Book";
  src: local("Gotham-Book"),url(../fonts/Gotham-Book.woff2) format("woff2"),url(../fonts/Gotham-Book.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Book Italic";
  src: local("Gotham-Book-Italic"),url(../fonts/Gotham-Book-Italic.woff2) format("woff2"),url(../fonts/Gotham-Book-Italic.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Ultra";
  src: local("Gotham-Ultra"),url(../fonts/Gotham-Ultra.woff2) format("woff2"),url(../fonts/Gotham-Ultra.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

ul,
ul li {
  list-style: none;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

button,
imput[type=submit] {
  display: inline-block;
  box-shadow: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

::-ms-input {
  display: none;
}

button::-moz-focus-input {
  padding: 0;
  border: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.2;
}

body {
  background: #f6f4f1;
  font-family: "Gotham Book";
  color: #000;
}

.wrapper,
body.noscroll {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 1 auto;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

.title {
  padding: 50px 0;
  font-family: "Gotham Ultra";
  font-size: 52px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.title::after {
  content: "";
  display: block;
  width: 100vw;
  height: 4px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.header {
  padding: 47px 0 34px;
  font-size: 22px;
}

.header__top {
  padding: 0 70px;
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.header__bottom::after,
.header__bottom::before {
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 25px;
  background: #000;
  flex: 1 1 auto;
}

.header__logo {
  max-width: 320px;
}

.header__mobile-logo {
  display: none;
}

.header__burger {
  display: none;
}

.contacts__row {
  padding: 100px 180px;
  display: flex;
  justify-content: center;
  position: relative;
}

.contacts__markets {
  margin-right: auto;
}

.contacts__market:not(:last-child) {
  margin-bottom: 50px;
}

.contacts__market-title {
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

.contacts__market-bottom {
  padding-right: 50px;
  display: flex;
  align-items: center;
}

.contacts__market-arrow {
  width: 50px;
  margin-right: 30px;
}

.contacts__market-button {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  background: #192c86;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.contacts__sales {
  width: 350px;
  margin: 0 auto;
  position: absolute;
}

.contacts__sales-title {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

.contacts__sales-button {
  width: 100%;
  padding: 15px;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.contacts__sales-button:not(:last-child) {
  margin-bottom: 10px;
}

.contacts__img {
  width: 30%;
  position: absolute;
  right: 1.5%;
  bottom: 0;
}

.contacts__img img,
.hero__img img {
  width: 100%;
}

.contacts__bottom {
  height: 40px;
  background-image: url(../img/footer_bg.png);
  background-size: 40px 40px;
  background-position: 0 0;
  background-repeat: repeat;
}

.hero {
  background-image: url(../img/hero_bg.png);
  background-size: 60px 60px;
  background-position: 0 0;
  background-repeat: repeat;
}

.hero__content {
  background-image: url(../img/hero_content_bg.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

.hero__body {
  padding: 62px 0 168px;
  max-width: 820px;
  margin-left: 174px;
  position: relative;
}

.hero__title {
  margin-bottom: 50px;
  font-family: "Gotham Ultra";
  font-size: 98px;
  line-height: .9;
  color: #fff;
}

.hero__text {
  margin-left: 240px;
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 1.2;
}

.hero__button {
  padding: 15px 25px;
  margin-left: 240px;
  border-radius: 50px;
  background: #192c86;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.hero__img {
  width: 244px;
  position: absolute;
  top: 340px;
  left: -25px;
}

.hero__mobile-img {
  display: none;
}

.running-line {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: #fdfca4;
  overflow: hidden;
}

.running-line__marquee,
.why__product-table-col p {
  white-space: nowrap;
}

.running-line__items {
  transition-timing-function: linear;
}

.running-line__item {
  display: inline-block;
  padding: 28px 50px;
  font-size: 24px;
  text-transform: uppercase;
  white-space: nowrap;
}

.why__card {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 33.33%;
}

.why__card-title {
  margin-bottom: 20px;
}

.why__card-text {
  padding: 0 80px;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.why__card-img {
  margin-top: auto;
}

.why__card-img img,
.why__drink-img img {
  width: 100%;
}

.why__drink {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23.8095238095%;
  padding: 0 35px;
  white-space: normal;
  flex: 1 0 23.8095238095%;
  font-weight: 300;
}

.why__drink-img {
  margin-bottom: 50px;
  pointer-events: none;
}

.why__drink-title {
  margin-bottom: 35px;
  font-size: 24px;
  text-transform: uppercase;
}

.why__drink-text {
  margin-bottom: 20px;
  font-size: 20px;
}

.why__drink-button {
  padding: 15px;
  margin-top: auto;
  border: 2px solid #000;
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}

.why__drink.active .why__drink-button {
  background: #192c86;
  color: #fff;
}

.why__product {
  display: flex;
  text-align: left;
}

.why__product:not(:last-child) {
  margin-bottom: 130px;
}

.why__product-img {
  width: 16%;
  margin-right: 65px;
  flex: 1 0 16%;
  align-self: flex-start;
  position: relative;
}

.why__product-img::after {
  content: "";
  display: block;
  width: 120%;
  height: 5%;
  background: url(../img/drop-shadow.png) center center/cover no-repeat;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
}

.why__product-img img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.why__product-body {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.why__product-title {
  margin-bottom: 18px;
  font-family: "Gotham Ultra";
  font-size: 32px;
}

.why__product-description {
  margin-bottom: auto;
  font-size: 20px;
}

.why__product-composition {
  margin-top: 5px;
  margin-bottom: auto;
  font-size: 14px;
}

.why__product-info {
  display: flex;
  gap: 15px;
  font-size: 14px;
  text-align: center;
}

.why__product-table-title {
  margin-bottom: 5px;
  font-family: "Gotham Book Italic";
  white-space: nowrap;
}

.why__product-table-row {
  display: flex;
}

.why__product-table-col {
  flex: 1 1 1px;
}

.why__product-table-col:not(:first-child) {
  padding-left: 2px;
}

.why__product-table-col:not(:last-child) {
  padding-right: 2px;
  border-right: 1px solid #000;
}

.why__product-size {
  padding-left: 5px;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why__product-size-value {
  font-family: "Gotham Ultra";
}

.why__title {
  margin-bottom: 80px;
}

.why__subtitle {
  display: inline-block;
  padding: 15px 50px;
  border: 2px solid #000;
  border-radius: 100px;
  font-family: "Gotham Ultra";
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1;
}

.why__cards {
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}

.why__variety {
  text-align: center;
}

.why__variety-title {
  margin-bottom: 25px;
}

.why__text {
  margin-bottom: 50px;
  font-size: 20px;
}

.why__arrow {
  width: 40px;
  margin: 0 auto;
}

.why__arrow:not(:last-child) {
  margin-bottom: 80px;
}

.about__img img,
.about__stars img,
.about__strawberries img,
.why__arrow img,
.why__assortment-bottom-img img,
.why__assortment-top-img img {
  width: 100%;
}

.why__drinks {
  overflow: hidden;
  margin-bottom: 60px;
}

.why__drinks-list {
  display: flex;
  transition-timing-function: linear;
}

.why__assortment {
  padding: 4px 0;
  position: relative;
}

.why__assortment::after,
.why__assortment::before {
  content: "";
  display: block;
  height: 4px;
  width: 100vw;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.why__assortment::before {
  top: 0;
}

.why__assortment::after {
  bottom: 0;
}

.why__assortment-content {
  display: none;
}

.why__assortment-content.active {
  display: flex;
}

.why__assortment-top-img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.why__assortment-bottom-img {
  width: 35%;
  position: absolute;
  left: 60px;
  bottom: 0;
}

.why__assortment-caption {
  margin-top: 30px;
}

.why__col {
  width: 50%;
  flex: 1 1 50%;
  position: relative;
}

.why__products {
  padding: 65px 85px 70px 115px;
  background: #fff;
}

.about__row {
  display: flex;
}

.about__col {
  width: 50%;
  flex: 1 0 50%;
}

.about__body {
  padding: 220px 140px 235px 155px;
  position: relative;
}

.about__stars {
  width: 13%;
  position: absolute;
  top: 10%;
  right: 25%;
}

.about__greeting {
  margin-bottom: 40px;
  font-family: "Gotham Ultra";
  font-size: 50px;
}

.about__text {
  margin-bottom: 50px;
  font-size: 20px;
}

.about__text p:not(:last-child) {
  margin-bottom: 25px;
}

.about__bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about__arrow {
  width: 40px;
}

.about__button {
  padding: 15px 70px;
  border-radius: 50px;
  background: #192c86;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.about__picture {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}

.about__strawberries {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(46%,-20%) rotate(-27deg);
}

.about__img {
  width: 72%;
}

.trust {
  padding: 100px 0 120px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: #fdfca4;
}

.trust__title {
  margin-bottom: 120px;
  font-size: 52px;
  font-family: "Gotham Ultra";
  text-align: center;
  text-transform: uppercase;
}

.trust__companies {
  padding: 0 185px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 80px;
}

@supports (-webkit-appearance:none) {
  .contacts__bottom {
    background-image: url(../img/footer_bg.webp);
  }

  .hero {
    background-image: url(../img/hero_bg.webp);
  }

  .hero__content {
    background-image: url(../img/hero_content_bg.webp);
  }

  .why__product-img::after {
    background: url(../img/drop-shadow.webp) center center/cover no-repeat;
  }

  .about__picture {
    background-image: url(../img/about_bg.webp);
  }
}

@media (max-width:1899.8px) {
  .container {
    max-width: 1400px;
  }

  .title {
    padding: 40px;
    font-size: 44px;
  }

  .header {
    padding: 35px 0 25px;
  }

  .header__top {
    padding: 0 10px;
  }

  .header__logo {
    max-width: 280px;
  }

  .contacts__row {
    padding: 60px 50px;
  }

  .hero__body {
    max-width: 620px;
    padding: 50px 0 120px;
    margin-left: 70px;
  }

  .hero__title {
    font-size: 74px;
  }

  .hero__text {
    margin-left: 130px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .hero__button {
    margin-left: 130px;
    font-size: 18px;
  }

  .hero__img {
    width: 160px;
    top: 290px;
    left: -40px;
  }

  .running-line__item {
    font-size: 20px 50px;
  }

  .why__card-text {
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .why__drink {
    padding: 0 20px;
  }

  .why__drink-img {
    margin-bottom: 30px;
  }

  .why__drink-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .why__drink-text {
    font-size: 16px;
  }

  .why__drink-button {
    font-size: 16px;
  }

  .why__product:not(:last-child) {
    margin-bottom: 40px;
  }

  .why__product-img {
    margin-right: 20px;
  }

  .why__product-body {
    padding-top: 10px;
  }

  .why__product-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .why__product-description {
    font-size: 18px;
  }

  .why__product-info {
    gap: 10px;
  }

  .why__title {
    margin-bottom: 50px;
  }

  .why__subtitle {
    font-size: 38px;
  }

  .why__text {
    margin-bottom: 40px;
  }

  .why__arrow:not(:last-child) {
    margin-bottom: 50px;
  }

  .why__products {
    padding: 30px 10px 30px 20px;
  }

  .about__body {
    padding: 120px 40px;
  }

  .about__greeting {
    margin-bottom: 30px;
  }

  .about__text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .about__strawberries {
    width: 40%;
    transform: translate(40%,-10%) rotate(-27deg);
  }

  .trust {
    padding: 80px 0 100px;
  }

  .trust__title {
    margin-bottom: 80px;
    font-size: 44px;
  }

  .trust__companies {
    padding: 0 100px;
  }
}

@media (max-width:1399.8px) {
  .container {
    max-width: 1200px;
  }

  .title {
    padding: 30px;
    font-size: 40px;
  }

  .header {
    padding: 20px 0 15px;
    font-size: 20px;
  }

  .header__logo {
    max-width: 200px;
  }

  .contacts__row {
    padding: 40px 0;
  }

  .contacts__market:not(:last-child) {
    margin-bottom: 30px;
  }

  .contacts__market-title {
    font-size: 18px;
  }

  .contacts__market-button {
    font-size: 18px;
  }

  .contacts__sales-title {
    font-size: 18px;
  }

  .contacts__sales-button {
    font-size: 18px;
  }

  .hero__body {
    max-width: 570px;
    padding: 50px 0 90px;
    margin-left: 50px;
  }

  .hero__title {
    margin-bottom: 30px;
    font-size: 66px;
  }

  .hero__text {
    margin-left: 120px;
    font-size: 16px;
  }

  .hero__button {
    margin-left: 120px;
    font-size: 16px;
  }

  .hero__img {
    width: 140px;
    top: 240px;
    left: -35px;
  }

  .why__card-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .why__drink {
    padding: 0 10px;
  }

  .why__drink-img {
    margin-bottom: 20px;
  }

  .why__drink-title {
    font-size: 16px;
  }

  .why__drink-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .why__drink-button {
    font-size: 14px;
  }

  .why__product:not(:last-child) {
    margin-bottom: 80px;
  }

  .why__product-img {
    width: 14%;
    flex: 1 0 14%;
  }

  .why__subtitle {
    padding: 10px 40px;
    font-size: 32px;
  }

  .why__assortment-bottom-img {
    width: 27%;
  }

  .why__images {
    width: 30%;
    flex: 1 0 30%;
  }

  .about__body {
    padding: 60px 20px;
  }

  .about__greeting {
    font-size: 40px;
  }

  .about__text {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .about__text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .about__strawberries {
    transform: translate(45%,-20%) rotate(-27deg);
  }

  .about__img {
    width: 85%;
  }

  .trust {
    padding: 60px 0 80px;
  }

  .trust__title {
    font-size: 40px;
    margin-bottom: 60px;
  }

  .trust__companies {
    padding: 0 40px;
  }
}

@media (max-width:1199.8px) {
  .container {
    max-width: 992px;
  }

  .title {
    padding: 20px;
    font-size: 30px;
  }

  .header {
    font-size: 16px;
    padding: 20px 0 10px;
  }

  .header__bottom {
    gap: 15px;
  }

  .header__logo {
    max-width: 150px;
  }

  .contacts__market:not(:last-child) {
    margin-bottom: 20px;
  }

  .contacts__market-title {
    font-size: 16px;
  }

  .contacts__market-arrow {
    width: 40px;
  }

  .contacts__market-button {
    padding: 10px;
    font-size: 16px;
  }

  .contacts__sales {
    width: 280px;
  }

  .contacts__sales-title {
    font-size: 16px;
  }

  .contacts__sales-button {
    padding: 10px;
    font-size: 16px;
  }

  .contacts__bottom {
    height: 30px;
    background-size: 30px 30px;
  }

  .hero__body {
    max-width: 480px;
    padding: 40px 0 70px;
  }

  .hero__title {
    margin-bottom: 20px;
    font-size: 54px;
  }

  .hero__text {
    margin-left: 80px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .hero__button {
    margin-left: 80px;
    font-size: 14px;
  }

  .hero__img {
    width: 120px;
    top: 200px;
    left: -45px;
  }

  .running-line__item {
    padding: 15px 40px;
    font-size: 16px;
  }

  .why__drink {
    width: 31.25%;
    flex: 1 0 31.25%;
    padding: 0 16px;
  }

  .why__product-img {
    width: 16%;
    flex: 1 0 16%;
    margin-right: 40px;
  }

  .why__product-body {
    padding-top: 20px;
  }

  .why__product-title {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .why__product-description {
    font-size: 20px;
  }

  .why__subtitle {
    font-size: 24px;
  }

  .why__cards {
    margin-bottom: 50px;
  }

  .why__text {
    max-width: 536px;
    margin: 0 auto 40px;
  }

  .why__arrow:not(:last-child) {
    margin-bottom: 40px;
  }

  .why__drinks {
    margin-bottom: 40px;
  }

  .why__images {
    display: none;
  }

  .why__products {
    padding: 30px 120px 50px;
  }

  .about__body {
    padding: 50px 10px;
  }

  .about__stars {
    top: 7%;
    right: 20%;
  }

  .about__greeting {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .about__text {
    font-size: 16px;
  }

  .about__text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .about__button {
    font-size: 18px;
  }

  .about__img {
    width: 90%;
  }

  .trust {
    padding: 50px 0 60px;
  }

  .trust__title {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .trust__companies {
    padding: 0 10px;
    gap: 50px;
  }
}

@media (max-width:991.8px) {
  .container {
    max-width: 768px;
  }

  .header {
    width: 100%;
    padding: 10px 0 5px;
    background: #f6f4f1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 5px #000;
  }

  .header__top {
    margin-bottom: 0;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background: 0 0;
    transform: translateY(-100%);
    transition: transform 0s .5s,background .5s 0s;
    overflow-y: auto;
  }

  .header__menu.active {
    background: rgba(0,0,0,.5);
    transition: transform 0s 0s,background .5s 0s;
  }

  .header__menu.active,
  .header__menu.active .header__menu-list {
    transform: translateY(0);
  }

  .header__menu-list {
    padding: 80px 0;
    background: #fff;
    flex-direction: column;
    font-size: 22px;
    transform: translateY(-100%);
    transition: transform .5s;
  }

  .header__bottom {
    margin-top: -30px;
    justify-content: center;
    gap: 0;
  }

  .header__bottom::after,
  .header__bottom::before {
    display: none;
  }

  .header__burger {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 20;
  }

  .header__burger span {
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: #000;
    transition: .2s;
  }

  .header__burger span:not(:last-child) {
    margin-bottom: 5px;
  }

  .header__burger.active span {
    margin-bottom: 0;
  }

  .header__burger.active span:nth-child(2) {
    width: 0;
  }

  .header__burger.active span:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
    transition: .4s;
  }

  .header__burger.active span:nth-child(3) {
    position: absolute;
    transform: rotate(-45deg);
    transition: .4s;
  }

  .contacts {
    scroll-margin-top: 45px;
  }

  .contacts__row {
    padding: 30px 10px;
  }

  .contacts__market-title {
    padding-left: 0;
    font-size: calc(10px + .5vw);
  }

  .contacts__market-bottom {
    padding-right: 0;
  }

  .contacts__market-arrow {
    display: none;
  }

  .contacts__market-button {
    font-size: calc(10px + .4vw);
  }

  .contacts__sales {
    width: 240px;
  }

  .contacts__sales-title {
    font-size: calc(10px + .5vw);
  }

  .contacts__sales-button {
    font-size: calc(10px + .4vw);
  }

  .contacts__img {
    right: 0;
  }

  .hero {
    padding-top: 50px;
  }

  .hero__body {
    max-width: 380px;
    margin-left: 10px;
    padding: 30px 0;
  }

  .hero__title {
    font-size: 44px;
  }

  .hero__text {
    margin-left: 0;
  }

  .hero__button {
    margin-left: 0;
  }

  .hero__img {
    display: none;
  }

  .why__card-text {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .why__drink {
    width: 39.6785714286%;
    flex: 1 0 39.6785714286%;
  }

  .why__drink-img {
    margin-bottom: 10px;
  }

  .why__drink-title {
    margin-bottom: 10px;
  }

  .why {
    scroll-margin-top: 45px;
  }

  .why__title {
    margin-bottom: 40px;
    scroll-margin-top: 30px;
  }

  .why__variety {
    scroll-margin-top: 45px;
  }

  .why__drinks {
    overflow: visible;
  }

  .why__products {
    padding: 30px 30px 50px;
  }

  .about {
    scroll-margin-top: 45px;
  }

  .about__body {
    padding: 20px 10px 30px;
  }

  .about__greeting {
    font-size: 30px;
  }

  .about__text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .about__text p:not(:last-child) {
    margin-bottom: 5px;
  }

  .about__arrow {
    width: 30px;
  }

  .about__button {
    padding: 10px 50px;
    font-size: 16px;
  }

  .trust {
    padding: 30px 0 40px;
  }

  .trust__title {
    margin-bottom: 30px;
  }

  .trust__companies {
    padding: 0;
    gap: 40px;
  }
}

@media (max-width:991.8px) and (max-width:767.8px) {
  .header__burger {
    margin-left: auto;
  }
}

@media (max-width:767.8px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }

  .header {
    padding: 5px 0;
  }

  .header__top {
    padding: 0 10px;
  }

  .header__sitename {
    display: none;
  }

  .header__bottom {
    display: none;
  }

  .header__mobile-logo {
    display: block;
    max-width: 120px;
  }

  .header__mobile-logo img {
    width: 100%;
  }

  .contacts__row {
    padding: 30px 0;
  }

  .contacts__market-title {
    margin-bottom: 10px;
    font-size: calc(10px + .2vw);
  }

  .contacts__market-bottom {
    padding-right: 40px;
  }

  .contacts__market-button {
    font-size: calc(10px + .2vw);
  }

  .contacts__sales {
    width: 190px;
  }

  .contacts__sales-title {
    margin-bottom: 10px;
    font-size: calc(10px + .2vw);
  }

  .contacts__sales-button {
    padding: 10px 0;
    font-size: calc(10px + .2vw);
  }

  .contacts__img {
    width: 33%;
  }

  .hero {
    padding-top: 30px;
  }

  .hero__content {
    background-image: url(../img/hero-content-mobile_bg.jpg);
  }

  .hero__body {
    max-width: 100%;
    padding: 60px 0 80px;
    margin-left: 0;
  }

  .hero__title {
    margin-bottom: 30px;
    font-size: calc(8px + 10vw);
  }

  .hero__text {
    margin-bottom: 40px;
    font-size: calc(8px + 2vw);
  }

  .why__card {
    width: auto;
    max-width: 480px;
    flex: 1 0 auto;
  }

  .why__card-text {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .why__drink {
    padding: calc(5px + 1vw);
  }

  .why__drink-title {
    font-size: calc(8px + 1vw);
  }

  .why__drink-text {
    font-size: calc(6px + 1vw);
  }

  .why__drink-button {
    padding: 10px 5px;
    font-size: calc(6px + 1vw);
  }

  .why__product {
    max-width: 560px;
    margin: 0 auto;
  }

  .why__product:not(:last-child) {
    margin-bottom: 50px;
  }

  .why__product-img {
    margin-right: 20px;
  }

  .why__product-body {
    padding-top: 2%;
  }

  .why__product-title {
    font-size: calc(18px + 1vw);
  }

  .why__product-description {
    font-size: calc(10px + .8vw);
  }

  .why__product-composition {
    font-size: calc(10px + .5vw);
  }

  .why__product-info {
    font-size: calc(8px + .5vw);
  }

  .why__cards {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .why__products {
    min-width: calc(100% + 20px);
    padding: 30px 0 50px;
    flex: 1 1 auto;
    transform: translateX(-10px);
  }

  .about__body {
    padding: 20px 10px 20px 0;
  }

  .about__greeting {
    margin-bottom: 3%;
    font-size: calc(20px + .5vw);
  }

  .about__text {
    margin-bottom: 5%;
    font-size: calc(10px + .5vw);
  }

  .about__bottom {
    gap: 20px;
  }

  .about__button {
    padding: 10px 40px;
  }

  .trust__companies {
    gap: 4%;
  }

@supports (-webkit-appearance:none) {
    .hero__content {
      background-image: url(../img/hero-content-mobile_bg.webp);
    }
}
}

@media (max-width:575.8px) {
  .title {
    font-size: calc(12px + 5vw);
  }

  .contacts__row {
    padding: 40px 0 0;
    flex-direction: column;
    align-items: center;
  }

  .contacts__markets {
    margin: 0 0 50px;
  }

  .contacts__market-title {
    font-size: calc(14px + 1vw);
  }

  .contacts__market-arrow {
    display: block;
    margin-right: 20px;
  }

  .contacts__market-button {
    font-size: calc(12px + .5vw);
  }

  .contacts__sales {
    margin-bottom: 50px;
    width: 280px;
    position: static;
  }

  .contacts__sales-title {
    font-size: calc(14px + 1vw);
  }

  .contacts__sales-button {
    font-size: calc(12px + .5vw);
  }

  .contacts__img {
    display: block;
    width: 100%;
    max-width: 400px;
    position: static;
  }

  .contacts__bottom {
    height: 20px;
    background-size: 20px 20px;
  }

  .hero__body {
    padding: 60px 0 20px;
    text-align: center;
  }

  .hero__title {
    margin-bottom: 50px;
    font-size: calc(10px + 8vw);
  }

  .hero__title br {
    display: none;
  }

  .hero__text {
    margin-bottom: 60px;
    font-size: calc(14px + 1vw);
  }

  .hero__text p {
    display: inline;
  }

  .hero__button {
    font-size: calc(14px + 1vw);
  }

  .hero__mobile-img {
    display: block;
    position: relative;
  }

  .hero__mobile-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    backdrop-filter: blur(6px);
  }

  .hero__mobile-img img {
    width: 100%;
  }

  .why__card-text {
    padding: 0;
    font-size: calc(12px + .8vw);
  }

  .why__drink {
    width: 62.5%;
    flex: 1 0 62.5%;
    padding: calc(5px + .5vw);
  }

  .why__drink-title {
    font-size: calc(10px + 1vw);
  }

  .why__drink-text {
    font-size: calc(8px + 1vw);
  }

  .why__product-img {
    width: 18%;
    flex: 1 0 18%;
    margin-right: 10px;
  }

  .why__product-title {
    font-size: calc(18px + .5vw);
  }

  .why__product-description {
    font-size: calc(10px + .5vw);
  }

  .why__product-composition {
    font-size: calc(10px + .5vw);
  }

  .why__product-info {
    flex-wrap: wrap;
    gap: 5px 20px;
    margin-top: 5px;
    font-size: calc(10px + .5vw);
  }

  .why__product-table-col:not(:first-child) {
    padding-left: 5px;
  }

  .why__product-table-col:not(:last-child) {
    padding-right: 5px;
  }

  .why__product-nutrients {
    order: 1;
  }

  .why__product-energy {
    order: 3;
    padding-top: 5px;
    border-top: 1px solid #000;
  }

  .why__product-size {
    order: 2;
  }

  .why__text {
    margin-bottom: 30px;
    font-size: calc(12px + 1vw);
  }

  .why__arrow:not(:last-child) {
    width: 30px;
    margin-bottom: 30px;
  }

  .why__products {
    padding: 30px 10px 50px;
  }

  .about__row {
    flex-direction: column;
  }

  .about__col {
    width: 100%;
    flex: 1 0 100%;
  }

  .about__body {
    padding: 30px 10px 30px 0;
  }

  .about__stars {
    top: 5%;
    right: 15%;
  }

  .about__greeting {
    margin-bottom: 5%;
    font-size: calc(24px + 1vw);
  }

  .about__text {
    font-size: calc(12px + .5vw);
  }

  .about__picture {
    width: calc(100% + 20px);
    padding: 10% 5%;
    transform: translateX(-10px);
  }

  .about__strawberries {
    width: 25%;
    transform: translate(40%,-30%) rotate(-27deg);
  }

  .about__img {
    width: 100%;
  }

  .trust {
    padding: 50px 0 70px;
  }

  .trust__title {
    margin-bottom: 50px;
    font-size: calc(12px + 5vw);
  }

  .trust__companies {
    display: block;
  }

  .trust__company {
    max-width: 280px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .trust__company:not(:last-child) {
    margin-bottom: 50px;
  }

  .trust__company img {
    max-height: 100%;
  }
}

@media (hover:hover) {
  .header__menu-item {
    position: relative;
  }

  .header__menu-item::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translateX(-50%);
    transition: .2s;
  }

  .header__menu-item:hover::after {
    width: 100%;
  }
}