@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff") format("woff"), url("/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff") format("woff"), url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff") format("woff"), url("/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #000000;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

.section-title {
  margin-bottom: 60px;
}
.section-title__text {
  font-size: 34px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section-title {
    margin-bottom: 40px;
  }
  .section-title__text {
    font-size: 26px;
  }
}
.btn-outline-light {
  border-radius: 30px;
  border: 2px solid #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}

h1, h2, h3, h4, h5, p {
  margin-bottom: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@keyframes banner-text-animation {
  0% {
    opacity: 0;
    color: #DCCFC6;
    transform: scale(0.4);
  }
  75% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    color: #FFFFFF;
    transform: scale(1);
  }
}
@keyframes header-main-animation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes social-animation {
  15% {
    transform: translateX(500px);
  }
  50% {
    opacity: 0;
  }
  88% {
    opacity: 1;
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes toasts-show-animation {
  0% {
    opacity: 0;
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes toasts-hide-animation {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  75% {
    opacity: 1;
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0);
  }
}
.navigation-menu {
  position: absolute;
  left: -338px;
  top: 0;
  z-index: 100;
}
.navigation-menu__nav {
  position: relative;
  width: 338px;
  height: 100vh;
  background-color: #425F2A;
  padding: 60px 0;
}
.navigation-menu__nav-wrapper {
  height: 100%;
}
.navigation-menu__nav-brand-wrapper {
  display: block;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.navigation-menu__nav-list {
  text-align: center;
  width: 100%;
}
.navigation-menu__nav-list-item {
  width: 100%;
  display: block;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  border-left: none;
  border-right: none;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
}
.navigation-menu__nav-list-item:hover, .navigation-menu__nav-list-item:focus, .navigation-menu__nav-list-item.active {
  color: #FFFFFF;
}
.navigation-menu__nav-list-item span {
  padding-right: 12px;
}
.navigation-menu__nav-list-item.active {
  border-color: #FFFFFF;
}
.navigation-menu__nav .nav-close {
  gap: 8px;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 600;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  padding-left: 28px;
  padding-right: 28px;
  transform: scale(1);
  transition: 0.4s;
}
.navigation-menu__nav .nav-close span {
  margin-top: -2px;
}
.navigation-menu__nav .nav-close:hover {
  background-color: #FFFFFF;
  color: #425F2A;
  transform: scale(1.08);
  transition: 0.8s;
}
.navigation-menu.open {
  animation: moveNavBarShow 2s ease forwards;
}
.navigation-menu.close {
  animation: moveNavBar 1.6s ease forwards;
}
.navigation-menu .dropdown-mobile {
  display: none;
}

.navigation-menu__nav-catalog {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 260px;
  height: 100%;
}
.navigation-menu__nav-catalog-wrapper {
  background-color: #FFFFFF;
  height: 100%;
  position: relative;
}
.navigation-menu__nav-catalog.open {
  animation: openCatalogNav 1.6s ease forwards;
}
.navigation-menu__nav-catalog.close {
  animation: closeCatalogNav 1.6s ease forwards;
}
.navigation-menu__nav-catalog-list {
  padding-top: 35px;
  gap: 3px;
  margin-bottom: 0;
}
.navigation-menu__nav-catalog-list-item {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.navigation-menu__nav-catalog-list-item:hover {
  color: #425F2A;
}
.navigation-menu__nav-catalog-close {
  position: absolute;
  top: 32px;
  right: 32px;
  border-radius: 360px;
  border: 2px solid #000000;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.navigation-menu__nav-catalog-close:hover {
  background-color: #425F2A;
  border-color: #425F2A;
  transform: scale(1.08);
  transition: 0.8s;
}
.navigation-menu__nav-catalog-close-icon {
  position: relative;
}
.navigation-menu__nav-catalog-close-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 66%);
}

@keyframes moveNavBarShow {
  0% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(338px);
  }
  100% {
    transform: translateX(320px);
  }
}
@keyframes moveNavBar {
  0% {
    transform: translateX(320px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes openCatalogNav {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(260px);
  }
}
@keyframes closeCatalogNav {
  0% {
    transform: translateX(260px);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 578px) {
  .navigation-menu {
    left: -320px;
  }
  .navigation-menu.open {
    width: 100%;
    animation: moveNavBarShowMobile 1.2s ease forwards;
  }
  .navigation-menu.close {
    animation: moveNavBarMobile 1.2s ease forwards;
  }
  .navigation-menu__nav {
    width: 100%;
  }
  .navigation-menu .dropdown-desktop {
    display: none;
  }
  .navigation-menu .dropdown-mobile {
    display: block;
  }
  .navigation-menu .dropdown .btn:hover, .navigation-menu .dropdown .btn:focus {
    border: none;
    color: #FFFFFF;
  }
  .navigation-menu .dropdown-menu {
    width: 100%;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
  }
  .navigation-menu .dropdown-menu li:not(last-child) {
    padding-bottom: 15px;
  }
}

@keyframes moveNavBarShowMobile {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(320px);
  }
}
@keyframes moveNavBarMobile {
  0% {
    transform: translateX(320px);
  }
  100% {
    transform: translateX(-320px);
  }
}
.catalog-banner {
  margin: 80px 0 80px 0;
}
.catalog-banner .col-6 {
  padding: 0;
}
.catalog-banner__wrapper {
  background-color: #425F2A;
  border-radius: 12px;
  box-shadow: -1px 2px 11px -4px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.catalog-banner img {
  border-radius: 12px;
}
.catalog-banner__description {
  height: 100%;
}
.catalog-banner__description-wrapper {
  position: relative;
  height: 100%;
}
.catalog-banner__description h1 {
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
.catalog-banner__description h3 {
  font-size: 21px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}
.catalog-banner__description-line {
  width: 90%;
  height: 2px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 4px rgb(0, 0, 0);
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .catalog-banner__wrapper {
    position: relative;
  }
  .catalog-banner .col-6 {
    width: 100%;
  }
  .catalog-banner .col-6.desc {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 576px) {
  .catalog-banner {
    margin: 50px 0 30px 0;
  }
  .catalog-banner__wrapper {
    border-radius: 0;
  }
  .catalog-banner img {
    border-radius: 0;
  }
}
@media (max-width: 480px) {
  .catalog-banner__description h1 {
    font-size: 18px;
  }
  .catalog-banner__description h3 {
    font-size: 16px;
  }
}

.social {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.social__list {
  animation: social-animation 3.5s ease-in-out forwards;
  position: relative;
  gap: 18px;
}
.social__list svg {
  width: 30px;
  height: 30px;
  transform: scale(1);
  transition: 0.8s;
}
.social__list svg:hover {
  transform: scale(1.3);
  transition: 0.8s;
}
@media (max-width: 992px) {
  .social {
    display: none;
  }
}

.bestseller-card {
  position: relative;
  border-radius: 12px;
  border: none;
  height: 380px;
}
.bestseller-card__tooltip {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1;
}
.bestseller-card__tooltip-wrapper {
  padding: 2px 10px;
  background-color: #425F2A;
  border-radius: 12px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.bestseller-card__tooltip-wrapper h5 {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.bestseller-card img {
  width: 55%;
  margin: 0 auto;
}
.bestseller-card .card-body {
  position: relative;
}
.bestseller-card .card-body-poss {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 1;
  padding: 0 1rem;
}
.bestseller-card .card-body-poss-btn-wrapper {
  gap: 15px;
}
.bestseller-card .card-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #425F2A;
}
.bestseller-card .card-ean, .bestseller-card .card-price {
  font-size: 13px;
}
.bestseller-card .card-ean span, .bestseller-card .card-price span {
  font-size: 15px;
  font-weight: 500;
}
.bestseller-card .card-price {
  margin-bottom: 10px;
}
.bestseller-card .btn-primary {
  width: 100%;
  font-size: 15px;
  background-color: #425F2A;
  border: none;
  border-radius: 30px;
  transform: scale(1);
  transition: 0.8s;
}
.bestseller-card .btn-primary:hover, .bestseller-card .btn-primary:focus {
  transform: scale(1.05);
  transition: 0.8s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.bestseller-card .basket-btn {
  position: relative;
  background-color: #425F2A;
  border-radius: 360px;
  color: #FFFFFF;
  width: 36px;
  height: 35px;
  transform: scale(1);
  transition: 0.8s;
}
.bestseller-card .basket-btn-icon {
  position: absolute;
  top: 44%;
  left: 49%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.bestseller-card .basket-btn:hover, .bestseller-card .basket-btn:focus {
  transform: scale(1.05);
  transition: 0.8s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 440px) {
  .bestseller-card .card-body {
    padding: 0;
  }
  .bestseller-card .card-body-poss {
    padding: 0;
  }
  .bestseller-card .card-body .card-ean, .bestseller-card .card-body .card-price {
    font-size: 11px;
  }
  .bestseller-card .card-body .card-ean span, .bestseller-card .card-body .card-price span {
    font-size: 12px;
  }
  .bestseller-card .btn-primary {
    font-size: 12px;
  }
}

.catalog-card {
  width: calc(25% - 32px);
  border-radius: 12px;
  border: none;
  height: 380px;
}
.catalog-card img {
  width: 50%;
  margin: 0 auto;
}
.catalog-card .card-body {
  position: relative;
}
.catalog-card .card-body-poss {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 1;
  padding: 0 1rem;
}
.catalog-card .card-body-poss-btn-wrapper {
  gap: 15px;
}
.catalog-card .card-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #425F2A;
}
.catalog-card .card-ean, .catalog-card .card-price {
  font-size: 13px;
}
.catalog-card .card-ean span, .catalog-card .card-price span {
  font-size: 15px;
  font-weight: 500;
}
.catalog-card .card-price {
  margin-bottom: 10px;
}
.catalog-card .btn-primary {
  width: 100%;
  font-size: 15px;
  background-color: #425F2A;
  border: none;
  border-radius: 30px;
  transform: scale(1);
  transition: 0.8s;
}
.catalog-card .btn-primary:hover, .catalog-card .btn-primary:focus {
  transform: scale(1.05);
  transition: 0.8s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.catalog-card .basket-btn {
  position: relative;
  background-color: #425F2A;
  border-radius: 360px;
  color: #FFFFFF;
  width: 36px;
  height: 35px;
  transform: scale(1);
  transition: 0.8s;
}
.catalog-card .basket-btn-icon {
  position: absolute;
  top: 44%;
  left: 49%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.catalog-card .basket-btn:hover, .catalog-card .basket-btn:focus {
  transform: scale(1.05);
  transition: 0.8s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .catalog-card {
    width: calc(25% - 8px);
    height: 340px;
  }
  .catalog-card .card-body {
    padding: 0;
  }
  .catalog-card .card-body-poss {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .catalog-card {
    width: calc(33.3333333333% - 7px);
  }
}
@media (max-width: 580px) {
  .catalog-card {
    width: calc(50% - 7px);
  }
}
@media (max-width: 430px) {
  .catalog-card .basket-btn {
    display: none;
  }
}

.navigation-menu {
  position: fixed !important;
}

.header {
  padding: 25px 0;
}
.header .btn {
  border: 2px solid #000000;
  border-radius: 30px;
}
.header__top {
  position: relative;
}
.header__top .menu-btn {
  position: absolute;
  left: 15px;
  bottom: -48px;
  z-index: 1;
  padding: 6px 18px;
  gap: 3px;
  color: #FFFFFF;
  background-color: #425F2A;
  border-color: #425F2A;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  transition: 1.2s;
  transform: scale(1);
}
.header__top .menu-btn span {
  margin-top: -3px;
}
.header__top .menu-btn:hover {
  background-color: #425F2A;
  color: #FFFFFF;
  transition: 0.8s;
  transform: scale(1.08);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.header__top-links-tel {
  display: flex;
  justify-content: end;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #425F2A;
  transition: 1.2s;
  transform: scale(1);
}
.header__top-links-tel:hover {
  transform: scale(1.08);
  transition: 0.8s;
  color: #2f4418;
}
.header__top-links-btns-wrapper {
  gap: 10px;
}
.header__top-links-btns-account {
  color: #425F2A;
  transition: 1.2s;
  transform: scale(1);
}
.header__top-links-btns-account:hover {
  transform: scale(1.08);
  transition: 0.8s;
}
.header__top-links-btns .btn-outline-light {
  font-size: 16px;
  font-weight: 600;
  color: #425F2A;
  background-color: transparent;
  border-color: #425F2A;
  padding: 6px 32px;
  transition: 1.2s;
  transform: scale(1);
}
.header__top-links-btns .btn-outline-light:hover {
  background-color: #425F2A;
  color: #FFFFFF;
  transition: 0.8s;
  transform: scale(1.08);
}

.catalog-bestsellers {
  margin: 60px 0;
}
.catalog-bestsellers__title {
  padding-left: 10px;
  font-size: 32px;
  font-weight: 600;
  color: #425F2A;
  margin-bottom: 45px;
}
.catalog-bestsellers__content {
  padding: 0 10px;
}
.catalog-bestsellers__content-carousel {
  gap: 30px;
}

.catalog-list {
  margin: 60px 0 10px 0;
}
.catalog-list__title {
  padding-left: 10px;
  font-size: 32px;
  font-weight: 600;
  color: #425F2A;
  margin-bottom: 45px;
}
.catalog-list__product-wrapper {
  flex-wrap: wrap;
  gap: 10px 40px;
}

.catalog-footer {
  background-color: #425F2A;
}
.catalog-footer__wrapper {
  padding: 5px 10px;
  color: #FFFFFF;
}
.catalog-footer__wrapper a {
  font-weight: 500;
  transform: scale(1);
  transition: 0.8s;
}
.catalog-footer__wrapper a:hover, .catalog-footer__wrapper a:focus {
  transform: scale(1.05);
  transition: 0.8s;
}
.catalog-footer__copy {
  font-size: 14px;
}

.bestseller-card {
  width: 25%;
}

.carousel-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3%;
  color: black;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #425F2A;
}

@media (max-width: 992px) {
  .catalog-bestsellers {
    display: none;
  }
  .catalog-list__product-wrapper {
    gap: 10px 10px;
  }
  .catalog-bestsellers__title,
  .catalog-list__title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .catalog-footer__wrapper {
    gap: 10px;
    justify-content: center !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .catalog-bestsellers__title,
  .catalog-list__title {
    font-size: 22px;
  }
}

/*# sourceMappingURL=catalog-new.css.map */
