@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body{
    direction: ltr;
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0px;
}

ul {
  padding-left: 26px;
  list-style-type: disc;
}

ol {
  padding-left: 26px;
  list-style-type: decimal;
}

li {
  margin-bottom: 7px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 18px;
}

  
        
.button-1{
  padding: 18px 26px;
  border: 1px solid white;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 13px;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  font-weight: 800;
}

.button-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}

.button-1:hover::after {
  transform: scale(4);
}

.button-1:hover {
  border-color: #666666;
  background: #292929;
}

.button-2 {
  height: 41px;
  margin:  7px;
  background: #333;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Consolas, Courier New, monospace;
  border: solid #404c5d 1px;
  font-size: 13px;
  color: rgb(161, 161, 161);
  -webkit-transition: 500ms;
  transition: 500ms;
  border-radius: 5px;
  background: linear-gradient(145deg, #2e2d2d, #212121);
  -webkit-box-shadow: -1px -7px 18px #41465b, 7px 7px 18px #41465b,
    inset 7px 7px 15px #212121, inset -7px -7px 15px #212121;
  box-shadow: -1px -7px 18px #41465b, 7px 7px 18px #41465b,
    inset 7px 7px 15px #212121, inset -7px -7px 15px #212121;
}

.button-2:hover {
  -webkit-box-shadow: 1px 1px 13px #20232e, -1px -1px 15px #545b78;
  box-shadow: 1px 1px 15px #20232e, -1px -1px 15px #545b78;
  color: #d6d6d6;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.button-2:active {
  -webkit-box-shadow: 1px 1px 15px #20232e, -1px -1px 33px #545b78;
  box-shadow: 1px 1px 15px #20232e, -1px -1px 33px #545b78;
  color: #d6d6d6;
  -webkit-transition: 100ms;
  transition: 100ms;
}

.button-3 {
  color: #090909;
  padding: 15px 26px;
  font-size: 13px;
  border-radius: 5px;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 7px 7px 15px #c5c5c5, -7px -7px 15px #ffffff;
}

.button-3:active {
  color: #666;
  box-shadow: inset 4px 4px 15px #c5c5c5, inset -4px -4px 15px #ffffff;
}

.button-4 {
  outline: none;
  color: white;
  padding: 18px;
  padding-left: 26px;
  padding-right: 26px;
  border: 1px dashed white;
  border-radius:0;
  background-color: grey;
  box-shadow: 0 0 0 4px grey, 2px 2px 4px 2px rgba(0, 0, 0, 0.5);
  transition: .1s ease-in-out, .4s color;
}

.button-4:active {
background-color: black;
  transform: translateX(0.1em) translateY(0.1em);
  box-shadow: 0 0 0 4px black, 1.5px 1.5px 2.5px 1.5px rgba(0, 0, 0, 0.5);
}

.button-5 {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: 800;
  padding: 15px 20px;
  border: 3px solid rgb(47, 19, 32);
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: rgb(47, 19, 32);
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.button-5:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: rgb(47, 19, 32);
  z-index: -1;
}

.button-5:hover, .button-5:focus {
  color: white;
}

.button-5:hover:before, .button-5:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button-5:active {
  transform: scale(0.9);
}

a {
text-decoration: none;
}

.container__marg{
margin: 0 18px;
}

.container__padd{
padding: 80px 0;
}

.privacy__text__ p {
  padding: 7px;
}
.container__navi__{
  background-color: #774f56;
  padding: 18px 0;
}
.prod__name__page {
  padding: 18px 0;
}
.name__logo__menu__wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}
.name__logo__{
  display: flex;
  align-items: center;
}
.logo__site__ {
  width: 66px;
  margin: 0 7px;
}
.name__site__ {
color: white;
}

.menu__list__,
.content__list__{
  list-style: none;
}
.menu__list__{
  display: flex;
  list-style: none;
  flex-direction: row;
}
.menu__list__ li{
  margin: 0 7px;
}
.menu__list__ li a {
  color: white;
  text-transform: uppercase;
  transition: color 2s;
  
}      
.menu__list__ li a:hover{
  color: #d3b4b9;
}     

.container__navi__ {
  background-color: #333;
  padding: 15px 18px;
}

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

.name__logo__menu__wrap {
  display: flex;
  align-items: center;
}

.name__logo__ {
  display: flex;
  align-items: center;
}

.name__logo__ img {
  max-height: 41px;
  margin-right: 15px;
}

.menu__navbar__wrap__ {
  display: flex;
}

.menu__list__ {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__list__ svg {
  width: 18px;
  height:  18px;
  fill: currentColor;
  color: white;
  margin:  7px;
}
.menu__list__ li {
  margin: 0  18px;
}

.menu__list__ li a {
  color: white;
  text-decoration: none;
}

.menu__toggle,
.menu__mobile {
  display: none;
}

.menu__mobile {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  padding:  18px;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  z-index: 5;
}
.menu__clouse{
  display: flex;
  justify-content: flex-end;
}
.menu__clouse svg{
  color: white;
  margin:  15px;
}
.menu__clouse svg:hover{
  color: #c8727f;
}

.menu__mobile.active {
  transform: translateY(0);
}

.menu__mobile .menu__list__ {
  flex-direction: column;
}

.menu__mobile .menu__list__ li {
  margin:  7px 0;
}

.menu__toggle {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.menu__toggle div {
  width: 26px;
  height: 1px;
  background-color: white;
  margin:  7px 0;
}
.menu__toggle svg{
  color: #fff;
}

.content__list__ li{
  display: flex;
  align-items: center;
  flex-direction: row;
}
.content__list__ li svg{
  flex-shrink: 0; 
  width: 18px;
  height:  18px;
}
.container__main__ {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container__main__ video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.container__main__ .color-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(97 47 55), rgb(119 79 86 / 42%));
  z-index: 2;
}
.content {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
  padding: 108px  20px;
}
.content h1{
  font-size: 22px;
}
.prod-list__image__ {
  width: 100%;
}
.prod-list__image__ img{
  width: 100%;
  object-fit: cover;
  height: 245px;
}
.prod__info__box__{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prod__info__ {
  font-size: 13px;
  color: grey;
  text-align: center;
  line-height: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.prod__info__  svg{
  margin: 4px;
}
.prod__content__{
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.container__prod-list__{
  display: flex;
  flex-direction: column;
}

.prod-list__wrap__{
  width: 315px;
}
.prod-list__name__ h2{
  padding: 18px 0;
  text-align: center;
}
.prod-list__items__{
  display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.prod-list__prod{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.prod-list__prod p{
  text-align: center;
}
.prod-list__wrap__,
.prod-list__btn{
  text-align: center;
}
.prod__name__{
  color: black;
  font-style: italic;
}
.prod-list__r-m__ a{
  color: rgb(181 59 115);
}
.prod-list__price{
  font-size: 22px;
}
.prod-list__price,
.prod-list__btn{
  text-align: center;
}
.prod-list__price{
  margin: 18px;
}
.prod-list__btn{
  margin: 18px 0;
}
.prod-list__btn a {
  padding: 15px;
}

.prod__content__page{
  margin: 26px;
}
.prod__content__page p {
  padding: 7px 0;
}
.container__about-us-market__{
  overflow-x: hidden;
}
.about__us__box{
  display: flex;
    text-align: center;
    align-items: center;
    padding:  18px;
    position: relative;
    min-height:  438px;
}
.about__us__wrap {
    display: flex;
    background-color: black;
    color: white;
    padding: 80px;
    width: 50%;
    height: auto;
    justify-content: center;
    flex-direction: column;
}
.about__us__wrap h2{
  font-style: italic;
}
.about__us__wrap p{
  font-size:  20px;
  word-break: break-all;
}
.about__us__img{
  width: 50%;
  height: 438px;
    object-fit: cover;
    position: relative;
    left: -20px;
}
.about__us__img img{
  width: 100%;
}
.order--wrap {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 18px;
    background-color: #46262b;
}
.order__title{
  text-align: center;
  font-style: italic;
  padding-bottom: 108px;
}
.suggested-products__name {
  text-align: center;
  padding: 18px 0;
}
.order__title h2 {
  padding: 18px 0;
}
.textHero {
  padding:  66px 0;
}
.varuy {
  display: flex !important;
  flex-direction: row;
  gap: 7px;
  flex-wrap: wrap;
}
.card__order__item{
  position: relative;
  top: -66px;
  width:  298px;
    text-align: center;
    background-color: #ebdddd;;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 7px 18px;
}
.card__order__item div svg{
  color: #72474747;
}

.container__discount{
  display: flex;
  flex-direction: row;
}
.discount__wrap,
.discount__wrap__text{
  flex: 1;
}

.discount__wrap__text{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.discount__wrap__text p,
.discount__wrap__text span {
  font-size:  40px;
  margin: 18px;
  font-style: italic;
}
.discount__wrap {
width: 50%;
}
.discount__wrap img{
  width: 100%;
  position: relative;
    top: -41px;
    height: 451px;
    object-fit: cover;
}
.container__bottom__logo__{
  background-color: #774f56;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-text__col{
  color: white;
}
.container__bottom__logo__ a img{
  width: 66px;
    margin:  15px;
}
.container__priv__{
  background-color: black;
    list-style: none;
}
.container__priv-page{
  padding: 30px 15px;
  word-break: break-all;
  overflow: hidden;
}
.priv-footer__wrap {
  display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 18px;
}
.footer__menu{
  display: flex;
    flex-direction: column;
    line-height: 2;
}
.footer__menu a{
  color: white;
}
.footer__catalog{
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.footer__catalog a{
  color: white;
}
.footer__catalog ul li a{
  color: white;
  font-style: italic;
}
.priv-footer__wrap  {
  gap: 18px;
}  
.priv-footer__block{
  display: flex;
    flex-direction: column;
    line-height: 2;
}
.priv-footer__block a{
  color: white;
}

.prod-list__image__page{
  text-align: center;
  width: 100%;
  height: auto;
}
.prod-list__image__page img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prod-list__prod-page{
  display: flex;
    flex-direction: column;
    align-items: center;
}
.prod__info__box__page{
  display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    line-height: 2;
}
.prod__info__wrap__page{
  line-height: 2;
}
.vmp__card-wrap{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vmp__card-wrap img{
  margin:  7px 0;
}
.customer-support-page__container{
  background-color: black;
}
.customer-support-page__wrap{
  display: flex;
    flex-direction: row;
    margin: 0 30px;
    align-items: center;
}
.customer-support-page__items {
  text-align: center;
    height: 245px;
    position: relative;
    left: 26px;
    flex: 1;
    padding: 30px;
    background-color: #774f567d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 2;
}
.footer__adres-time-box{
  text-align: center;
  padding: 30px;
  background-color: #774f567d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2;
}
.customer-support-page__items span{
  display: flex;
    width: 108px;
    height: 1px;
    background-color: #ffffff;
    margin:  7px;
}
.customer-support-page__item a{
  word-break: break-all;
  color: white;
}

.number__discount-wrap{
  padding: 18px 0;
}

.number__discount-wrap {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 108px; 
  background-color: black;
  color: white;
  font-size: 50px;
  font-style: italic;
}

.number__discount {
  margin: 0 80px;
  display: inline-block;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.number__discount p {
  display: inline-block;
  margin: 0 18px; 
}

.number__discount span {
  color: red;
}
.customer-support-page__items,
.map__customer-support-page__{
  flex: 1;
}
.form__wrapper{
  margin: 26px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  background-color: #774f5692;
  padding: 30px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 7px 18px;
}

.message {
  color: #355891;
  font-size: 13px;
}

.flex {
  display: flex;
  width: 100%;
  gap: 18px;
}
.form__box{
  display: flex;
    width: 100%;
    justify-content: center;
}
.form label {
  position: relative;
}
.button__form{
  margin: 18px 0 0 0;
  text-align: center;
}
.form label .input {
  width: 100%;
  padding: 15px 0 20px 15px;
  outline: 0;
  border: 1px solid black;
  border-radius: 5px;
}
.input-groupbox-group{
  width: 100%;
  padding: 15px 0 20px 15px;
  outline: 0;
  border: 1px solid black;
  border-radius: 5px;
}
.textarea-groupbox-group{
  width: 100%;
  padding: 15px 0 20px 15px;
  outline: 0;
  border: 1px solid black;
  border-radius: 5px;
}
.form label .input + span {
  position: absolute;
  left: 15px;
  top: 18px;
  color: #355891;
  font-size: 13px;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown + span {
  top: 18px;
  font-size: 13px;
}

.form label .input:focus + span,.form label .input:valid + span {
  top: 26px;
  font-size: 13px;
  font-weight: 400;
}

.form label .input:valid + span {
  color: green;
}

.input01 {
  width: 100%;
  padding: 15px 0 20px 15px;
  outline: 0;
  border: 1px solid black;
  border-radius: 5px;
}

.form label .input01 + span {
  position: absolute;
  left: 15px;
  top: 41px;
  color: #355891;
  font-size: 13px;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input01:placeholder-shown + span {
  top: 30px;
  font-size: 13px;
}

.form label .input01:focus + span,.form label .input01:valid + span {
  top: 41px;
  font-size: 13px;
  font-weight: 400;
}
.form__check-label{
  font-size: 13px;
  margin: 0 15px;
}
.form__check-label a{
  color: black;
}
.wrap__btn {
  margin: 18px 0 0;
}
.checkbox__contact{
  display: flex;
  align-items: center;
}
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
 }
 
 .container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size:  20px;
  user-select: none;
 }
 
 .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #343434;
  border-radius: 5px;
  transition: all 0.5s;
 }
 
 .container input:checked ~ .checkmark {
  background-color: #f0f0f0;
  border: 2px solid #343434;
 }
 
 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  filter: drop-shadow(0 0 15px #888);
 }
 
 .container input:checked ~ .checkmark:after {
  display: block;
 }
 
 .container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 7px;
  border: solid #343434;
  border-width: 0 0.2em 0.2em 0;
  border-radius: 5px;
  transform: rotate(45deg);
  animation: bounceFadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
 }
 
 @keyframes bounceFadeIn {
  from {
   transform: translate(0, -15px) rotate(45deg);
   opacity: 0;
  }
 
  to {
   transform: translate(0, 0) rotate(45deg);
   opacity: 1;
  }
 }


 .container__form__hours{
  display: flex;
  flex-direction: row;
  align-items: center;
 }
.container__form-section,
.footer__contact-o-h{
  flex: 1;
}
.container__suggested-products{
  background-color: #774f566b;
}
.suggested-products__item-wrap {
  position: relative;
  width: 245px; 
  height: 298px; 
  overflow: hidden;
}
.suggested-products__items-list{
  display: flex;
    flex-direction: row;
    justify-content: space-evenly;
flex-wrap: wrap;
gap: 18px;
  }
.suggested-products__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.suggested-products__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.suggested-products__text {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(250, 246, 246, 0.636); 
  color: white;
  padding: 15px;
  box-sizing: border-box;
}

.suggested-products__title {
  margin: 0;
  font-size: 13px;
  text-decoration: none;
  color: rgb(63, 52, 52);
}

.suggested-products__btn {
  margin: 26px 0;
}

.suggested-products__btn a { 
  padding: 15px 18px;
  text-decoration: none;
  font-size: 13px;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.anim.visible {
  opacity: 1;
}


@media screen and (min-width: 480px) {
  .container__prod-list__ {
    max-width: 480px;
  }

  .prod-list__image__page{
    height: 298px;
  }
}
@media screen and (min-width: 768px) {
  .container__prod-list__ {
    max-width: 780px;
  }

  .prod-list__image__page{
    height: 438px;
  }
}
@media screen and (min-width: 1200px) {
  .container__prod-list__ {
    max-width: 1218px;
  }

  .prod-list__image__page{
    height: 388px;
  }
}


@media (min-width: 1001px){
  .menu__toggle svg{
    display: none;
  }
}
      @media (max-width: 1000px) {
        .menu__navbar__wrap__ {
            display: none;
        }
      
        .menu__toggle {
            display: flex;
        }
        
      }
      @media (max-width: 920px){
        .priv-footer__wrap{
          flex-direction: column;
          align-items: center;
          }
      }
      

      @media (max-width: 800px){
        .about__us__box{
          flex-direction: column;
        }
        .about__us__img{
          height: 298px;
          left: 0;
          top: -18px;
        }
        .about__us__img{
          width: 100%;
        }

      }
      @media (max-width: 768px){
.container__form__hours{
  flex-direction: column;
}
.container__discount{
  flex-direction: column;
}
.discount__wrap{
  width: 100%;
}
.about__us__wrap{
  width: 90%;
  padding: 30px;
}
.footer__menu {
  align-items: center;
  margin: 15px 0;
}
.footer__catalog{
  align-items: center;
  margin: 15px 0;
}
.footer__catalog ul li{

  list-style: none;
}
.footer__catalog ul{
  text-align: center;
}
.priv-footer__block{
  align-items: center;
  margin: 15px 0;
}
.customer-support-page__wrap{
  flex-direction: column;
  align-items: normal;
}
.customer-support-page__items{
  left: 0;
}
      }

      @media (max-width: 500px){
        .container__discount{
          flex-direction: column;
        }
        .discount__wrap {
          width: 100%;
      }
      .discount__wrap__text p{
        text-align: center;
      }
      }
      @media (max-width: 320px){
        .content{
          margin: 15px;
        }
        .prod-list__image__page img {
          width: 100%;
      }
      }
      
        
      *{
        box-sizing: border-box;
        }


        #market-{rclass_basket}-main-basket-1 svg {
        color: #fff !important;
        fill: #fff !important;
        }

        #market-{rclass_basket}-main-basket-1 svg {
        color: #fff !important;
        fill: #fff !important;
        }
        .cart-icon-2 svg {
        fill: #fff !important;
        }