:root{
	--accent:#00a0ea;
	--accent-hover:#8acff2;
	--dark:#252525;
	--text:#333333;
	--white:#ffffff;
	--shadow:0 8px 28px rgba(0,0,0,.08);
}

body b,
body strong,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.nav-item,
.header-phone,
.btn,
.popup-title,
.popup-subtitle,
.top-section__title,
.top-section__subtitle,
.prices-section__title,
.offer-section__title,
.promo-section__title,
.reviews-section__title,
.form-section__title,
.articles-section__title,
.contacts-section__title,
.contact__name,
.slide__name,
.slide__score,
.faq-question,
.advantage__number,
.hero-badge,
.top-section__bottom-title{
	font-weight:600 !important;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
	line-height:1.15 !important;
}

.top-section__subtitle,
.top-section__trust-item,
.hero-form-note,
.products-list-wrap p,
.prices-intro,
.advantage__descr,
.form-section__descr,
.faq-answer,
.contact__descr p,
.slide__text,
.success-message p,
.popup-subtitle,
.agreement,
.caption{
	line-height:1.35em !important;
}

body.menu-open{
	overflow:hidden;
}

/* =========================
   HEADER
========================= */
.site-header{
	background:#fff;
	box-shadow:var(--shadow);
	z-index:10010 !important;
}

.header.header-state-fixed + .page{
	padding-top:116px;
}

.header-topbar{
	background:var(--dark);
	color:#fff;
}

.header-topbar__inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	padding:9px 0;
}

.header-topbar__left{
	display:flex;
	flex-wrap:wrap;
	gap:18px;
	font-size:13px;
	line-height:1.2;
	color:rgba(255,255,255,.82);
}

.header-topbar__right .socials-list{
	display:flex;
	align-items:center;
	margin:0;
}

.header-topbar__right .socials-item{
	margin-right:10px;
}
.header-topbar__right .socials-item:last-child{
	margin-right:0;
}

.site-header__main{
	min-height:74px;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	position:relative;
}

.header-logo .logo__img{
	max-height:46px;
	width:auto;
}

.header-nav{
	margin-left:auto;
	margin-right:8px;
}

.header-nav .nav-list{
	display:flex;
	align-items:center;
	gap:2px;
	margin-bottom:0;
}

.header-nav .nav-item__link{
	line-height:1;
	padding:12px 13px;
	border-radius:999px;
	font-size:13px !important;
	font-weight:600 !important;
}

.header-nav .nav-item__link:hover{
	background:rgba(0,160,234,.08);
	color:var(--accent);
}

.site-header__actions{
	display:flex;
	align-items:center;
	gap:14px;
	margin-left:auto;
}

.header-phone{
	font-size:17px;
	font-weight:700 !important;
}

.header-phone__link{
	display:block;
	white-space:nowrap;
}

.header-phone__link b{
	font-size:22px;
	font-weight:700 !important;
}

.header-callback__link{
	font-size:13px !important;
	line-height:1.15 !important;
	padding:10px 14px !important;
	border-radius:999px !important;
	white-space:nowrap;
}

.site-header__mobile{
	display:none !important;
}

.site-header__menu-bottom{
	display:none !important;
}

/* =========================
   HERO
========================= */
.top-section{
	padding-top:40px;
	padding-bottom:40px;
	background:url('/assets/images/bg.jpg') no-repeat center top;
	background-size:cover;
}

.top-section__l{
	width:100%;
	max-width:820px;
}

.top-section__r{
	display:none;
}

.hero-badge{
	display:inline-block;
	margin-bottom:18px;
	padding:12px 18px;
	border-radius:40px;
	font-size:15px;
	color:#fff;
	background:#ff5a3d;
	box-shadow:0 10px 25px rgba(255,90,61,.28);
}

.hero-badge span{
	display:block;
	margin-top:2px;
	font-size:11px;
	font-weight:600 !important;
	letter-spacing:.08em;
	opacity:.95;
}

.top-section__title{
	margin-bottom:20px !important;
	text-transform:none !important;
	max-width:900px;
}

.top-section__subtitle{
	max-width:720px;
	margin-bottom:26px !important;
	padding-right:0 !important;
	font-size:24px !important;
	color:rgba(51,51,51,.85);
}

.top-section__trust{
	display:flex;
	flex-wrap:wrap;
	gap:12px;
	margin:0 0 28px;
}

.top-section__trust-item{
	padding:10px 16px;
	border-radius:40px;
	background:rgba(255,255,255,.92);
	box-shadow:0 8px 24px rgba(51,51,51,.08);
	font-size:14px;
	font-weight:600 !important;
}

.top-section__form{
	margin-bottom:0 !important;
}

.top-section__form .fieldset.fieldset-inline{
	align-items:center;
}

.top-section__form .form-element{
	width:300px;
	margin-right:18px !important;
}

.top-section__form .form-submit{
	width:auto;
}

.top-section__form .btn.btn-size-lg{
	position:relative;
	min-width:320px;
	padding-right:82px;
	padding-left:40px;
}

.top-section__form .btn__icon{
	position:absolute;
	right:-20px;
	bottom:-7px;
	display:block;
	width:100px;
	height:72px;
	background:url('../../assets/images/calc.png') no-repeat top center;
	background-size:contain;
}

.hero-form-note{
	margin-top:14px;
	font-size:12px;
	color:rgba(51,51,51,.62);
}

.hero-form-note a{
	text-decoration:underline;
}

.hero-form-note--light{
	color:rgba(255,255,255,.75);
}

.hero-form-note--light a{
	color:#fff;
	text-decoration:underline;
}

.hero-cta-row{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:14px;
	margin-top:18px;
}

.btn--dark{
	background:#252525 !important;
}
.btn--dark:hover,
.btn--dark:focus,
.btn--dark:active{
	background:#3a3a3a !important;
}

.hero-secondary-link{
	font-size:14px;
	font-weight:600 !important;
	color:var(--accent);
	border-bottom:1px solid rgba(0,160,234,.35);
}

.hero-secondary-link:hover{
	border-color:transparent;
	color:var(--accent);
}

/* =========================
   PRICES
========================= */
.prices-section{
	background-image:url('/assets/images/prices/bg.jpg');
}

.contacts-section{
	background-image:url('/assets/images/contacts/Groupy3.png');
}

.prices-section .dark-section__in{
	padding-bottom:70px;
}

.prices-section__title{
	margin-bottom:18px !important;
}

.prices-intro{
	max-width:850px;
	margin-bottom:26px;
	font-size:16px;
	color:rgba(255,255,255,.84);
}

.tabs-shell{
	display:flex;
	align-items:center;
	gap:12px;
	margin-bottom:24px;
}

.tabs-scroll{
	overflow-x:auto;
	overflow-y:hidden;
	scrollbar-width:none;
	-ms-overflow-style:none;
	width:100%;
}

.tabs-scroll::-webkit-scrollbar{
	display:none;
}

.tabs-scroll .tabs{
	display:flex !important;
	flex-wrap:nowrap !important;
	width:max-content;
	margin:0 !important;
	padding:0 !important;
}

.tabs-scroll .tab{
	flex:0 0 auto;
	width:auto !important;
	min-width:180px;
	margin:0 8px 0 0 !important;
	padding:15px 18px !important;
	border-radius:10px !important;
	border-right:0 !important;
	white-space:nowrap;
	font-size:15px !important;
	font-weight:600 !important;
}

.tabs-scroll .tab:last-child{
	margin-right:0 !important;
}

.tabs-nav-btn{
	position:relative;
	flex:0 0 38px;
	width:38px;
	height:38px;
	border:1px solid var(--accent);
	border-radius:50%;
	background:var(--accent);
	transition:.25s ease;
}

.tabs-nav-btn:hover{
	background:var(--accent-hover);
	border-color:var(--accent-hover);
}

.tabs-nav-btn::before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:10px;
	height:10px;
	margin-top:-5px;
	margin-left:-5px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}

.tabs-nav-btn--prev::before{
	transform:rotate(-135deg);
	margin-left:-2px;
}

.tabs-nav-btn--next::before{
	transform:rotate(45deg);
	margin-left:-7px;
}

.products-container{
	margin-top:10px;
}

.products-container .wrapper{
	gap:15px;
	align-items:flex-start;
}

.products-list-wrap{
	margin-top:10px !important;
}

.products-list-wrap h3{
	margin-bottom:12px;
	font-size:28px;
	line-height:1.15;
}

.products-list-wrap p{
	margin-bottom:18px;
	color:rgba(255,255,255,.90);
}

.products-img-wrap{
	margin-top:18px !important;
	margin-right:0 !important;
	text-align:right;
}

.products-img{
	float:none !important;
	max-height:360px;
	object-fit:contain;
}

.simple-little-table{
	margin-top:18px !important;
	font-size:14px !important;
	text-shadow:none !important;
}

.simple-little-table th{
	font-weight:700 !important;
}

.simple-little-table td{
	font-size:14px;
	vertical-align:middle;
}

.simple-little-table td:last-child{
	position:relative;
	font-weight:700 !important;
	color:var(--accent);
	white-space:nowrap;
}

.simple-little-table .js-problem-row{
	cursor:pointer;
	transition:background-color .2s ease;
}

.simple-little-table .js-problem-row:hover td{
	background:#eef9ff !important;
}

.simple-little-table .js-problem-row:hover td:last-child::after{
	content:"У меня такая же поломка";
	position:absolute;
	top:50%;
	right:calc(100% + 12px);
	transform:translateY(-50%);
	padding:7px 10px;
	border-radius:999px;
	background:#252525;
	color:#fff;
	font-size:11px;
	line-height:1;
	font-weight:600;
	white-space:nowrap;
	box-shadow:0 8px 20px rgba(0,0,0,.16);
}

.price-hidden{
	display:none;
}

.prices-more-wrap{
	margin-top:18px;
}

.prices-more-btn{
	display:inline-block;
	padding:13px 26px;
	border:1px solid rgba(255,255,255,.45);
	border-radius:40px;
	background:transparent;
	color:#fff;
	font-size:14px;
	font-weight:600 !important;
	transition:.25s ease;
}

.prices-more-btn:hover{
	background:rgba(255,255,255,.1);
}

.prices-cta-wrap{
	margin-top:30px;
	text-align:center;
}

/* =========================
   OFFER / VIDEO / REVIEWS
========================= */
.offer-section{
	padding:90px 0;
}

.offer-section__title{
	margin-bottom:70px;
	padding-right:28%;
}

.offer-section .caption{
	text-align:center;
}

.promo-section{
	background-image:url('/assets/images/promo/bg.jpg');
}

.promo-section__title{
	margin-bottom:55px !important;
}

.promo-section__carousel .slide__in--video{
	display:block !important;
	min-height:auto !important;
	padding:28px !important;
}

.promo-section__carousel .slide__in--video::after{
	display:none !important;
}

.promo-section__carousel .slide__title{
	margin-bottom:18px !important;
}

.video-review-box{
	width:100%;
	border-radius:12px;
	overflow:hidden;
	background:#000;
	box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.video-review-box video{
	display:block;
	width:100%;
	aspect-ratio:16 / 9;
	object-fit:cover;
	background:#000;
}

.reviews-section{
	padding-top:95px;
	padding-bottom:115px;
}

.reviews-section__title{
	margin-bottom:40px !important;
}

/* =========================
   FORM SECTION
========================= */
.form-section__title{
	line-height:1.15 !important;
}

.form-section__descr{
	font-size:22px !important;
	margin-bottom:42px !important;
}

.form-section .form-element{
	width:320px !important;
	margin-right:18px !important;
}

.form-section .form-submit{
	width:auto;
}

.form-section .btn.btn-size-lg{
	min-width:230px;
}

/* =========================
   FAQ
========================= */
.faq-section{
	padding:90px 0 30px;
}

.faq-list{
	max-width:980px;
	margin:48px auto 0;
}

.faq-item{
	margin-bottom:16px;
	border-radius:14px;
	background:#fff;
	box-shadow:0 12px 28px rgba(51,51,51,.07);
	overflow:hidden;
}

.faq-question{
	position:relative;
	display:block;
	width:100%;
	padding:22px 70px 22px 24px;
	text-align:left;
	background:#fff;
	font-size:20px;
	color:#333;
}

.faq-question::after{
	content:'+';
	position:absolute;
	right:24px;
	top:50%;
	transform:translateY(-50%);
	width:34px;
	height:34px;
	border-radius:50%;
	background:var(--accent);
	color:#fff;
	text-align:center;
	line-height:34px;
	font-size:22px;
	font-weight:700 !important;
}

.faq-item.active .faq-question::after{
	content:'–';
}

.faq-answer{
	display:none;
	padding:0 24px 24px;
	color:rgba(51,51,51,.78);
}

.faq-item.active .faq-answer{
	display:block;
}

/* =========================
   WHY US / BRANDS / CONTACTS / FOOTER
========================= */
.why-us-section{
	padding:30px 0 80px;
}

.why-us-section__title{
	margin-bottom:16px;
}

.why-us-section__subtitle{
	max-width:820px;
	margin:0 auto 36px;
	text-align:center;
	color:rgba(51,51,51,.72);
}

.advantages--grid{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

.advantage--card{
	width:calc(33.333% - 14px);
	min-height:220px;
	padding:28px;
	border-radius:16px;
	box-shadow:0 14px 35px rgba(51,51,51,.08);
	background:#fff;
}

.advantage--card .advantage__number{
	font-size:52px;
	line-height:1;
	color:rgba(0,160,234,.12);
}

.advantage--card .advantage__descr{
	margin-top:16px;
	font-size:18px;
	color:#333;
}

.brands-section--bottom{
	padding:10px 0 90px;
}

.contact__content--column{
	display:block;
}

.contacts-section .contact__descr p{
	line-height:1.35em !important;
}

.footer-copy{
	font-size:13px;
	line-height:1.35em;
	color:rgba(51,51,51,.7);
}

/* =========================
   FLOAT BUTTON
========================= */
.rg-float-booking{
	position:fixed;
	right:20px;
	bottom:20px;
	z-index:999999;
}

.rg-float-booking__link{
	display:inline-flex;
	align-items:center;
	gap:10px;
	text-decoration:none;
	user-select:none;
	-webkit-tap-highlight-color:transparent;
}

.rg-float-booking__circle{
	width:50px;
	height:50px;
	border-radius:999px;
	background:var(--accent);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 10px 24px rgba(0,0,0,.18);
}

.rg-float-booking__circle svg{
	width:22px;
	height:22px;
	display:block;
	fill:#fff;
}

.rg-float-booking__label{
	font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size:14px;
	font-weight:600 !important;
	color:var(--accent);
	background:rgba(255,255,255,.92);
	border-radius:999px;
	padding:10px 12px;
	box-shadow:0 10px 24px rgba(0,0,0,.10);
	line-height:1;
	white-space:nowrap;
}

.rg-float-booking__tab{
	display:none;
}

.rg-float-booking__link--mobile{
	display:none;
}

/* =========================
   POPUP FALLBACK
========================= */
.modals-wrap{
	display:none;
}

.modals-wrap.is-open{
	display:block !important;
}

.modals-wrap.is-open::before{
	content:"";
	position:fixed;
	inset:0;
	background:rgba(37,37,37,.58);
	z-index:9998;
}

.modals-wrap .popup{
	display:none;
	position:fixed;
	inset:0;
	z-index:9999;
	padding:20px;
	align-items:center;
	justify-content:center;
}

.modals-wrap .popup.is-open{
	display:flex;
}

.modals-wrap .popup__wrapper{
	position:relative;
	max-height:calc(100vh - 40px);
	overflow:auto;
}

.popup-close{
	position:absolute;
	top:14px;
	right:14px;
	width:36px;
	height:36px;
	border-radius:50%;
	background:var(--accent);
	color:#fff;
	font-size:22px;
	line-height:36px;
	text-align:center;
	border:0;
	cursor:pointer;
}

.popup-close:hover{
	background:var(--accent-hover);
}

.popup.popup-request .popup__wrapper{
	width:560px;
	padding:55px 40px 40px;
}

.popup-request .popup-title{
	margin-bottom:10px;
}

.popup-request .popup-subtitle{
	margin-bottom:22px;
	font-size:18px;
	color:rgba(51,51,51,.72);
}

.popup-request .popup-data{
	margin-bottom:18px;
}

.popup-request .fieldset.fieldset-vertical{
	display:flex;
	flex-direction:column;
	gap:16px;
	align-items:stretch;
}

.popup-request .form-element,
.popup-request .form-submit{
	width:100%;
}

.popup-request textarea.input{
	resize:none;
	height:120px;
	padding-top:18px;
	line-height:1.35;
	border-radius:26px;
}

.popup-request .btn{
	width:100%;
}

/* =========================
   MOBILE HEADER
========================= */
@media only screen and (max-width: 992px){
	.header.header-state-fixed + .page{
		padding-top:108px;
	}

	.header-topbar{
		display:none;
	}

	.header-logo.hidden-md,
	.site-header__actions.hidden-md{
		display:none !important;
	}

	.site-header__main{
		min-height:auto;
		display:block;
		padding:10px 0 10px;
	}

	.site-header__mobile.visible-md{
		display:flex !important;
		flex-direction:column;
		gap:10px;
		width:100%;
	}

	.site-header__mobile-top{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		width:100%;
	}

	.site-header__mobile-logo{
		flex:1 1 auto;
		min-width:0;
		padding-right:6px;
	}

	.site-header__mobile-logo a{
		display:block;
		width:100%;
	}

	.site-header__mobile-logo .logo__img{
		display:block;
		max-height:46px;
		width:auto;
		max-width:100%;
	}

	.site-header__mobile-toggle{
		position:relative;
		flex:0 0 42px;
		width:42px;
		height:42px;
		padding:0;
		border:0;
		border-radius:50%;
		background:#f3f7fa;
		display:inline-flex;
		align-items:center;
		justify-content:center;
		cursor:pointer;
		z-index: 9999999999;
	}

	.site-header__mobile-toggle.hamburger{
		margin:0;
		overflow:visible;
	}

	.site-header__mobile-toggle.hamburger span,
	.site-header__mobile-toggle.hamburger span::before,
	.site-header__mobile-toggle.hamburger span::after{
		position:absolute;
		left:50% !important;
		top:50% !important;
		right:auto !important;
		width:18px !important;
		height:2px !important;
		border-radius:2px;
		background:#252525;
		transition:transform .25s ease, opacity .25s ease, background .25s ease;
		content:"";
	}

	.site-header__mobile-toggle.hamburger span{
		transform:translate(-50%,-50%);
	}

	.site-header__mobile-toggle.hamburger span::before{
		transform:translate(-50%,-7px);
	}

	.site-header__mobile-toggle.hamburger span::after{
		transform:translate(-50%,5px);
	}

	.site-header__mobile-toggle.hamburger.is-active{
		background:#252525;
	}

	.site-header__mobile-toggle.hamburger.is-active span{
		background:transparent;
	}

	.site-header__mobile-toggle.hamburger.is-active span::before{
		background:#fff;
		transform:translate(-50%,-50%) rotate(45deg);
	}

	.site-header__mobile-toggle.hamburger.is-active span::after{
		background:#fff;
		transform:translate(-50%,-50%) rotate(-45deg);
	}

	.site-header__mobile-bottom{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		width:100%;
	}

	.site-header__mobile-bottom .socials-list{
		display:flex;
		align-items:center;
		margin:0;
		flex:0 1 auto;
	}

	.site-header__mobile-bottom .socials-item{
		margin-right:7px;
	}

	.site-header__mobile-bottom .socials-item:last-child{
		margin-right:0;
	}

	.site-header__mobile-bottom .socials-item__link{
		width:32px;
		height:32px;
	}

	.site-header__mobile-bottom .socials-item__icon{
		transform:scale(.9);
	}

	.site-header__mobile-actions{
		display:flex;
		align-items:center;
		gap:8px;
		flex:0 0 auto;
	}

	.site-header__mobile-call{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		height:34px;
		padding:0 14px;
		border-radius:999px;
		background:var(--accent);
		color:#fff;
		font-size:12px;
		font-weight:700;
		line-height:1;
		white-space:nowrap;
	}

	.site-header__mobile-call:hover{
		color:#fff;
		background:var(--accent-hover);
	}

	.site-header__mobile-map{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		width:34px;
		height:34px;
		border-radius:50%;
		background:#f3f7fa;
	}

	.site-header__mobile-map svg{
		width:18px;
		height:18px;
		display:block;
		fill:var(--accent);
	}

	.site-header__mobile-map:hover{
		background:#eaf6fd;
	}

	.site-header .header-nav{
		position:fixed !important;
		inset:0 !important;
		display:flex !important;
		flex-direction:column;
		padding:22px 16px 22px !important;
		background:rgba(37,37,37,.98) !important;
		opacity:0;
		visibility:hidden;
		pointer-events:none;
		transform:translateY(-10px);
		transition:opacity .25s ease, visibility .25s ease, transform .25s ease;
		z-index:10011 !important;
		margin:0 !important;
		height:100dvh !important;
		min-height:100dvh !important;
		max-height:100dvh !important;
		overflow-y:auto !important;
	}

	.site-header .header-nav.is-open{
		opacity:1 !important;
		visibility:visible !important;
		pointer-events:auto !important;
		transform:translateY(0);
	}

	.site-header .header-nav .nav{
		width:100%;
		max-width:420px;
		margin:0 auto;
		min-height:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:space-between;
		flex:1 1 auto;
	}

	.site-header .header-nav .nav-list{
		display:flex !important;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:18px;
		width:100%;
		margin:0;
		padding:40px 0 20px;
		flex:1 1 auto;
		min-height:0;
	}

	.site-header .header-nav .nav-item{
		width:100%;
		text-align:center;
	}

	.site-header .header-nav .nav-item__link{
		display:inline-block;
		padding:0 !important;
		background:none !important;
		color:#fff !important;
		font-size:28px !important;
		line-height:1.15 !important;
		border-radius:0 !important;
	}

	.site-header .header-nav .nav-item__link:hover{
		color:#8acff2 !important;
	}

	.site-header__menu-bottom.visible-md{
		display:flex !important;
		flex-direction:column;
		align-items:center;
		gap:16px;
		width:100%;
		padding:16px 0 8px;
		margin-top:auto;
		flex:0 0 auto;
	}

	.site-header__menu-address{
		font-size:14px;
		line-height:1.35;
		text-align:center;
		color:rgba(255,255,255,.78);
	}

	.site-header__menu-cta{
		min-width:230px;
		padding:13px 20px !important;
	}

	.site-header .header-nav .btn{
		color:#fff !important;
	}

	.top-section__form .form-element,
	.form-section .form-element{
		width:100% !important;
		margin-right:0 !important;
		margin-bottom:15px !important;
	}

	.top-section__form .form-submit,
	.form-section .form-submit{
		width:100%;
	}

	.top-section__form .btn.btn-size-lg,
	.form-section .btn.btn-size-lg{
		width:100%;
		min-width:100%;
	}

	.advantage--card{
		width:calc(50% - 10px);
	}

	.tabs-nav-btn{
		display:none;
	}

	.products-img-wrap{
		width:320px !important;
	}

	.products-list-wrap{
		width:calc(100% - 335px) !important;
	}
}

@media only screen and (max-width: 768px){
	.top-section{
		padding-top:24px;
		padding-bottom:54px;
	}

	.top-section__subtitle{
		font-size:21px !important;
	}

	.top-section__trust{
		margin-bottom:24px;
	}

	.tabs-shell{
		margin-bottom:18px;
	}

	.tabs-scroll .tab{
		min-width: unset;
        padding: 11px 16px !important;
        font-size: 13px !important;
        border-radius: 20px !important;
	}

	.products-list-wrap h3{
		font-size:24px;
	}

	.products-img-wrap{
		display:none;
	}

	.products-list-wrap{
		width:100% !important;
	}

	.offer-section{
		padding:70px 0;
	}

	.offer-section__title{
		margin-bottom:50px;
		padding-right:0;
	}

	.promo-section__title{
		margin-bottom:40px !important;
	}

	.reviews-section{
		padding-top:75px;
		padding-bottom:75px;
	}

	.popup.popup-request .popup__wrapper{
		width:100%;
		padding:40px 18px 24px;
	}

	.why-us-section{
		padding:20px 0 60px;
	}

	.brands-section--bottom{
		padding:0 0 70px;
	}
}

@media only screen and (max-width: 640px){
	.advantage--card{
		width:100%;
	}
}

@media only screen and (max-width: 480px){
	.header.header-state-fixed + .page{
		padding-top:104px;
	}

	.site-header__main{
		padding:8px 0 10px;
	}

	.site-header__mobile-top{
		gap:10px;
	}

	.site-header__mobile-logo .logo__img{
		max-height:40px;
	}

	.site-header__mobile-bottom{
		gap:10px;
	}

	.site-header__mobile-bottom .socials-item{
		margin-right:6px;
	}

	.site-header__mobile-bottom .socials-item__link{
		width:30px;
		height:30px;
	}

	.site-header__mobile-actions{
		gap:6px;
	}

	.site-header__mobile-call{
		height:32px;
		padding:0 12px;
		font-size:11px;
	}

	.site-header__mobile-map{
		width:32px;
		height:32px;
	}

	.site-header .header-nav{
		padding:18px 14px 20px !important;
	}

	.site-header .header-nav .nav{
		max-width:100%;
	}

	.site-header .header-nav .nav-list{
		padding:34px 0 16px;
		gap:16px;
	}

	.site-header .header-nav .nav-item__link{
		font-size:24px !important;
	}

	.site-header__menu-cta{
		min-width:100%;
	}

	.top-section{
		padding-top:20px;
		padding-bottom:38px;
	}

	.hero-badge{
		font-size:13px;
		padding:10px 14px;
	}

	.hero-badge span{
		font-size:10px;
	}

	.top-section__subtitle{
		font-size:19px !important;
	}

	.top-section__trust-item{
		font-size:13px;
		padding:9px 14px;
	}

	.hero-cta-row{
		gap:10px;
	}

	.hero-secondary-link{
		font-size:13px;
	}

	.top-section__form .btn__icon{
		width:84px;
		height:60px;
		right:-12px;
	}

	.top-section__form .btn.btn-size-lg{
		padding-right:60px;
		padding-left:24px;
	}

	.simple-little-table th,
	.simple-little-table td{
		padding:10px !important;
		font-size:12px !important;
	}

	.simple-little-table .js-problem-row:hover td:last-child::after{
		display:none;
	}

	.faq-question{
		font-size:17px;
		padding-right:62px;
	}

	.rg-float-booking{
		right:-5px;
		top:71%;
		bottom:auto;
		transform:translateY(-50%);
		z-index:99;
	}

	.rg-float-booking__circle,
	.rg-float-booking__label{
		display:none;
	}

	.rg-float-booking__tab{
		display:flex;
		width:42px;
		height:140px;
		background:var(--accent);
		border-radius:14px 0 0 14px;
		box-shadow:0 14px 30px rgba(0,0,0,.18);
		align-items:center;
		justify-content:center;
		border:1px solid rgba(255,255,255,.18);
	}

	.rg-float-booking__link--desktop{
		display:none;
	}

	.rg-float-booking__link--mobile{
		display:inline-flex;
		gap:0;
	}

	.rg-float-booking__tabcontent{
		display:inline-flex;
		align-items:center;
		gap:8px;
		transform:rotate(-90deg);
		white-space:nowrap;
		line-height:1;
	}

	.rg-float-booking__tabicon{
		width:16px;
		height:16px;
		fill:#fff;
		display:block;
	}

	.rg-float-booking__tabtext{
		font-family:Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
		font-weight:700 !important;
		font-size:16px;
		letter-spacing:.12em;
		color:#fff;
		transform:none;
		line-height:1;
		white-space:nowrap;
	}
}

/* =========================
   VIDEO REVIEWS — FULL WIDTH
========================= */
.promo-section__carousel .slide{
	height:auto;
}

.promo-section__carousel .slide__in--video{
	height:100%;
}

.video-review-box{
	position:relative;
	width:100%;
	aspect-ratio:16 / 9;
	border-radius:12px;
	overflow:hidden;
	background:#000;
	box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.video-review-box iframe{
	position:absolute;
	inset:0;
	display:block;
	width:100% !important;
	height:100% !important;
	border:0 !important;
}

.video-review-box video{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	background:#000;
}

/* =========================
   MASTERS SECTION
========================= */
.masters-section{
	position:relative;
	background:#1f1f1f;
	background-image:url('/assets/images/promo/bg.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.masters-section .dark-section__in{
	padding:90px 0 95px;
}

.masters-section__title{
	margin-bottom:16px !important;
	color:#fff;
	text-align:center;
}

.masters-section__subtitle{
	max-width:760px;
	margin:0 auto 42px;
	text-align:center;
	font-size:16px;
	line-height:1.45;
	color:rgba(255,255,255,.78);
}

.slider-wrapper--masters{
	position:relative;
	padding:0 64px;
}

.masters-slider .slick-list{
	overflow:visible;
}

.masters-slider .slick-track{
	display:flex;
	align-items:stretch;
}

.masters-slider .slide{
	height:auto;
	padding:0 10px;
}

.masters-card{
	display:block;
	height:100%;
	border-radius:18px;
	overflow:hidden;
	background:#111;
	box-shadow:0 16px 40px rgba(0,0,0,.22);
	transition:transform .25s ease, box-shadow .25s ease;
}

.masters-card:hover{
	transform:translateY(-4px);
	box-shadow:0 20px 48px rgba(0,0,0,.28);
}

.masters-card img{
	display:block;
	width:100%;
	height:420px;
	object-fit:cover;
}

.masters-section .slide-link{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:5;
}

.masters-section .slide-prev-link{
	left:0;
}

.masters-section .slide-next-link{
	right:0;
}

@media only screen and (max-width: 1200px){
	.slider-wrapper--masters{
		padding:0 52px;
	}

	.masters-card img{
		height:380px;
	}
}

@media only screen and (max-width: 992px){
	.masters-section .dark-section__in{
		padding:70px 0 75px;
	}

	.slider-wrapper--masters{
		padding:0 42px;
	}

	.masters-card img{
		height:340px;
	}
}

@media only screen and (max-width: 768px){
	.masters-section__subtitle{
		margin-bottom:30px;
		font-size:15px;
	}

	.slider-wrapper--masters{
		padding:0 30px;
	}

	.masters-card img{
		height:300px;
	}
}

@media only screen and (max-width: 480px){
	.masters-section .dark-section__in{
		padding:56px 0 62px;
	}

	.slider-wrapper--masters{
		padding:0 18px;
	}

	.masters-card{
		border-radius:14px;
	}

	.masters-card img{
		height:260px;
	}
}