@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

button:active,
button:focus {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

@font-face {
  font-family: "Custom";
  src: url("/fonts/Custom-Light.eot");
  src: local("Custom Light"), local("Custom-Light"), url("/fonts/Custom-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/Custom-Light.woff2") format("woff2"), url("/fonts/Custom-Light.woff") format("woff"), url("/fonts/Custom-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Custom";
  src: url("/fonts/Custom-Thin.eot");
  src: local("Custom Thin"), local("Custom-Thin"), url("/fonts/Custom-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Custom-Thin.woff2") format("woff2"), url("/fonts/Custom-Thin.woff") format("woff"), url("/fonts/Custom-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Custom Book";
  src: url("/fonts/Custom-Book.eot");
  src: local("Custom Book"), local("Custom-Book"), url("/fonts/Custom-Book.eot?#iefix") format("embedded-opentype"), url("/fonts/Custom-Book.woff2") format("woff2"), url("/fonts/Custom-Book.woff") format("woff"), url("/fonts/Custom-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Custom";
  src: url("/fonts/Custom-Regular.eot");
  src: local("Custom Regular"), local("Custom-Regular"), url("/fonts/Custom-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Custom-Regular.woff2") format("woff2"), url("/fonts/Custom-Regular.woff") format("woff"), url("/fonts/Custom-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Custom";
  src: url("/fonts/Custom-Bold.eot");
  src: local("Custom Bold"), local("Custom-Bold"), url("/fonts/Custom-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Custom-Bold.woff2") format("woff2"), url("/fonts/Custom-Bold.woff") format("woff"), url("/fonts/Custom-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Custom";
  src: url("/fonts/Custom-Medium.eot");
  src: local("Custom Medium"), local("Custom-Medium"), url("/fonts/Custom-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Custom-Medium.woff2") format("woff2"), url("/fonts/Custom-Medium.woff") format("woff"), url("/fonts/Custom-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  border: none;
  outline: none;
}

body {
  font-family: "Custom";
  font-size: 16px;
  font-weight: 400;
  background: #f7f7f7;
}

textarea,
input,
* {
  font-family: "Custom";
}

button {
  cursor: pointer;
  font-family: "Custom";
}

h1 {
  font-size: 48px;
  font-weight: 500;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
  font-weight: 500;
}

.container {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 18px 100px;
  color: #fff;
  border-radius: 5px;
  background: #1c3f5f;
  transition: background-color 0.3s ease;
}
.btn:hover {
  background-color: #3c77ad;
}
.btn-white {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 18px 100px;
  color: #1c3f5f;
  border-radius: 5px;
  background: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-white:hover {
  color: #cccfff;
  background-color: #3c77ad;
}

header {
  padding-top: 20px;
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
}
.header__logo {
  display: block;
  width: auto;
  height: 50px;
  margin-right: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header-nav {
  margin-right: auto;
}
.header-nav ul {
  display: flex;
  align-items: center;
}
.header-nav__item {
  color: #000;
}
.header-nav__item a {
  color: #000;
}
.header-nav__item a:hover {
  text-decoration: none;
}
.header-nav__item:not(:last-child) {
  margin-right: 50px;
}
.header__cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__cart p {
  font-weight: 500;
  margin-left: 10px;
}

.header-search-wrap {
  width: 329px;
  display: flex;
  height: 39px;
  border-radius: 5px;
  margin: 0 auto;
}
.header-search__input {
  border: 1px solid #8a8a8a;
  border-radius: 5px 0px 0px 5px;
  border-right: 0px;
  height: 100%;
  font-size: 14px;
  padding-left: 11px;
}
.header-search__input::-moz-placeholder {
  color: #c0c0c0;
}
.header-search__input:-ms-input-placeholder {
  color: #c0c0c0;
}
.header-search__input::placeholder {
  color: #c0c0c0;
}
.header-search__btn {
  border-radius: 5px;
  height: 100%;
  color: #fff;
  background: #1c3f5f;
  font-size: 14px;
  width: 110px;
  text-align: center;
  transform: translateX(-2px);
}

.hero {
  display: flex;
  flex-direction: column;
}
.hero-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 35px;
}
.hero-top__title {
  font-weight: 500;
  line-height: 1.3;
  font-size: 40px;
  width: 50%;
  color: #484848;
}
.hero-slider {
  width: 100%;
  height: 480px;
  margin-top: 40px;
  position: relative;
}
.hero-slider__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 50px;
}
.hero-slide__title {
  width: 45%;
  color: #fff;
}
.hero-slide__btn {
  margin-top: auto;
}
.hero-slide__img {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 440px;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.hero-bottom__controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
}
.hero-bottom__controls * {
  position: static;
}
.hero-bottom__controls-prev {
  display: flex;
  align-items: center;
  height: 25px;
  margin: auto auto;
}
.hero-bottom__controls-prev::after {
  width: 26px;
  height: 19px;
  content: "";
  transform: rotate(180deg);
  background: url(/img/shared/arrowRightBlue.svg) center no-repeat;
  background-size: contain;
}
.hero-bottom__controls-next {
  display: flex;
  align-items: center;
  height: 25px;
  margin: auto auto;
}
.hero-bottom__controls-next::after {
  width: 26px;
  height: 19px;
  content: "";
  background: url(/img/shared/arrowRightBlue.svg) center no-repeat;
  background-size: contain;
}
.hero-bottom__controls-pagination {
  font-size: 0px;
  margin: 0px 15px;
}
.hero-bottom__controls-pagination .swiper-pagination-current {
  font-size: 24px;
}
.hero-bottom__description {
  font-size: 24px;
  font-weight: 400;
  color: #484848;
}

.products-sec {
  margin-top: 90px;
}
.products-line {
  display: flex;
  justify-content: space-between;
}
.products-line__controls {
  display: flex;
}
.products-slider {
  margin-top: 30px;
  padding: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.products-slider__prev, .products-slider__next {
  position: static;
  width: 38px;
  height: 38px;
  background: url(/img/shared/arrowRightCircle.svg) no-repeat center;
  background-size: contain;
}
.products-slider__prev::after, .products-slider__next::after {
  content: "";
}
.products-slider__prev {
  transform: rotateY(180deg);
}
.products-slider__next {
  margin-left: 55px;
}
.products-card {
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  transition: box-shadow 0.3s ease;
}
.products-card:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.products-card__img {
  display: block;
  margin: auto auto;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-card__img-wrapper {
  position: relative;
  height: 200px;
}
.products-card-plates {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 75%;
}
.products-card-plates__item {
  padding: 3px 15px;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.products-card-plates__item--sale {
  background: #3cb802;
  color: #fff;
}
.products-card-plates__item--hit {
  background: #1c3f5f;
  color: #fff;
}
.products-card__title {
  margin-top: 10px;
  font-weight: 300;
  height: 48px;
  color: #8a8a8a;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.products-card-bottom__price {
  color: #000;
}
.products-card-bottom__add.btn {
  padding: 8px 20px;
}

.categories {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  height: 450px;
}
.categories-sec {
  margin-top: 100px;
}
.categories-sec .container {
  width: 1240px;
}
.categories-top {
  position: relative;
  display: flex;
}
.categories-top .categories__prev {
  margin: 0px 55px 0px auto !important;
}
.categories-top .categories__next {
  margin: 0px 20px 0px 0px !important;
}
.categories__title {
  padding: 0px 20px;
}
.categories-slider {
  width: 100%;
  height: 100%;
  padding: 20px 20px;
}
.categories-slider .swiper-wrapper {
  width: 100%;
}
.categories-slider-item {
  background: #fff;
  padding: 16px;
  height: calc((100% - 30px) / 2) !important;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.categories-slider-item:hover {
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.categories-slider-item__title {
  font-size: 20px;
  font-weight: 500;
  z-index: 10;
  position: relative;
}
.categories-slider-item__img {
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.delivery {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  transform: translateX(50px);
}
.delivery-sec {
  background: #fff;
  padding: 40px 0px;
}
.delivery-content {
  width: 40%;
}
.delivery__title {
  font-weight: 500;
  line-height: 48px;
}
.delivery__description {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #8a8a8a;
}
.delivery__btn {
  margin-top: 90px;
}

.posts-sec {
  margin-top: 60px;
}
.posts-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.posts__more {
  color: #1c3f5f;
  font-size: 14px;
}
.posts-slider {
  width: 100%;
  margin-top: 40px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.posts-slider-item__img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.posts-slider-item__title {
  margin-top: 11px;
  line-height: 1.2;
  max-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts-slider-item__description {
  color: #8a8a8a;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.connect {
  display: flex;
  justify-content: space-between;
}
.connect-sec {
  margin-top: 60px;
}
.connect-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  width: calc(25% - 6px);
}
.connect-item__img {
  min-height: 55%;
  width: auto;
  max-width: calc(30% - 15px);
  display: block;
  margin-right: 15px;
}
.connect-item-content {
  width: 70%;
  min-width: 70%;
  display: flex;
  flex-direction: column;
}
.connect-item-content__title {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.connect-item-content__description {
  margin-top: 12px;
  max-width: 100%;
  color: #8a8a8a;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.connect__btn {
  height: auto;
  padding: 0px;
  font-size: 20px;
  width: calc(25% - 6px);
}

footer {
  background: #191919;
  padding: 35px 0px;
  margin-top: 120px;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-info {
  display: flex;
  flex-direction: column;
}
.footer-info__logo {
  width: 140px;
  height: 45px;
  filter: brightness(10);
  margin-bottom: 15px;
}
.footer-info__text {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 5px;
  transition: color 0.3s ease;
}
.footer-info__phone:hover {
  color: #c1c1c1;
}
.footer-info__mail:hover {
  color: #c1c1c1;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  width: 60%;
  padding-top: 25px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
  max-width: 200px;
}
.footer-list__title {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.footer-list__item {
  margin-top: 10px;
}
.footer-list__item a {
  color: #fff;
  font-weight: 300;
  color: #8a8a8a;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer-list__item:hover a {
  color: #c1c1c1;
}
.footer__policy {
  width: 100%;
  color: #8a8a8a;
  font-weight: 300;
  font-size: 14px;
  margin-top: 30px;
  transition: color 0.3s ease;
}
.footer__policy:hover {
  color: #c1c1c1;
}

@media (max-width: 1399px) {
  .delivery {
    margin: 0 auto;
    transform: none;
  }
  .delivery__map {
    width: 50%;
  }
  .products-card__img-wrapper {
    height: 200px;
  }
  .posts-slider-item__img {
    height: 200px;
  }
  .container {
    width: 960px;
  }
  .categories-sec .container {
    width: 1000px;
  }
  .delivery {
    width: 960px;
  }
  .hero-top__title {
    width: 65%;
  }
  .categories-slider-item__img {
    max-height: 65%;
  }
  .posts-slider-item__img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 840px;
  }
  .categories-sec .container {
    width: 880px;
  }
  .delivery {
    width: 840px;
  }
  .hero-top__title {
    max-width: 53%;
    font-size: 30px;
    line-height: 36px;
  }
  .hero-slider {
    height: 330px;
  }
  .hero-slide__img {
    right: 20px;
    width: 320px;
  }
  .products-slider__next {
    margin-left: 35px;
  }
  .delivery__title {
    font-size: 36px;
    line-height: 1.2;
  }
  .delivery__description {
    font-size: 18px;
  }
  .delivery__btn {
    margin-top: 50px;
  }
  .connect__btn {
    font-size: 16px;
  }
  .connect-item {
    position: relative;
    padding-left: 50px;
  }
  .connect-item-content {
    width: 100%;
  }
  .connect-item-content__description {
    font-size: 12px;
  }
  .connect-item__img {
    max-width: calc(20% - 15px);
    max-height: 40px;
    position: absolute;
    top: 0px;
    left: 10px;
  }
  .categories {
    height: 380px;
  }
  .categories-slider-item__img {
    top: auto;
    transform: none;
    bottom: 15px;
  }
}
@media (max-width: 880px) {
  .container {
    width: 680px;
  }
  .categories-sec .container {
    width: 720px;
  }
  .delivery {
    width: 680px;
  }
  .categories-top .categories__prev {
    margin-right: 15px !important;
  }
  .products-sec,
.categories-sec,
.posts-sec {
    margin-top: 50px;
  }
  footer {
    margin-top: 70px;
  }
  .hero-bottom__description {
    font-size: 18px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .btn,
.btn-white {
    padding: 12px 60px;
  }
  .header__logo {
    margin-right: 40px;
  }
  .header-nav__item {
    font-size: 14px;
  }
  .hero-top__title {
    max-width: 100%;
    margin-right: 25px;
  }
  .categories {
    margin-top: 0px;
  }
  .products-slider {
    margin-top: 10px;
  }
  .delivery__title {
    font-size: 24px;
  }
  .delivery__description {
    margin-top: 10px;
    font-size: 16px;
  }
  .connect {
    flex-wrap: wrap;
  }
  .connect-item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    padding-left: 80px;
  }
  .connect-item-content__description {
    -webkit-line-clamp: 2;
  }
  .connect-item__img {
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
  }
  .connect-item:nth-child(3) .connect-item__img {
    left: 15px;
  }
  .connect__btn {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .footer-list__title {
    font-size: 16px;
  }
  .footer-info__text {
    font-size: 12px;
  }
  .footer-list__item a {
    font-size: 12px;
  }
  .products-card__title {
    font-size: 14px;
    height: 45px;
  }
  .header-nav__item:not(:last-child) {
    margin-right: 25px;
  }
  .products-slider__next {
    margin-left: 15px;
  }
  .products-slider__prev,
.products-slider__next {
    width: 25px;
    height: 25px;
    margin-top: 0px;
  }
  .products-card-plates__item--sale {
    font-size: 12px;
  }
  .categories-slider-item__title {
    font-size: 16px;
  }
  .posts-slider-item__description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 580px;
  }
  .categories-sec .container {
    width: 620px;
  }
  .delivery {
    width: 580px;
  }
  .header {
    justify-content: space-between;
  }
  .hero-slider {
    height: 260px;
  }
  .hero-slide__img {
    width: 230px;
  }
  .hero-top__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .hero-slide {
    padding: 25px;
    justify-content: flex-start;
  }
  .header-nav {
    display: none;
  }
  .hero-slide__btn {
    margin-top: 60px;
  }
  h2 {
    font-size: 22px;
  }
  .hero-bottom {
    margin-top: 10px;
  }
  .footer-info {
    width: 100%;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-list {
    margin: 0;
  }
  .connect__btn {
    padding: 0px;
  }
}
@media (max-width: 640px) {
  .container {
    width: calc(100% - 40px);
  }
  .categories-sec .container {
    width: 100%;
  }
  .delivery {
    width: calc(100% - 40px);
  }
  .products-sec .container {
    width: 100%;
  }
  .products-sec .container > * > * {
    padding: 0px 20px;
  }
  .products-slider {
    padding: 0px 70px 0px 0px !important;
    margin-left: 20px;
  }
  .posts-sec .container {
    width: 100%;
  }
  .posts-sec .container > * {
    padding: 0px 20px;
  }
  .posts-slider {
    width: calc(100% - 20px);
    padding: 0px 70px 0px 0px !important;
    margin-left: 20px;
    margin-top: 10px;
  }
  .categories-slider {
    padding-right: 60px;
  }
}
@media (max-width: 520px) {
  .btn,
.btn-white {
    padding: 13px 35px;
    font-size: 14px;
  }
  .products-slider {
    padding-right: 150px !important;
  }
  .delivery {
    flex-direction: column;
  }
  .delivery-content {
    width: 100%;
  }
  .delivery__map {
    width: 100%;
    margin-top: 30px;
  }
  .delivery__btn {
    margin-top: 25px;
  }
  .connect-item,
.connect__btn {
    width: 100%;
    height: 85px;
  }
  .connect__btn {
    font-size: 20px;
  }
  .connect-item {
    padding-left: 90px;
  }
  .hero-top__title {
    width: auto;
  }
  .hero-slide__img {
    width: 42%;
    right: 30px;
  }
  .hero-bottom__description {
    display: none;
  }
  .hero-slider {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .hero-bottom__controls {
    margin: 0 auto;
  }
  .hero-bottom__controls .swiper-pagination-bullet-active {
    background: #1c3f5f;
  }
  .hero-bottom__controls .hero-slider__prev {
    display: none;
  }
  .hero-bottom__controls .hero-slider__next {
    display: none;
  }
  .footer-menu {
    flex-wrap: wrap;
  }
  .footer-list {
    width: 50%;
  }
  .footer-list__item {
    font-size: 14px;
  }
  .hero-slider {
    height: 300px;
  }
  .hero-slide {
    padding: 30px;
  }
  .hero-slide__title {
    font-size: 16px;
    font-weight: 400;
  }
  .hero-slide__btn {
    margin-top: auto;
  }
  .posts-slider-item__img {
    height: 180px;
  }
  .hero-bottom__controls .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: transform 0.3s ease;
  }
  .hero-bottom__controls .swiper-pagination-bullet-active {
    transform: scale(1.3);
  }
}
@media (max-width: 420px) {
  .posts-slider {
    padding-right: 110px !important;
  }
  .posts-slider-item__img {
    width: 100%;
    height: 210px;
  }
  .products-slider {
    padding-right: 90px !important;
  }
  .hero-slider {
    height: 280px;
  }
  .hero-slide {
    padding: 12px;
  }
  .hero-slide__img {
    right: 15px;
  }
  .hero-top__title {
    margin-right: 0px;
  }
  .hero-slide__title {
    font-size: 14px;
    line-height: 1.32;
    font-weight: 300;
  }
}
@media (max-width: 374px) {
  .hero-top__title {
    font-size: 18px;
  }
}
@media (max-width: 365px) {
  .connect-item:nth-child(3) .connect-item__img {
    left: 22px;
  }
  .products-slider {
    padding-right: 60px !important;
  }
  .hero-slider {
    height: 245px;
  }
}
.hero-banner {
  background: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
}
.hero-banner-sec {
  margin-top: 47px;
}
.hero-banner-content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.hero-banner-content__title {
  font-size: 36px;
  font-weight: 400;
  max-width: 350px;
}
.hero-banner-content__btn {
  margin-top: 30px;
}
.hero-banner__img {
  max-height: 100%;
}

@media (max-width: 1024px) {
  .hero-banner__img {
    max-width: 350px;
  }
}
@media (max-width: 880px) {
  .hero-banner {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-banner > * {
    margin: 0 auto;
  }
  .hero-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero-banner-content__title {
    text-align: center;
  }
}
@media (max-width: 520px) {
  .hero-banner__img {
    max-width: 90%;
  }
  .hero-banner-content__title {
    font-size: 23px;
  }
  .hero-banner-content__btn {
    margin-top: 10px;
  }
}
.catalog {
  margin-top: 50px;
}
.catalog-sec {
  margin-top: 60px;
}
.catalog-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog__title {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.catalog-search {
  display: flex;
  border: 1px solid #8a8a8a;
  background: #f7f7f7;
  border-radius: 5px;
}
.catalog-search__input {
  padding: 5px 11px;
  line-height: 1;
  color: #2f2d30;
  font-size: 14px;
  background: transparent;
}
.catalog-search__input::-moz-placeholder {
  color: #c0c0c0;
  font-size: 14px;
}
.catalog-search__input:-ms-input-placeholder {
  color: #c0c0c0;
  font-size: 14px;
}
.catalog-search__input::placeholder {
  color: #c0c0c0;
  font-size: 14px;
}
.catalog-search__button {
  cursor: pointer;
  padding: 5px 11px;
}

.filter-category__btn {
  background-color: #cfd8dc;
  cursor: pointer;
  transition: 0.5s;
}

.filter-category__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.filter {
  width: 20%;
}
.filter-category {
  width: 100%;
}
.filter-category-lvl-1 {
  margin: 12px 0px;
}
.filter-category__btn {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
  text-align: left;
  font-size: 14px;
  padding-right: 25px;
  position: relative;
}
.filter-category__btn::after {
  content: "";
  background: url(/img/catalog/littleArrowRight.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 9px;
  height: 16px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.filter-category__btn.active {
  color: #1c3f5f;
}
.filter-category__btn.active::after {
  transform: rotate(90deg) translateX(-60%);
}
.filter-category__panel .filter-category__btn:first-child {
  margin-top: 3px !important;
}
.filter-category__item {
  display: block;
  width: 100%;
  background: #fff;
  margin: 3px 0px;
  padding: 8px;
  font-size: 12px;
  font-weight: 300;
  padding-left: 20px;
  border-radius: 5px;
  text-align: left;
}
.filter-category-filter {
  background: #fff;
  border-radius: 5px;
}
.filter-params {
  margin-top: 20px;
}
.filter-params-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity 0.3s ease-out, max-height 0.3s ease-out, padding 0.3s ease;
}
.filter-params__title {
  font-size: 14px;
}
.filter-params-item {
  display: flex;
  font-size: 14px;
}
.filter-params-item__input {
  display: none;
}
.filter-params-item__label {
  position: relative;
  padding-left: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter-params-item__label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  border: 1px solid #a3a3a3;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 5px;
}
.filter-params-item__label::after {
  content: "";
  position: absolute;
  background: #a3a3a3;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 9px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
}
.filter-params-item__label--text {
  margin-left: 5px;
}
.filter-params-item__label--color {
  width: 29px;
  height: 16px;
  display: block;
}
.filter-params__showmore {
  cursor: pointer;
  color: #a3a3a3;
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  padding-right: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.filter-params__showmore::after {
  content: "";
  background: url(/img/catalog/littleArrowRight.svg);
  background-size: contain;
  width: 6px;
  height: 10px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 10%;
  transition: transform 0.3s ease;
}
.filter__apply {
  padding: 12px 0px;
  width: 100%;
  margin: 10px auto;
  text-align: center;
}

.catalog-filter .filter-category:nth-child(1) {
  margin-top: 0px;
}
.catalog-filter .filter-category:nth-child(1) .filter-category__btn {
  margin-top: 0px;
}

.catalog {
  display: flex;
}
.catalog-list {
  width: 100%;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.catalog__card {
  width: calc(25% - 7px);
  margin-bottom: 10px;
}
.catalog__card:not(:nth-child(4n)) {
  margin-right: 9px;
}

.filter-params.active .filter-params__showmore::after {
  transform: rotate(-90deg);
}

.filter-category__btn.active + .filter-params-wrapper {
  padding: 10px;
}

.filter-params .filter-params__item {
  display: none;
}
.filter-params .filter-params__item:nth-child(-n+5) {
  display: block;
}

.filter-params.active .filter-params__item {
  display: block !important;
}

.filter-params-item__input:checked + .filter-params-item__label::after {
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1399px) {
  .filter {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .catalog .products-card-bottom__price {
    font-size: 14px;
  }
  .catalog .products-card-bottom__add.btn {
    font-size: 14px;
    padding: 8px 10px;
  }
  .catalog__card {
    width: calc(33.3333333333% - 7px);
    margin-bottom: 10px;
    margin-right: 10px !important;
  }
  .catalog__card:nth-child(3n) {
    margin-right: 0px !important;
  }
}
.swiper-tabs {
  height: 30px;
}

@media (max-width: 420px) {
  .swiper-tabs {
    padding-right: 40%;
  }
}
.catalog__openfilter {
  display: none;
}

.filter {
  opacity: 1;
  max-height: 100%;
}

@media (max-width: 880px) {
  .catalog {
    flex-direction: column;
    margin-top: 10px;
  }
  .catalog-top {
    flex-wrap: wrap;
  }
  .catalog-search {
    width: 100%;
    margin-top: 15px;
  }
  .catalog-search__input {
    width: calc(100% - 50px);
  }
  .catalog-search__button {
    width: 50px;
  }
  .catalog > * {
    width: 100%;
  }
  .catalog__openfilter {
    display: block;
    width: 100%;
    margin: 15px auto;
    background: #e9e9e9;
    text-align: center;
    color: #000;
    font-size: 16px;
    padding: 12px 0px;
  }
  .catalog__openfilter::after {
    display: none;
  }
  .catalog__openfilter:hover {
    background: #e9e9e9;
    color: #000;
  }
  .filter {
    max-height: 0;
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .catalog__card {
    width: calc(50% - 5px);
  }
  .catalog__card:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .catalog__card:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .catalog__title {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  .catalog .products-card-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog .products-card-bottom__add.btn {
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .catalog .products-card-bottom__add.btn {
    font-size: 12px;
  }
  .catalog .products-card__title {
    font-size: 12px;
  }
  .catalog .products-card {
    padding: 7px;
  }
  .catalog .products-card__title {
    -webkit-line-clamp: 4;
    height: 50px;
  }
  .catalog__title {
    font-size: 20px;
  }
}
.empty-cart__title {
  font-size: 24px;
  color: #333;
  width: 100%;
  font-weight: 300;
  margin-top: 22px;
  text-align: center;
}
.empty-cart__btn {
  font-size: 16px;
  font-weight: 300;
  margin: 22px auto 45px auto;
}

header {
  background: #f7f7f7;
}
header .container {
  position: relative;
}

body.active {
  overflow-y: hidden;
}

.header__cart {
  margin-right: 7px;
  cursor: pointer;
}

.header-cart {
  overflow-y: auto;
  width: 700px;
  max-height: 80vh;
  flex-direction: column;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: calc(100% + 10px);
  right: 0;
  z-index: 102;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: translateY(-30px);
}
.header-cart::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 5px;
  background: #1c3f5f;
  right: 7px;
  opacity: 0;
  transition: opacity 0.6s ease;
  bottom: calc(100% + 1px);
}
.header-cart.active {
  display: flex;
  opacity: 1;
  transform: none;
  visibility: visible;
}
.header-cart.active::after {
  opacity: 1;
}
.header-cart-wrapper {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}
.header-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.header-cart-item__img {
  width: 90px;
  height: auto;
}
.header-cart-item__title {
  font-size: 14px;
  width: 190px;
  color: #484848;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.header-cart-item__price {
  display: flex;
  color: #484848;
  font-size: 18px;
  width: 110px;
}
.header-cart-item__price p {
  color: #484848;
  font-size: 18px;
  margin-right: 5px;
}
.header-cart-item__delete {
  background: transparent;
}
.header-cart-item-counter {
  display: flex;
  justify-content: center;
  height: 34px;
  background: #f9f9f9;
}
.header-cart-item-counter__btn {
  border: 1px solid #bfbfbf;
  font-weight: 300;
  font-size: 32px;
  background: transparent;
  color: #bfbfbf;
  text-align: center;
  line-height: 32px;
  width: 30px;
  height: 100%;
}
.header-cart-item-counter__minus {
  border-radius: 5px 0px 0px 5px;
}
.header-cart-item-counter__plus {
  border-radius: 0px 5px 5px 0px;
}
.header-cart-item-counter__count {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  height: 100%;
  width: 69px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: #2f2d30;
}
.header-cart-top {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(138, 138, 138, 0.5);
}
.header-cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(138, 138, 138, 0.5);
}
.header-cart-bottom__btn {
  padding: 20px 40px;
}
.header-cart-bottom__price {
  width: 145px;
  display: flex;
  font-size: 24px;
  color: #484848;
  position: relative;
}
.header-cart-bottom__price::before {
  content: "Итого: ";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 0;
  font-size: 12px;
  color: #8a8a8a;
}
.header-cart-bottom__price p {
  font-size: 24px;
  margin-right: 5px;
  color: #484848;
}

.cart-added {
  position: fixed;
  display: flex;
  border-radius: 5px 0px 0px 5px;
  right: -320px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 16px 20px;
  z-index: 95;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.35);
  transition: right 0.35s ease;
}
.cart-added.active {
  right: 0px;
}
.cart-added__img {
  margin-right: 25px;
  width: 34px;
  height: 34px;
}
.cart-added-content {
  display: flex;
  flex-direction: column;
}
.cart-added-content__text {
  font-size: 14px;
  font-weight: 400;
}
.cart-added-content__link {
  font-size: 14px;
  margin-top: 7px;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 1399px) {
  .header-cart-item-counter__count {
    width: 45px;
    font-size: 14px;
  }
  .header-nav__item:not(:last-child) {
    margin-right: 10px;
  }
  .header-search-wrap {
    width: 150px;
    margin-right: 35px !important;
  }
  .header__logo {
    margin-right: 15px;
  }
  .header-search__btn {
    min-width: 80px;
  }
  .header-search__input {
    width: 150px;
  }
  .header {
    justify-content: space-between;
  }
  .header > * {
    margin: 0px;
  }
}
@media (max-width: 880px) {
  .header-cart-item-counter__count {
    font-size: 18px;
  }
  .header-cart {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-cart-item-counter__count {
    width: 65px;
    font-weight: 300;
  }
  .cart-item__name {
    width: 185px;
    font-size: 12px;
  }
  .cart-item__img {
    width: 80px;
  }
  .header-cart-item-counter__count {
    width: 45px;
  }
  .header-cart::after {
    display: none;
  }
  .header-cart-item__img {
    width: 70px;
  }
  .header-cart-item__title {
    width: 160px;
    font-size: 12px;
  }
  .header-cart-item__price {
    font-size: 14px;
    width: 90px;
  }
  .header-cart-item__price p {
    font-size: 14px;
  }
  .header-cart-item-counter__count {
    font-size: 14px;
  }
  .header-cart-item-counter {
    height: 30px;
  }
  .header-cart-item-counter * {
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  header {
    position: relative;
    z-index: 101;
    background: #f7f7f7;
    padding-bottom: 10px;
  }
  .header__logo {
    width: 150px;
  }
  .hero-top {
    margin-top: 10px;
  }
  .header__cart {
    margin-right: 26px;
  }
  .header-cart {
    width: 100vw;
    left: -20px;
    border-radius: 0px 0px 5px 5px;
  }
  .header-cart-wrapper {
    padding: 0px;
  }
  .header-cart-item-counter__count {
    width: 65px;
  }
  .header-cart-item {
    flex-wrap: wrap;
    padding: 10px 20px 20px 20px;
    border-bottom: 1px solid rgba(138, 138, 138, 0.5);
  }
  .header-cart-item__img {
    width: 25%;
    margin-bottom: 10px;
  }
  .header-cart-item__title {
    width: 70%;
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .header-cart-item__price {
    font-size: 18px;
    width: 120px;
  }
  .header-cart-item__price p {
    font-size: 18px;
  }
  .header-cart-item-counter {
    height: 35px;
  }
  .header-cart-item-counter * {
    line-height: 32px;
  }
  .header-cart-item-counter__count {
    font-weight: 400;
  }
  .header-cart-bottom {
    border: none;
    padding: 10px 20px 37px 20px;
    flex-direction: column-reverse;
  }
  .header-cart-bottom__price {
    width: 180px;
    padding-left: 48px;
  }
  .header-cart-bottom__price::before {
    left: 0;
    bottom: 3px;
  }
  .header-cart-bottom__btn {
    margin-top: 15px;
  }
}
@media (max-width: 420px) {
  .header-cart-item-counter {
    height: 30px;
  }
  .header-cart-item-counter__count {
    width: 42px;
  }
  .header-cart-item-counter * {
    line-height: 28px;
  }
}
.modal-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  visibility: hidden;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0);
}
.modal-bg.active {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
}

.burger {
  display: none;
}
.burger-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-header__close {
  width: 27px;
  height: 27px;
  background: #fff;
  display: block;
  position: relative;
}
.burger-header__close-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1c3f5f;
  position: absolute;
  transform-origin: center;
}
.burger-header__close-item--1 {
  left: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
.burger-header__close-item--2 {
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.burger-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background: #fff;
  width: 100vw;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.45s ease;
  z-index: 105;
  padding: 20px 20px 20px 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
}
.burger-menu.active {
  transform: translateX(0px);
}
.burger-body {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.burger-body__item {
  padding: 20px 0px;
  font-size: 20px;
}
.burger-body__item:not(:first-child) {
  border-top: 2px solid #E9E9E9;
}
.burger-body * {
  text-align: left;
}

.burger-body-list {
  max-height: 0px;
  padding: 0px;
  opacity: 0;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
}
.burger-body-list__subitem {
  font-weight: 300;
  margin: 15px 0px;
  padding-left: 6px;
  transform: translateX(600px);
}

.burger-body-openable {
  position: relative;
}
.burger-body-openable::after {
  content: "";
  position: absolute;
  background: url(/img/shared/arrowBottomBurger.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.burger-body-openable.active::after {
  transform: translateY(-50%) rotateX(180deg);
}
.burger-body-openable.active + .burger-body-list {
  max-height: 100%;
  opacity: 1;
}
.burger-body-openable.active + .burger-body-list .burger-body-list__subitem {
  transform: none;
}

@media (max-width: 768px) {
  .burger {
    display: block;
    position: relative;
    height: 14px;
    width: 30px;
  }
  .burger::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background: #1c3f5f;
  }
  .burger::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 2px;
    background: #1c3f5f;
  }
  .burger__item {
    width: 13px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0px;
    background: #1c3f5f;
  }
  .header__cart {
    display: block;
    margin-left: auto;
    margin-right: 26px;
  }
  .header__cart p {
    display: none;
  }
}
@media (max-width: 374px) {
  .burger-menu {
    width: 100%;
  }
}
.modal {
  width: 470px;
  padding: 40px 50px;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  border-radius: 5px;
  z-index: 102;
  transform: translate(-50%, -60%);
  visibility: hidden;
  opacity: 0;
  right: auto !important;
  bottom: auto !important;
  display: block !important;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.modal.active {
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
}
.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #fff;
}
.modal__title {
  font-size: 22px;
}
.modal__subtitle {
  margin-top: 15px;
  font-size: 14px;
  color: #484848;
  font-weight: 300;
}
.modal-form {
  display: flex;
  flex-direction: column;
}
.modal-form__input {
  height: 50px;
  margin-top: 15px;
  border-radius: 5px;
  padding-left: 12px;
  border: 1px solid #bfbfbf;
}
.modal-form__textarea {
  resize: none;
  padding-top: 5px;
  height: 90px;
}
.modal-form__agree {
  color: #484848;
  font-weight: 300;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .modal {
    width: 450px;
    padding: 25px 35px;
  }
  .modal__title {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .modal {
    width: 90%;
  }
  .modal-form__agree {
    font-size: 10px;
  }
  .footer-menu__list:first-child {
    display: none;
  }
  .delivery__map {
    height: 320px;
  }
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 420px) {
  .modal {
    padding: 15px 25px;
  }
  .modal__subtitle {
    margin-top: 7px;
  }
  .modal__title {
    width: 200px;
  }
  .delivery__map {
    height: 200px;
  }
}
@media (min-width: 1400px) {
  .hero-top {
    margin-top: 30px;
  }
  .hero-top__title {
    font-size: 48px;
    width: 75%;
    line-height: 57px;
  }
  .hero-bottom {
    margin-top: 38px;
  }
  .hero-top__btn {
    font-size: 20px;
  }
  .products-slider {
    margin-top: 20px;
  }
  .products-controls .swiper-button-next, .swiper-button-prev {
    margin-top: 0px;
  }
  .products-line h3 {
    line-height: 42px;
  }
  .products-card__title {
    margin-top: 0px;
  }
  .products-card-bottom__add.btn {
    font-size: 16px;
  }
  .categories {
    margin-top: 0px;
  }
  .categories {
    height: 510px;
  }
  .delivery-sec {
    margin-top: 90px;
  }
  .delivery-content {
    width: 35.6%;
  }
  .delivery__btn {
    padding: 18px 85px;
  }
  .delivery__title {
    margin-top: 35px;
  }
  .delivery__btn {
    font-size: 20px;
  }
  .posts-sec {
    margin-top: 75px;
  }
  .posts-slider {
    margin-top: 50px;
  }
  .posts-slider-item__img {
    height: 257px;
  }
  .connect-sec {
    margin-top: 64px;
  }
  .catalog-search {
    width: 326px;
  }
  .catalog-search__input {
    width: 100%;
  }
  .catalog {
    margin-top: 45px;
  }
  .filter {
    width: 265px;
  }
  .catalog-list {
    width: 100%;
  }
  .product-plate {
    width: 730px;
  }
  .catalog-sec {
    margin-top: 50px;
  }
  .products-card-plates__item {
    min-width: 78px;
    text-align: center;
    padding: 4px 15px;
  }
  .product-plate-btns button {
    width: 172px;
  }
  .product-plate-line {
    margin-top: 15px;
    padding-top: 27px;
  }
  .product-main {
    padding-right: 20px !important;
    padding-bottom: 0px !important;
  }
  .product-info {
    margin-top: 80px;
  }
  .product-swiper-thumb {
    height: 62px;
  }
  .product-left {
    height: 370px !important;
  }
  .cart {
    width: 60% !important;
  }
  .cart-plate {
    width: 37% !important;
    padding: 15px 18px !important;
  }
  .cart-wrapper {
    margin-top: 47px !important;
  }
}
@media (max-width: 420px) {
  .cart-sec {
    margin-top: 25px;
  }
  .cart-item__price {
    margin-left: auto !important;
  }
}
.header-hoverable-item {
  position: relative;
  padding: 10px 0px;
  border-bottom: 2px solid transparent;
}
.header-hoverable-item.active {
  border-color: #1c3f5f;
}

.cart-item__delete img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-nav-item__list {
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 3px 12px;
  display: flex;
  width: 220px;
  flex-direction: column;
  top: 100%;
  left: 50%;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.35s ease;
}
.header-nav-item__list.active {
  visibility: visible;
  transform: translateX(-50%);
  opacity: 1;
}
.header-nav-item__list-item {
  font-size: 14px;
  font-weight: 300;
  padding: 11px 0px;
  border-bottom: 1px solid #dadad9;
}
.header-nav-item__list-item:last-child {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .header {
    position: relative;
    padding-bottom: 50px;
  }
  .header-search-wrap {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: auto;
    margin-right: 0px !important;
  }
  .header-search__btn {
    width: 110px;
    min-width: 110px;
  }
  .header-search__input {
    width: 200px;
  }
}
.header-search-wrap--mob {
  display: none;
}

@media (max-width: 768px) {
  .header-search-wrap {
    display: none;
  }
  .header-search-wrap--mob {
    display: flex;
  }
}
@media (max-width: 420px) {
  .header-search__input {
    width: 100%;
  }
  .header-search-wrap {
    width: 100%;
  }
  .hero-top__title {
    font-size: 22px;
  }
}
.footer-list__title {
  margin-bottom: 10px;
}

.footer-list__title a {
  color: #fff;
}

.footer-info__text b {
  color: #fff;
  font-weight: 700;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}
.partners__title {
  font-size: 32px;
  margin: 50px 0px;
}
.partners__item {
  width: calc(25% - 27px);
  margin-bottom: 35px;
  height: 202px;
}
.partners__item:not(:nth-child(4n)) {
  margin-right: 35px;
}

@media (max-width: 1399px) {
  .partners__item {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .partners__item {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 15px;
    margin-right: 15px !important;
  }
  .partners__item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .catalog-list {
    justify-content: space-between;
  }
  .catalog-list > .products-card {
    margin-right: 0px !important;
  }
  .header {
    position: relative;
    height: 100px;
  }
  .header__logo {
    position: absolute;
    left: 0;
    top: 0;
  }
  .header__cart {
    margin-left: auto !important;
  }
}
@media (max-width: 520px) {
  .partners__item {
    height: 120px;
  }
}
@media (max-width: 420px) {
  .partners__item {
    width: calc(50% - 10px);
    margin-right: 20px !important;
  }
  .partners__item:nth-child(3n) {
    margin-right: 20px !important;
  }
  .partners__item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
.categories {
  height: auto !important;
}

.categories__slider {
  display: flex;
  flex-wrap: wrap;
}

.categories-slider__item {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 12px;
  height: 72px !important;
  overflow: hidden;
}
.categories-slider__item:nth-child(3n) {
  margin-right: 0px !important;
}

@media (max-width: 1024px) {
  .categories-slider__item {
    width: calc(50% - 10px);
    margin-right: 20px !important;
    margin-bottom: 12px;
    height: 72px !important;
    overflow: hidden;
  }
  .categories-slider__item:nth-child(3n) {
    margin-right: 20px !important;
  }
  .categories-slider__item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media (max-width: 640px) {
  .categories-slider__item {
    width: calc(50% - 5px);
    margin-right: 0px !important;
  }
  .categories-slider__item:nth-child(3n) {
    margin-right: 0px !important;
  }
  .categories-slider__item:nth-child(2n) {
    margin-left: 10px !important;
  }
  .header {
    justify-content: flex-start;
  }
  .header__logo {
    margin-right: auto !important;
    display: block;
  }
  .categories-slider-item__title {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .categories-slider {
    padding-right: 20px !important;
  }
}
@media (max-width: 520px) {
  .categories-slider-item__title {
    font-size: 12px !important;
    height: 36px !important;
    -webkit-line-clamp: 3;
  }
}
.search-catalog {
  display: flex;
  flex-direction: column;
}
.search-catalog > * {
  width: 100% !important;
}

.cart-plate__btn {
  text-align: center;
}

.catalog {
  display: flex;
  flex-direction: column;
}
.catalog__showmore {
  margin: 25px auto 0px auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  padding: 18px 67px;
  background: #1c3f5f;
}

@media (max-width: 1399px) {
  .catalog__showmore {
    font-size: 18px;
    padding: 14px 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .catalog__showmore {
    font-size: 16px;
    padding: 12px 40px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=style.css.map */