/*
Theme Name: Inew - company
Theme URI: https://inew24.ru/
Description: Общая тема (Доработана для компании Руникс)
Author: INew - company
Author URI: https://inew24.ru/
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inew-template
*/

html, body{
    padding:0;
    margin:auto;
}
.button-slider{
    cursor: pointer;
    width: 96px;
}
.elementor-swiper-button{
    display: none!important
}
.text-elem {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 3ch;
	font-family: Montserrat;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
}
.word-limit {
  overflow: hidden;
  position: relative;
  line-height: 1em;
  max-height: 2em; /* Устанавливаем максимальную высоту в 3.6 строки */
}

.word-limit:before {
  content: '...'; /* Добавляем многоточие в конец обрезанного текста */
  position: absolute;
  right: 0;
  bottom: 0;
}

.word-limit:after {
  content: ''; /* Очищаем после :before псевдоэлемент */
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white; /* Заливаем фоном контейнер, чтобы скрыть многоточие */
}