/*
Theme Name: Bike
Description: ThaiGo Rent
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: bike
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    overflow-x: hidden;
    color: #000;
    font-family: 'Inter Tight', Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
	padding: 0;
}
header, footer{
	overflow:hidden;
}
section{
	position:relative;
}

/* 1. Разрешаем содержимому выглядывать за пределы */
#where-go1.where-go {
  overflow: visible !important;
}

/* 2. .carousel-inner делаем flex‑ряд */
#where-go1.where-go .carousel-inner {
  display: flex !important;
  overflow-x: visible !important;
  padding-left: 1rem;   /* отступ слева */
  padding-right: 1rem;  /* отступ справа */
  transform: translateX(0) !important;
}

/* 3. каждый .carousel-item — 80% ширины + gap */
#where-go1.where-go .carousel-item {
  flex: 0 0 80% !important;
  margin-right: 1rem;
  overflow: visible !important;
}

/* 4. у вас внутри есть .swiper-wrapper, убираем его флекс‑контейнер */
#where-go1.where-go .swiper-wrapper {
  display: contents !important;
}

/* 5. позиционирование стрелок */
#where-go1.where-go .swiper-button-prev,
#where-go1.where-go .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

/* 6. мобильная версия: шире карточка и меньше gap */
@media (max-width: 767px) {
  #where-go1.where-go .carousel-item {
    flex: 0 0 90% !important;
    margin-right: 0.5rem;
  }
}


.padding-section{
	padding: 100px 0;
}
.color-white{
	color:#fff;
}
.header-section{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 64px;
}
.main-button{
	padding: 14px 16px;
	border-radius: 12px;
	background: #CFFF65;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.main-button:hover{
	background: #CFFF65 !important;
}
.swiper-button-disabled{
	display:none;
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1680px;
}
.head-form select{
	appearance: none;     
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url('./img/icons/arrow-down.svg');
	background-size: 24px 24px;
	border-radius:0;
}
.head-form input[type=date]{
	position: relative;
	appearance: none;     
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color:#fff;
	background: #fff url('./img/icons/calendar.svg') no-repeat right 10px center;
	background-size: 24px 24px;
}
/* Убрать стандартную иконку в Firefox */
.head-form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header {
    background:rgba(0, 0, 0, 0.5)/* url('../img/head.jpg') no-repeat center center*/;
    background-size: cover;
    color: white;
    padding-top: 12px;
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
	position:relative;
	overflow: hidden;
}
img.header-bg {
	position: absolute;
 	width: 100%;
  	z-index: -1;
	top: -1500px;
}
img.header-bg.product-bg {
    top: -10px;
}
.max-width-800{
	max-width: 800px;
}
.top-menu{
	border-bottom: 1px solid #FFFFFF80
}
.navbar-brand{
	padding: 0;
	margin: 0;
}
.navbar-brand img {
    max-width: 64px !important;
	height:auto !important;
}
.navbar-nav li{
	margin: 0 20px;
}
.navbar-nav li a{
	font-family: 'Inter Tight';
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
	color:#fff;
}
.routing, .routing:hover{
	padding: 14px 16px;
	border-radius: 12px;
	background: #CFFF65;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.routing img{
	margin-left: 8px;
}
.header-content {
  	margin-top: 160px;
	margin-left: auto;
	margin-right: auto;
    text-align: center;
}
.header-content h1{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
}
.header-content p{
	margin-top: 40px;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
}
.head-soc-buttons{
	margin-top: 40px;
	margin-bottom:110px;
}
.head-soc-buttons .btn{
	margin: 0 12px;
	padding: 15px 40px;
	border-radius: 12px;
	border-width: 1px;
	box-shadow: 0px 2px 6px 2px #10182805;
	box-shadow: 0px 4px 6px 2px #10182805;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
}
.head-soc-buttons .btn img{
	margin-left: 8px;
}
.btn-whatsapp, .btn-whatsapp:hover{
	background: #0075FF;
	border-color:#0075FF;
	color: #fff;
}
.head-soc-buttons .btn.btn-telegram{
	background: #FFFFFF;
	border: 2px solid #0075FF;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #0075FF;
}
.head-soc-buttons .btn-whatsapp, .head-soc-buttons .btn.btn-telegram{
	min-width: 210px;
}
.head-form{
	background:rgba(0, 0, 0) url('./img/booking.jpg') no-repeat center center;
    background-size: cover;
	border-radius: 32px;
	padding: 24px;
}
.booking-form label{
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
}
.booking-form select, .booking-form input {
	border-radius: 0;
	padding: 16px;
	border: 1px solid #E2E8F0;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
}
.booking-form .booking-form-first{
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.booking-form  input.phone{
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.booking-form .col-md-auto{
	padding-left: 8px;
}
.advantages{
	padding: 100px 0;
}
.advantages h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 24px;
	color: #2B2D33;
}
.advantages p.sub-head{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
	color: #555A65;
	margin-bottom: 64px;
}

.feature-box{
	padding: 24px;
	border-radius: 24px;
	text-align: left;
	height:100%;
}
.feature-box img{
	width:100%;
	max-width: 275px;
	margin-bottom: 50px;
}
.feature-box h3{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #2B2D33;
	margin-bottom: 8px;
}
.feature-box p{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
}
.feature-box-econom{
	background: var(--blue-2, #F0F5FF);
}
.feature-box-vfast{
	background: var(--cyan, #F0FDFF);
}
.feature-box-vform{
	background: var(--yellow, #FEFFF0);
}
.feature-box-vbonus{
	background: var(--green, #F0FFF3);
}
.feature-box-vcall{
	background: var(--purple, #F9ECFF);
}
.feature-box-vmoto{
	background: var(--red, #FFF0F0);
}
.advantages-button{
	margin-top: 64px;
}
.advantages-button button{
	width:100%;
	text-align: center;
	padding: 21px;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.advantages-button button img{
	margin-left: 7px;
}
.catalog{
	padding-top: 100px;
	padding-right: 120px;
	padding-bottom: 100px;
	padding-left: 120px;
	border-radius: 64px;
	position:relative;
	background: #0F1116;
	overflow: hidden;
}
.catalo-bg{
	position: absolute;
	top:0px;
	left:0;
	z-index: 1;
}
.catalog h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 64px;
	position: relative;
	z-index: 2;
}
.sub-catalogs{
	margin-bottom: 48px;
}
.sub-catalogs a, .sub-catalogs a:hover{
	margin: 0 8px;
	padding-top: 10px 16px;
	background: #CFFF65;
	border-radius: 32px;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	position: relative;
	z-index:2;
}
.catalog-carusel{
	position:relative;
	z-index: 2;
	margin-bottom: 48px;
}
.catalog-name{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 24px;
}
.product-item{
	border-radius: 24px;
	padding: 24px;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	box-shadow: 0px 4px 6px 2px #10182805;
	position: relative;
	height:100%;
}
.product-item img{
	width:100%;
	max-width: 250px;
	margin-bottom: 8px;
}
.swiper-button{
	width: 80px;
	height: 80px;
	border-radius: 99999px;
	padding: 8px;
	background: #0075FF;
	border:none;
	text-align: center;
	right: -40px;
}
.swiper-button::after{
	display:none;
}
.swiper-button-prev img{
	transform: rotate(180deg);
}
.swiper-button.swiper-button-prev{
	left:-40px;
}
.product-status{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	border-radius: 16px;
	padding: 4px 12px;
	background: var(--success-100, #DCFCE7);
	color: #016630;
	position:absolute;
	top:24px;
	left:24px;
}
.point{
	width:4px;
	height:4px;
	border-radius: 50%;
	background: #016630;
	margin-right: 10px;
}
.product-params{
	text-align: right;
	margin-bottom: 14px;
}
.product-params div{
	border-radius: 24px;
	padding: 6px 12px;
	border: 1px solid #E2E8F0;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
	white-space: nowrap;
}
.product-params div>img{
	max-width: 25px;
	margin-right: 4px;
	margin-bottom: 0;
}
.product-item h3, .product-item a{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
	text-decoration: none;
	margin-bottom: 8px;
}
.price{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #0075FF;
	white-space: nowrap;     
  	overflow: hidden;         
  	text-overflow: ellipsis;
}
.all-catalog, .all-catalog:hover{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	text-decoration: none;
	color:#fff;
	display: inline-block;
	padding: 2px 0;
	border-bottom: 2px solid #fff;
    position: relative;
    z-index: 2;
    border-radius: 0;
}
.how-to-rent{
	position: relative;
	padding: 100px 0;
}
.how-to-rent-bg{
	width:100%;
	position:absolute;
	top:-100px;
	left:0;
	z-index: 10;
}
.how-to-rent h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #2B2D33;
	margin-bottom: 64px;
	position: relative;
	z-index: 15;
}
.button-rent{
	position:absolute;
	top:-40px;
	right:0;
}
.button-rent button{
	border:none;
	background:none;
}
.button-rent img{
	width:140px;
}
.step-box{
	border-radius: 24px;
	padding: 24px;
	background: #F8F8F8;
	margin-bottom: 8px;
	position: relative;
	z-index: 15;
}
.step-box-head{
	margin-bottom: 16px;
}
.step-box .number{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #0075FF;
	margin-right: 16px;
}
.step-box-head .point{
	background: #2B2D33;
	margin-right: 16px;
}
.step-box-head h3{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.step-box p{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
}
.where-go{
	position:relative;
	border-radius: 64px;
	padding: 100px 0;
	background: #2B2D33;
	overflow: hidden;
}
.where-go-bg{
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
}
.where-go h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 64px;
	color: #FFFFFF;
	position: relative;
	z-index: 11;
}
.where-go-carusel{
	position:relative;
	z-index: 11;
	max-width: 1400px;
	margin: 0 auto;
}
.where-go-carusel .swiper-slide{
	height: 100%;
}
.where-go-item{
	/*max-width: 346px;*/
	padding-top: 0;
	border-radius: 24px;
	background: #FFFFFF;
	overflow: hidden;
	height: 100%;
}
.where-go-item>a{
	width:100%;

}
.where-go-text{
	padding: 24px;
	padding-top: 16px;
}
.where-go-text h3{
	margin-bottom: 8px;
}
.where-go-text h3 a{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
	text-decoration: none;
}
.where-go-text p{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #314158;
}
.where-go-href{
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 99999px;
	background: #CFFF65;
	padding: 15px;
	margin-top: 16px;
}
.where-go-href img{
	max-width: 18px;
}
.swiper-pagination{
	position: relative;
	margin-top: 34px;
	width:200px !important;
}
.swiper-pagination-bullet{
	background:#E2E8F0;
;
}
.swiper-pagination-bullet-active-next, .swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-next-next{
	background:#E2E8F0;
	opacity:1;
}
.swiper-pagination-bullet-active{
	width:48px;
	height:8;
	border-radius: 24px;
	background: #CFFF65;
}
.all-routes{
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 2px 0;
    border-bottom: 2px solid #fff;
    position: relative;
    z-index: 2;
    border-radius: 0;
	margin-top: 40px;
}
.comments{
	padding: 100px 0;
}
.comments h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #2B2D33;
	margin-bottom: 64px;
	position:relative;
}
.comments-count{
	position: absolute;
	top:0;
	right:0;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;	
	color: #2B2D33;
}
.comments-count img{
	width: 28px;
	margin-right: 5px;
}
.comments-count p{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
}
.comments-item{
	border-radius: 24px;
	padding: 24px;
	box-shadow: 0px 2px 8px 0px #474A5914;
}
.comment-date{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
	margin-bottom: 16px;
}
.avatar img{
	max-width: 60px;
	margin-right: 8px;
}
.comment-author{
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
	margin-bottom: 8px;
}
.comment-text{
	margin-top: 20px;
	margin-bottom: 16px;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.comment-place{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: right;
	color: #555A65;
}
.faq{
	padding: 100px 0;
}
.faq h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	color: #2B2D33;
	margin-bottom: 64px;
}
.faq-item{
	border-bottom: 1px solid #E2E8F0;
	padding: 32px 0 8px;
}
.faq-question{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #2B2D33;
	margin-bottom: 24px;
}
.faq-answer{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #555A65;
	margin-bottom: 24px;
}
.all-questions{
	font-family: Inter Tight;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0px;
    text-decoration: none;
    color:  #0075FF;
    display: inline-block;
    padding: 2px 0;
    border-bottom: 2px solid #0075FF;
    border-radius: 0;
    margin-top: 70px;
}
footer{
	position:relative;
	padding: 100px 0 24px;
	border-top-left-radius: 64px;
	border-top-right-radius: 64px;
	background: #0F1116;
	color:#fff;
	overflow: hidden;
}
footer div{
	position: relative;
	z-index: 9;
}
.footer-bg{
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
}
footer h2{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 64px;
}
.contact-info h3{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	margin-bottom: 8px;
}
.contact-info img{
	margin-right: 8px;
	max-width: 32px;
}
.contact-info p{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	margin-bottom: 50px;
}
.map-container{
	height: 100%;
	border-radius: 64px;
 	overflow: hidden;
}
.map-container img{
	height:100%;
}
.contact-info-row{
	margin-bottom: 64px;
}
.footer-menu{
	border-top: 1px solid #FFFFFF80;
	border-bottom: 1px solid #FFFFFF80;
	padding: 4px 0;
	margin-bottom: 24px;
}
.footer-menu ul{
	list-style-type: none;
}
.footer-menu ul li{
	display: inline-block;
	margin: 0 20px;
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
}
.copyright{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0px;
}
.comments .carousel-inner {
    padding: 5px;
}
.booking-form .main-button{
	width:100%;
}
.navbar-toggler{
	border:none;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
.mobile{
	display:none;
}
.why-select-box{
	display:flex;
	align-items:center;
	border-radius: 24px;
	padding: 16px;
	border: 1px solid #E2E8F0
}
.why-select-box img{
	margin-right: 8px;
}
.why-select-box h3{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.why-select-box p{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
}
.about-bg{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index: 1;
}
.about-bike div{
	z-index: 5;
	position: relative;
}
.about-bike-wrap{
	display:flex;
	align-items: center;
}
.about-bike-wrap>div{
	width:50%;
}
.about-text{
	padding-right: 8px;
}
.about-text h3{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	color: #2B2D33;
	margin-bottom: 32px;
}
.about-text p{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
}
.gallery-bike{
	padding: 50px 0 100px;
}
.product-gallery-item{
	border-radius: 24px;
	overflow: hidden;
}
.adventures{
	border-radius: 64px;
	background: linear-gradient(180deg, #0075FF 0%, #2AC3FF 100%);
}
.header-with-button{
	display:flex;
	align-items: center;
	justify-content: center;
}
.adventures-content{
	display:flex;
}
.adventures-content-img{
	width:35%;
	position: relative;
}
.adventures-content-img img{
	position: absolute;
	top:0;
	left:0;
}
.adventures-content-text{
	width:65%;
	padding: 117px 0 234px;
	position: relative;
}
.adventures-content-text p{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.catalog-page .all-catalog {
    color: #0075FF;
    border-bottom: 2px solid #0075FF;
}
.why-rent-this-items{
	display:flex;
	column-gap:8px;
	align-items: stretch;
}
.why-rent-this-item{
	display: flex;
	align-items: center;
	padding: 50px;
	border-radius: 24px;
}
.why-rent-this-item img{
	margin-right: 16px;
}
.why-rentprice-bg{
	background: var(--red, #FFF0F0);
}
.why-rent-globus-bg{
	background: var(--blue-2, #F0F5FF);
}
.why-rent-headphones-bg{
	background: var(--green, #F0FFF3);
}
.why-rent-scooter-bg{
	background: var(--purple, #F9ECFF);
}
.why-rent-wallet-bg{
	background: var(--yellow, #FEFFF0);
}
.arenda-prices{
	background: #0F1116;
	border-radius: 64px;
}
.arenda-prices .header-with-button{
	display: block;
	position: relative;
}
.arenda-prices-header p{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 24px;
}
.arenda-prices-header .button-arenda-prices{
	position: absolute;
	top:0;
	right:0;
}
.arenda-prices-header{
	margin-bottom: 64px;
}
.product-page section{
	overflow: hidden;
}
.scufy p{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
	color: #555A65;
}
.arenda-prices-content{
	max-width: 1200px;
	margin:auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:8px;
}
.arenda-prices-item{
	border-radius: 64px;
	padding: 48px;
	color:#fff;
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	overflow:hidden;
}
.arenda-prices-1{
	color: #589C4B !important;
	background: #CFFF65 url('./img/price-bg1.svg') no-repeat center center;
    background-size: cover;
}
.arenda-prices-2{
	color: #fff !important;
	background: #7965FF url('./img/price-bg2.svg') no-repeat center center;
    background-size: cover;
}
.arenda-prices-3{
	color: #fff !important;
	background: #0075FF url('./img/price-bg3.svg') no-repeat center center;
    background-size: cover;
}
.arenda-prices-4{
	color: #978825 !important;
	background: #FFDB65 url('./img/price-bg4.svg') no-repeat center center;
    background-size: cover;
}
.arenda-prices-5{
	color: #259733 !important;
	background: #7CFF8B url('./img/price-bg5.svg') no-repeat center center;
    background-size: cover;
}
.arenda-prices-6{
	color: #9D3982 !important;
	background: #FF65D6 url('./img/price-bg6.svg') no-repeat center center;
    background-size: cover;
}
.arenda-prices-days{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0px;
	vertical-align: middle;
	margin-bottom:24px;
}
.arenda-prices-price{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: 0px;
	vertical-align: middle;
	margin-bottom:16px;
}
.arenda-prices-price-day{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	vertical-align: middle;
}
.catalog-page img.header-bg {
	width: 100%;
	top:-200px;
}
.catalog-products h2{
	margin-bottom: 32px;
}
.calalog-products-list{
	display: grid;
	grid-template-columns: repeat(5, 1fr); 
  	grid-template-rows: repeat(3, 1fr);  
  	gap: 8px;
	margin-bottom: 32px;
}
.big-cell {
  grid-column: 4 / span 2; /* Занимает 4-ю и 5-ю колонки */
  grid-row: 2 / span 2;    /* Занимает 2-ю и 3-ю строки */
  overflow: hidden;
}
.big-cell>a{
	display:block;
	margin:-24px;
	margin-bottom: 0;
}
.big-cell>a img{
	width:100%;
	max-width: none;
	min-height: 750px;
}
.big-cell .product-params{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.catalog-page-filters{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}
.catalog-page-filters select{
	border-radius: 12px;
	padding: 10px;
	border: 2px solid #E2E8F0;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #2B2D33;
	margin-right: 10px;
}
.catalog-page-filters .filters-items select:last-child{
	margin-right: 0;
}
.product-hit img{
	max-width: 140px;
}
.product-hit {
	position: absolute;
	top:24px;
	right:24px;
}
.information-page img.header-bg {
 	top: -200px; 
}
.articles-list{
	flex-flow: row wrap;
	margin-bottom: 24px;
}
.article-wrap{
	padding: 4px;
	width:33.333%;
}
.article-wrap:nth-child(10n + 1), .article-wrap:nth-child(10n + 2), .article-wrap:nth-child(10n + 3){
	width:33.333%;
}
.article-wrap:nth-child(10n + 4), .article-wrap:nth-child(10n + 6){
	width:32%;
}
.article-wrap:nth-child(10n + 5){
	width:36%;
}
.article-wrap:nth-child(10n + 7), .article-wrap:nth-child(10n + 8), .article-wrap:nth-child(10n + 9), .article-wrap:nth-child(10n + 10){
	width:25%;
}
.article-item{
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	height: 29vw;
	background-size: cover; 
  	background-position: center; 
  	background-repeat: no-repeat;
}
.article-wrap:nth-child(10n + 1) .article-item, .article-wrap:nth-child(10n + 2) .article-item, .article-wrap:nth-child(10n + 3) .article-item{
	height: 29vw;
}
.article-wrap:nth-child(10n + 4) .article-item, .article-wrap:nth-child(10n + 5) .article-item, .article-wrap:nth-child(10n + 6) .article-item{
	height: 31vw;
}
.article-wrap:nth-child(10n + 7) .article-item, .article-wrap:nth-child(10n + 8) .article-item, .article-wrap:nth-child(10n + 9) .article-item, .article-wrap:nth-child(10n + 10) .article-item{
	height: 15.5vw;
}
.article-item a{
	display: block;
	width:100%;
	height:100%;
	background: #31415880;
}
.article-item img{
	height: 100%;
}
.article-item span{
	position: absolute;
	bottom:24px;
	left:24px;
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #FFFFFF;
	width: 60%;
}
.information-page .all-catalog {
    color: #0075FF;
    border-bottom: 2px solid #0075FF;
}
.redy-adventures{
	background: #0F1116;
	border-radius: 64px;
	position: relative;
	background-image: url("./img/adv-bg.png");
  	background-size: 100% 100%;
  	background-repeat: no-repeat;
}
.adventures-bg{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.redy-adventures p{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 24px;
}
.redy-adventures h3{
	margin-bottom: 24px;
}
.redy-adventures .advantages-button{
	margin-top: 0;
}
.redy-adventures .advantages-button button {
    width: auto;
    text-align: center;
    padding: 21px;
    font-family: Inter Tight;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #2B2D33;
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
}
.article-heder p{
	max-width: 1200px;
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	text-align: center;
	color: #555A65;
	margin-left: auto;
	margin-right: auto;
}
.article-content.padding-section{
	padding-bottom: 24px;
}
.article-content h3.header-section{
	margin-bottom: 16px;
}
.article-content-info{
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #555A65;
	margin-bottom: 24px;
}
.article-content-views img{
	margin-right: 8px;
}
.article-content-views div{
	margin-left: 16px;
}
.article-content-img{
	margin-bottom: 24px;
}
.article-content-img img{
	width: 100%;
}
.article-content-text{
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #2B2D33;
}
.article-content-text ul, .article-content-text p{
	margin-bottom: 24px;
}
.article-content-text ul{
	list-style-image: url('./img/icons/check-circle.svg');
	padding-left: 0;
	margin-left: 0;
}
.article-content-text ul li{
	padding-left: 0;
}
.article-content-text ul {
  list-style: none; 
  padding-left: 0; 
}
.article-content-text ul li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 8px;
  line-height: 1.5; 
}
.article-content-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px; /* ширина вашей картинки */
  height: 24px; /* высота вашей картинки */
  background-image: url('./img/icons/check-circle.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.markets-page img.header-bg{
    top: 0px;
}
@media only screen and (max-width : 1600px) {
	img.header-bg {
		top: -1000px;
	}
	.article-wrap:nth-child(10n + 4), .article-wrap:nth-child(10n + 6){
		width:25%;
	}
	.article-wrap:nth-child(10n + 5){
		width:50%;
	}
}
@media only screen and (max-width : 1440px) {
	section{
		overflow-x:hidden;
		overflow-y: visible; 
		position: relative;
	}
	.container {
		width: 100%;
		margin: 0 auto;
		max-width: 1200px;
	}
	img.header-bg {
		top: -550px;;
	}
	.how-to-rent h2{
		max-width:600px;
		margin:0 auto 64px;
	}
	.button-rent {
		top: 0px;
	}
	.how-to-rent-bg {
		width: 102%;
		top: 70px;
	}
	.where-go-item {
		max-width: 346px;
	}
	.catalog {
		padding: 100px 0 100px;
	}
	.why-select .col-xxl-4{
		width:50%;
	}
	.adventures-content-img {
		width: 45%;
	}
	.adventures-content-text {
		width: 55%;
		padding: 36px 0 134px;
	}
	.why-rent-this-items{
		flex-flow: row wrap;
		row-gap: 8px;
	}
	.why-rent-this-item{
		width:31%;
	}
	.arenda-prices-header h2{
		max-width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	.calalog-products-list{
		grid-template-columns: repeat(4, 1fr);
	}
	.big-cell {
		grid-column: 3 / span 2;
		grid-row: 2 / span 2; 
	}
	.product-item:nth-child(5),
	.product-item:nth-child(10),
	.product-item:nth-child(15) {
		grid-column: auto; /* Сброс позиции (авторасстановка) */
	}
}
@media only screen and (max-width : 1280px) {
	.container {
		max-width: 1120px;
	}
	.how-to-rent-bg {
		width: 115%;
		top: 40px;
	}
	.adventures .header-with-button{
		display:block;
		position:relative;
	}
	.adventures .header-with-button h2{
		max-width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	.adventures .header-with-button .button-rent-page{
		position:absolute;
		top:0;
		right:0;
	}
	.adventures-content-text {
        width: 55%;
        padding: 48px 0 150px;
    }
	.adventures-content-img img {
		position: absolute;
		top: 60px;
	}
	.article-wrap:nth-child(10n + 4), .article-wrap:nth-child(10n + 6){
		width:23%;
	}
	.article-wrap:nth-child(10n + 5){
		width:54%;
	}
	.information-page img.header-bg {
    	top: 0px;
		width:150%;
	}
}
@media only screen and (max-width : 1024px) {
	header .container, header .container-fluid {
		max-width: 864px;
		padding:0;
	}	
	.routing span{
		display:none;
	}
	.routing img{
		margin-left: 0;
	}
	.navbar-nav li {
		margin: 0 4px;
	}
	.nav-link{
		padding:0;
	}
	.nav-item{
		padding:0;
	}
	header nav.navbar{
		padding: 0 16px;
	}
	.navbar-nav li a {
		padding:0 !important;
		margin:0 !important;
	}
	img.header-bg {
		top: -270px;
	}
	.booking-form form{
		flex-flow: row wrap;
	}
	.booking-form .col-md, .booking-form .col-md-auto{
		width:33.3%;
		flex: 1 0 33.3%;
		margin:8px 0;
	}
	.raius-right-1024{
		border-top-right-radius: 12px!important;
		border-bottom-right-radius: 12px!important;
	}
	.raius-left-1024{
		border-top-left-radius: 12px!important;
		border-bottom-left-radius: 12px!important;
	}
	.advantages .col-lg-4{
		width:50%;
	}
	section {
        overflow: hidden;
    }
	.how-to-rent-bg {
        width: 140%;
        top: 40px;
		left: -80px;
    }
	.contact-info-row .col-lg-3{
		width:40%;
	}
	.contact-info-row .col-lg-9{
		width:60%;
	}
	.about-bg {
		width: 150%;
	}
	.adventures-content-img{
		width:0;
	}
	.adventures-content-img img {
        top: 0px;
    }
	.adventures-content-text{
		width:100%;
		padding: 150px 0;
	}
	.comments-count{
		position:relative;
		display:inline-block;
		margin-bottom:50px;
	}
	.comments .position-relative{
		text-align:center;
	}
	.arenda-prices-header h2 {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
	.arenda-prices-content {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-rent-this-item {
        width: 49%;
    }
	.catalog-page img.header-bg {
		width: 100%;
		top: 0;
	}
	.calalog-products-list{
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
	}
	.big-cell {
		grid-column: 1 / span 3;
		grid-row: 3 / span 1;
	}
	/*.product-item:nth-child(5),
	.product-item:nth-child(10),
	.product-item:nth-child(15) {
		grid-column: auto; 
	}*/
	.article-wrap:nth-child(10n + 4), .article-wrap:nth-child(10n + 6){
		width:25%;
	}
	.article-wrap:nth-child(10n + 5){
		width:50%;
	}
	.markets-page img.header-bg {
		width: 150%;
	}
}
@media only screen and (max-width : 768px) {
	.navbar-expand-md .navbar-toggler {
        display: block !important;
    }
	.container, .container-fluid {
		max-width: 720px;
	}
	img.header-bg {
        top: 0;
    }
	.how-to-rent .position-relative{
		position: static !important;
	}
	.how-to-rent .container{
		position: relative;
	}
	.how-to-rent-bg {
        width: 184%;
        top: 40px;
        left: -180px;
    }
	.how-to-rent {
		padding-bottom: 252px;
	}
	.button-rent {
        bottom: -188px;
        top: auto;
		left: 50%;
		transform: translateX(-50%);
		right: auto;
    }
	.contact-info-row .col-lg-3{
		width:50%;
	}
	.contact-info-row .col-lg-9{
		width:50%;
	}
	.footer-menu ul li {
		margin: 0 5px;
	}
	header{
		position:relative;
	}
	header .navbar-collapse{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		right:0;
		height:100%;
		background: #fff;
		color: #2B2D33;
		overflow: scroll;
		z-index:9999;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.mobile.top-nav-bar{
		display:flex;
		list-style-type: none;
		justify-content: space-between;
		padding: 20px 6px;
		align-items: center;
		border-bottom: 0.5px solid #eeeeee
	}
	.navbar-nav li {
        margin: 16px;
    }
	.navbar-nav li a{
		color: #2B2D33;
		font-family: Inter Tight;
		font-weight: 400;
		font-size: 16px;
	}
	.mobile.contact-info{
		display: block;
	}
	.mobile.contact-info{
		margin: 32px 16px;
	}
	.mobile.contact-info h3 {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.mobile.contact-info p {
		font-family: Inter Tight;
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 12px;
	}
	.product-page .header-content{
		margin-top:100px;
	}
	.product-page img.header-bg {
		width: 150%;
		transform: translate(-20%, 0);
		top:0;
	}
	.about-bike-wrap{
		flex-flow: row wrap;
	}
	.about-bike-wrap>div {
		width: 100%;
	}
	.about-bike-wrap>div.about-text h3{
		text-align:center;
	}
	.adventures-content {
		display: flex;
		flex-flow: row wrap;
		flex-direction:column-reverse;
	}
	.adventures-content-img {
        width: 100%;
    }
	.adventures-content-img>img{
		display:none;
	}
	.adventures-content-img>img.mobile{
		display:block;
		position:relative;
	}
	.adventures-content-text {
        padding: 50px 0;
    }
	.adventures .header-with-button{
		position:static;
	}
	.adventures .header-with-button .button-rent-page{
		top:auto;
		bottom:100px;
		left: 50%;
		transform: translateX(-50%);
		right:auto;
	}
	.why-rent-this .head-soc-buttons .btn {
		margin: 0 6px;
		padding: 15px 5px;
		width:50%;
	}
	.arenda-prices-header p{
		max-width:556px;
		text-align:center;
	}
	.arenda-prices-header .button-arenda-prices{
		top:50%;
	}
	.catalog-page img.header-bg {
        width: 200%;
        top: 0;
    }
	.big-cell {
		grid-column: 2 / span 2;
		grid-row: 2 / span 1;
	}
	.big-cell>a img {
		width: 100%;
		max-width: none;
		min-height: auto;
        max-height: 260px;
	}
	.information-page img.header-bg {
    	top: auto;
        bottom: 0;
        width: 300%;
	}
}
@media only screen and (max-width : 480px) {
	.header-content {
		margin-top: 63px;
		padding: 0 16px;
	}
	.header-content h1 {
		font-family: Inter Tight;
		font-size: 32px;
		line-height: 120%;
		max-width: 330px;
		margin: auto;
	}
	.header-content p {
		margin: 24px 0;
		font-family: Inter Tight;
		font-weight: 500;
		font-size: 16px;
	}
	.head-soc-buttons {
	 	margin-top: 0;
		margin-bottom: 64px;
	}
	img.header-bg {
		top:0;
		bottom:auto;
        /*bottom: 270px;*/
    }
	.booking-form .col-md, .booking-form .col-md-auto {
        width: 100%;
        flex: 1 0 100%;
        margin: 8px 0;
    }
	.head-form{
		padding: 16px;
	}
	.booking-form select, .booking-form input {
		border-radius: 12px;
	}
	.booking-form .col-md-auto {
		padding-left: 0px;
	}
	.mobile-hidden-form{
		display:none !important;
	}
	.mobile.mobile-next-button{
		display: block;
	}
	.advantages {
		padding: 48px 0;
	}
	.advantages h2 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 8px;
	}
	.catalog {
        padding: 24px 0 24px;
    }
	.catalog h2 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 24px;
	}
	.catalog .swiper-slide{
		min-width: 272px;
	}
	.sub-catalogs{
		flex-flow: row wrap;
	}
	.sub-catalogs a{
		margin-bottom: 10px;
	}
	.how-to-rent {
        padding:48px 0 212px;
    }
	.how-to-rent h2 {
        max-width: 600px;
        margin: 0 auto 24px;
		font-size: 32px;
    	line-height: 120%;
    }
	.how-to-rent-bg {
        width: 414%;
        top: -110px;
        left: -1180px;
    }
	.button-rent {
        z-index: 99;
    }
	.where-go {
		padding: 24px 0;
	}
	.where-go h2 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 24px;
	}
	.swiper-button {
		right: 0px;
	}
	.swiper-button.swiper-button-prev {
		left: 0px;
	}
	.comments {
		padding: 48px 0;
	}
	.comments h2 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 110px;
	}
	.comments-count {
		top: 62px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
	}
	.product-page .comments-count {
		top: auto;
        left: auto;
        transform: none;
        right: auto;
	}
	.product-page .comments h2{
		margin-bottom: 10px;
	}
	.faq {
		padding: 48px 0;
	}
	.faq h2 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 24px;
	}
	footer {
		position: relative;
		padding: 48px 0 24px;
	}
	footer h2 {
		font-size: 32px;
		line-height: 120%;
		margin-bottom: 24px;
	}
	.contact-info-row .col-lg-3
	{
        width: 100%;
    }
	.contact-info-row .col-lg-9 {
        width: 100%;
		padding:0;
		margin-top:20px;
    }
	.contact-info p {
		margin-bottom: 20px;
	}
	.map-container
	{
		height: 100%;
		min-height:400px;
		width:100%;
		border-radius: 0;
		overflow: hidden;
	}
	.contact-info-row {
		margin-bottom: 24px;
	}
	.footer-menu{
		padding:16px 0;
	}
	.footer-menu .d-flex{
		flex-flow: row wrap;
	}
	.footer-menu .d-flex > div, .footer-menu .d-flex li{
		width:100%;
		text-align:center;
		margin:4px 0;
	}
	.footer-menu .d-flex > div.f-contacts{
		margin-top:24px;
	}
	.why-select .col-xxl-4 {
        width: 100%;
    }
	.about-bg {
        width: 350%;
    }
	.padding-section{
		padding:48px 0;
	}
	.product-page img.header-bg {
        width: 250%;
    }
	#productSliderItem .swiper-wrapper {
		display: block !important; 
	}

	#productSliderItem .swiper-slide {
		width: 100% !important;    
		margin-bottom: 15px;
	}
	.product-item a{
		display:block;
		text-align:center;
	}
	.product-item h3 a{
		text-align:left;
	}
	#productSliderItem .swiper-button{
		display:none;
	}
	.why-rent-this h2{
		font-size: 32px;
	}
	.why-rent-this-item {
        width: 100%;
		padding: 24px;
    }
	.why-rent-this .head-soc-buttons{
		flex-flow: row wrap;
		row-gap:0 !important;
	}
	.why-rent-this .head-soc-buttons a.btn{
		width:100%;
		margin-top: 24px;
	}
	.arenda-prices h2{
		font-size: 32px;
	}
	.button-arenda-prices{
		display:none;
	}
	.arenda-prices-content {
        grid-template-columns: repeat(1, 1fr);
    }
	.scufy h2{
		font-size: 32px;
	}
	.header-section {
		font-size: 32px;
	}
	.filters-items{
		display:none;
	}
	.mobile.filter-button{
		display: flex;
		align-items: center;
		border-radius: 8px;
		padding: 10px 12px;
		border: 2px solid #0075FF;
		font-family: Inter Tight;
		font-weight: 500;
		font-size: 16px;
		line-height: 150%;
		letter-spacing: 0px;
		color: #0075FF;
	}
	.mobile.filter-button img{
		margin-left: 8px;
	}
	.calalog-products-list{
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: auto;
	}
	.big-cell {
		grid-column: 1 / span 1;
		grid-row: 3 / span 1;
	}
 	.big-cell>a img {
        width: 100%;
        max-width: none;
        min-height: auto;
        max-height: none;
    }
	.article-wrap:nth-child(10n + 1),
	.article-wrap:nth-child(10n + 2),
	.article-wrap:nth-child(10n + 4),
	.article-wrap:nth-child(10n + 5),
	.article-wrap:nth-child(10n + 7),
	.article-wrap:nth-child(10n + 8),
	.article-wrap:nth-child(10n + 9),
	.article-wrap:nth-child(10n + 10){
		width:50%;
	}
	.article-wrap:nth-child(10n + 3),.article-wrap:nth-child(10n + 6){
		width:100%;
	}
	.article-item span{
		width:100%;
	}
	.article-wrap:nth-child(10n + 1) .article-item,
	.article-wrap:nth-child(10n + 2) .article-item,
	.article-wrap:nth-child(10n + 7) .article-item,
	.article-wrap:nth-child(10n + 8) .article-item,
	.article-wrap:nth-child(10n + 9) .article-item,
	.article-wrap:nth-child(10n + 10) .article-item{
		height:46vw;
	}
	.article-wrap:nth-child(10n + 3) .article-item,
	.article-wrap:nth-child(10n + 6) .article-item{
		height:93vw;
	}
	.article-wrap:nth-child(10n + 4) .article-item,
	.article-wrap:nth-child(10n + 5) .article-item{
		height:67.5vw;
	}
	.markets-page img.header-bg {
		width: 200%;
	}
}

@media only screen and (max-width : 400px) {
	.header-content{
		margin-top:24px;
	}
	.head-soc-buttons .btn {
		margin: 0 12px;
		padding: 15px 15px;

	}
}
/* Для экранов до 768px, подгоняем соц‑кнопки в одну строку */
@media (max-width: 768px) {
  .head-soc-buttons {
    display: flex;              /* переключаемся на флекс‑контейнер */
    flex-wrap: nowrap;          /* всегда в одну строку */
    justify-content: center;    /* выравниваем по центру */
    gap: 8px;                   /* расстояние между кнопками */
    padding: 0 16px;            /* отступы от краёв экрана */
    margin-bottom: 64px;        /* ваш отступ вниз, если нужен */
  }

  .head-soc-buttons .btn {
    flex: 1;                    /* чтобы каждая кнопка могла расти/жаться */
    min-width: calc(50% - 4px); /* две кнопки по ширине с учётом gap */
    margin: 0;                  /* сбрасываем старые маргины */
  }
}
@media (max-width: 768px) {
  .head-soc-buttons {
    /* вместо flex-wrap:nowrap; переключимся на grid для ровных колонок */
    display: grid;
    grid-template-columns: 1fr 1fr; /* две равные колонки */
    gap: 8px;                       /* пространство между кнопками */
    padding: 0 16px;                /* отступы от краёв экрана */
    margin-bottom: 64px;            /* ваш отступ вниз */
  }

  .head-soc-buttons .btn {
    width: 100%;       /* чтобы занимали всю ширину своей колонки */
    margin: 0;         /* сбросим старые отступы */
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .head-soc-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr; /* две колонки одинаковой ширины */
    gap: 8px;                       /* расстояние между кнопками */
    padding: 0 16px;                /* отступы от краёв экрана */
    margin-bottom: 64px;
  }

  .head-soc-buttons .btn {
    width: 100%;      /* занимают всю ширину своей «ячейки» */
    margin: 0;        /* убираем старые отступы */
    box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .head-soc-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0 16px;
    margin-bottom: 64px;
  }

  .head-soc-buttons .btn {
    width: 100%;
    min-width: 0;             /* сброс min-width:210px */
    box-sizing: border-box;   /* чтобы padding не вылазил за width */
    margin: 0;                /* убираем старые маргины */
    /* при необходимости можно чуть уменьшить горизонтальные паддинги: */
    padding: 15px 12px;
  }
}
/* Мобильный вид: две кнопки в одну строку, с отступами от краёв, без переноса */
@media only screen and (max-width: 480px) {
  .head-soc-buttons {
    display: flex !important;           /* включаем флекс-бокс */
    flex-wrap: nowrap !important;       /* запрещаем перенос */
    justify-content: center !important; /* выравниваем по центру */
    gap: 8px !important;                /* расстояние между кнопками */
    /* отступы от краёв с учётом «безопасных зон» айфона */
    padding-left: env(safe-area-inset-left) !important;
    padding-right: env(safe-area-inset-right) !important;
    margin: 0 0 64px !important;        /* снизу даём 64px, сверху — 0 */
  }

  .head-soc-buttons .btn {
    flex: 1 1 auto !important;          /* занимают равные доли */
    min-width: 0 !important;            /* чтобы точно ужались */
    margin: 0 !important;               /* сбрасываем прежние маргины */
  }
}
/* Обёртка формы — гибкий флекс-контейнер с переносом */
#book-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}

/* Общие стили для полей и селектов */
#book-form .form-control,
#book-form .form-select {
  border-radius: 1rem;      /* скругление */
  height: 3.5rem;           /* единая высота */
  padding: 0 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  border: none;
  background: #fff;
  color: #222;
}

/* Селекту указатель курсора */
#book-form .form-select {
  cursor: pointer;
}

/* Иконка календаря не съезжает */
#book-form input[type="date"]::-webkit-inner-spin-button,
#book-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

/* Кнопка */
#book-submit-btn {
  border-radius: 1.75rem;   /* чуть более круглые края */
  height: 3.5rem;
  padding: 0 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  background: #bbff46;       /* ваш лаймовый */
  border: none;
  cursor: pointer;
  transition: background .2s;
}
#book-submit-btn:hover {
  background: #a6e83f;
}

/* Контейнеры полей — чтобы все колонки в одной строке были одинакового размера */
#book-form .col-md {
  flex: 1 1 16%;     /* растягиваемся, минимум 16% */
  min-width: 10rem;  /* но не уже 160px */
}

/* Кнопка в собственном контейнере */
#book-form .col-md-auto {
  flex: 0 0 auto;
}

/* Мобильный «стек» */
@media (max-width: 768px) {
  #book-form {
    flex-direction: column;
    gap: 0.75rem;
  }
  #book-form .col-md,
  #book-form .col-md-auto {
    width: 100%;
    min-width: auto;
  }
  #book-submit-btn {
    width: 100%;
  }
}
/* Разрешаем соседним слайдам выглядывать за пределы контейнера */
#where-go1 .carousel-inner {
  overflow: visible;
}

/* Добавляем отступы между слайдами */
#where-go1 .swiper-wrapper {
  display: flex;
  gap: 1rem;
}

/* Чтобы первый слайд не прилипал вплотную к левой границе */
#where-go1 .carousel-item {
  padding-left: 1rem;
}

/* А последний — не вплотную к правой */
@media (min-width: 768px) {
  #where-go1 .carousel-item {
    padding-right: 1rem;
  }
}

/* Сами карточки */
.where-go-item {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

/* Изображение подгоняем по ширине контейнера */
.where-go-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Убираем обрезку у обертки */
#where-go1 {
  overflow: visible;
}
/* Добавьте в ваш основной CSS (или <style> в header) */

#where-go1 .carousel-inner {
  transition: none;          /* убираем стандартную анимацию */
}

#where-go1 .carousel-item {
  transition: none;          /* убираем стандартную анимацию */
}

/* Мобильная версия */
@media (max-width: 767px) {
  #where-go1 .carousel-item {
    width: 90% !important;
    margin-right: 0.5rem !important;
  }
}
/* Устанавливаем видимость соседних слайдов */
.where-go-swiper .swiper-wrapper {
  padding-left: 1rem;
}

/* Каждому слайду задаём ширину 80% и отступ */
.where-go-swiper .swiper-slide {
  width: 80% !important;
  margin-right: 1rem;
}

/* Мобильная адаптация */
@media (max-width: 767px) {
  .where-go-swiper .swiper-slide {
    width: 90% !important;
    margin-right: 0.5rem;
  }
}

/* показываем картинку во всю ширину */
.product-item .product-image {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}
.product-item .product-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* блок с параметрами */
.product-item .product-params {
  margin-bottom: 0.75rem;
}

/* метка доступен */
.product-status {
  display: inline-flex;
  align-items: center;
  background-color: #E6F9E9;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.9rem;
}
.product-status .point {
  width: 6px; height: 6px;
  background-color: #34A853;
  border-radius: 50%;
  margin-right: 6px;
}

/* объём */
.engine-volume {
  font-size: 0.9rem;
}
.engine-volume img {
  width: 16px;
  height: auto;
}
/* Отключаем старое absolute */
.product-item .product-status {
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-right: 8px;
}

/* Собираем метку + объём в одну строку */
.product-item .product-params {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 1rem;
}

/* Отступ для объёма */
.product-item .engine-volume {
  margin-left: 8px;
}

/* Картинка всегда full-width */
.product-item .product-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
/* 1) Переключаем .product-item на флекс-колонку */
.product-item {
  display: flex !important;
  flex-direction: column !important;
}

/* 2) Картинка — первый элемент */
.product-item > a:first-of-type {
  order: 1 !important;
}

/* 3) Метка «Доступен» — вторым */
.product-item > .product-status {
  order: 2 !important;
  position: static !important;     /* убираем absolute */
  margin: 0.5rem 0 0 0 !important;  /* отступ сверху */
  align-self: flex-start !important;
}

/* 4) Блок объёма — третьим */
.product-item > .product-params {
  order: 3 !important;
  display: flex !important;
  align-items: center !important;
  margin: 0.25rem 0 0 !important;
}

/* 5) Название — четвёртым */
.product-item h3 {
  order: 4 !important;
  margin: 0.5rem 0 0 !important;
}

/* 6) Цена — пятым */
.product-item .price {
  order: 5 !important;
  margin: 0.25rem 0 0 !important;
}

/* 7) Подтягиваем картинку во всю ширину (если нужно) */
.product-item > a img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}
/* позволяем статусу и объёму переноситься на новую строку */
.product-item .product-params {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;   /* включаем перенос */
  gap: 0.5rem !important;       /* расстояние между ними */
}

/* сбрасываем отступ слева — теперь gap его заменит */
.product-item .engine-volume {
  margin-left: 0 !important;
}

/* (опционально) чуть больше отступ сверху у объёма, если он переходит на новую строку */
.product-item .engine-volume {
  margin-top: 0.5rem !important;
}
/* 1) Отключаем wrap на средних и больших экранах */
@media (min-width: 576px) {
  .product-item .product-params {
    flex-wrap: nowrap !important;
  }
}

/* 2) Выравниваем по базовой линии, а не по центру */
.product-item .product-params {
  align-items: baseline !important;
  gap: 0.5rem !important;
}

/* 3) Задаём минимальную высоту, чтобы оба бейджа всегда занимали одно и то же место */
.product-item .product-params {
  min-height: 2.5rem; /* подберите под свой размер шрифта + паддинг */
}

/* 4) Если всё-таки wrap происходит на очень узких экранах, даём отступ сверху */
@media (max-width: 575px) {
  .product-item .engine-volume {
    margin-top: 0.5rem !important;
  }
}
/* ========== ВЕРНУТЬ ПРАВКУ ДЛЯ .catalog-carusel ========== */

/* 1) Показываем все соседние слайды */
.catalog-carusel .carousel-inner {
  display: flex !important;
  overflow-x: visible !important;
  transform: translateX(0) !important;  /* снимаем transform от Bootstrap */
  transition: none !important;          /* убираем анимацию при первой загрузке */
}

/* 2) Делаем .swiper-wrapper обычным флекс-контейнером */
.catalog-carusel .swiper-wrapper {
  display: flex !important;
}

/* 3) Карточки-слайды: пусть размер считают корректно */
.catalog-carusel .carousel-item {
  flex: 0 0 auto !important;
  transition: none !important;
}

/* Если нужно, на мобильных тоже */
@media (max-width: 767px) {
  .catalog-carusel .carousel-inner {
    display: flex !important;
    overflow-x: visible !important;
  }
}
/* Снимаем ограничения по max-width и убираем паддинги/маржины вокруг изображений */
.product-item img {
  /* гарантируем, что картинка растянется по ширине контейнера */
  width: 100% !important;
  max-width: 100% !important;

  /* убираем отступы, которые ставили для «резиновых» картинок */
  margin: 0 !important;
  padding: 0 !important;
}

/* Если у .product-image или других обёрток был padding, обнулим его */
.product-item .product-image,
.product-item .product-image a {
  padding: 0 !important;
  margin: 0 !important;
}
/* 1) Вернём overflow-hidden у карусели, чтобы не было scrollbar */
.catalog-carusel .carousel-inner {
  display: flex !important;        /* оставляем flex для соседних слайдов */
  overflow-x: hidden !important;   /* прячем лишнюю полоску */
  padding-left: 1rem;              /* отступ слева, если нужен */
  padding-right: 1rem;             /* отступ справа, если нужен */
}

/* 2) Убираем override display:contents для swiper-wrapper */
.catalog-carusel .swiper-wrapper {
  display: flex !important;
}

/* 3) Каждый слайд пусть сам считает свою ширину */
.catalog-carusel .carousel-item {
  flex: 0 0 auto !important;
  overflow: hidden !important;
}

/* 4) Блоку .product-image возвращаем абсолютное позиционирование для object-fit */
.product-item .product-image {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9, подкорректируйте на нужное соотношение */
  overflow: hidden;
  margin: 0;            /* убираем любые margin */
}
.product-item .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* 5) Скрываем нативные скролл-бары в WebKit-браузерах */
.catalog-carusel .carousel-inner::-webkit-scrollbar {
  display: none;
}
.catalog-carusel .carousel-inner {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none;    /* Firefox */
}

/* 1) Сделаем карточку флекс-колонкой */
#catalog .product-item {
  display: flex !important;
  flex-direction: column !important;
}

/* 2) Сбросим absolute только для метки */
#catalog .product-item .product-status {
  position: static !important;
  margin: 0.5rem 0 0 !important; /* отступ сверху */
}

/* 3) Выстроим статус и объём в строку */
#catalog .product-item .product-params {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

/* 4) Обязательно убираем margin у картинки и растягиваем её */
#catalog .product-item .product-image img {
  width: 200% !important;
  height: auto !important;
  margin: 100 !important;
}
/* Расширяем окно под картинку на всю ширину карточки */
#catalog .product-item {
  padding: -30; /* убираем внутренние отступы, если нужно */
}

/* Контейнер картинки «выезжает» влево-вправо за пределы карточки */
#catalog .product-item .product-image {
  margin: -60px -60px 16px;      /* -card-padding по бокам, +нижний отступ */
  width: calc(100% + 120px);      /* компенсируем отрицательные margin */
  height: 220px;                 /* желаемая высота окна картинки */
  overflow: hidden;
  position: relative;
}

/* Картинка растягивается и обрезается по центру */
#catalog .product-item .product-image img {
  position: absolute;
  top: 50%; left: 50%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
}


/* 2. Теперь снова включаем нужные стили только для карточек */
/* 2.1.—контейнер карусели */
.js-catalog-cleanup .catalog-carusel .carousel-inner {
  display: flex !important;
  overflow-x: hidden !important;
}
/* 2.2.—каждый слайд */
.js-catalog-cleanup .catalog-carusel .carousel-item {
  flex: 0 0 auto !important;
}
/* 2.3.—базовые стили карточки */
.js-catalog-cleanup .product-item {
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border-radius: 24px !important;
  padding: 24px !important;
}
/* 2.4.—картинка */
.js-catalog-cleanup .product-image {
  width: 100% !important;
  position: relative !important;
  padding-top: 56.25% !important;
}
.js-catalog-cleanup .product-image img {
  position: absolute !important;
  top: 50% !important; left: 50% !important;
  width: auto !important; height: 100% !important;
  transform: translate(-50%,-50%) !important;
  object-fit: cover !important;
}
/* 2.5.—статус + объём */
.js-catalog-cleanup .product-params {
  display: flex !important;
  align-items: baseline !important;
  gap: 0.5rem !important;
  margin-top: 1rem !important;
}
.js-catalog-cleanup .product-status {
  position: static !important;
  background: #DCFCE7 !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
}
.js-catalog-cleanup .engine-volume {
  display: flex !important;
  align-items: center !important;
}
/* 2.6.—заголовок и цена */
.js-catalog-cleanup h3 {
  margin: 1rem 0 0 !important;
  font-size: 18px !important;
}
.js-catalog-cleanup .price {
  margin: .5rem 0 0 !important;
  font-size: 24px !important;
  color: #0075FF !important;
}
/* === 1) Снимаем паддинги у карточки, чтобы картинка могла «выехать» === */
#catalog .product-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* === 2) Отменяем max-width для картинки === */
#catalog .product-item img {
  max-width: 300 !important;  /* убираем лимит 250px */
  width: 100% !important;      /* растягиваем на всю ширину родителя */
  margin: 0 !important;
}

/* === 3) Если нужен небольшой отступ сверху/снизу — поднимем/опустим контейнер картинки === */
#catalog .product-item .product-image {
  margin: 0 0.5rem 1rem 0.5rem !important; 
  /* 0 по верху, 0.5rem — по бокам, 1rem — снизу */
}
/* 1) Убираем боковые margin-ы у .product-image, но не трогаем padding карточки */
#catalog .product-item .product-image {
  margin: 0 -24px 1rem;       /* «выехали» по бокам на 24px, отступ снизу 1rem */
  padding: 0;                 /* убираем внутренние отступы у этой обёртки */
}

/* 2) Теперь **восстанавливаем** паддинги у текстового блока (чтобы он не прилегал к краям) */
#catalog .product-item .product-params,
#catalog .product-item h3,
#catalog .product-item .price {
  padding: 0 24px !important; /* по 24px слева и справа */
}

/* 3) Убираем любые max-width и лишние margin у картинки, чтобы она реально была full-width */
#catalog .product-item .product-image img {
  max-width: none !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* --- Header bg cover (mobile + desktop) --- */
.header { 
  position: relative; 
  overflow: hidden;           /* чтобы не было серых краёв */
}

.header > .header-bg {
  position: absolute;
  inset: 0;                   /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;               /* растягиваем на всю высоту хедера */
  object-fit: cover;          /* заполняем без серых полос */
  object-position: center;    /* можно поставить center top при желании */
  z-index: 0;
  display: block;
}

/* всё содержимое поверх фона */
.header > *:not(.header-bg) {
  position: relative;
  z-index: 1;
}

/* На всякий случай убьём любые фикс-высоты, которые могли приехать мигратором */
.header .header-bg.product-bg {
  max-height: none !important;
  height: 100% !important;
}
/* Перенос длинных слов в карточках преимуществ */
.feature-box h3,
.feature-box p {
  overflow-wrap: anywhere;      /* современный перенос */
  word-break: break-word;       /* резервный */
  hyphens: auto;                /* мягкие переносы */
  -webkit-hyphens: auto;        /* iOS Safari */
  -ms-hyphens: auto;
}
/* Мобильная секция отзывов — убираем лишний «воздух» */
@media (max-width: 480px) {
  .comments h2{
    margin-bottom: 12px !important;    /* вместо 110px */
  }
  .comments-count{
    position: static !important;        /* пусть идёт сразу под заголовком */
    margin: 6px 0 12px !important;      /* компактные отступы */
    top: auto !important;
    left: auto !important;
    transform: none !important;
    text-align: center !important;
  }
  .comments .position-relative{
    text-align: center !important;      /* чтобы всё по центру */
  }
}

/* На всякий: уберём возможный верхний маргин у виджета отзывов */
.comments .ti-widget-container,
.comments [class*="trustindex"],
.comments [id*="trustindex"]{
  margin-top: 0 !important;
}
