
@media (max-width:767px) and (orientation: portrait) {


.page-rating-container,
.phone-wrap{
	transform: translateX(30px);
	top: 86px;
	right: 0px;
	padding: 8px 10px;
    border: 1px solid var(--page-border-color);
    border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background: var(--abstract-color);
  	opacity: 0;
}
.phone-wrap.show,
.page-rating-container.show {
  visibility: visible;
  opacity: 0.8;
  z-index: 11;
  transform: translateX(0);
  pointer-events: auto;
  cursor: pointer;
}
.page-rating-heading{display: none;}

.page-rating-wrap{
	display: flex;
    flex-direction: column;
}
.page-rating-stars{
	font-size:20px;
	margin-right:20px;
}
.page-rating-counter{
	font-size:16px;
	margin-top:5px;
}
	
/* popup rating stars ******************************/
.popup-stars-wrap{
	color:var(--text-color);
	text-align: right;
}
.rating-star{
	font-size:28px;
}
.comment-stars-wrap{
	font-size:16px;
}

/* phone *****************/
.phone-wrap{
	top: 156px;
	padding: 8px 8px 6px 10px;
}
.phone-icon .svg-icon {
  fill: inherit;
  width: 40px;
  height: 40px;
}
.phone-span{
	display:none;
}

/* page background - page wrap ********************/
.page-bg{
	position:fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition:background .5s,opacity .5s;
	visibility:visible;
	opacity:1;
}
.page-bg.hid{
	visibility:hidden;
	opacity:0;
}
.page-header{
	transition:all 0.4s;
	transform:translateY(0);
	visibility:visible;
	opacity:1;
	overflow: hidden;
}
.page-header.hid{
	visibility:hidden;
	opacity:0;
	transform:translateY(-10px);
}
header{
	width:100%;
	z-index:15;
}
.header{
	width: calc(100% - 8px);
    display: flex;
    align-items: center;
	height: 46px;
    padding-left: 8px;
}
.logo-wrap{
	height:30px;
  	width:30px;
}
.logo{
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.page-name-wrap{
	display: flex;
	flex-direction: column;
	margin-left: 6px;
	padding-bottom: 2px;
}
.page-name{
	font-size: 13px;
	line-height: 1;
	margin-top: 2px;
}
.concept-name{
	font-size: 13px;
	line-height: 1;
	margin-top: 4px;
}
.header-bg{display:none}
.hpone-anchor{display:none}

.level-title{
	position:absolute;
	top:46px;
	left:0px;
	z-index:12;
	padding: 4px 16px 4px 16px;
	font-size: 14px;
	width: calc(100% - 32px);
}

/* menu toggle ****************************/
.toggle-wrap{
	transition:all 0.4s;
	transform:translateY(0);
	visibility:visible;
	opacity:1;
	overflow: hidden;
}
.toggle-wrap.hid{
	visibility:hidden;
	opacity:0;
	transform:translateY(-36px);
}

/* nav & popup *****************************/
.nav-box-wrap{background:none}

.nav-box.nav-burger,
.menu-sec-link{
	display:flex;
	flex-direction: column;
}
nav,
.popup-contr{
	top:0;/*57px/16*/
	bottom:0;/*62px/16*/
	left:0;
	right:0;/*56px/16*/
}
.popup-contr{
	position:absolute;
	transform: translateX(-12.5rem);
	box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.14);
	transition:all 800ms;
	visibility:hidden;
	opacity:0;
	z-index:-1;
	pointer-events:none; /* Запретить элементу получение событий мыши */
}
.popup-contr.cookies-popup,
.popup-contr.msg-popup {
	bottom: 52px;
	top: auto;
	right: 44px;
	border: 1px solid var(--page-border-color);
	padding: 0px 16px 10px;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.popup-contr.show{
	visibility:visible;
	pointer-events:auto;
	opacity:1;
	z-index: 1000;
	transform:translateX(0);
}
.popup-contr.menu-wrap{
	display: flex;
  	flex-direction: column;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:0 16px;
	overflow: auto;
}
.popup-contr-wrap{
	height:100%;
	overflow:auto;
}
.modal-header{
	padding: 12px 20px 10px;
}
.modal-title{
	font-size: 18px;
	line-height: 1.4;
}
.modal-title svg{
	height: 20px;
  	margin-bottom: -4px;
	margin-right: 6px;
}
.modal-subtitle{
	font-size: 14px;
    margin-top: 5px;
	line-height: 1.4;
}
.modal-urgency{
	display:none;
}
.modal-body{
	padding:8px 16px 30px;
}
.modal-nav-btn{
	padding: 8px;
	border: 2px solid var(--page-border-color);
	border-radius: 8px;
	text-align: center;
	background: var(--abstract-color);
	backdrop-filter: blur(10px);
	color: var(--text-color);
}
.comments-section{
	margin:0px 16px;
}
.modal-nav-btn:last-child{
	padding: 10px;
}
.popup-title{
	font-size:16px;/*15px/16*/
	line-height:1.1em;
	letter-spacing:1.5px;
}
.popup-title.mobile{
	width: 100%;
	border: 2px solid var(--page-border-color);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* закрывашка для текста артикля */
.popup-close-btn,
.text-main-wrap.show .popup-close-btn {
  	display: block;
    font-size: 32px;
    right: 6px;
    top: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.cookies-popup .popup-btn {
	flex: 1;
	background: var(--abstract-color);
    color: var(--text-color);
	width: 100%;
    padding: 8px;
}
.popup-p{
	font-size:14px;/*14px/16*/
	line-height:1.4em;
}
.popup-btn.act-elem{
	border-radius:8px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.14);
	font-size: 14px;
	margin: 0;
}
.popup-contr.cookies-popup div{
	gap: 8px;
    display: flex;
    flex-direction: column;
}
.popup-contr.cookies-popup p{
	margin: 10px 0 14px;
}

/* cookie settings ****************/
.popup-content, .popup-footer {
  	padding: 12px 20px 0;
}
.cookie-category {
  	margin-bottom:20px;
}
.category-header {
    margin-bottom: 12px;
}
.category-info {
    gap: 1.0559vh;
	align-items: start;
}
.category-title {
    font-size:14px;/*22px/13.23*/
}
.required-badge {
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 8px;
    letter-spacing: 0.5px;
}
.toggle-switch {
    width: 44px;
    height: 20px;
    margin-left: 8px;
}
.toggle-slider {
  	border-radius:10px;
}
.cookie-category .toggle-slider.checked::before {
    transform: translateX(24px);
}
.toggle-slider::before {
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
}
.category-description {
	line-height: 1.5;
	margin-bottom: 12px;
	font-size:13px;/*16px/13.23*/
}
.details-toggle {
  	gap: 6px;
    font-size: 13px;
}
.details-toggle .arrow {
	font-size: 13px;
}
.details-toggle.active .arrow {
	transform: rotate(0deg);
}
.cookies-list.show{
	max-height:200px;
}
.cookies-list ul {
    padding: 12px 0;
}
.cookies-list li {
  	padding-bottom: 4px;
}
.cookies-list code {
	border-radius: 4px;
    font-size: 10px;
    padding: 3px 5px;
}
.cookies-list li span {
	margin-top: 5px;
    margin-left: 8px;
    font-size: 10px;
}
.popup-actions {
    padding: 12px 20px 0;
    width: calc(100% - 40px);
}
.action-buttons-group {
    gap: 16px;
    margin-bottom: 16px;
}
.popup-btn {
    padding: 8px;
    border-radius: 6px;
    font-size: 12px;
    border-width: 0;
}
.popup-btn.save-btn {
    font-size:12px;/*16px/13.23*/
	width: 100%;
}
.popup-footer {
  	padding: 20px;
}
.footer-text,
.popup-link,
.msg-popup .popup-p,
.cookies-popup .popup-p,
.cookies-popup.popup-p .popup-link{
    line-height:1.6em;
	font-size:13px;/*16px/13.23*/
}
.cookie-banner-actions .popup-btn.act-elem{
	font-size:13px;/*16px/13.23*/
	padding: 8px;
    border-radius: 6px;
    border: 1px solid var(--page-border-color);
}

/* GUIDE BUTTON *****************************/
.guide-main-btn{
	transition:all 0.4s;
	transform:translateX(0);
	visibility:visible;
	opacity:1;
	overflow: hidden;
}
.guide-main-btn.hid{
	visibility:hidden;
	opacity:0;
	transform:translateX(10px);
}
.guide-main-btn.popup-btn.act-elem{
	font-size:14px;
	padding: 6px 10px 6px 14px;
	border-radius: 0px;
	background: var(--text-bg);
    color: var(--text-color);
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.guide-main-btn{
	bottom: 12px;
    right: 0px;
}

.popup-link{
	display:inline-block;
	text-decoration:underline;
}
.popup-link.no-wrap{
	width:100%;
	margin-left: 0;
}
.menu-sec-link{
	margin-top: auto;
  	margin-bottom: 44px;
	font-size:14px;
}

.social-links-wrap{
	right: 6px;
    bottom: 64px;
	  transition: all 800ms;
	visibility: visible;
	pointer-events: auto;
}
.social-links{
	display:flex;
	flex-direction:column;
}
.social-link-item{
	margin-top:18px;
}
.social-link-anchor{
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	width: 32px;
	height: 32px;
}
.menu-year{
	bottom:20px;
	left:0;
	font-size:16px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   СЕКЦИЯ 2: Стили ТОЛЬКО чата (АКТИВНЫЕ)
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.chat-container {
	height: calc(100vh - 100px);
}
.message {
	max-width: 90%;
}
.message-content {
	font-size: 13px;
	padding: 10px 14px;
}
.quick-buttons {
  padding: 8px 16px 0;
  gap: 10px;
}
.quick-button {
	font-size: 13px;
	padding: 8px 10px;
	border-radius: 8px;
}
.action-button {
	font-size: 12px;
	padding: 8px 14px;
}
.chat-input-container {
	padding: 10px 16px;
}
.chat-input {
	font-size: 14px; /* Предотвращает зум на iOS */
	border-radius: 8px;
	padding: 8px 10px;
}
.chat-send-btn {
  border-radius: 8px;
}
.contact-form {
  padding: 0 16px;
}
#contact-form {
  margin-bottom: 20px;
}
.contact-form h4 {
  margin: 0 0 10px 0;
  font-size: 13px;
}
.contact-form input {
  width: 100%;
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  font-size: 14px;
}
.form-buttons {
  gap: 8px;
}
.btn-secondary,
.btn-primary {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
}

/* canvas ******************************/
.canvas{
	position:fixed;
	width: 100%;
    height: 100%;
       object-fit:cover;
	transition:background .5s,opacity .5s;
	visibility:visible;
	opacity:1;
	z-index: -1;
}
.canvas.hid{
	visibility:hidden;
	opacity:0;
}

/* main ********************************/
.main-wrap{
	top:0;
	bottom:0;
	width:100%
}
.level-wrap{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
}
.lev-title{
	margin-left: -1000px;
}

/* screen ***********************************************************/
.scr-wrap{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:visible;
    transition: all 800ms;
}
.scr-wrap.full{
	overflow:visible;
}
.screen{
	position: absolute;
	width:100%;
	height:100%;
	transition: 800ms;
	overflow:hidden;
			transform:translateX(0);
}
.scr-wrap.full .screen{
	position:absolute;
	transition:800ms;
	overflow:hidden;
	        transform:translateX(0);
}
.scr-wrap.full .screen.queue{
            transform:translateX(100%);
    opacity:0;
}
.scr-wrap.full .screen.prev{
            transform:translateX(-100%);
    opacity:0;
}
.scr-wrap.full .screen:first-child.queue-bounce{
	        transform:translateX(10%);
} 
.scr-wrap.full .screen:last-child.prev-bounce{
	        transform:translateX(-10%);
}

.screen.queue{
			transform:translateX(100%);
	opacity:0;
}
.screen.prev{
			transform:translateX(-100%);
	opacity:0;
}
.screen:first-child.queue-bounce{
			transform:translateX(10%);
} 
.screen:last-child.prev-bounce{
			transform:translateX(-10%);
}
/************nnnnnn*****************/

/* slide *************************************************************************/
.sl{
	position:absolute;
	transition:all .8s;
  	overflow:hidden;
}
.slide-img{
	top:46px;/*54px/16*/
	bottom:32%;
	width: 100%;
  	height: 68%;
	z-index: 11;
	border: none;
}

/* LAWANDTECH interactive HOME ACT LINKS*/
.slide-img.main{
	background-size: cover;
  	background-position: center;
}

/* data wrap *********************************************************************/
.data-wrap{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition: width .5s, height .5s, top .5s, bottom .5s, left .5s, right .5s;
	display:flex;
    align-items:center;
}
.data{
	position:absolute;
	height:100%;
	width:100%;
	object-fit:cover;
	color:transparent;
	opacity:1;
	z-index:2;
	transition:opacity .8s;
}
.mini-data{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	background: var(--abstract-color);
	color: var(--text-color);
	background-size: cover;
	background-position: center;
}

/* figure *****************************************************************/
.figure-slider-wrap{
	height:44px;
	right:68px;
	bottom: 72px;
	z-index:10;
	position:absolute;
	z-index:100;
	display: flex;
    align-items: center;
}
.figure-slider-container{
	overflow:hidden;
}
.figure-slider-list{
	visibility:hidden;
	width:0;
}
.figure-slider-btn{
	font-size: 1.4em;
	height: 40px;
	line-height: 40px;
	width:32px;
	margin: 4px;
	border-radius: 3px;
	border:none;
	outline:none;
	visibility:visible;
	color:var(--page-color);
	background-color:var(--abstract-color);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
	transition: all .0s;
}
.figure-slider-btn.hid{
	visibility:hidden;
}
.figure-slider-counter{
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin:4px;
	padding-left: 5px;
	padding-right: 5px;
	visibility:visible;
	width:auto;
	color:var(--page-color);
	background-color:var(--abstract-color);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.3);
	border-radius:3px;
	transition:width .8s,margin .8s;
}
.mini-data{
	font-size:20px;
	border-radius:6px;
}

/* slide text *************************************/
.slide-text{
	bottom:52px;
	left:0;
	right:44px;
	z-index: 12;
	align-content: flex-end;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--text-bg);
	transition: right 0.4s ease, bottom 0.4s ease;
}
.slide-text.show{
	bottom:0;
	right:0;
}
.scr-wrap.full .text-wrap, 
.slide-text{
	background: var(--text-bg);
}
.text-main-wrap {
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
	max-height: 100%;
	width: calc(100% - 2px);
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.1);
	justify-content: flex-start;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-left:0;
}
.text-main-wrap.show {
	width:100%;
	border:none;
	border-radius:0;
}
.cost-wrap{
	position:relative;
	flex-direction: row-reverse;
	padding-left: 10px;
	padding-right: 12px;
}
.cost-wrap.hid{display:none}

.cost-card{
	position:relative;
	text-align: right;
}
.cost-sec-wrap{
	font-size:16px;
}
.cost-first-wrap{
	padding-top: 0px;
	font-size:28px;
	line-height: 1;/* Линия текста без дополнительных отступов */
	white-space: nowrap;    /* Запрещаем перенос текста */
}
.promo-wrap{
	font-size: 16px;
	text-align: right;
	position: absolute;
    left: -9999px;
    top: -9999px;
}

.text-wrap{
	position:relative;
	display:block;
	transition:all .4s ease;
	text-align:left;
	overflow:hidden;
	z-index: 12;
	/* min-height: 160px; */
}
.text-wrap.hid{display:none}

.text-scroll-wrap{
	display: flex;
    flex-direction: column;
	overflow:auto;
	z-index: 1;
	overscroll-behavior: none;
  	touch-action: pan-y;
	transition: max-height .4s ease-out;
	text-align: right;
	min-height: 22vh;
}
.panel-more-wrap{
	position:relative;
	transition: max-height 0.8s, min-height 0.8s, height 0.8s;
	text-align: left;
}

.title{
    z-index: 1;
	transition:all .8s;
	padding:12px 12px 8px 16px;
	font-size: 22px;
	line-height: 1.4;
}
.text-main-wrap.show .title{
	padding-right:30px;/*30px/7.6*/
}

.panel-more{
	position: relative;
	overflow:hidden;
	transition: max-height .8s, min-height .8s;
	max-height:0;
	min-height: 0;
    z-index: 1;
	padding-bottom:0;
	color: var(--text-color);
}
.panel-more.show{
	overflow:auto;
}
.panel-more.hid{
	display:none;
}
.panel-more section:first-of-type {
  margin-top: -10px;
}
.panel-more h4{
	color:var(--page-color);
}
.panel-more h5,
.panel-more h6{
	color:var(--text-color);
}
.panel-more h4,
.panel-more h5,
.panel-more h6,
.panel-more p{
	line-height: 1.5;
	font-size:16px;
	padding: 14px 14px 0px 16px;
}
.panel-more h5{
	font-size:18px;
}
.panel-more h4{
	font-size:20px;
}
.panel-more li{
	line-height: 1.5;
	font-size:16px;
	margin: 6px 12px 0px 16px;
	list-style:none;
}
.panel-more li::before,
.panel-grid li::before {
  content: "";
  margin-right: 0px;
}
.panel-more section:last-child{
  margin-bottom:60px;
}
.panel-more li,
.panel-wrap .panel-grid li {
  padding: 0px 14px;
  margin-bottom:14px;
  border: none;
  border-left: 2px solid var(--text-color);
}
.panel-wrap{
  padding-bottom: 12px;
}
.panel-more ul,
.panel-grid{
  margin-top:16px;
}
.panel-wrap.offer .panel-grid li{
  border-left: 2px solid var(--text-color);
}
.panel-wrap.act{
  padding-bottom:8px;
}
.panel-wrap.act .panel-btn-wrap{
	width: 100%;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.panel-btn-wrap{
  	padding-top: 10px;
}
.panel-wrap.act .panel-btn{
	padding: 8px;
	font-weight: bold;
	text-align: center;
	margin: 8px 12px 0 16px;
	border-radius: 8px;
	border: 1px solid var(--page-border-color);
	color: var(--btn-color);
	backdrop-filter: blur(10px);
	width: calc(100% - 48px);
}
.panel-wrap.offer {
	background: var(--abstract-color);
	border-radius: 0;
}
.panel-wrap.act.offer .panel-btn{
	width: calc(100% - 28px);
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

section > .panel-btn-wrap .panel-btn{
	padding:10px;
	font-weight: bold;
	width: calc(100% - 28px);
	text-align: center;
	margin: 10px 12px 10px 16px;
	border-radius: 8px;
	border: 1px solid var(--page-border-color);
	backdrop-filter: blur(10px);
	color: var(--text-color);
}
.more-btn{
	right:0;
	bottom:4px;
	font-size:15px;
	background:inherit;
    border-top-left-radius: 6px;
  	border-bottom-left-radius: 6px;
	z-index: 1;
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.14);
}
.more-btn.act-elem.link.act-anchor{
	padding: 6px 12px;
	border-right: 0;
    align-self: flex-end;
    margin-bottom: 10px;
	margin-top: 10px;
}
.text-main-wrap.show .more-btn.act-elem.link.act-anchor{
    margin:0;
}

/* text baner background **************************/

/* delivery *****************************************/
.delivery-wrap{
	transition:all .4s;
	padding: 4px 6px;
  	font-size: 13px;
  	margin-top: 6px;
	text-align: right;
}

.page-action-btn-wrap {
	transition:all .8s ease-out;
	display: flex;
	transition: all .8s;
	justify-content:flex-end;
	flex-direction:column;
	width: 100%;
	z-index: 1;
	margin-top: auto;
}
.page-action-btn-wrap.hid{
	display:none;
}
.pageActBtn{
	padding: 10px 18px;
	font-size: 16px;
	display:inline-block;
	transition:filter 0.5s ease-in-out;
	border: none;
}
.pageActBtn.sec-btn{
	border-bottom: 6px solid transparent;
}
.pageActBtn:active,
.pageActBtn:focus{
	filter:brightness(1.3);
}

/* controls body nav *******************************/
.main-contr{
	visibility:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 111;
}

.level-nav-wrap{
	bottom:68px;
	right:12px;
	transition:all 0.8s;
	transform:translateX(0);
	visibility:visible;
	opacity:1;
	overflow: hidden;
	height: 140px;
}
.level-nav-wrap.hid{
	visibility:hidden;
	opacity:0;
	transform:translateX(10px);
}
.level-nav-wrap ul {
	transition: transform 0.4s ease;
}
.scr-nav-wrap{
	position:absolute;
	bottom:16px;/*10px/16*/
	left:24px;
	transition:all 0.8s;
	transform:translateY(0);
	visibility:visible;
	opacity:1;
	justify-content:center;
}
.scr-nav-wrap.hid{
	visibility:hidden;
	opacity:0;
	transform:translateY(10px);
}
.scr-nav-wrap .nav-wrap {
	position: relative;
	overflow: hidden;
}
.scr-nav-wrap .nav-wrap ul {
	position: relative;
	transition: transform 0.4s ease;
}
.scr-nav-wrap .nav-wrap .act-elem.cur,
.scr-nav-wrap .act-elem .act-anchor-btn,
.level-nav-wrap .act-elem .act-anchor-btn,
.level-nav-wrap .nav-wrap .act-elem.cur {
  border-color: var(--text-color);
  background: var(--text-color);
}

.sec-scr-nav-btn{
	display:none;
}

/* arrow control *************************************/
.arrow-wrap{
	top:24%;
}
.arrow-wrap.L{left:-8px}
.arrow-wrap.R{right:-8px}
.arrow-btn{
	width: 42px;
	height: 42px;
}
.arrow-btn span{
	font-size: 20px;
    display: block;
    margin-top: -2px;
}

/* footer ***********************************/
.footer-wrap{
	position:absolute;
}
.footer,
.footer-wrap,
.legal-main-wrap{
	top:0;
	left:0;
	right:0;
	bottom:0;
	visibility:hidden;
	z-index: 100;
}
.footer-year,
.footer-btn-list {
	display:none;
}

/* background video *****************************/
.video-data{
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.section-title {
    font-size: 18px;
}

/* ticker benefits ************************************/
.ticker-wrap{
	position: absolute;
	overflow: hidden;
    width: 100%;
    left: 0;
    top: 18px;
    visibility: hidden;
    transition: all 0.8s;
	visibility:hidden;
    transform: translateY(0);
	opacity:0;
	background:var(--text-bg);
}
.ticker-wrap.show{
    visibility: visible;
	transform:translateY(28px);
    opacity: 0.7;
    z-index: 1;
}
.ticker-track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: max-content;
  will-change: transform;
}
.ticker-track li {
  white-space: nowrap;
  padding: 4px 2em;
  flex-shrink: 0;
  font-size:18px;
}

@keyframes tickerScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(var(--ticker-width)); }
}

/* Пауза когда контейнер скрыт */
.ticker-wrap:not(.show) .ticker-track {
  animation-play-state: paused !important;
}
    
}