@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root{
  --color__brand: #2c9caf;
  --color__gr-tx: #404243;
  --color__gr-lt: #a3a3a3;
}


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

ul{
margin: 0;
padding: 0;
}
li {
  margin: 5px;
}
a {
text-decoration: none;
}

.wrap__tb-m{
margin: 0 25px;
}

.wrap__lr-p{
padding: 41px 0;
}

.privacy__section {
  word-break: break-all;
  overflow: hidden;
}
.logo-text__col{
  color: var(--color__brand);
  margin: 0 9px;
}
.nav__menu-top__items li{
  position: relative;
  float: left;
}
.logo__menu-wrapper{
  display: flex;
    flex-direction: row;
    align-items: center;
}
.logo-top__wrap{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo__basket-wrap{
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.nav__menu-top__items{
  display: flex;
  align-items: center;

  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-around;
}
.nav__menu-top__items li{
  margin: 0 7px;
}
.nav__menu-top__items li a{
  color: var(--color__gr-tx);
    padding: 10px 15px;
    text-decoration: none;

}

.nav__menu-top__items li a:hover{
  color: var(--color__brand);
}
.col-text__phone{
  color: var(--color__gr-lt);
  font-size: 20px;
  font-weight: bold;
}

.nav__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.main__section {
  background-image: url(pic/illustration_header_67d83e7c1d3576.49590864.jpg);  
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex;
  align-items: center;
  justify-content:  center;
  height: auto;
}

.main__wrap {
  text-align: center;
  color: var(--color__gr-tx); 
  margin: 50px;
  padding: 30px;
  width: 500px;
  background-color: white;
}


.how__order-wrap{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.card__order{
  width: 400px;
  text-align: center;
}
.card__order div svg{
  color: var(--color__brand);
}
.how_order__title h2{
  text-align: center;
  text-align: center;
}
.border__hover{
  position: relative; 
  padding-bottom: 10px; 
  transition: border-bottom 0.3s ease;
  border-bottom: 3px solid rgba(0, 0, 0, 0);; 
}
.border__hover:hover {
  border-bottom: 3px solid var(--color__brand); 
}

.wat__section {
  position: relative;
  background-image: url(pic/photo_header_67d83e7d902556.74416488.jpg); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  height: auto; 
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed; 
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
}
.wat__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 0; 
}
.catalog__title h2{
  color: var(--color__gr-tx);
  text-align: center;
}
.catalog__wrapper{
  width: 320px;
}
.catalog__list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.wat__wrap {
  text-align: center;
  color: white; 
  position: relative;
  z-index: 1;
}
.wat__wrap p{
  font-size: 26px;
}
.catalog__prod{
  margin: 20px;
  color: var(--color__gr-tx);
  text-align: center;
}
.catalog__prod a{
  color: var(--color__gr-tx);
}
.catalog__prod a h3{
color: var(--color__gr-tx);
}
.catalog__prod p{
display: -webkit-box;
-webkit-line-clamp: 5; 
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.catalog__img {
position: relative;
}
.catalog__img img{
  border-top: 12px solid var(--color__brand);
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: filter 0.5s ease, background-color 0.5s ease; 
    
}
.catalog__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffffff59, #2c9caf6e);  
  opacity: 0;
  transition: opacity 0.5s ease; 
  z-index: 1;
}

.catalog__img:hover::before {
  opacity: 1; 
}
.catalog__info{
  padding: 5px;
}
.catalog__info:hover{
  border: 1px solid var(--color__brand);
}
.catalog__read-more a{
color: #2d9cafa1;
}
.catalog__price{
  font-size: 20px;
  text-align: center;
}
.catalog__price:hover{
  color: var(--color__brand);
}
.catalog__btn{
  margin: 50px 0;
  text-align: center;
}
.catalog__img-page img{
border-top: 12px solid var(--color__brand);
width: 52%;
object-fit: contain;
}
.catalog__img-page{
  text-align: center;
}
.catalog__prod-page{
  color: var(--color__brand);
  text-align: center;
}
.footer__adres-time-wrap{
  display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.footer__adres-title h2{
  color: var(--color__brand);
}
.f__adr-item a{
  word-break: break-all;
  color: var(--color__gr-lt);
  line-height: 2;
}
.footer__adres-items{
  padding: 30px;
  flex: 1;
}
.color__bg{
  background-color: #c9c9c982;
  flex: 1;
}
.items__store {
  color: var(--color__gr-tx);
}
.item__time {
  color: var(--color__gr-tx);
  line-height: 2;
}

.field__form-section {
  background-image: url(pic/scene_header_67d83e7f9489a6.10537575.jpg);
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0; 
  clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);         
}
.contact__form-section{
  background-image: url('pic/illustration_gallery_67d83e81527cf3.94065304.jpg'); 
  background-size: cover;
  background-position: center; 
  background-repeat: no-repeat; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0; 
}

.cont__item-page{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.map__items{
  flex: 1;
}
.form__wrapper{
  background: rgba(255, 255, 255, 0.8); 
  padding: 20px;
  border-radius: 10px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  width: 100%;
  max-width: 600px;
}
.form__title h2{
  text-align: center;
}

.feed-form {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
}

.input-input_component--item{
  height: 54px;
  border-radius: 5px;
  background: white;
  margin-bottom: 15px;
  border: none;
  padding: 0 20px;
  font-weight: 300;
  font-size: 14px;
  color: #4B4B4B;
}
.textarea-input_component--item{
  height: 54px;
  border-radius: 5px;
  background: white;
  margin-bottom: 15px;
  border: none;
  font-weight: 300;
  font-size: 14px;
  color: #4B4B4B;
}
.input-group__contact input,
.input-group__contact textarea{
  height: 54px;
  border-radius: 5px;
  background: white;
  margin-bottom: 15px;
  border: none;
  font-weight: 300;
  font-size: 14px;
  color: #4B4B4B;
  width: 100%;
}
.feed-form__contact{
  margin-top: 36px;
    display: flex;
    flex-direction: column;
}
.form__check{
  margin: 20px 0;
}
.form__check-label a{
color: var(--color__gr-tx);
}

.button_submit:hover, .feed-form input:hover {
  transform: scale(1.009);
  box-shadow: 0px 0px 3px 0px #212529;
}

.button_submit {
  width: 100%;
  height: 54px;
  font-size: 14px;
  color: white;
  background: red;
  border-radius: 5px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
}
.color-title__page{
  color: var(--color__brand);
}
.catalog__av-page,
.catalog__del-page {
  margin: 10px;
}
.catalog__av span,
.catalog__code span {
  margin-top: 10px;
  border-bottom: 1px solid var(--color__brand);
}
.catalog__av-page span,
.catalog__del-page span {
  border-bottom: 1px solid var(--color__brand);
  color: var(--color__gr-tx);
}
.catalog__price-page{
  color: var(--color__brand);
  font-size: 26px;
  text-align: center;
}
.catalog__btn-page{
  margin: 20px;
  text-align: center;
}
.related__item{
  display: flex;
}
.related__items-list{
  display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.related__item-wrap{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
  width: 220px;
}
.related__item{
  padding: 10px;
  background-color: var(--color__gr-lt);
}
.related__img{
  width: 220px;
    height: 160px;
    object-fit: cover;
}
.related__text-content{
  text-align: center;
}
.related__title{
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.related__btn{
  margin: 30px;
}
.priv__wrap{
  display: flex;
  flex-direction: column;
  line-height: 2;
}
.priv__wrap a{
  color: var(--color__brand);
}
.privacy__text{
  overflow-wrap: break-word;
}

.rcard__logo-bottom{
  display: flex;
    align-items: center;
}
.logo-bottom__wrap{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.coment__block{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.coment__title{
  text-align: center;
}
.coment__text{
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 15px;
  padding: 20px;
  background-color: #c9c9c92e;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.coment__avatar__star{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.coment__avatar__star img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100px;
}
.coment__avatar__star div{
  margin: 10px;
}
.coment__avatar__star div svg{
  color: var(--color__brand)
}
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.priv__color{
  background-color: #2c9caf36;
}
.priv__section{
  display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.foot__menu{
  display: flex;
    flex-direction: column;
    line-height: 2;
}
.foot__menu a{
  color: var(--color__brand);
}
.foot__catalog a{
  color: var(--color__brand);
  font-weight: bold;
  line-height: 2;

}
.foot__catalog ul{
  list-style: none;
}
.card__logo-bottom{
  display: flex;
    justify-content: space-between;
}
.logo__card-wrap{
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
}
.foot__catalog{
  line-height: 1.5;
}



        @media (max-width: 1400px) {
        
      
        }
        
        @media (min-width: 1200px){
          #menu{
            display: none;
          }
          .nav__catalog{
            display: none;
          }
        }
        @media (max-width: 1200px) {
          .logo__menu-wrapper{
            flex-direction: column;
            align-items: flex-start;
          }
          .nav__wrapper{
            align-items: flex-start;
            justify-content: space-between;
          }
          .nav__menu-top__items {
            display: flex;
            flex-direction: column;
            width: 100%;
            align-items: flex-start;
        }
          .nav__menu-top__items li {
              display: flex;
          }
      
          .nav__menu-top__items li a {
              padding: 10px;
          }
          .nav__catalog{
            display: flex;
            flex-direction: column;
            list-style-type: none;
            padding: 0;
            margin: 0;
          }

.nav__catalog li {
  display: flex;
  align-items: center;
  margin: 10px 0; 
}
.nav__catalog li .icon {
  flex-shrink: 0; 
  width: 10px; 
  height: 40px;
  margin-right: 10px; 
}
.nav__catalog li a {
  flex-grow: 1; 
  text-decoration: none; 
  color: black; 
}

.nav__catalog li a:hover {
  text-decoration: underline; 
}
          .item__nav-catalog{
            display: flex;
            flex-direction: column;
          }
          .nav__catalog li{
            display: flex;
          }
          .nav__catalog li svg{
            color: var(--color__brand);
          }
          #menu {
              display: block;
              cursor: pointer;
              color: var(--color__brand);
          }
          #menu :hover{
            color:var(--color__gr-lt);
          }
      
          .nav__menu-top {
              max-height: 0;
              overflow: hidden;
              transition: max-height 0.5s ease-out;
              flex-direction: column;
              width: 100%;
          }
          .nav__menu-top.active {
              display: flex;
              max-height: 1000px;
              transition: max-height 2.5s ease-in;

          }
      }

      @media (max-width: 1080px){
        .priv__section{
          flex-direction: column;
        }
        .priv__wrap{
          align-items: center;
        }
        .foot__menu{
          align-items: center;
          padding: 10px 0;
        }
        .foot__catalog{
    display: flex;
    flex-direction: column;
    align-items: center;
        }
        .foot__catalog ul {
          text-align: center;
        }
      }

      @media (max-width: 900px){
        .footer__adres-time-wrap{
          flex-direction: column;
        }
      }

      @media (max-width: 686px){
        .coment__block {
          flex-direction: column;
        }
.card__logo-bottom{
  flex-direction: column;
  align-items: center;
}
.logo__card-wrap{
  padding: 20px 0;
}
      }

      @media (max-width: 500px){
        .main__text{
          font-size: 20px;
        }
.footer__adres-time-wrap{
  flex-direction: column;
}
.wat__section{
  padding: 70px 10px;
}
.wat__wrap p{
  font-size: 18px;
}
      }
      @media (max-width: 320px){
        .col-text__phone{
          display: none;
        }
      }
      
  
        
        .button-1  {
          --clr-font-main: hsla(0 0% 20% / 100);
          --btn-bg-1: rgb(97, 255, 231);
          --btn-bg-2: rgb(34, 113, 114);
          --btn-bg-color: hsla(360 100% 100% / 1);
          --radii: 0.5em;
          cursor: pointer;
          padding: 0.9em 1.4em;
          min-width: 120px;
          min-height: 44px;
          font-size: 14px;
          font-family: "Segoe UI", system-ui, sans-serif;
          font-weight: 500;
          transition: 0.8s;
          background-size: 280% auto;
          background-image: linear-gradient(325deg, var(--btn-bg-2) 0%, var(--btn-bg-1) 55%, var(--btn-bg-2) 90%);
          border: none;
          color: var(--btn-bg-color);
          box-shadow: 0px 0px 20px rgba(71, 184, 255, 0.5), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);
        }
        
        .button-1:hover {
          background-position: right top;
        }
        
        .button-1:is(:focus, :focus-visible, :active) {
          outline: none;
          box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
        }
        
        @media (prefers-reduced-motion: reduce) {
          .button-1 {
            transition: linear;
          }
        }

        .button-2 {
          font-size: 14px;
          background: rgba(255, 255, 255, 0.8);
          border: 1px solid #06ffde;
          padding: 1em 1.5em;
          color: var(--color__brand);
          text-transform: uppercase;
          position: relative;
          transition: 0.5s ease;
          cursor: pointer;
        }
        
        .button-2::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 0;
          background-color: #06ffde;
          transition: 0.5s ease;
        }
        
        .button-2:hover {
          color: #1e1e2b;
          transition-delay: 0.5s;
        }
        
        .button-2:hover::before {
          width: 100%;
        }
        
        .button-2::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 0;
          width: 100%;
          background-color: #06ffde;
          transition: 0.4s ease;
          z-index: -1;
        }
        
        .button-2:hover::after {
          height: 100%;
          transition-delay: 0.4s;
          color: aliceblue;
        }

        .button-3 {
          position: relative;
          display: inline-block;
          margin: 15px;
          padding: 15px 30px;
          text-align: center;
          font-size: 14px;
          letter-spacing: 1px;
          text-decoration: none;
          color: var(--color__gr-tx);
          background: transparent;
          cursor: pointer;
          transition: ease-out 0.5s;
          border: 2px solid var(--color__brand);
          border-radius: 10px;
          box-shadow: inset 0 0 0 0 var(--color__brand);
        }
        
        .button-3:hover {
          color: white;
          box-shadow: inset 0 -100px 0 0 var(--color__brand);
        }
        
        .button-3:active {
          transform: scale(0.9);
        }

        .button-4 {
          position: relative;
          font-size: 14px;
          padding: 0.7em 1.4em;
          background-color: #BF0426;
          text-decoration: none;
          border: none;
          color: #DEDEDE;
          box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
        }
        
        .button-4::before {
          position: absolute;
          content: '';
          height: 0;
          width: 0;
          top: 0;
          left: 0;
          background: linear-gradient(135deg, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 50%, rgba(150,4,31,1) 50%, rgba(191,4,38,1) 60%);
          border-radius: 0 0 0.5em 0;
          box-shadow: 0.2em 0.2em 0.2em rgba(0, 0, 0, 0.3);
          transition: 0.3s;
        }
        
        .button-4:hover::before {
          width: 1.6em;
          height: 1.6em;
        }
        
        .button-4:active {
          box-shadow: 0.2em 0.2em 0.3em rgba(0, 0, 0, 0.3);
          transform: translate(0.1em, 0.1em);
        }

        .button-5 {
          color: #ecf0f1;
          font-size: 14px;
          background-color: #157d79;
          border: 1px solid #12f3ef;
          border-radius: 5px;
          cursor: pointer;
          padding: 10px;
          box-shadow: 0px 6px 0px #00c5d3;
          transition: all 0.1s;
        }
        
        .button-5:active {
          box-shadow: 0px 2px 0px #0c7970;
          position: relative;
          top: 2px;
        }
        