* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

.container {
  width: 1241px;
  margin: auto;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

:root {
  --grey: rgba(41, 41, 41, 1);
  --white: rgba(255, 255, 255, 1);
  --green: rgba(187, 0, 0, 1);
}

@font-face {
  font-family: SFProDisplayBold;
  src: url("../fonts/SFPRODISPLAYBOLD.OTF");
}
@font-face {
  font-family: SFProDisplayRegular;
  src: url("../fonts/SFPRODISPLAYREGULAR.OTF");
}
@font-face {
  font-family: SFProDisplayMedium;
  src: url("../fonts/SFPRODISPLAYMEDIUM.OTF");
}

@font-face {
  font-family: SFProDisplayHeavy;
  src: url("../fonts/SFProDisplayHeavy.ttf");
}
@font-face {
  font-family: SFProDisplaySemiBold;
  src: url("../fonts/SF-Pro-Display-Semibold.otf");
}

/* Header started */

header .top {
  background: var(--grey);
}

header .top ul {
  display: flex;
  align-items: center;
}

button {
  cursor: pointer;
}

header .top ul.left {
  gap: 28px;
}

header .top ul.left li a {
  color: rgba(255, 255, 255, 0.45);
  font-family: SFProDisplayRegular;
  transition: 0.3s;
}

header .top ul.left li a:hover {
  color: var(--white);
}
header .top ul.left li a.active {
  font-family: SFProDisplayMedium;
  color: var(--white);
}

header .top ul.right {
  display: flex;
  align-items: center;
}

header .top ul.right li a:first-child img {
  filter: brightness(0.5);
}

header .top ul.right li a.active:first-child img {
  filter: brightness(1);
}
header .top ul.right li a.active {
  font-family: SFProDisplaySemiBold;
  color: var(--white);
}

header .top ul.right li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: SFProDisplayMedium;
  display: flex;
  align-items: center;
  padding: 17px 12px;
  gap: 9px;
}

header .top ul.right li.phone a {
  display: block;
  padding: 17px 12px;
  background: rgba(255, 255, 255, 0.02);
}

/* Header section */

header .section-navbar {
  padding: 31px 0;
  border-bottom: 1px solid rgba(41, 41, 41, 0.24);
}

header .section-navbar a.logo {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: SFProDisplayMedium;
  color: rgba(49, 49, 49, 1);
  font-size: 25px;
}

.sev a{
    display: flex;
    align-items: center;
    gap: 5px;
}

header div.catalog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  display: none;
}

header div.catalog li {
  position: relative;
}
header div.catalog li a {
  display: block;
  padding: 17px 14px;
  font-family: SFProDisplayRegular;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: rgba(41, 41, 41, 0.75);
  border-bottom: 1px solid rgba(41, 41, 41, 0.19);
  transition: 0.3s;
}

.titles .left{
    width: 75%;
}

header div.catalog li .close {
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
header div.catalog li a.active {
  background: rgba(187, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

header .section-navbar button.catalog {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 16px 29.69px;
  border: 1px solid rgba(187, 0, 0, 1);
  background: rgba(187, 0, 0, 1);
  border-radius: 8px;
  font-family: SFProDisplaySemiBold;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-left: 25.86px;
  margin-right: 15.17px;
}

header .section-navbar .row {
  justify-content: flex-start;
}

header .section-navbar .input-search {
  position: relative;
  width: 69%;
}

header .section-navbar .input-search input {
  width: 100%;
  border: 1px solid rgba(206, 212, 218, 1);
  padding: 13px 18px;
  border-radius: 4px;
  outline: none;
  font-family: SFProDisplayMedium;
  color: rgba(108, 117, 125, 1);

  font-size: 18px;
  font-weight: 500;
  line-height: 21.48px;
  letter-spacing: 0.01em;
}

header .section-navbar .input-search button {
  position: absolute;
  right: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border: none;
}

/* Header finished */

/* ================= Section Started ================= */

section.home-section {
  padding-top: 32px;
  padding-bottom: 80px;
}

section.home-section .title-section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

section.home-section .title-section-top h2 {
  font-family: SFProDisplayBold;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.01em;
}

section.home-section .title-section-top p {
  font-family: SFProDisplayRegular;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.9px;
  letter-spacing: 0.01em;
  gap: 8px;
}


section.home-section .products .row{
  justify-content: flex-start;
  align-items: flex-start;
}
section.home-section .products .product {
  cursor: pointer;
  width: 23%;
}

section.home-section .products .product .image {
  border: 1px solid rgba(41, 41, 41, 0.17);
  height: 281px;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-section .products .product img {
  width: 100%; 
  object-fit: cover;
}

section.home-section .products .product .titles {
  margin-top: 14px;
  margin-bottom: 50px;
}

section.home-section .products .product .titles h4 {
  font-family: SFProDisplayRegular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: rgba(41, 41, 41, 0.75);
}

section.home-section .products .product .titles h2 {
  font-family: SFProDisplayBold;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: var(--grey);
}

section.home-section .products .product .titles button {
  border-radius: 8px;
  border: none;
  background: rgba(41, 41, 41, 0.39);
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

section.home-section.korzina .products .product .titles button {
  background: var(--green);
}

section.home-section .products .product:hover button {
  background: var(--green);
}


section.home-section.korzina .products .row{
  justify-content: flex-start;gap: 20px;
}

/* Footer started */

footer {
  background: var(--grey);
  padding: 41px 0 38px;
}

footer ul.left {
  width: 30%;
}
footer ul.left a {
  display: block;
  font-family: SFProDisplayRegular;
  font-size: 28px;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 5px;
}

footer ul.left a span {
  font-family: SFProDisplayMedium;
}

footer ul.left p {
  font-family: SFProDisplayRegular;
  font-size: 18px;
  font-weight: 400;
  line-height: 33.74px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.2);
}

footer ul h3 {
  font-family: SFProDisplayMedium;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  letter-spacing: 0.01em;
  color: var(--white);
  margin-bottom: 19px;
}

footer ul li a,
footer ul.agenda p {
  font-family: SFProDisplayRegular;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.48px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 11px;
  display: block;
  transition: 0.3s;
}

footer ul li a:hover {
  color: var(--white);
}
footer .row {
  align-items: start;
}

footer ul.socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

footer ul.socials li a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  transition: 0.3s;
  justify-content: center;
}

/* -------------------------------- Delivery page started -------------------------------- */

section.delivery-section {
  padding-bottom: 80px;
}
section.delivery-section .indicator {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 5px;
}

section.delivery-section .indicator a {
  font-family: SFProDisplayRegular;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(41, 41, 41, 1);
}

section.delivery-section .indicator a.active {
  font-family: SFProDisplayMedium;
}

section.delivery-section h2 {
  font-family: SFProDisplayBold;
  font-size: 28px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.01em;
  color: var(--grey);
}

section.delivery-section ul h3 {
  font-family: SFProDisplaySemiBold;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.25px;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  color: var(--grey);
  margin-top: 18px;
}

section.delivery-section ul li,
section.delivery-section p {
  list-style: disc;
  margin-left: 40px;
  font-family: SFProDisplayRegular;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.25px;
  color: var(--grey);
  letter-spacing: 0.01em;
}
section.delivery-section p {
  margin-left: 0;
}

section.delivery-section .bottom-last-text {
  margin-top: 30px;
}

section.delivery-section ul.delivery-bottom {
  border-top: 1px solid rgba(41, 41, 41, 0.13);
  margin-top: 25px;
  padding-top: 15px;
}

/* --------------------- Payment page started --------------------- */

section.delivery-section .ul-solid {
  border-top: 1px solid rgba(41, 41, 41, 0.13);
  margin-top: 10px;
}

section.payment-section h2 {
  margin-bottom: 18px;
}

/* ---------------------- Contact page started ---------------------- */

section.contact-page p span {
  font-family: SFProDisplaySemiBold;
  font-size: 22px;
  font-weight: 600;
  line-height: 26.25px;
  letter-spacing: 0.01em;
}

section.contact-page .mt-10 {
  margin-top: 20px;
}

/* ------------------------------ Reviews page started ------------------------------ */

section.reviews h4 {
  font-family: SFProDisplayRegular;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.25px;
  letter-spacing: 0.01em;
  color: var(--grey);
  margin-top: 18px;
  margin-bottom: 16px;
}

section.reviews .left {
  display: flex;
  align-items: center;
  gap: 11px;
}

section.reviews .left h1 {
  font-family: SFProDisplayBold;
  font-size: 48px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: var(--grey);
}

section.reviews .left .icons img {
  width: 17px;
}

section.reviews .left .icons p {
  font-family: SFProDisplayRegular;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(41, 41, 41, 0.61);
}

section.reviews button.right {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: SFProDisplayRegular;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: rgba(187, 0, 0, 1);
}

section.reviews .reviews-block {
  margin-top: 28px;
}
section.reviews .reviews-block .review {
  border: 1px solid rgba(41, 41, 41, 0.03);
  background: rgba(41, 41, 41, 0.03);
  padding: 16px 20px;
  border-radius: 12px;
  width: 32%;
  margin-bottom: 26px;
}

section.reviews .reviews-block .review .top .left {
  display: flex;
  align-items: center;
  gap: 15px;
}

section.reviews .reviews-block .review .top .left h3 {
  font-family: SFProDisplayMedium;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: var(--grey);
}

section.reviews .reviews-block .review .top .right {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.reviews .reviews-block .review .top .right img {
  width: 22px;
}

section.reviews .reviews-block .review .top {
  margin-bottom: 12px;
}

section.reviews .reviews-block .review .bottom p {
  font-family: SFProDisplayRegular;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: rgba(41, 41, 41, 0.62);
}

section.reviews button.more {
  border-radius: 12px;
  background: rgba(187, 0, 0, 1);
  padding: 10px 17px;
  font-family: SFProDisplaySemiBold;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border: none;
  color: var(--white);
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}

/* ------------------- Korzina page started ------------------- */

section.korzina form {
  display: flex;
  flex-direction: column;
  padding: 20px 26px;
  border-radius: 19px;
  border: 1px solid rgba(41, 41, 41, 0.23);
  margin-top: 33px;
}

section.korzina form label {
  font-family: SFProDisplayMedium;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.74px;
  color: var(--grey);
  margin-bottom: 15px;
}

section.korzina form input {
  background: rgba(178, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  padding: 14px 17px;
  outline: none;
  margin-bottom: 11px;
  font-family: SFProDisplayMedium;
  font-size: 18px;
  font-weight: 500;
  line-height: 23.74px;
  color: rgba(41, 41, 41, 0.9);
  transition: 0.3s;
}

section.korzina .products {
  margin-top: 25px;
}

section.korzina form .bottom .checkbox-div {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  margin-bottom: 18px;
}

section.korzina form .bottom .checkbox-div input {
  width: 31px;
  height: 31px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

section.korzina form .bottom .checkbox-div label {
  margin-bottom: 0;
}
input[type="checkbox"] {
  width: 3em;
  height: 3rem;
  accent-color: rgba(147, 147, 147, 0.06);
}

section.korzina form .bottom h4 {
  font-family: SFProDisplayMedium;
  font-size: 20px;
  font-weight: 500;
  line-height: 26.37px;
  color: rgba(41, 41, 41, 0.72);
  margin-bottom: 8px;
}

section.korzina form .bottom h3 {
  font-family: SFProDisplayBold;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.37px;
  color: var(--grey);
}

section.korzina form button {
  border-radius: 7px;
  background: rgba(187, 0, 0, 1);
  border: none;
  padding: 10px;
  font-family: SFProDisplaySemiBold;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.65px;
  color: #fff;
  margin-top: 22px;
}

/* Media started */
.mobile-nav {
  display: none;
}

section.home-section .products .product .mobile {
  display: none !important;
}

section.reviews button.more-mobile {
  display: none;
}
@media (max-width: 1245px) {
  .container {
    width: 1000px;
  }
  header .section-navbar .input-search {
    position: relative;
    width: 61%;
  }
  section.home-section .products .product .image {
    height: 240px;
  }
  section.home-section .products .product {
    width: 24%;
  }
}

@media (max-width: 1010px) {
  .container {
    width: 95%;
  }
  section.home-section .products .product {
    width: 31%;
  }
  header .section-navbar .input-search {
    width: 53%;
  }
  header .section-navbar .row {
    justify-content: space-between;
  }
  section.home-section .products .product .image {
    height: 250px;
  }
  section.home-section .products .product img {
    object-fit: cover;
  }
  section.home-section .products .product button img {
    object-fit: none;
  }
  section.home-section .products .product .titles {
    margin-bottom: 30px;
  }
}

@media (max-width: 854px) {
  header .section-navbar .input-search {
    width: 49%;
  }
  section.home-section .products .product .image {
    height: 230px;
  }
  header .section-navbar button.catalog {
    margin-left: 10px;
    margin-right: 15px;
  }
  footer {
    padding-top: 0;
    padding-bottom: 20px;
  }
  footer .row {
    flex-direction: column;
    align-items: center;
  }
  footer .container {
    width: 100%;
  }
  footer ul {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    margin-top: 22px;
  }
  footer ul.left {
    order: 1;
    width: 95%;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: none;
  }
  footer ul.left a {
    order: 1;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.52);
    margin-top: 10px;
  }
  footer ul {
    text-align: center;
  }
  footer ul h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.71px;
    margin-bottom: 10px;
  }
  footer ul li a,
  footer ul.agenda p {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    margin-bottom: 10px;
  }
  footer ul.socials li a {
    width: 43px;
    height: 43px;
    border-radius: 6px;
    margin-bottom: 24px;
  }
  footer ul.left p {
    font-size: 10px;
    font-weight: 400;
    line-height: 18.75px;
    letter-spacing: 0.01em;
    text-align: center;
  }

  section.reviews .reviews-block .review {
    width: 100%;
  }

  section.reviews button.right {
    display: none;
  }
  section.reviews button.more {
    display: none;
  }
  section.reviews button.more-mobile {
    display: block;
    padding: 10px 17px;
    border-radius: 12px;
    background: rgba(187, 0, 0, 1);
    font-family: SFProDisplaySemiBold;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--white);
    border: none;
  }
}

@media (max-width: 807px) {
  section.home-section .products .product .titles h4 {
    font-size: 14px;
  }
  section.home-section .products .product .titles h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  header .top,
  .pc-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }

  .mobile-nav .top_row ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .mobile-nav .top_row ul li:first-child img {
    filter: invert(1);
  }
  header .section-navbar {
    padding-top: 15px;
  }

  .mobile-nav .bottom_mobile {
    display: flex;
    margin-top: 21px;
  }

  .mobile-nav .bottom_mobile .catalog {
    padding: 11px 15px;
    margin: 0;
    margin-left: 7px;
  }
  header .section-navbar .input-search {
    width: 92%;
  }
  section.home-section .title-section-top {
    display: none;
  }
  section.home-section .products .product {
    width: 46%;
  }
  section.home-section .products .product .image {
    height: 280px;
  }
  section.home-section .products .product .titles {
    flex-direction: column;
  }

  section.home-section .products .product .pc {
    display: none !important;
  }

  section.home-section .products .product .titles button.mobile {
    display: flex !important;
    width: 100%;
    gap: 8px;
    font-family: SFProDisplayRegular;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 1);
  }
  section.home-section .products .product button.mobile img {
    object-fit: contain;
  }
  section.home-section .products .product .titles button.mobile img {
    width: 14px;
  }

  section.home-section .products .product .left {
    text-align: left;
    width: 100%;
  }

  section.delivery-section h2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 20.81px;
  }
  section.delivery-section .indicator {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  section.delivery-section ul h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20.51px;
    letter-spacing: 0.01em;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  section.delivery-section ul li,
  section.delivery-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.51px;
    letter-spacing: 0.01em;
    margin-left: 20px;
  }
  section.delivery-section ul.delivery-bottom {
    margin-top: 15px;
    padding-top: 0;
  }
  section.delivery-section {
    padding-bottom: 40px;
  }
  section.delivery-section .bottom-last-text {
    margin-left: 0;
    margin-top: 10px;
  }
  section.delivery-section p {
    margin-left: 0;
  }

  section.contact-page p span {
    font-size: 14px;
    font-weight: 700;
    line-height: 20.51px;
    letter-spacing: 0.01em;
  }

  section.korzina form {
    margin-top: 21px;
    border-radius: 13px;
    padding: 14px 13px;
    margin-bottom: 28px;
  }
  section.korzina form label {
    font-size: 14px;
    font-weight: 500;
    line-height: 18.46px;
    margin-bottom: 10px;
  }
  section.korzina form input {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.82px;
  }
  section.korzina form .bottom .checkbox-div label {
    font-size: 12px;
    font-weight: 400;
    line-height: 17.58px;
    letter-spacing: 0.01em;
  }
  section.korzina form .bottom .checkbox-div input {
    width: 20px;
    height: 20px;
  }
  section.korzina form .bottom h4 {
    font-size: 14px;
    line-height: 18.46px;
    margin-bottom: 5px;
  }
  section.korzina form .bottom h3 {
    font-size: 16px;
    line-height: 21.1px;
  }

  section.korzina form button {
    border-radius: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media (max-width: 560px) {
  section.home-section .products .product .image {
    height: 230px;
  }
  header .section-navbar {
    border: none;
    padding-bottom: 0;
  }
  section.reviews .reviews-block .review {
    padding: 11px 13px;
    border-radius: 12px;
    margin-bottom: 11px;
  }
  section.reviews .reviews-block .review .top .left {
    gap: 10px;
  }
  section.reviews .reviews-block .review .top .left h3 {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.01em;
  }
  section.reviews .reviews-block .review .top .right img {
    width: 13px;
  }
  section.reviews .reviews-block .review .bottom p {
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
  }
  section.delivery-section {
    padding-bottom: 28px;
  }
  section.reviews .left h1 {
    font-size: 36px;
    line-height: 32px;
  }
  section.reviews .left {
    gap: 9px;
  }
  section.reviews .left .icons img {
    width: 13px;
  }
  section.reviews .left .icons p {
    font-size: 14px;
  }
  section.reviews h4 {
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
  }

  .top_row ul li a sev{
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

@media (max-width: 450px) {
  section.home-section .products .product .image {
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.home-section .products .product .titles {
    margin-bottom: 18px;
  }
  section.home-section .products .product .titles button.mobile {
    height: 32px;
    border-radius: 8px;
  }
  header .section-navbar .input-search input {
    padding: 10px 15px;
    font-size: 12px;
  }
  header .section-navbar a.logo {
    font-size: 22px;
  }
  section.home-section .products .product .titles h4 {
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.01em;
  }
  section.home-section .products .product .titles h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
  }
  section.home-section {
    padding-bottom: 0;
    padding-top: 28px;
  }
  section.home-section.korzina {
    padding-top: 0;
  }
  section.korzina .products {
    margin-top: 21px;
  }
  section.home-section .products .product .image {
    height: 170px;
  }
}
