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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../font/HelveticaNeueCyr-Roman.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Gecko";
  src: url("../font/Gecko.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeueCyrBold";
  src: url("../font/HelveticaNeueCyr-Black.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "HelveticaNeueCyrMedium";
  src: url("../font/HelveticaNeueCyr-Medium.ttf");
  font-weight: 600;
}
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

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

.content {
  flex: 1 0 auto;
}

.header {
  background: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header__user {
  display: flex;
}
.header__container {
  max-width: 1170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  margin-right: 60px;
}
.header__logo.second {
  display: none;
  position: absolute;
  top: 10px;
  left: 20px;
}
.header__logo:hover {
  cursor: pointer;
}
.header--footer {
  position: relative;
  display: flex;
  align-items: center;
  height: 94px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.3);
  background-color: #2B2B2B;
}
.header--footer .menu__item:hover::after {
  width: 0;
}
.header__navbar {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
}
.header__menu-icon {
  position: absolute;
  top: 5px;
  right: 0px;
  display: none;
  cursor: pointer;
  transform: scale(0.6);
}

.menu__bar1, .menu__bar2, .menu__bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 10px;
}

.menu__bar2 {
  width: 17px;
}

.logo__icon {
  padding-top: 7px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.logo__icon:hover {
  cursor: pointer;
}
.logo__title {
  font-family: "HelveticaNeueCyrBold";
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.06em;
}
.logo__title:hover {
  cursor: pointer;
}

.menu__item {
  font-family: "HelveticaNeueCyrMedium";
  color: #ffffff;
  margin-right: 27px;
  letter-spacing: 0.06em;
  transition: color 0.5s ease;
}
.menu__item.active {
  color: #CD0200;
}
.menu__item.active::after {
  width: 70%;
  background: #CD0200;
  border-radius: 10px;
}
.menu__item::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.menu__item:hover {
  color: #CD0200;
  cursor: pointer;
}
.menu__item:hover::after {
  width: 70%;
  background: #CD0200;
  border-radius: 10px;
}
.menu__item:last-child {
  margin-right: 16px;
}
.menu__item--footer:last-child {
  margin-right: 40px;
}
.menu__item--footer::after {
  display: none;
}

.shop-cart {
  margin-right: 23px;
}
.shop-cart-wrapper {
  display: flex;
}
.shop-cart-text {
  display: none;
}
.shop-cart-counter {
  position: absolute;
  background-color: #ffffff;
  font-size: 12px;
  font-family: "HelveticaNeueCyrMedium";
  color: #CD0200;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(25px, -6px);
}
.shop-cart-counter--ftr {
  width: 28px;
  height: 28px;
  font-size: 16px;
  transform: translate(-8px, -29px);
}
.shop-cart__btn {
  margin-right: 0;
  height: 17px;
  width: 17px;
  margin-left: 10px;
  transition: filter 0.2s linear;
}
.shop-cart--icon {
  height: 64px;
  width: 64px;
  margin-right: 13px;
  margin-left: 0;
}
.shop-cart:hover {
  cursor: pointer;
}
.shop-cart:hover {
  cursor: pointer;
}

.reg {
  display: flex;
  align-items: center;
}
.reg:hover {
  cursor: pointer;
}
.reg__icon {
  height: 37px;
  width: 37px;
  margin-right: 8px;
}
.reg__text {
  font-family: "HelveticaNeueCyrBold";
  letter-spacing: 0.06em;
  color: #ffffff;
}

.intro {
  background: url("../img.jpg/header-bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  margin-bottom: 70px;
}
.intro__title {
  font-family: "Gecko";
  color: #ffffff;
  margin-top: 100px;
  margin-bottom: 110px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.intro__btn {
  font-size: 18px;
  font-family: "HelveticaNeueCyrBold";
  letter-spacing: 0.06em;
  width: 292px;
  height: 62px;
  background-color: #CD0200;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  margin-bottom: 66px;
  transition: background-color 0.2s linear;
}
.intro__btn:hover {
  background-color: #a70300;
  color: #ffffff;
  border-color: #CD0200;
}

.title__top {
  font-size: 98px;
  letter-spacing: 0.06em;
  height: 125px;
}

.title__bottom {
  font-size: 70px;
  letter-spacing: 0.06em;
}

.scroll-down {
  margin: 0 auto;
  padding-bottom: 15px;
}
.scroll-down:hover {
  cursor: pointer;
}

.anchor {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  right: 20px;
  background-color: #cfcfcf;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  opacity: 0;
  z-index: 1000;
  transition: opacity 0.2s linear, background-color 0.2s linear;
}
.anchor.show {
  opacity: 1;
}
.anchor:hover {
  cursor: pointer;
  background-color: #858585;
}

.anchor-icon {
  height: 45px;
  width: 45px;
}

.cats {
  text-align: center;
  margin-bottom: 120px;
}
.cats__container {
  max-width: 1170px;
}
.cats__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cats__item {
  width: 270px;
  height: 236px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 17px;
  margin-bottom: 44px;
  transition: box-shadow 0.5s linear;
}
.cats__item:hover {
  box-shadow: 0px 4px 20px rgba(205, 2, 0, 0.7);
  cursor: pointer;
}
.cats__item-img {
  height: 115px;
  margin: 0 auto;
}
.cats__item-name {
  font-family: "HelveticaNeueCyrBold";
  font-size: 36px;
  text-transform: uppercase;
  color: #c90200;
  line-height: 1;
}
.cats__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 36px;
  margin-bottom: 70px;
  letter-spacing: 0.06em;
}
.cats__title::after {
  content: "";
  width: 177px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin: 15px auto 0;
  border-radius: 30px;
}

.single-word {
  margin-top: 17px;
}

.black-text {
  color: #000000;
  font-size: 25px;
}

.products {
  text-align: center;
  margin-bottom: 106px;
}
.products__container {
  max-width: 1170px;
}
.products__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 36px;
  margin-bottom: 70px;
  letter-spacing: 0.06em;
}
.products__title::after {
  content: "";
  width: 177px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin: 15px auto 0;
  border-radius: 30px;
}
.products__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products__item {
  position: relative;
  width: 270px;
  height: 392px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 63px;
}
.products__item.new-hide .new-marker {
  display: none;
}
.products__item-img {
  height: 245px;
  width: 270px;
  cursor: pointer;
}
.products__item-name {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.1em;
  margin: 15px 0 10px;
  text-align: center;
}
.products__item-text {
  font-family: "HelveticaNeueCyr";
  font-size: 14px;
  color: #858585;
  padding: 0 17px;
  letter-spacing: 0.06em;
  text-align: center;
}
.products__item-order {
  position: inherit;
  display: flex;
  justify-content: space-between;
  bottom: -10px;
  max-width: 236px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
  box-sizing: border-box;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.products__item-price {
  font-family: "HelveticaNeueCyr";
  font-size: 18px;
  width: 87px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #CD0200;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #E5E5E5;
}
.products__item-btn {
  font-family: "HelveticaNeueCyr";
  font-size: 18px;
  width: 149px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #CD0200;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  letter-spacing: 0.06em;
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}
.products__item-btn:hover {
  background-color: #E80806;
  color: #ffffff;
  border-color: #CD0200;
}
.products__item-btn:hover .shop-cart__btn {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(199deg) brightness(107%) contrast(102%);
}
.products__show-more {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 18px;
  color: #ffffff;
  background-color: #CD0200;
  width: 235px;
  height: 50px;
  border-radius: 6px;
  letter-spacing: 0.06em;
  margin-top: 108px;
  transition: background-color 0.2s linear;
}
.products__show-more:hover {
  background-color: #a70300;
}
.products__show-more.hide {
  display: none;
}

.new-marker {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 17px;
  right: 16px;
  background-color: #E80806;
  color: #ffffff;
  width: 59px;
  height: 26px;
  border-radius: 15px;
  font-size: 14px;
  font-family: "HelveticaNeueCyrMedium";
  letter-spacing: 0.06em;
}

.footer {
  flex: 0 0 auto;
  background-color: #383838;
}
.footer.mt {
  margin-top: 50px;
}
.footer__container {
  max-width: 1170px;
}
.footer__main {
  margin-top: 111px;
  padding-bottom: 108px;
}
.footer__content {
  display: flex;
  position: relative;
}
.footer__shop-cart {
  width: 223px;
  height: 223px;
  background-color: #414141;
  box-shadow: 0px 2px 55px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -70px;
  display: flex;
  font-size: 16px;
  font-family: "HelveticaNeueCyrMedium";
  color: #ffffff;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.06em;
}
.footer__shop-cart span:hover {
  cursor: pointer;
}
.footer__info {
  margin-left: 27px;
}
.footer__schedule {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 22px;
}
.footer__numbers {
  display: flex;
}
.footer__address {
  display: flex;
  margin-top: 35px;
  margin-bottom: 60px;
}
.footer__socials {
  display: flex;
  justify-content: space-between;
  padding: 38px 55px 0;
  border-top: 1px solid #595959;
}
.footer__location {
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.5));
}

.google__map {
  width: 670px;
  height: 450px;
}

.map-img {
  min-width: 670px;
  height: 450px;
}

.red-text {
  color: #CD0200;
}

.phone-icon {
  width: 23px;
  height: 23px;
  transform: translateY(3px);
  margin-right: 10px;
}

.phone-numbers {
  list-style: none;
}

.phone-number {
  color: #ffffff;
  font-family: "HelveticaNeueCyrMedium";
  font-size: 16px;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.phone-number:hover {
  color: #ffffff;
}

.address-icon {
  height: 28px;
  width: 28px;
  margin-right: 16px;
  transform: translateY(-4px);
}

.address-text {
  color: #ffffff;
  font-size: 16px;
  font-family: "HelveticaNeueCyrMedium";
  letter-spacing: 0.06em;
  line-height: 1.7;
}

.socials__icon {
  transition: transform 0.2s linear;
}
.socials__icon:hover {
  transform: translateY(-5px);
  cursor: pointer;
}

.slider {
  position: relative;
  background: url("../img.jpg/slider-bg.jpg") center no-repeat;
  background-size: 100% 110%;
  padding-top: 22px;
  padding-bottom: 35px;
  filter: drop-shadow(0px 10px 7px rgba(0, 0, 0, 0.65));
  z-index: 1;
}
.slider__container {
  max-width: 1170px;
}
.slider__slide {
  display: flex;
  align-items: center;
  height: 540px;
}
.slider__text {
  font-size: 36px;
  font-family: "HelveticaNeueCyrMedium";
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 5px 24px #000000;
  letter-spacing: 0.05em;
  line-height: 38px;
  margin-right: 30px;
}
.slider__img {
  width: 668px;
  height: 494px;
  box-shadow: -1px 15px 25px -4px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.slick-arrow {
  position: absolute;
  z-index: 10;
  bottom: 4%;
  font-size: 0;
  width: 46px;
  height: 40px;
}

.slick-prev {
  left: 39%;
  background: url("../img.svg/left-arrow.svg") 0 0/100% no-repeat;
}

.slick-next {
  right: 39%;
  background: url("../img.svg/right-arrow.svg") 0 0/100% no-repeat;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  list-style: none;
  margin-right: 20px;
  margin-top: 30px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background-color: #CD0200;
}
.slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: inset 0px 3px 2px rgba(0, 0, 0, 0.55);
}

.youtube-player {
  position: relative;
  min-width: 668px;
  height: 494px;
  margin: auto;
  cursor: pointer;
}

.youtube-player img {
  width: 100%;
}

.youtube-player.pristine::before {
  content: "";
  background: url("../img.svg/play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  height: 117px;
  width: 117px;
  transition: opacity 0.2s ease;
}

.youtube-player.pristine:hover::before {
  opacity: 0.7;
}

.burger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  transform: scale(0.6);
}
.burger__icon {
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
.burger-line {
  background: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.burger-line.red {
  background: #CD0200;
}
.burger-line:nth-of-type(1) {
  width: 50%;
}
.burger-line:nth-of-type(2) {
  width: 100%;
}
.burger-line:nth-of-type(3) {
  width: 75%;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ .burger-line:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}

input[type=checkbox]:checked ~ .burger-line:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}

input[type=checkbox]:checked ~ .burger-line:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

.main__container {
  display: flex;
  max-width: 1170px;
}

.filter {
  max-width: 270px;
  width: 100%;
  min-height: 110%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 4px 4px;
  padding-bottom: 50px;
  margin-right: 30px;
}
.filter__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  background: #F3F3F3;
  padding: 0 13px 0 19px;
}
.filter__header-item {
  font-size: 16px;
  font-family: "HelveticaNeueCyrMedium";
  letter-spacing: 0.06em;
  color: #595959;
}
.filter__header-item::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.filter__header-item:hover {
  cursor: pointer;
}
.filter__header-item:hover::after {
  width: 70%;
  background: #CD0200;
  border-radius: 10px;
}
.filter__radio {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.filter__radio:last-child {
  margin-bottom: 0;
}
.filter__cat {
  padding: 20px 0;
}
.filter__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px 0 19px;
  border-top: 1px solid #ffffff;
  height: 64px;
  transition: background-color 0.2s ease;
}
.filter__title.hidden {
  background-color: #f3f3f3;
}
.filter__name {
  display: flex;
  font-size: 16px;
  font-family: "HelveticaNeueCyrMedium";
  letter-spacing: 0.06em;
  color: #595959;
}
.filter__prod-form.hide {
  display: none;
}

.radio-input {
  margin-right: 18px;
}

.price__form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 17px;
}
.price__form.hide {
  display: none;
}

.price__input {
  width: 85px;
  height: 21px;
  border: 1px solid rgba(89, 89, 89, 0.1);
  border-radius: 4px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #8B8B8B;
  margin-right: 3px;
}
.price__input-wrap:first-child {
  margin-right: 17px;
}

.price__label {
  color: #CD0200;
  width: 8px;
  height: 11px;
}

.range__slider {
  height: 4px;
  width: 215px;
  background: #f3f3f3;
  position: relative;
  margin-top: 23px;
  margin-bottom: 39px;
}
.range__slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #CD0200;
}

.range__input {
  position: relative;
}
.range__input input {
  position: absolute;
  min-width: 215px;
  height: 4px;
  top: 23px;
  left: -215px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1000;
}

input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: auto;
  -webkit-appearance: none;
  background-color: #CD0200;
  box-shadow: 0px 0px 0px 5px rgba(205, 2, 0, 0.2);
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
input[type=range]::-webkit-slider-thumb:hover {
  box-shadow: 0px 0px 0px 6px rgba(205, 2, 0, 0.2);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.plus-minus-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 16px;
  height: 16px;
}
.plus-minus-icon:hover {
  cursor: pointer;
}

.h-line {
  position: relative;
  content: "";
  display: flex;
  width: 16px;
  height: 2px;
  background-color: #595959;
}

.v-line {
  position: absolute;
  content: "";
  display: flex;
  width: 16px;
  height: 2px;
  background-color: #595959;
  transform: rotate(90deg);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.v-line.hide {
  transform: rotate(0deg);
  opacity: 0;
}
.v-line.hide .filter__title {
  background-color: #f3f3f3;
}

.radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: "HelveticaNeueCyr";
  letter-spacing: 0.06em;
  color: #595959;
}
.radio-form {
  margin: 0 0 20px 17px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.2s ease, display 0.5s linear;
}
.radio-form--price {
  margin: 0;
}
.radio-form.hide {
  opacity: 0;
  display: none;
}
.radio__div {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(89, 89, 89, 0.1);
  border-radius: 50%;
  margin-right: 18px;
  box-sizing: border-box;
  padding: 4px;
  transition: background-color 0.2s ease;
}
.radio__div::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #CD0200;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.radio__input {
  display: none;
}
.radio__input:checked + .radio__div::after {
  transform: scale(1);
}
.radio__input:checked + .radio__div {
  background-color: rgba(205, 2, 0, 0.2);
}

.prod__form {
  margin: 0 0 0 17px;
}
.prod__form.hide {
  display: none;
}

.categories {
  margin-top: 60px;
  width: 100%;
}
.categories__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.categories__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 36px;
  letter-spacing: 0.06em;
  color: #000000;
}
.categories__title::after {
  content: "";
  width: 173px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 15px;
  border-radius: 30px;
}
.categories__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  min-height: 1870px;
}
.categories__products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categories__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories__pagination-btn {
  width: 41px;
  height: 41px;
  font-size: 24px;
  font-family: "HelveticaNeueCyr";
  letter-spacing: 0.06em;
  color: #000000;
  background: transparent;
  border-radius: 4px;
  margin: 0 5px;
}
.categories__pagination-btn.active {
  background-color: #CD0200;
  color: #ffffff;
}
.categories__pagination-btn:last-child {
  margin: 0;
}
.categories__pagination-btn:hover {
  background: rgba(205, 2, 0, 0.5);
}

.prev-btn, .next-btn {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #383838;
  transition: background-color 0.2s linear;
}
.prev-btn:hover, .next-btn:hover {
  background-color: #252525;
}

.prev-btn {
  margin-right: 39px;
}

.next-btn {
  margin-left: 39px;
  transform: rotate(180deg);
}

.scheme {
  display: flex;
  align-items: center;
}
.scheme__text {
  font-size: 16px;
  font-family: "HelveticaNeueCyrMedium";
  color: #CD0200;
  text-decoration: underline;
  max-width: 126px;
  cursor: pointer;
  line-height: 1.2;
}

.bull {
  width: 100px;
  height: 60px;
  margin-left: 18px;
}

.red-arrow {
  width: 22px;
  height: 22px;
  transform: translateY(10px);
}

.search {
  margin-top: 35px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  position: relative;
}
.search__input {
  position: relative;
  height: 50px;
  width: 73.33%;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  padding-left: 75px;
  font-size: 18px;
  font-family: "HelveticaNeueCyrMedium";
  color: #8B8B8B;
}
.search__input:focus {
  outline-color: #CD0200;
}
.search__icon {
  position: absolute;
  transform: translateX(20px);
}
.search__btn {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  width: 26.64%;
  background-color: #CD0200;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  padding: 0 17px 0 24px;
  font-family: "HelveticaNeueCyrMedium";
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #ffffff;
  transition: background-color 0.2s linear;
}
.search__btn:hover {
  background-color: #a70300;
}

.clear__icon {
  position: absolute;
  right: 28%;
  opacity: 0.3;
  cursor: pointer;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete > li > div {
  padding: 4px 10px;
}
.ui-autocomplete li.ui-menu-item {
  font-family: "HelveticaNeueCyrMedium";
  color: #000000;
  font-size: 16px;
}

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #CD0200;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
  cursor: pointer;
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal.show {
  display: flex;
}
.modal__dialog {
  width: 95%;
  max-width: 1160px;
  margin: auto;
  position: relative;
  background-color: #fff;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.scheme-img {
  border-radius: 4px;
}

.close-icon {
  position: absolute;
  top: 26px;
  right: 19px;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.close-icon:hover {
  transform: rotate(90deg);
}

.back {
  display: flex;
  align-items: center;
  font-family: "HelveticaNeueCyr";
  font-size: 16px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 21px;
  width: 190px;
  text-decoration: none;
}
.back:hover {
  cursor: pointer;
  color: #000000;
  text-decoration: underline;
}

.go-back {
  transform: rotate(180deg);
  height: 32px;
  width: 32px;
  margin-right: 18px;
}

.info {
  margin-top: 12px;
  margin-bottom: 69px;
}
.info__container {
  max-width: 1170px;
}

.product__block {
  background: #ffffff;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  height: 500px;
  width: 100%;
}
.product__img {
  height: 100%;
  width: 50%;
}
.product__info {
  padding: 51px 70px 62px 29px;
}
.product__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #000000;
}
.product__title::after {
  content: "";
  width: 125px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 15px;
  border-radius: 30px;
}
.product__price {
  font-family: "HelveticaNeueCyrBold";
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #CD0200;
  margin-top: 30px;
}
.product__description {
  font-family: "HelveticaNeueCyr";
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #858585;
  margin-top: 30px;
}
.product__btn {
  background: #CD0200;
  box-shadow: 0px 2px 7px rgba(232, 8, 6, 0.3);
  border-radius: 12px;
  color: #ffffff;
  font-family: "HelveticaNeueCyrMedium";
  font-size: 18px;
  letter-spacing: 0.06em;
  width: 270px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  transition: background-color 0.2s linear;
}
.product__btn:hover {
  background-color: #a70300;
}

.currency {
  font-family: "HelveticaNeueCyrBold";
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #262626;
}

.aditional {
  margin-bottom: 92px;
}
.aditional__container {
  display: flex;
  max-width: 1170px;
}
.aditional__useful {
  width: 58%;
  height: 715px;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 57px 49px 130px 47px;
  margin-right: 30px;
}
.aditional__useful-title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 30px;
}
.aditional__useful-text {
  font-family: "HelveticaNeueCyr";
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #000000;
  line-height: 27px;
}
.aditional__reviews {
  width: 42%;
  height: 715px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 57px 47px 79px 49px;
}
.aditional__reviews-title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 25px;
}

.reviews__item {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.28);
}
.reviews__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.reviews__img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 50%;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.25));
}
.reviews__info {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.reviews__name {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 10px;
  height: 30px;
}
.reviews__text {
  font-family: "HelveticaNeueCyr";
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.03em;
  color: #000000;
}

.more__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1170px;
}

.cart {
  margin-top: 12px;
  margin-bottom: 121px;
}
.cart__container {
  max-width: 1170px;
}
.cart__block {
  padding: 60px 70px 72px 45px;
  background: #ffffff;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
}
.cart__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 50px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.cart__item:first-child {
  padding-top: 0;
}
.cart__item-main {
  display: flex;
}
.cart__item-delete {
  cursor: pointer;
  transition: transform 0.5s ease;
  margin-right: 32px;
}
.cart__item-delete:hover {
  transform: rotate(90deg);
}
.cart__item-img {
  margin-right: 29px;
  border-radius: 10px;
  height: 245px;
  width: 270px;
}
.cart__item-info {
  margin-top: 24px;
}
.cart__item-title {
  font-size: 26px;
  font-family: "HelveticaNeueCyrMedium";
  letter-spacing: 0.06em;
  color: #000000;
  width: 260px;
}
.cart__item-title::after {
  content: "";
  width: 125px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 10px;
  border-radius: 30px;
}
.cart__item-price {
  font-family: "HelveticaNeueCyrBold";
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #CD0200;
  margin-top: 24px;
}
.cart__item-sum {
  font-family: "HelveticaNeueCyrBold";
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #000000;
  min-width: 160px;
  text-align: right;
}
.cart__item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.cart__footer {
  display: flex;
  justify-content: space-between;
}

.sum-title {
  position: absolute;
  top: 61px;
  right: 70px;
  font-family: "HelveticaNeueCyr";
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #000000;
  opacity: 0.7;
}

.v-counter {
  display: flex;
  align-items: center;
}

.count-wrap {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.count {
  width: 68px;
  height: 68px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "HelveticaNeueCyrMedium";
  font-size: 30px;
  letter-spacing: 0.06em;
  color: #000000;
  text-align: center;
  position: relative;
}

.kg {
  font-size: 18px;
  font-family: "HelveticaNeueCyrMedium";
  font-style: italic;
  color: #262626;
  position: absolute;
  transform: translateY(70px);
}

.minusBtn {
  background-color: #000000;
  border: none;
  width: 20px;
  height: 2px;
}

.plusBtn {
  background-color: #000000;
  border: none;
  width: 20px;
  height: 2px;
}
.plusBtn::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  transform: rotate(90deg);
}

.continue-shopping {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #7F7F7F;
  border-radius: 12px;
  width: 270px;
  height: 50px;
  margin-top: 94px;
  transition: background-color 0.2s linear;
}
.continue-shopping:hover {
  background-color: #383838;
}

.total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 374px;
  height: 183px;
  background-color: #333333;
  padding: 10px 23px 43px 45px;
}
.total__info {
  display: flex;
  justify-content: space-between;
  font-family: "HelveticaNeueCyrMedium";
  font-size: 26px;
  letter-spacing: 0.06em;
  color: #ffffff;
  width: 100%;
  height: 40px;
}
.total__buy {
  background: #CD0200;
  box-shadow: 0px 2px 7px rgba(232, 8, 6, 0.3);
  border-radius: 12px;
  color: #ffffff;
  font-family: "HelveticaNeueCyrMedium";
  font-size: 18px;
  letter-spacing: 0.06em;
  width: 299px;
  height: 50px;
  transition: background-color 0.2s linear;
}
.total__buy:hover {
  background-color: #a70300;
}

.also__container {
  max-width: 1170px;
}
.also__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 32px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 56px;
}
.also__title::after {
  content: "";
  width: 125px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 20px;
  border-radius: 30px;
}
.also__products {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about {
  margin-top: 12px;
  margin-bottom: 126px;
}
.about__container {
  max-width: 1170px;
}
.about__wrapper {
  display: flex;
  align-items: center;
}
.about__img {
  width: 570px;
  height: 500px;
  border-radius: 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
  margin-right: 54px;
}
.about__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #333333;
  margin-bottom: 44px;
}
.about__title::after {
  content: "";
  width: 94px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 19px;
  border-radius: 30px;
}
.about__title .bold {
  font-family: "HelveticaNeueCyrBold";
  color: #000000;
}
.about__text {
  font-family: "HelveticaNeueCyr";
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #858585;
}

.mission {
  margin-bottom: 80px;
}
.mission__container {
  max-width: 1170px;
}
.mission__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.mission__title-text {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #000000;
}
.mission__title-line {
  content: "";
  background-color: #E0E0E0;
  width: 83%;
  height: 1px;
}
.mission__text {
  font-family: "HelveticaNeueCyr";
  font-size: 20px;
  letter-spacing: 0.06em;
  color: #000000;
}
.mission__text .bold {
  font-family: "HelveticaNeueCyrMedium";
  color: #000000;
}

.fresh {
  margin-bottom: 132px;
}
.fresh__container {
  max-width: 1170px;
}
.fresh__title {
  font-family: "HelveticaNeueCyrBold";
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: center;
  margin-bottom: 144px;
}
.fresh__title::after {
  content: "";
  width: 94px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin: 19px auto 0;
  border-radius: 30px;
}
.fresh__slider {
  display: flex;
  justify-content: center;
  position: relative;
}
.fresh__slider-content {
  min-width: 0;
}
.fresh__slider-slide {
  display: flex;
  justify-content: center;
  width: 1146px;
  border-radius: 20px;
}
.fresh__slider-img {
  border-radius: 20px;
}
.fresh__slider .prev-btn, .fresh__slider .next-btn {
  margin: 0;
  position: absolute;
  z-index: 10000;
  top: 50%;
}
.fresh__slider .prev-btn:hover, .fresh__slider .next-btn:hover {
  background-color: #CD0200;
}
.fresh__slider .prev-btn {
  left: 33px;
}
.fresh__slider .next-btn {
  right: 33px;
}

.delivery {
  margin-top: 12px;
  margin-bottom: 66px;
}
.delivery__container {
  max-width: 1170px;
}
.delivery__description {
  display: flex;
  align-items: center;
}
.delivery__img {
  min-width: 600px;
  min-height: 500px;
  background: #ffffff;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  z-index: 100;
}
.delivery__info {
  background: #F5F5F5;
  border-radius: 20px;
  height: 444px;
  padding: 54px;
}
.delivery__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 35px;
}
.delivery__title .bold {
  font-family: "HelveticaNeueCyrBold";
  color: #000000;
}
.delivery__title::after {
  content: "";
  width: 94px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 19px;
  border-radius: 30px;
}
.delivery__text {
  font-family: "HelveticaNeueCyr";
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: #383838;
}

.conditions {
  margin-bottom: 125px;
}
.conditions__container {
  max-width: 1170px;
}
.conditions__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.conditions__title-text {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #000000;
}
.conditions__title-line {
  content: "";
  background-color: #E0E0E0;
  width: 78%;
  height: 1px;
}
.conditions__text {
  font-family: "HelveticaNeueCyr";
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #000000;
}
.conditions__text .bold {
  font-family: "HelveticaNeueCyrMedium";
  color: #000000;
}

.geography {
  margin-bottom: 82px;
}
.geography__container {
  max-width: 1170px;
  display: flex;
  align-items: center;
}
.geography__info {
  background: #F5F5F5;
  border-radius: 20px 0 0 20px;
  height: 444px;
  padding: 101px 65px 100px 75px;
}
.geography__img {
  min-width: 570px;
  max-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(10px 10px 50px rgba(0, 0, 0, 0.08));
  z-index: 100;
}
.geography__map {
  transform: scale(1.1);
}
.geography__title {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 28px;
  letter-spacing: 0.06em;
  color: #000000;
  margin-bottom: 38px;
}
.geography__title::after {
  content: "";
  width: 94px;
  height: 5px;
  background-color: #CD0200;
  display: block;
  margin-top: 19px;
  border-radius: 30px;
}
.geography__text {
  font-family: "HelveticaNeueCyr";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #383838;
}

.terms {
  margin-bottom: 180px;
}
.terms__container {
  max-width: 1170px;
}
.terms__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.terms__title-text {
  font-family: "HelveticaNeueCyrMedium";
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #000000;
}
.terms__title-line {
  content: "";
  background-color: #E0E0E0;
  width: 75%;
  height: 1px;
}
.terms__text {
  font-family: "HelveticaNeueCyr";
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #000000;
}

@media (max-width: 1200px) {
  .intro__title {
    margin-top: 0;
    padding-top: 100px;
  }
  .title__top {
    height: auto;
  }
  .header {
    display: flex;
    position: absolute;
    width: 100%;
    top: -310px;
    border-radius: 0 0 75px 75px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100;
    padding-top: 20px;
    transition: top 0.5s ease;
  }
  .header__user {
    display: block;
  }
  .header__container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__logo {
    display: none;
  }
  .header__logo.second {
    display: flex;
    top: 5px;
    left: 0;
  }
  .header__navbar {
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .header__menu {
    flex-wrap: wrap;
  }
  .header__menu-icon {
    display: block;
    z-index: 1000;
  }
  .header.show {
    top: 0;
  }
  .header--footer {
    display: none;
  }
  .menu__item {
    min-width: 100%;
    text-align: center;
    margin-right: 0;
    padding: 5px 0;
  }
  .menu__item::after {
    margin: 0 auto;
  }
  .menu__item:hover {
    color: #CD0200;
    cursor: pointer;
  }
  .menu__item:hover::after {
    width: 15%;
    background: #CD0200;
    border-radius: 10px;
  }
  .shop-cart {
    padding-left: 10px;
    margin-right: 0;
  }
  .shop-cart-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    font-size: 16px;
    font-family: "HelveticaNeueCyrMedium";
    color: #ffffff;
  }
  .shop-cart-counter {
    transform: translate(54px, -14px);
  }
  .shop-cart-text {
    display: inline-block;
  }
  .reg {
    justify-content: center;
    width: 100%;
    padding: 5px 0;
  }
  .youtube-player {
    display: flex;
    height: auto;
    min-width: 580px;
  }
  .slider__img {
    height: auto;
  }
  .slider__text {
    font-size: 30px;
  }
  .slick-prev {
    left: 35%;
  }
  .slick-next {
    right: 35%;
  }
  .footer__main {
    margin-top: 50px;
  }
  .footer__shop-cart {
    display: none;
  }
  .footer__address {
    margin-bottom: 30px;
  }
  .footer__socials {
    padding: 30px 20px 0;
  }
  .aditional__container {
    flex-wrap: wrap;
  }
  .aditional__useful {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .aditional__reviews {
    width: 100%;
    height: auto;
  }
  .reviews__info {
    width: 80%;
  }
  .about__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about__img {
    max-width: 90%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .about__title {
    text-align: center;
  }
  .about__title::after {
    margin: 19px auto 0;
  }
  .about__text {
    text-align: center;
  }
  .fresh__slider .next-btn {
    right: 0;
  }
  .fresh__slider .prev-btn {
    left: 0;
  }
  .fresh__title {
    margin-bottom: 90px;
  }
  .delivery__img {
    display: none;
  }
  .delivery__info {
    height: auto;
    border-radius: 20px;
  }
  .conditions__title-line {
    max-width: 73%;
  }
  .geography__info {
    padding: 54px 65px 50px 75px;
  }
  .terms {
    margin-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .products__list {
    justify-content: space-evenly;
  }
  .cats__block {
    justify-content: space-evenly;
  }
  .footer__content {
    flex-wrap: wrap;
  }
  .footer__main {
    margin-top: 50px;
  }
  .footer__location {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer__map {
    width: 100%;
  }
  .footer__info {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .slick-prev {
    left: 30%;
  }
  .slick-next {
    right: 30%;
  }
  .slider__slide {
    flex-wrap: wrap;
    height: 600px;
  }
  .slider__img {
    height: 370px;
  }
  .slider__text {
    font-size: 24px;
    margin-right: 0;
  }
  .youtube-player {
    min-width: 500px;
  }
  .search__input {
    padding-left: 20px;
  }
  .search__icon {
    display: none;
  }
  .search__btn {
    width: 25%;
    min-width: 150px;
  }
  .clear__icon {
    right: 35%;
  }
  .categories__products {
    justify-content: space-around;
  }
  .product__block {
    height: auto;
    flex-wrap: wrap;
  }
  .product__img {
    display: none;
  }
  .cart__item-wrap {
    flex-wrap: wrap;
  }
  .cart__item-main {
    min-width: 100%;
  }
  .cart__item-img {
    margin-bottom: 20px;
  }
  .cart__item-title {
    width: auto;
  }
  .v-counter {
    transform: translateX(63px);
  }
  .sum-title {
    display: none;
  }
  .total {
    margin-bottom: 20px;
    max-width: 340px;
  }
  .total__buy {
    max-width: 272px;
  }
  .mission__title-line {
    max-width: 75%;
  }
  .fresh__title {
    margin-bottom: 60px;
  }
  .fresh__slider .next-btn, .fresh .prev-btn {
    top: 46%;
  }
  .conditions__title-line {
    max-width: 65%;
  }
  .geography__img {
    display: none;
  }
  .geography__info {
    height: auto;
    border-radius: 20px;
    padding: 54px;
  }
  .terms__title-line {
    width: 68%;
  }
}
@media (max-width: 768px) {
  .title__top {
    font-size: 75px;
  }
  .title__bottom {
    font-size: 55px;
  }
  .cats {
    margin-bottom: 80px;
  }
  .cats__item {
    width: 250px;
  }
  .cats__item-name {
    font-size: 32px;
  }
  .products__show-more {
    margin-top: 60px;
  }
  .slick-prev {
    left: 25%;
  }
  .slick-next {
    right: 25%;
  }
  .filter {
    position: absolute;
    z-index: 1000;
    background: #ffffff;
    left: -265px;
    height: 343vh;
    transition: left 0.5s ease;
  }
  .filter:hover, .filter:active {
    left: 0;
  }
  .reviews__info {
    width: 70%;
  }
  .more__container {
    justify-content: space-around;
  }
  .cart__block {
    padding: 60px 40px 72px 40px;
  }
  .cart__item-img {
    height: 190px;
    width: auto;
  }
  .cart__item-price {
    font-size: 30px;
  }
  .cart__footer {
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
    justify-content: right;
  }
  .v-counter {
    transform: translateX(32px);
  }
  .continue-shopping {
    margin-top: 0;
  }
  .fresh__slider .next-btn, .fresh .prev-btn {
    top: 42%;
  }
  .mission__title-line {
    max-width: 67%;
  }
  .back {
    margin-bottom: 40px;
  }
  .conditions__title-line {
    max-width: 55%;
  }
  .terms__title-line {
    max-width: 57%;
  }
  .clear__icon {
    right: 28%;
  }
}
@media (max-width: 576px) {
  .intro__title {
    margin: 0 0 50px;
  }
  .intro__btn {
    font-size: 17px;
    max-width: 250px;
    max-height: 60px;
  }
  .title__top {
    font-size: 55px;
  }
  .title__bottom {
    font-size: 50px;
  }
  .cats__title {
    font-size: 28px;
  }
  .cats__title::after {
    max-width: 150px;
  }
  .products__title {
    font-size: 28px;
  }
  .products__title::after {
    max-width: 150px;
  }
  .youtube-player {
    min-width: 280px;
    justify-content: center;
    overflow: hidden;
  }
  .youtube-player img {
    width: 99%;
  }
  .slider__text {
    font-size: 20px;
  }
  .slider__img {
    height: 250px;
  }
  .slick-prev {
    left: 8%;
  }
  .slick-next {
    right: 8%;
  }
  .search {
    flex-wrap: wrap;
  }
  .search__input {
    width: 100%;
  }
  .search__btn {
    width: 100%;
  }
  .clear__icon {
    right: 10px;
    top: 10px;
  }
  .product__img {
    width: 100%;
    display: block;
  }
  .product__info {
    padding: 25px;
  }
  .product__btn {
    width: 230px;
  }
  .aditional__useful {
    padding: 25px;
  }
  .aditional__useful-text {
    font-size: 15px;
  }
  .aditional__reviews {
    padding: 25px;
  }
  .reviews__info {
    width: 50%;
  }
  .reviews__name {
    height: auto;
  }
  .cart__block {
    padding: 40px 26px 60px 15px;
  }
  .cart__item-img {
    height: 75px;
    margin-right: 15px;
  }
  .cart__item-info {
    margin-top: 0;
  }
  .cart__item-title {
    font-size: 18px;
  }
  .cart__item-title::after {
    width: 110px;
    margin-top: 5px;
  }
  .cart__item-price {
    font-size: 16px;
  }
  .cart__item-sum {
    font-size: 17px;
    min-width: 100px;
  }
  .cart__item-delete {
    margin-right: 15px;
  }
  .cart .currency {
    font-size: 13px;
  }
  .count {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .count-wrap {
    margin: 0 15px;
  }
  .plusBtn {
    width: 15px;
  }
  .plusBtn::after {
    width: 15px;
  }
  .minusBtn {
    width: 15px;
  }
  .v-counter {
    transform: translateX(-10px);
  }
  .kg {
    transform: translateY(50px);
    font-size: 15px;
  }
  .total {
    width: 100%;
    padding: 10px 15px 40px 15px;
  }
  .total__buy {
    max-width: 100%;
  }
  .total__info {
    font-size: 22px;
  }
  .continue-shopping {
    width: 100%;
  }
  .also__title {
    font-size: 27px;
  }
  .also__products {
    justify-content: space-around;
  }
  .about__title {
    font-size: 22px;
  }
  .about__text {
    font-size: 16px;
  }
  .mission__title-text {
    font-size: 22px;
  }
  .mission__title-line {
    display: none;
  }
  .mission__text {
    font-size: 16px;
  }
  .fresh {
    margin-bottom: 80px;
  }
  .fresh__title {
    font-size: 22px;
  }
  .fresh__slider .next-btn, .fresh .prev-btn {
    height: 40px;
    width: 40px;
    top: 40%;
  }
  .delivery__title {
    font-size: 22px;
  }
  .delivery__info {
    padding: 25px;
  }
  .delivery__text {
    font-size: 16px;
  }
  .conditions {
    margin-bottom: 80px;
  }
  .conditions__title-line {
    display: none;
  }
  .conditions__text {
    font-size: 16px;
  }
  .geography {
    margin-bottom: 80px;
  }
  .geography__info {
    padding: 25px;
  }
  .geography__title {
    font-size: 22px;
  }
  .geography__text {
    font-size: 16px;
  }
  .terms {
    margin-bottom: 80px;
  }
  .terms__title {
    font-size: 22px;
  }
  .terms__title-line {
    display: none;
  }
  .terms__text {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */