.advantages-card__description p,
.price__additionally p,
.advantages__card-title p,
.title--xxs-3 p,
.title--md p,
.title--s p,
.text--body p,
.title--white p,
.text--white p,
.menu-tab__description p,
.title--white-with-accent p,
.awards__title p,
.awards__text p,
.articles-section__title p,
.articles-section__text p,
.title p {
	margin: 0;
}

ul.submenu {
	list-style: none;
}

.body-block-spollers__link {
	display: block;
}

.body-block-spollers__link.arch-link {
	display: none;
}

.additional-products__list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin: 0;
	height: 520px;
}

.additional-products__item {
	width: calc(50% - 4rem);
}

/* .main-nav__item:nth-last-child(-n + 2) {
	font-weight: bold;
} */

.map__inner iframe {
	width: 100%;
	height: 100%;
}

.map__inner .ymaps-2-1-79-map {
	/*display: none;*/
}

.awards__icon img {
	height: 100%;
}

.section--dark .wpcf7-response-output {
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1680px) {
	.additional-products__list {
		height: 430px;
	}
}

@media (max-width: 1280px) {
	.additional-products__list {
		height: 410px;
	}
}

@media (max-width: 991px) {
	.additional-products__list {
		height: auto;
	}

	.additional-products__item {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.body-block-spollers__link.arch-link {
		display: block;
	}
}

/* 05.11.2024 Доработки */
.img_post img {
	object-fit: cover;
	height: 100%;
	border-radius: 1rem;
}

@media (max-width: 767px) {
	.img_post {
		height: calc(100% - 1.5625rem);
		opacity: 1;
		position: absolute;
		width: 100%;
		border-radius: 1rem;
		overflow: hidden;
	}
}

/* END 05.11.2024 Доработки */

/* 20.11.2024 Доработки */
.membership__price {
	font-size: 195px;
	line-height: 175px;
}

/* END 20.11.2024 Доработки */

/* 27.12.2024 Заявка отправлена с формы */
.modal__close-btn {
	z-index: 3;
}

.modal-call__success {
	z-index: 2;
}

.modal-call .invalid .wpcf7-response-output {
	display: block;
}

.modal-call.is-active .wpcf7-form .wpcf7-response-output {
	display: none;
}

.wpcf7-spinner {
	display: none;
}

/* END 27.12.2024 Заявка отправлена с формы */

.summa-alert {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 15px;
	background-color: rgba(211, 54, 54, 0.2);
	border-radius: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	width: 200px;
	margin-left: -100px;
	padding: 5px 10px;
}

.summa-alert::before {
	display: block;
	content: "";
	border-bottom: 10px solid rgba(211, 54, 54, 0.2);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}

.certificate-option.shaked input[type="text"] {
	animation: shaking 0.25s linear;
}

@keyframes shaking {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(5deg);
	}

	50% {
		transform: rotate(0eg);
	}

	75% {
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

/* 16.01.2025 Видео на странице новости */
.single_page_content .wp-block-video {
	height: 450px;
	max-width: 37.625rem;
	margin-bottom: 1em;
}

.single_page_content .wp-block-video video {
	border-radius: 1rem;
	width: auto;
	height: 100%;
}

@media (max-width: 1679px) {
	.single_page_content .wp-block-video {
		max-width: 602px;
		margin-bottom: 1em;
	}
}

@media (max-width: 767px) {
	.single_page_content .wp-block-video {
		margin-bottom: 20px;
	}
}

/* END 16.01.2025 Видео на странице новости */

/* 22.01.2025 Цвет шрифта в корп. банях */
.title--s.title--accent-rodeo-dust .accent {
	color: var(--second-color);
}

/* END 22.01.2025 Цвет шрифта в корп. банях */

/* 24.01.2025 Исправление в верстке на стр. Мобильные бани */
.bottom-block__1 > * {
	padding: 20px;
}

.bottom-block__1 .mw-15 {
	max-width: 100%;
}

.text.bath-siberia__text.text--body {
	font-size: 0.9375rem;
	line-height: 1.375rem;
}

.values__header.section__heading {
	margin: 0;
}

.values__header.section__heading .values__text {
	max-width: 100%;
}

/* END 24.01.2025 Исправление в верстке на стр. Мобильные бани */

/* 27.01.2025 Исправление в моб. версии СПБ сайта (Главная?) */
@media (max-width: 767px) {
	.page-id-253 .intro .title {
		margin: 0 0 9.625rem 0;
	}

	.baths__wrapper {
		height: 35rem;
	}

	.price__additionally > p {
		font-size: 12px;
	}
}

/* END 27.01.2025 Исправление в моб. версии СПБ сайта (Главная?) */

/* 28.01.2025 Исправления в верстке у Банные СПА */
@media (max-width: 1679px) {
	.inner-intro__title {
		max-width: 760px;
	}
}

/* END 28.01.2025 Исправления в верстке у Банные СПА */
/* 28.01.2025 Отступы между абзацами на стр. Мероприятия */
.inner-intro__description p {
	margin-bottom: 10px;
}

/* END 28.01.2025 Отступы между абзацами на стр. Мероприятия */

/* 26.02.2025 Окно об успешном отправлении формы */
.modal--success .modal__content {
	width: 48.75rem;
	height: 500px;
	background-color: #000000;
}

.modal--success .modal__content picture {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.modal--success .modal__content picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}

.modal--success .modal__content p {
	position: relative;
	z-index: 2;
	color: #fff;
	margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
	.modal--success .modal__content {
		height: 100%;
	}

	.modal--success .modal__content {
		height: 100%;
		display: flex;
		align-items: flex-start;
	}

	.modal--success .modal__content .modal-success {
		margin-top: 90px;
	}
}

/* END 26.02.2025 Окно об успешном отправлении формы */

/* 27.02.2025 Модальное окно о объявлениях */
.modal--ad .modal__wrapper {
	position: relative;
}

.modal--ad .modal-call__text {
	color: #322d29b2;
	margin-bottom: 100px;
}

.modal--ad picture {
	position: absolute;
	bottom: -25px;
	right: 15px;
}

.dis_none {
	display: none;
}

.modal--ad .title--s {
	width: 90%;
}

/* END 27.02.2025 Модальное окно о объявлениях */

/* 10.03.2025 Правки */
.inner-intro__description {
	max-width: 100%;
	text-align: justify;
}

.inner-contacts__phone-link {
	font-size: 65px;
}

@media (max-width: 991px) {
	.inner-contacts__phone-link {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	.inner-contacts__phone-link {
		font-size: 24px;
	}
}

/* END 10.03.2025 Правки */

/* 11.03.2025 Правки */
.title--s p,
p.title--s {
	font-size: 38px;
}

.title--s .accent {
	font-size: 34px;
}

/*
@media (max-width: 991px) {
  .cuisine .slider-nav {
    display: flex;
    margin-top: 15px;
    justify-content: flex-end;
    position: relative;
    bottom: 0;
    padding-right: 20px;
  }
}
*/
@media (max-width: 767px) {
	.title--s p,
	p.title--s {
		font-size: 49px;
	}

	.title--s .accent {
		font-size: 43px;
	}
}

@media (max-width: 585px) {
	.title--s p,
	p.title--s {
		font-size: 40px;
	}

	.title--s .accent {
		font-size: 35px;
	}
}

@media (max-width: 450px) {
	.title--s p,
	p.title--s {
		font-size: 32px;
		line-height: 32px;
	}

	.title--s .accent {
		font-size: 28px;
		line-height: 32px;
	}
}

/* END 11.03.2025 Правки */
.tel_tg,
.href_yt {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.invalid .wpcf7-submit {
	background-color: #8b8e774d;
}

/* 29.04.2025 Правки */
@media (max-width: 767px) {
	.about-service__advantages .swiper-slide {
		position: relative;
	}
	.about-service__advantages .ordered-list__icon {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.membership__price {
		font-size: 65px;
		line-height: 60px;
	}
}
/* 03.04.2025 Оповещение в Банях */
.inner-intro__description p {
	margin-bottom: 25px;
}
.inner-intro__description .info_dop {
	background: #8b8e7712;
	display: flex;
	align-items: center;
	padding: 14px;
	border-radius: 15px;
	width: fit-content;
}
.inner-intro__description .info_dop img {
	width: 31px;
	background: #fff;
	padding: 5px;
	border-radius: 8px;
	margin-right: 20px;
}
.inner-intro__description .info_dop .txt {
	color: #6b6b6b;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	word-spacing: 3px;
	text-align: left;
}
.bath-card__info_dop {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bath-card__info_dop.mob_ver {
	display: none;
}
.bath-card__info_dop img {
	width: 31px;
	background: #8b8e771a;
	padding: 5px;
	border-radius: 8px;
	margin-right: 20px;
}
.bath-card__info_dop .txt {
	font-size: 10px;
	font-weight: 400;
	line-height: 140%;
	width: 70%;
}

@media (max-width: 1023px) {
	.ordered-list--mobile-cards .ordered-list__item {
		background-color: #515029;
	}
	.ordered-list--mobile-cards .ordered-list__icon {
		opacity: 1;
		background-color: transparent;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.inner-intro__description .info_dop .txt {
		font-size: 10px;
	}
	.bath-card__info_dop.desktop_ver {
		display: none;
	}
	.bath-card__info_dop.mob_ver {
		display: flex;
	}
	.bath-card__info_dop {
		margin-bottom: 35px;
	}
	.bath-card__info_dop img {
		background: #fff;
	}
	.bath-card__info_dop .txt {
		color: #ffffff;
		width: 75%;
	}
	.baths__slide.swiper-slide .text--small-2 {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.bath-card__link.text {
		margin-bottom: auto;
	}
	.ordered-list--mobile-cards .ordered-list__icon {
		opacity: 1;
		background-color: transparent;
	}
}
/* END 03.04.2025 Оповещение в Банях */
@media (max-width: 450px) {
	.quote-section .title--s p {
		font-size: 20px;
		line-height: 25px;
	}
	.quote-section .title--s .accent {
		font-size: 18px;
		line-height: 25px;
	}
}
/* END 29.04.2025 Правки */
@media (max-height: 850px) {
	.header__top {
		max-height: 130px;
	}
}

/* 06.05.2025 Правки */
@media (max-width: 767px) {
	.price__right .program-section__button-call {
		color: #ffffff;
		border: none;
		background-color: var(--cta-bg);
	}
	.price__right .program-section__button {
		color: var(--main-color);
		border: 1px solid rgba(50, 45, 41, 0.2);
		background-color: rgba(255, 255, 255, 0);
	}
}

.header__nav {
	margin-top: clamp(1px, 8vh, 1.5rem);
	margin-bottom: auto;
}

.main-nav {
	text-transform: uppercase;
	overflow-y: auto;
	max-height: calc(60vh - 170px);
	scrollbar-width: thin;
	scrollbar-color: #ccc5c0 rgba(255, 255, 255, 0);
}

@media (max-height: 650px) {
	.main-nav {
		max-height: calc(40vh - 100px);
	}
}

@media (max-width: 768px) {
	.main-nav {
		max-height: calc(70vh - 120px);
	}
}

@media (max-width: 430px) {
	.main-nav {
		max-height: calc(70vh - 100px);
	}
}

@media (max-width: 414px) {
	.main-nav {
		max-height: calc(70vh - 135px);
	}
}

@media (max-width: 375px) {
	.main-nav {
		max-height: calc(70vh - 120px);
	}
}

@media (max-width: 320px) {
	.main-nav {
		max-height: calc(70vh - 130px);
	}
}

@media (max-height: 850px) {
	.header__top {
		max-height: 130px;
	}
}
