@media (max-width: 991px) {
	.page-home .container {
		max-width: 820px;
	}
}
@media (max-width: 768px) {
	.page-home .container {
		max-width: 620px;
	}
}
/* Отступ вначале */
header {
	transition: all 0.3s;
	position: fixed;
	top: 17px;
	left: 0;
	width: 100%;
	z-index: 1001;
}
header.fixed {
	padding: 0 0.5rem;
}

header.header_alt .bottom {
	margin-top: 105px;
}
nav.position-relative {
	z-index: 1 !important;
	margin-top: 35px;
}
.page-home .content-wrapper {
	margin-top: 0 !important;
}
/* END Отступ вначале */
/* header на главной */
header.fixed {
	top: 7px;
}

header nav.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
	z-index: 1000;
	transition: all 0.3s ease;
	box-shadow: none;
}

header.fixed nav.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(40px);
	background: #ebebebcc;
	border-radius: 15px;
}

header nav .header_left {
	display: flex;
	align-items: center;
	gap: 30px;
}
header nav .navbar-brand {
	margin: 0;
	padding: 0;
	position: absolute;
}
.page-home header nav .all_bath {
	background-color: #fff;
	color: #60919f;
}

.page-home header .all_bath svg path {
	fill: #60919f;
}

.page-home header .navbar-toggler svg path {
	fill: #60919f;
}
header nav .header_right {
	display: flex;
	align-items: center;
	gap: 10px;
}
.page-home header nav .log_in_href {
	color: #60919f;
	background-color: #fff;
}
header.fixed nav .log_in_href {
	color: #2e2e2e;
}

.page-home header nav .navbar-toggler {
	background: #fff;
	border: none;
	border-radius: 26px;
	width: 60px;
	height: 42px;
	transition: all 0.3s ease;
	box-shadow: none !important;
}

header nav .navbar-toggler .navbar-toggler-icon {
	width: 24px;
	height: 24px;
}

.all_bath.mob-ver {
	display: none;
}
.page-home .svg-logo-fixed {
	display: none;
}
header.fixed .svg-logo-fixed {
	display: block;
}
header.fixed .svg-logo {
	display: none;
}
.page-home header.fixed nav .all_bath {
	color: #2e2e2e;
}
.page-home header.fixed .all_bath svg path {
	fill: #2e2e2e;
}
.page-home header.fixed .navbar-toggler svg path {
	fill: #2e2e2e;
}
@media (max-width: 991px) {
	.page-home header nav .all_bath {
		background-color: none;
		color: #60919f;
	}
	header nav .all_bath {
		margin-left: 0;
	}
	header nav .navbar-brand {
		position: relative;
	}
	.page-home .all_bath.mob-ver {
		display: block;
		width: 36px;
		height: 36px;
		background: #ebebeb4d;
		padding: 0.4rem 0.5rem;
	}
	.page-home header.fixed .all_bath.mob-ver {
		background: #ffffff;
	}
	.page-home header .all_bath svg path {
		fill: #ffffff;
	}
	header.fixed .all_bath svg path {
		fill: #2e2e2e;
	}
	.page-home header nav .navbar-toggler {
		width: 36px;
		height: 36px;
		background: #ebebeb4d;
		padding: 0.4rem 0.5rem;
	}
	.page-home header.fixed nav .navbar-toggler {
		background: #ffffff;
	}
	.page-home header .navbar-toggler svg path {
		fill: #ffffff;
	}
	header nav .navbar-toggler .navbar-toggler-icon {
		width: 20px;
		height: 20px;
	}
	header.fixed nav .all_bath {
		margin-left: 0;
	}
	.all_bath.comp-ver,
	.log_in_href.comp-ver {
		display: none;
	}
}
@media (max-width: 450px) {
	header {
		margin: 0;
		padding: 0 0.5rem;
	}
}
path.logo-path {
	fill: #fff;
	transition: all 0.3s ease-in-out;
}

header.fixed path.logo-path {
	fill: #415e44;
}
/* END header на главной */
/* Первый слайдер на Главной */
.main_swiper {
	height: 600px;
}
.main_swiper .swiper-slide {
	background: transparent;
	position: relative;
	margin-right: 10px;
}
.main_swiper .img_background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.main_swiper .img_picture {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.main_swiper .img_main {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.main_swiper .container {
	position: relative;
	z-index: 3;
	height: 100%;
	padding-top: 20px !important;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
}
.main_swiper .container .top {
	text-align: left;
}
.main_swiper .container .top h2 {
	font-size: 64px;
	font-weight: 700;
}
.main_swiper .container .bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.main_swiper .container .bottom .txt {
	font-size: 24px;
}
.main_swiper .container .bottom button {
	background: #ffffff;
	padding: 25px 40px;
	border-radius: 35px;
	border-color: transparent;
	font-weight: 700;
	font-size: 17px;
}

.home-top-section {
	/* margin-top: -8rem; */
	position: relative;
	transition: all 0.3s ease-in-out;
	padding: 7px;
}
.main_swiper .home-top-content {
	position: relative;
	text-align: center;
	width: 800px;
	margin: auto;
	background: linear-gradient(289.2deg, #ffffff 37.09%, rgba(255, 255, 255, 0.7) 74.48%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.home-top-content__header {
	padding-bottom: 9rem;
}
.main_swiper .home-top-content__header h1 {
	font-size: 90px;
	line-height: 95%;
	vertical-align: bottom;
}
.main_swiper .home-top-header__small {
	display: block;
	font-size: 70px;
	line-height: 95%;
}
.main_swiper .home-top-content__text {
	position: absolute;
	left: 240px;
	bottom: 70px;
	font-size: 26px;
	width: 500px;
	line-height: 140%;
}
@media (max-width: 991px) {
	.main_swiper .home-top-content {
		width: 700px;
	}
	.main_swiper .home-top-content__header h1 {
		font-size: 80px;
	}
	.main_swiper .home-top-content__text {
		left: 185px;
		bottom: 72px;
		font-size: 17px;
		width: 360px;
		line-height: 24px;
	}
}
@media (max-width: 768px) {
	.main_swiper .home-top-content {
		width: auto;
	}
	.main_swiper .home-top-content__header h1 {
		font-size: 60px;
	}
	.main_swiper .home-top-header__small {
		font-size: 45px;
	}
	.main_swiper .home-top-content__text {
		left: 110px;
		bottom: 71px;
		font-size: 14px;
		width: 295px;
		line-height: 16px;
	}
}
@media (max-width: 450px) {
	.main_swiper .home-top-content {
		width: auto;
	}
	.main_swiper .home-top-content__header h1 {
		font-size: 50px;
		vertical-align: bottom;
	}
	.main_swiper .home-top-header__small {
		font-size: 38px;
	}
	.main_swiper .home-top-content__text {
		position: relative;
		left: 0;
		bottom: 0;
		font-size: 16px;
		width: 310px;
	}
}
@media (max-width: 360px) {
	.main_swiper .home-top-content__text {
		font-size: 14px;
		width: 290px;
	}
}
@media (max-width: 320px) {
	.main_swiper .home-top-content__header h1 {
		font-size: 44px;
	}
	.main_swiper .home-top-header__small {
		font-size: 33px;
	}
}
/* END Первый слайдер на Главной */
/* Слайдер городов на Главной */

.city_home .swiper-slide {
	background: transparent;
}
/* END Слайдер городов на Главной */

/* общие стили swiper */
.scroll-icon-wrapper {
	display: none;
}
.home-swiper-button-wrap {
	gap: 28px;
}

.tooltip-horizontal-scroll-icon_hand {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
	0% {
		transform: translateX(80px) scale(1);
		opacity: 0;
	}

	10% {
		transform: translateX(80px) scale(1);
		opacity: 1;
	}

	20%,
	60% {
		transform: translateX(175px) scale(0.6);
		opacity: 1;
	}

	80% {
		transform: translateX(5px) scale(0.6);
		opacity: 1;
	}

	to {
		transform: translateX(5px) scale(0.6);
		opacity: 0;
	}
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
	0%,
	60% {
		transform: translateX(0);
	}

	80%,
	to {
		transform: translateX(-240px);
	}
}
@media (max-width: 450px) {
	.scroll-icon-wrapper {
		display: block;
		height: 35px;
		position: absolute;
		top: 30px;
		right: 0;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
}
.home-swiper-button {
	background-color: #2e2e2e14;
	border-radius: 30px;
	width: 48px;
	height: 48px;
}
.home-swiper-button svg {
	width: 16px;
}
/* END общие стили swiper */

/* Секция «Рекомендаванные бани и сауны» */
.home-recommended-section {
	margin-top: 89px;
}

.home-recommended-section h2 {
	font-size: 60px;
	line-height: 100%;
}
.home-recommended-section .swiper_recommended {
	height: 440px;
	width: 1369px;
	padding-right: 1rem;
	padding-left: 1rem;
	margin: -1rem;
}
@media (max-width: 1399.99px) {
	.home-recommended-section .swiper_recommended {
		width: 1138px;
		height: 365px;
	}
}
@media (max-width: 1199px) {
	.home-recommended-section .swiper_recommended {
		width: 960px;
		height: 300px;
	}
}
@media (max-width: 991px) {
	.home-recommended-section h2 {
		font-size: 35px;
	}
	.home-recommended-section .swiper_recommended {
		width: 820px;
		height: 350px;
	}
}
@media (max-width: 768px) {
	.home-recommended-section .swiper_recommended {
		width: 620px;
	}
}
@media (max-width: 450px) {
	.home-recommended-section {
		margin-top: 40px;
	}
	.home-recommended-section .swiper_recommended {
		height: 345px;
		width: auto;
		padding-right: 1rem;
		padding-left: 1rem;
		margin: -1rem;
	}
}
/* END Секция «Рекомендаванные бани и сауны» */
/* Секция «Рекомендует Банный Ден» */
.home-recommended-by-bath-den-section {
	margin-top: 70px;
	background-color: #f5f5f7;
	max-width: 1534px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
	padding: 60px 80px;
}
.home-recommended-by-bath-den-section h2 {
	font-size: 60px;
	line-height: 100%;
}
.home-recommended-by-bath-den-section .swiper_recommended-by-bath-den {
	height: 440px;
	width: 1369px;
	padding-right: 1rem;
	padding-left: 1rem;
	margin: -1rem;
}
.home-recommended-by-bath-den-section .icon-by-den {
	margin: -1rem;
	width: 100px;
}

img.icon-by-den.icon-by-den-home-mob {
	display: none;
}
@media (max-width: 1545.99px) {
	.home-recommended-by-bath-den-section {
		padding: 40px 0;
	}
}
@media (max-width: 1399.99px) {
	.home-recommended-by-bath-den-section {
		max-width: 1260px;
		padding: 40px 0;
	}
	.home-recommended-by-bath-den-section .swiper_recommended-by-bath-den {
		height: 365px;
		width: 1140px;
	}
}
@media (max-width: 1199px) {
	.home-recommended-by-bath-den-section {
		max-width: 1100px;
	}
	.home-recommended-by-bath-den-section .swiper_recommended-by-bath-den {
		width: 960px;
		height: 300px;
	}
}
@media (max-width: 991px) {
	.home-recommended-by-bath-den-section {
		border-radius: 0;
	}
	.home-recommended-by-bath-den-section h2 {
		font-size: 35px;
	}
	.home-recommended-by-bath-den-section .swiper_recommended-by-bath-den {
		width: 820px;
		height: 350px;
	}
}
@media (max-width: 768px) {
	.home-recommended-by-bath-den-section {
		padding: 25px;
		border-radius: 0;
	}
	.home-recommended-by-bath-den-section .swiper_recommended-by-bath-den {
		width: 620px;
	}
	.home-recommended-by-bath-den-section h2 {
		position: relative;
		max-width: min-content;
	}
	.home-recommended-by-bath-den-section .icon-by-den {
		position: absolute;
		right: -75px;
		top: 7px;
	}
}
@media (max-width: 450px) {
	img.icon-by-den.icon-by-den-home-pc {
		display: none;
	}
	img.icon-by-den.icon-by-den-home-mob {
		display: block;
	}
	.home-recommended-by-bath-den-section {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		padding-top: 2rem;
		padding-bottom: 3rem;
		border-radius: 0;
	}
	.home-recommended-by-bath-den-section h2 {
		position: relative;
		max-width: min-content;
	}
	.home-recommended-by-bath-den-section .icon-by-den {
		position: absolute;
		right: 0;
		top: 5px;
	}
	.home-recommended-by-bath-den-section .swiper_recommended-by-bath-den {
		height: 345px;
		width: auto;
		padding-right: 1rem;
		padding-left: 1rem;
		margin: -1rem;
	}
}
/* END Секция «Рекомендует Банный Ден» */
/* Секция «Новые объекты» */
.home-new-object-section {
	margin-top: 70px;
}
.home-new-object-section h2 {
	font-size: 60px;
	line-height: 100%;
}
.home-new-object-section .swiper_new-object {
	height: 440px;
	width: 1369px;
	padding-right: 1rem;
	padding-left: 1rem;
	margin: -1rem;
}
@media (max-width: 1399.99px) {
	.home-new-object-section .swiper_new-object {
		width: 1138px;
		height: 365px;
	}
}
@media (max-width: 1199px) {
	.home-new-object-section .swiper_new-object {
		width: 960px;
		height: 300px;
	}
}
@media (max-width: 991px) {
	.home-new-object-section h2 {
		font-size: 35px;
	}
	.home-new-object-section .swiper_new-object {
		width: 820px;
		height: 350px;
	}
}
@media (max-width: 768px) {
	.home-new-object-section .swiper_new-object {
		width: 620px;
	}
}
@media (max-width: 450px) {
	section.home-new-object-section {
		margin-top: 40px;
	}
	.home-new-object-section .swiper_new-object {
		height: 345px;
		width: auto;
		padding-right: 1rem;
		padding-left: 1rem;
		margin: -1rem;
	}
}
/* END Секция «Новые объекты» */

/* Нижняя секция home */
section.home-bottom-section {
	margin-top: 70px;
}

.home-bottom-content {
	max-width: 790px;
}

.home-bottom-content h2 {
	position: relative;
	font-size: 75px;
	line-height: 90%;
}

.home-bottom-content h2 svg {
	position: absolute;
}

.home-bottom-content p {
	margin-top: 2rem;
	font-size: 22px;
	font-weight: 400;
}

.home-bottom-advantages {
	padding-top: 13px;
}

.advantage-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.advantage-item {
	gap: 12px;
	width: 270px;
}

.advantage-item-svg {
	width: 56px;
	height: 56px;
	background-color: #415e4e1a;
	border-radius: 12px;
	justify-content: center;
	display: flex;
}
.advantage-item-svg svg {
	margin: auto;
	height: 22px;
}
.advantage-item-txt {
	width: 180px;
	margin-top: auto;
	margin-bottom: auto;
}
.home-bottom-img {
	height: 591px;
	margin-top: 3rem;
}
.home-bottom-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.home-bottom-img-mob {
	display: none;
}
@media (max-width: 1399px) {
	.home-bottom-content {
		max-width: 520px;
	}
	.home-bottom-img {
		height: auto;
		margin-top: 3rem;
	}
	.advantage-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991px) {
	.home-bottom-content h2 {
		font-size: 45px;
	}
	.home-bottom-content h2 svg {
		top: -2rem;
	}
	.home-bottom-content p {
		margin-top: 1rem;
		font-size: 18px;
	}
	.advantage-item {
		width: 270px;
	}
	.advantage-item-txt {
		width: 150px;
		font-size: 12px;
		margin-top: auto;
		margin-bottom: auto;
	}
	.home-bottom-img {
		height: 25rem;
	}
	.home-bottom-img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		overflow: visible;
		z-index: -1;
		position: relative;
	}
}

@media (max-width: 768px) {
	.home-bottom-content {
		max-width: 100%;
	}
	.home-bottom-img {
		display: none;
	}
	.advantage-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.advantage-item {
		width: auto;
	}
}
@media (max-width: 640px) {
	.advantage-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 450px) {
	section.home-bottom-section {
		margin-top: 10px;
	}
	.home-bottom-img-mob {
        display: block;
        bottom: -60px;
        position: relative;
    }
	.home-bottom-content {
		max-width: 100%;
		position: relative;
		text-align: center;
	}
	.home-bottom-content h2 {
		font-size: 35px;
		max-width: 305px;
		margin: auto;
	}
	.home-bottom-content h2 svg {
		display: none;
	}
	.home-bottom-content p {
		font-size: 16px;
	}
	.advantage-item-txt {
		width: 143px;
		font-size: 13px;
	}
	.home-bottom-advantages {
		padding-top: 29px;
		padding-left: 1rem;
        padding-right: 1rem;
	}
	.advantage-items {
		grid-template-columns: repeat(2, 2fr);
		gap: 0.3rem;
	}
	.advantage-items .col {
		margin: 0;
		padding: 0;
	}
	.advantage-item {
		width: 100%;
		background: #f7f7f7;
		border-radius: 10px;
		display: grid !important;
		align-items: center;
		justify-content: center;
		padding: 25px 0px;
	}
	.advantage-item-svg {
		margin: auto;
		box-shadow: 0px 2.93px 4.48px 0px #0000000D, 0px 36px 55px 0px #00000026;
	}
}
/* END Нижняя секция home */
/* добавление отступов для container */
@media (max-width: 450px) {
	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-right: calc(var(--bs-gutter-x) * 0.7) !important;
		padding-left: calc(var(--bs-gutter-x) * 0.7) !important;
	}
}
/* END добавление отступов для container */

.page-home .card {
	position: relative;
	border: none;
	border-radius: 20px;
	height: 420px;
	width: 420px;
}
.page-home .card-img {
	position: absolute;
	z-index: -1;
}
.page-home .card-info {
	position: absolute;
	color: #fff;
	display: contents;
	height: 100%;
}

@media (max-width: 1399.99px) {
	.page-home .card {
		height: 350px;
		width: 360px;
	}
}
@media (max-width: 1199.99px) {
	.page-home .card {
		height: 290px;
		width: 300px;
	}
}
@media (max-width: 991.99px) {
	.page-home .card {
		height: 333px;
		width: 333px;
	}
}
@media (max-width: 991.99px) {
	.page-home .card {
		height: 333px;
		width: 333px;
	}
}
@media (max-width: 768.99px) {
	.page-home .card {
		height: 333px;
		width: 290px;
	}
}
@media (max-width: 450.99px) {
	.page-home .card {
		height: 333px;
		width: 345px;
	}
}
@media (max-width: 380.99px) {
	.page-home .card {
		height: 330px;
		width: 330px;
	}
}
@media (max-width: 360.99px) {
	.page-home .card {
		height: 330px;
		width: 310px;
	}
}
@media (max-width: 320.99px) {
	.page-home .card {
		height: 330px;
		width: 275px;
	}
}
/* @media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 700px !important;
    }
} */

.page-home .gradient-image-container.swiper .img_background:before {
    bottom: -1px;
}