

@media (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
	.text-scroll-wrap{
	overscroll-behavior: none;
  	touch-action: pan-y;
}

/* 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-bg .top-contr{
	width: 100%;
	left: auto;
	right: auto;
	top:0;
	bottom: auto;
}
.page-bg .main-contr {
	width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    top: 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(-20px);
}
header{
	width:100%;
	z-index:15;
}
.header{
    display: flex;
    padding: 14px 0 14px 18px;
	align-items: center;
}
.logo-wrap{
	height: 44px;
    width: 44px;
}
.logo{
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.page-name-wrap{
	display: flex;
	align-items: baseline;
    margin-left: 14px;
}
.page-name,
.concept-name{
	font-size: 24px;
}

/* nav & popup *****************************/
#page-bg.page-bg nav,
#page-bg.page-bg .popup-contr{
	top:0;/*57px/16*/
	bottom:0;/*62px/16*/
	left:0;
	right:0;/*56px/16*/
}
#page-bg.page-bg nav{
	top:0;
}

.nav-box-wrap,
.nav-box,
.mobile-menu-header,
.menu-popup,
.menu-sec-link {
	display:block;
}
.nav-box.nav-burger{
	display: flex;
  	flex-direction: column;
}

.page-bg .popup-contr{
	position:absolute;
	transform: translateX(-12.5rem);
	transition:all 800ms;
	visibility:hidden;
	opacity:0;
	z-index:-1;
	pointer-events:none; /* Запретить элементу получение событий мыши */
}
#page-bg .popup-contr.cookies-popup,
#page-bg .popup-contr.msg-popup {
	top: auto;
    bottom: 72px;
    border-radius: 8px;
    left: 14%;
    right: 14%;
    width: auto;
	border: 1px solid var(--abstract-color);
}
.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 30px;
  	overflow: auto;
	border-radius: 0;
}
.popup-contr-wrap{
	height: 100%;
    overflow: auto;
}
.msg-popup .popup-contr-wrap{
	padding-left: 20px;
}
.popup-contr-wrap.action{
	padding-top:68px;
}
.menu-wrap .act-anchor{
	padding:10px;
	font-size:20px;
}
.modal-header{
	padding:20px 30px;
}
.modal-title{
	line-height: 1.4;
    font-size: 24px;
}
.modal-subtitle{
	margin-top: 5px;
  	font-size: 16px;
}
.modal-urgency{
	line-height: 1.4;
	padding:10px 30px;
}
.modal-body{
	margin: 20px 30px;
}
.modal-nav-btn{
    padding:10px;
	border: 2px solid var(--abstract-color);
	border-radius: 6px;
	letter-spacing: 0.2em;
	font-weight: bold;
}
.modal-nav-btn:last-child{
	padding: 14px;
}
.popup-title{
	line-height:1.1em;
	letter-spacing:1.5px;
	font-size: 20px;
}
.popup-title.mobile{
	width: 100%;
	/* border-bottom: 2px solid #aaa; */
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.popup-contr .popup-contr-wrap .form-group .form-label{
	font-size:18px;
}
.popup-contr .popup-contr-wrap .form-group .form-input,
.popup-contr .popup-contr-wrap .form-group .form-textarea{
	font-size:18px;
	border-radius:8px;
	width:calc(100% - 40px);
	padding:10px 20px;
}
.text-main-wrap.show .popup-close-btn {
	font-size: 42px;
    right: 6px;
    top: 8px;
    width: 52px;
    height: 52px;
}
.toggle-wrap {
    transition: all 0.4s;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
	z-index: 1;
    overflow: hidden;
}
.popup-btn-wrap{
	right: 16px;
  	top: 14px;
}
.menu-toggle{
	display:flex;
	width:50px;/*40px/16*/
	height:44px;/*40px/16*/
	padding:10px 4px;
}
.menu-toggle .line{
	background:var(--header-color);
	height: 4px;
    border-radius: 2px;
    transition: transform 0.3s ease, width 0.3s ease, background-color 0.3s ease;
}
.menu-toggle .line:first-child {
	width: 40px;
}
.menu-toggle .line:last-child {
	width: 24px;
}
.cookies-popup .popup-btn {
	flex: 1;
}

.popup-p {
	line-height:1.5;
	letter-spacing:1.5px;
	font-size: 20px;
}
.popup-btn.act-elem{
	font-size: 20px;
	font-size: 20px;
	padding-top: 10px;
  	padding-bottom: 10px;
  	border-radius: 20px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.14);
}
.guide-main-btn.popup-btn.act-elem{
	font-size:18px;
	height:auto;
	width:auto;
	right: 14px;
  	bottom: 14px;
	z-index:1;
	padding:12px 20px;
	line-height: 1;
}
.popup-link{
	display:inline-block;
}
.popup-link.popup{
	text-decoration:underline;
}
.popup-link.no-wrap{
	/* width:100%; */
	margin-left: 0;
}
.nav-box-wrap{
	background:none;
	box-shadow:none;
}
.submenu {
	position: static;
	width: 100%;
	opacity: 1;
	visibility: visible;
	transform: none;
	display: none;
}
.submenu.show {
	display: block;
}
.menu-sec-link{
	display: flex;
    flex-direction: column;
	position: relative;
    margin-top: auto;
    margin-bottom: 10px;
}
.nav-box .act-anchor{
	text-align:right;
	padding: 10px 14px;
	font-size:20px;
}
.social-links-wrap{
	right: 14px;
    bottom: 88px;
	  transition: all 800ms;
	visibility: visible;
	pointer-events: auto;
	top:auto;
}
.social-links{
	flex-direction: column;
}
.social-links-wrap.show{
			transform:translateX(0);
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	z-index: 11111;
}
.social-link-item{
	margin-top:30px;
}
.social-link-anchor{
	border-radius:50%;
	background-size: cover;
	background-position: center;
	width: 42px;
  	height: 42px;
}
.menu-wrap .act-elem.link {
	margin-top: 20px;
}
.menu-year{
	position: relative;
	margin-top: auto;
	margin-bottom: 40px;
  	display: inline;
}
.guide-main-btn{
	bottom: 20px;
    width: 42px;
    right: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 22px;
}

/* modal **************************/
.cookies-popup .popup-contr-wrap,
.cookie-settings-popup .modal-header {
    padding: 20px 40px 20px;
    width: auto;
}
.popup-contr .popup-close-btn,
.popup-contr.menu-wrap .popup-close-btn{
	display:block;
	font-size: 38px;
	width: 38px;
	height: 38px;
	top: 6px;
	right: 6px;
	line-height: 1;
}

/* cookie settings ****************/
.popup-content,
.popup-footer {
    padding: 20px 40px 0;
}
.cookie-category {
  	margin-bottom: 30px;
}
.category-header {
    margin-bottom:10px;
}
.category-info {
    gap: 10px;
}
.category-title {
    font-size:16px;
}
.required-badge {
    font-size: 14px;
    padding: 2px 12px;
    border-radius: 10px;
    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: 16px;
    font-size: 16px;
}
.details-toggle {
  	gap: 6px;
    font-size: 16px;
}
.details-toggle .arrow {
	font-size: 16px;
}
.details-toggle.active .arrow {
	transform: rotate(0deg);
}
.cookies-list.show{
	max-height:200px;
}
.cookies-list ul {
    padding: 12px 0;
}
.cookies-list li {
  	padding-bottom: 16px;
}
.cookies-list code {
	border-radius: 4px;
    font-size: 14px;
    padding: 4px 8px;
}
.cookies-list li span {
	margin-left: 8px;
    font-size: 14px;
}
.popup-actions {
    padding: 0px 40px;
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    align-items: end;
}
.action-buttons-group {
    gap: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    width: 100%;
}
.popup-btn {
    padding: 8px;
    border-radius: 6px;
    font-size: 16px;
    border-width: 0;
}
.popup-btn.save-btn {
    font-size: 16px;
    width: 50%;
}
.popup-footer {
  	padding: 40px 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:14px;/*16px/13.23*/
}
.cookie-banner-actions{
	display: flex;
  	gap: 10px;
}
.cookie-banner-actions .popup-btn.act-elem{
	font-size:14px;/*16px/13.23*/
	padding: 8px;
    border-radius: 6px;
    border: 1px solid var(--page-border-color);
}

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

/* interaction elements *************************/
.popup-contr .popup-contr-wrap .tab-container{
	flex-direction:column;
	margin-top:10px;
	gap:4px;
}
.popup-contr .popup-contr-wrap .tab{
	flex-direction:column;
	padding:10px;
}
.modal-title svg{
  	height:26px;/*26px/9,47*/
	margin-right:5px;/*5px/9,47*/
	margin-bottom:-6px;/*-6px/9,47*/
}

/* 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;
}

/* 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*****************/

.level-title{
	position: absolute;
	top: 72px;
	left: 0;
	font-size: 20px;
	padding: 10px 20px;
	z-index: 13;
	width: calc(100% - 40px);
}

/* slide *************************************************************************/
.sl{
	position:absolute;
	transition:all .8s;
  	overflow:hidden;
}
.main-wrap.pos-abs .sl.slide-img{
	top:72px;/*88px/11,94*/
	width:100%;/*660px/11,94*/
	bottom: 20%;
    height: calc(80% - 72px);
}

/* LAWANDTECH interactive HOME ACT LINKS*/

/* 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;
}
.data.main{
	width:100%;
	height:auto;
	margin-top: 0;
}
.mini-data{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	background: var(--text-bg);
	color: var(--text-color);
	background-size: cover;
	background-position: center;
}

/* figure *****************************************************************/
.figure-slider-wrap{
	right:14%;
	bottom:12.730318vh;/*152px/11,94*/
	z-index:10;
	position:absolute;
	z-index:11;
	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: 52px;
	line-height: 52px;
	width:40px;
	margin: 4px;
	border-radius: 6px;
	border:none;
	outline:none;
	visibility:visible;
}
.figure-slider-btn.hid{
	visibility:hidden;
}
.figure-slider-counter{
	font-size: 20px;
	height: 52px;
	line-height: 52px;
	margin:4px;
	padding-left: 8px;
	padding-right: 8px;
	visibility:visible;
	width:auto;
	border-radius:6px;
	transition:width .8s,margin .8s;
	background:var(--abstract-color);
}
.mini-data{
	font-size:20px;
	border-radius:6px;
}

/* slide text *************************************/
.main-wrap.pos-abs .sl.slide-text{
  bottom: 72px;
  left:14%;
  right:14%;
  z-index: 12;
  align-content: flex-end;
}
.main-wrap.pos-abs .sl.slide-text.show{
    bottom:0;
    left:0;
    right:0;
}
.text-main-wrap,
.scr-wrap.full .slide-text.center .text-main-wrap{
	position:relative;
	overflow: hidden;
	transition:all .4s ease;
	max-height: 100%;
	min-height: 16vh;
	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);
	background: var(--text-bg);
	border-radius: 8px;
	border: 1px solid var(--page-border-color);
}
.slide-text.center .text-main-wrap{
	justify-content:center;
}
.text-main-wrap.show{z-index: 12}

.cost-wrap{
	position: relative;
	flex-direction: row-reverse;
	padding: 0.83752vh 2.0100vh 0;/*10px 24px 0/11,94*/
}
.cost-wrap.hid{display:none}
.sl.show .text-scroll-wrap .cost-wrap{
	padding: 40px 40px 0px;
}

.cost-card{
	position:relative;
	text-align:right;
}
.cost-sec-wrap{
	font-size: 22px;
}
.cost-first-wrap{
    padding: 4px 0px;
    font-size: 38px;
    line-height: 1;
	white-space: nowrap;
}
.main-wrap.pos-abs .promo-wrap{
	position: relative;
	margin-left: 0;
	text-align: left;
	font-size:1.675041vh;/*20px/11,94*/
	line-height:1.6;
}

.text-wrap{
	position:relative;
	display:block;
	transition:all .4s ease;
	overflow:hidden;
	z-index: 12;
	min-height: 200px;
}
.text-wrap.hid{display:none}
.text-scroll-wrap{
	position: relative;
	overflow:auto;
	z-index: 1;
	transition: max-height .4s ease-out;
	text-align: right;
}
.panel-more-wrap{
	position:relative;
	/*padding-bottom:52px;/*10px/7.6*/
	transition: max-height 0.8s, min-height 0.8s, height 0.8s;
}
.panel-more-wrap.hid{
	padding-bottom:20px;/*20px/7.6*/
}

.main-wrap.pos-abs .title,
.main-wrap.pos-abs .product-benefits,
.main-wrap.pos-abs .subtitle,
.main-wrap.pos-abs p,
.main-wrap.pos-abs li{
	line-height: 1.6;
	padding:10px 0 0px;/*10px 24px 0/11,94*/
	z-index: 1;
	text-align: left;
}
.main-wrap.pos-abs .title{
    font-size:28px;/*28px/11,94*/
	font-weight:700;
	line-height: 1.4;
	padding:10px 24px 10px;/*10px 24px 0/11,94*/
	text-align: left;
}
.sl.show .panel-more-wrap .title{
	padding: 20px 40px 10px;
}
.main-wrap.pos-abs p{
	font-size:16px;
}
.panel-more-wrap .product-benefits li{
	padding: 0;
}
.main-wrap.pos-abs .product-benefits,
.main-wrap.pos-abs .subtitle {
	position: relative;
	font-size:20px;/*20px/11,94*/
}
.main-wrap.pos-abs .subtitle{
	font-size:22px;/*22px/11,94*/
}

.panel-more-wrap li::before{
	margin-right: 1vh;
  	margin-left: 1vh;
	content: "★";
    color: var(--title-color);
}
.panel-more-wrap .panel-more li::before{
	margin:0;
	content: "";
}
.panel-more{
	position: relative;
	overflow:hidden;
	transition: max-height .8s, min-height .8s;
	max-height:0;
	min-height: 0;
    z-index: 1;
	padding: 0 2.0100vh;
}
.panel-more.show{
	overflow:auto;
}
.panel-more.hid{display:none}
.sl.show .panel-more{
	padding: 0 40px;
}

.text-wrap .act-elem.link.act-anchor.more-btn{
    padding:0.83752vh 1.675041vh;/*10px 20px/11,94*/
	font-size:1.675041vh;/*20px/11,94*/
	border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
	border-right: 0;
}
.panel-more section{
  	border-radius:0.670016vh;/*8px/11,94*/
	padding-bottom:2.4vh;/*20px/11,94*/
}
.panel-more section:last-child{
	margin-bottom: 60px;
}
.panel-more h4,
.panel-more h5,
.panel-more h6{
	font-size: 1.842546vh;
	line-height: 1.6;
	padding: 0.83752vh 0 0px;/*10px 24px 0px/11,94*/
	text-align: left;
}
.panel-more h5,
.panel-more h6{
	padding-top: 2vh;/*ca24px/11,94*/
}
.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:1.675041vh;/*20px/11,94*/
  padding:2vh 0 0.502512vh;/*ca6px 20px 6px/11,94*/
}
.panel-wrap.act{
	padding-bottom:0;
}
.panel-wrap.offer{
	background: var(--abstract-color);
}
.panel-wrap.offer h4,
.panel-wrap.offer h5,
.panel-wrap.offer h6,
.panel-wrap.offer p,
.panel-wrap.offer .panel-grid{
	padding-left:2.0100vh;/*24px/11,94*/
	padding-right:2.0100vh;/*24px/11,94*/
}
.panel-wrap .panel-grid li{
  	border: none;
	padding:0.502512vh 1.8vh 0.502512vh 1.1725vh;/*6px ca8px 6px 14px/11,94*/
	border-left:2px solid var(--text-color);/*4px/11,94*/
}
.panel-wrap.offer .panel-grid li{
	display:flex;
	flex-direction:column;
	border:none;
	border-left: 2px solid var(--text-color);
}
.main-wrap.pos-abs p.panel-btn-wrap{
	padding:0.83752vh 0 1.675041vh;/*10px 20px 20px/11,94*/
}
.panel-more .panel-btn-wrap{
	padding:1.675041vh 0 0.83752vh;/*20px 0 10px/11,94*/
    display: flex;
    justify-content: flex-end;
}
.panel-more .offer .panel-btn-wrap{
	display: flex;
  	justify-content: flex-end;
	padding: 0.83752vh 20px 1.675041vh;/*10px 20px 20px/11,94*/
}
.panel-more .panel-btn{
	border-radius:8px;/*8px/11,94*/
	padding: 0.83752vh 1.675041vh;
	font-size: 1.675041vh;
	line-height: 1;
	text-align: center;
}
.panel-wrap.offer .panel-btn{
	background:transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

/* delivery *****************************************/
.main-wrap.pos-abs .delivery-wrap{
	transition:all .4s;
	padding:0.83752vh;/*10px/11,94*/
    margin-top:0.83752vh;/*10px/11,94*/
    text-align: right;
	font-size:1.675041vh;/*20px/11,94*/
}

.main-wrap.pos-abs .page-action-btn-wrap {
	transition:all .8s;
	display: flex;
	justify-content:flex-end;
	padding-top: 20px;
}
.page-action-btn-wrap.hid{display:none}

.main-wrap.pos-abs .pageActBtn.sec-btn,
.main-wrap.pos-abs .pageActBtn{
	padding:18px 1.842546vh;/*12px 22px/11,94*/
    border-radius:8px;/*8px/11,94*/
	font-size:1.675041vh;/*20px/11,94*/
	line-height:1;
	width:50%;
	border: 2px solid transparent;
}

/* controls body nav *******************************/
.main-contr{
	visibility:hidden;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 111;
}
.level-nav-wrap{
	visibility:visible;
	bottom:7.2vh;/*ca236px/11,94*/
    right:2.0100vh;/*24px/11,94*/
	height: 140px;
}
.level-nav-wrap.hid {
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
}
.level-nav-wrap ul {
	transition: transform 0.4s ease;
}
.scr-nav-wrap{
	position:absolute;
	transition:all 0.8s;
	transform:translateY(0);
	visibility:visible;
	opacity:1;
	justify-content:center;
	justify-content: center;
	bottom: 20px;
	display: flex;
	align-items: center;
	width: 100%;
}
.scr-nav-wrap .nav-wrap {
	position: relative;
	overflow: hidden;
}
.scr-nav-wrap .nav-wrap ul {
	position: relative;
	gap:20px;
	transition: transform 0.4s ease;
}
.scr-nav-wrap.hid{
	visibility:hidden;
	opacity:0;
	transform:translateY(10px);
}
.sec-scr-nav-btn.hid {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.sec-scr-nav-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: 0.633579vh 1.478352vh;
  color: var(--nav-btn-color);
}
.sec-scr-nav-btn span {
  padding: 0 2.1119vh;
}

/* arrow control *************************************/
.arrow-wrap{top:24%}
.arrow-wrap.L{
	left:0.837520vh;/*10px/11,94*/
}
.arrow-wrap.R{
	right:0.837520vh;/*10px/11,94*/
}
.arrow-btn{
	width:4.3551vh;/*52px/11,94*/
	height:4.3551vh;/*52px/11,94*/
	line-height:4.3551vh;/*52px/11,94*/
}
.arrow-btn span{
	font-size:22px;/*32px/11,94*/
}

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

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

/* ticker benefits ************************************/
.ticker-wrap{
	position: absolute;
	overflow: hidden;
    width: 100%;
    left: 0;
    top:72px;
    visibility: hidden;
    transition: all 0.8s;
	visibility:hidden;
    transform: translateY(-100%);
	opacity:0;
	background:var(--text-bg);
	z-index: -1;
}
.ticker-wrap.show{
    visibility: visible;
	transform:translateY(0px);
    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:22px;
}

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

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

.page-rating-container{
	right: 4%;
    top: 11vh;
}
.page-rating-wrap{
	margin-top: 6px;
}
.page-rating-stars{
	font-size:42px;
	margin-right:20px;
}
.page-rating-counter{
	font-size:26px;
	margin-top:5px;
}
	
/* popup rating stars ******************************/
.rating-star{
	font-size:42px;
}
.comment-stars-wrap{
	font-size:16px;
}
.section-title {
    font-size: 18px;
}

.phone-wrap{
	left: 4%;
    top: 11vh;
}
.phone-wrap .phone-icon{
	margin-right: 6px;
}

}