More products
  • We can estimate your company's opportunities, explore your economic status, analyze your vehicle access and foot traffic.
  • Marketing strategies
    We develop the main conception of a company according to the company's targets and develop strategies of competitive advantage.
  • Branding concepts
    We develop the strategy, conception, and ideology of the project and offer you city planning ideas.
/* Код из урока 10. Псевдокласс :has */

/* Убрать любой блок из карточки товара, в зависимости от категории товара */
.t-body:has([data-product-url*="catalog/zippo/tproduct"])  .uc-footer-contact{
  display: none !important;
}
/* Ограничить количество строчек у текстового блока */
.txt-block {
  display: -webkit-box;  
  -webkit-line-clamp: 3;  
  -webkit-box-orient: vertical;    
  overflow: hidden;   
}
  • Research
    We can estimate your company's opportunities, explore your economical status, analyze your vehicle access and foot traffic.
  • Research
    We can estimate your company's opportunities, explore your economical status, analyze your vehicle access and foot traffic.
  • Strategies
    We develop the main conception of a company according to the company's targets and develop strategies of competitive advantage.
  • Strategies
    We develop the main conception of a company according to the company's targets and develop strategies of competitive advantage.
  • Production
    We can estimate your company's opportunities, explore your economical status, analyze your vehicle access and foot traffic.
  • Production
    We can estimate your company's opportunities, explore your economical status, analyze your vehicle access and foot traffic.
/* Стили для родительского контейнера */

.container {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
}

/* Стили для дочернего элемента*/
.child {
  scroll-snap-align: start;
}

/* Другие типы привязки */
scroll-snap-align: start;
scroll-snap-align: center;
scroll-snap-align: end;