/*   
Theme Name: Glamour
Theme URI:
Description:
Author: Filipp Romanov
Author URI: 
*/
/* Main */
* {
	outline: none;
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('font/BebasNeue-Regular.ttf') format('woff2');
	font-display: swap;
}


*,
::after,
::before {
	box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	background: #0C0C0E;
}

a {
	text-decoration: none !important;
	transition: all .3s;
}

img {
	max-width: 100%;
	height: auto;
}

input,
button,
textarea {
	font-family: 'Raleway', sans-serif;
	transition: all .3s;
}

button {
	cursor: pointer;
}

input._error,
textarea._error {
	border-color: #ED3F14 !important;
}

._wrapper {
	overflow-x: hidden;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.acenter {
	align-items: center;
}

.jbetween {
	justify-content: space-between;
}

.item--center {
	position: relative;
}

.item--center>* {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.bebas {
	font-family: 'Bebas Neue', cursive;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.row__col {
	width: 33.33333%;
	padding-left: 15px;
	padding-right: 15px;
}

.row__col._50 {
	width: 50%;
}

.row__col._25 {
	width: 25%;
}

.row__col._100 {
	width: 100%;
}

.block__title {
	letter-spacing: 0.06em;
	font-weight: 400;
	font-size: 75px;
	line-height: 106.5%;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Bebas Neue', cursive;
}

.btn-yellow {
	display: inline-block;
	width: 396px;
	max-width: 100%;
	position: relative;
	background: none;
	border: none;
}

.btn-yellow span {
	display: block;
	background: linear-gradient(180deg, #E8C479 -24.56%, #E6B961 100.26%);
	box-shadow: inset 8.155px 9.32px 9.32px rgba(255, 255, 255, 0.16), inset -5.825px -2.33px 9.32px rgba(255, 255, 255, 0.12);
	border-radius: 12.815px;
	width: 100%;
	padding: 31px 0 37px;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	position: relative;
	z-index: 10;
}

.btn-yellow:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #CAA357;
	box-shadow: inset 8.155px 9.32px 9.32px rgba(255, 255, 255, 0.16), inset -5.825px -2.33px 9.32px rgba(255, 255, 255, 0.12);
	border-radius: 12.815px;
}

.btn-yellow._dark span {
	background: linear-gradient(180deg, #1E202D -24.56%, #171A29 100.26%);
	box-shadow: inset 8.155px 9.32px 9.32px rgba(255, 255, 255, 0.03);
	border-radius: 12.815px;
}

.btn-yellow._dark:after {
	background: #10121D;
	box-shadow: inset 8.155px 9.32px 9.32px rgba(255, 255, 255, 0.03);
	border-radius: 12.815px;
}

.btn-yellow._long {
	width: 396px;
}

.btn-yellow span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12.815px;
	background: linear-gradient(180deg, #D3AC59 -24.56%, #D9AB51 100.26%);
	box-shadow: inset 8.155px 9.32px 9.32px rgba(255, 255, 255, 0.16), inset -5.825px -2.33px 9.32px rgba(255, 255, 255, 0.12);
	z-index: -1;
	opacity: 0;
	transition: all .3s;
}

.btn-yellow:hover span:before {
	opacity: 1;
}

.btn-yellow._dark span:before {
	background: linear-gradient(180deg, #181A24 -24.56%, #0B0C15 100.26%);
	box-shadow: inset 8.155px 9.32px 9.32px rgba(255, 255, 255, 0.03);
}

.footer__creator {
	color: #fff;
	opacity: .8;
}

/*.animate__me {
  opacity: 0;
}
 
.animate__me.animated {
    opacity: 1;
}*/

/* Header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: rgba(11, 0, 10, 0.1);
}

.header__top {
	padding: 15px 0 13px;
}

.header__logo {
	margin-right: 38px;
}

.header__contacts {
	width: 100%;
}

.header__contacts-item {
	display: flex;
	align-items: center;
}

.header__contacts-item span {
	width: 40px;
	height: 40px;
	background: #120E12;
	border-radius: 6px;
}

.header__contacts-item p {
	font-size: 16px;
	line-height: 19px;
	margin-left: 13px;
}

.header__contacts-item a {
	font-size: 16px;
	line-height: 19px;
	margin-left: 13px;
	color: #fff;
}

.header__menu {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header__button {
	width: 250px;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	padding: 21px 0;
	background: #E6B961;
	text-align: center;
}

.header__button:hover {
	background: #D3AC59;
}

.header__menu ul {
	width: calc(100% - 250px);
	list-style: none;
	padding: 0 27px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header__menu ul li {
	position: relative;
}

.header__menu ul li a {
	display: block;
	font-size: 16px;
	line-height: 120%;
	color: #fff;
	padding: 21px 0;
	position: relative;
}

.header__menu ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E6B961;
	transition: all .3s;
	opacity: 0;
}

.current-menu-item a,
.header__menu ul li a:hover {
	color: #E6B961 !important;
}

.current-menu-item a:after,
.header__menu ul li a:hover:after {
	opacity: 1 !important;
}

.header__menu ul ul {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 175px;
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.header__menu ul ul li {
	margin-bottom: 12px;
}

.header__menu ul ul li:last-child {
	margin-bottom: 0;
}

.header__menu ul ul li a {
	padding: 0;
	font-size: 16px;
	line-height: 130%;
	color: #777782;
}

.header__menu ul ul li a:after {
	display: none;
}

.header__menu ul li:hover>ul {
	display: block;
}

.header__menu ul li.menu-item-has-children a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translate(0, -50%);
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 6px solid #FFFFFF;
}

/* Main home */
.hmain {
	padding: 235px 0 175px;
	background-image: url('img/main-home-bg-2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.hmain__title {
	font-weight: 700;
	font-size: 116.37px;
	line-height: 106.5%;
	letter-spacing: 0.06em;
	margin-bottom: 2px;
	max-width: 615px;
}

.hmain__text {
	font-weight: 300;
	font-size: 38px;
	line-height: 119.5%;
	letter-spacing: 0.03em;
	max-width: 340px;
	margin-bottom: 43px;
}

.hmain__text strong {
	color: #E6B961;
}

.hmain__image {
	position: absolute;
	right: 0;
	bottom: -175px;
	z-index: -1;
}

/* Advantages */
.advantages {
	padding: 97px 0 30px;
	position: relative;
}

.advantages:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 150px;
	background: #090A10;
	filter: blur(22px);
}

.advantages .row__col:nth-child(2n + 2) {
	margin-top: 55px;
}

.advantages__item {
	background: linear-gradient(134.36deg, #141621 -14.87%, #0E0F1A 111.73%);
	border-radius: 20px;
	position: relative;
	padding: 86px 15px 46px;
	text-align: center;
}

.advantages__item-icon {
	background: linear-gradient(134.36deg, #141621 -14.87%, #0E0F1A 111.73%);
	border-radius: 20px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -60px;
	width: 120px;
	height: 120px;
}

.advantages__item-icon img {
	z-index: 10;
}

.advantages__item-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 9px;
}

/* why */
.why {
	padding: 145px 0 156px;
}

.why__content {
	width: 580px;
	max-width: 100%;
	margin-right: 32px;
	margin-bottom: -35px;
}

.why__image {
	position: relative;
	width: calc(100% - 580px);
	z-index: 10;
}

.why__image img {
	width: 100%;
	height: auto;
}

.why__image:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 522px;
	height: 522px;
	max-width: 100%;
	background: #E6B961;
	filter: blur(80px);
	z-index: -1;
}

.why__title {
	margin-bottom: 19px;
	text-align: left;
}

.why__item {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.why__item-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(134.36deg, #141621 -14.87%, #0E0F1A 111.73%);
	border-radius: 20px;
}

.why__item-text {
	width: calc(100% - 80px);
	padding-left: 20px;
}

.why .container {
	position: relative;
	z-index: 10;
}

/* Services main */
.smain {
	padding: 100px 0 50px;
	background: #202020;
	position: relative;
}

.smain .container {
	position: relative;
	z-index: 10;
}

.smain .block__title {
	margin-bottom: 50px;
}

.smain .row__col:nth-child(4n + 2),
.smain .row__col:nth-child(4n + 3) {
	margin-top: 30px;
}

.smain:before {
	content: '';
	position: absolute;
	top: -238px;
	left: 0;
	background: linear-gradient(180deg, rgba(10, 11, 17, 0) 0%, #202020 100%);
	width: 100%;
	height: 238px;
}

/* Services other */
.sother {
	padding: 50px 0 38.5px;
	background: #161616;
	position: relative;
}

.sother .container {
	position: relative;
	z-index: 5;
}

.sother .block__title {
	margin-bottom: 60px;
}

.sother:before {
	content: '';
	position: absolute;
	top: -328px;
	width: 100%;
	height: 328px;
	background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
}

/* Services */
.services__item {
	background: linear-gradient(134.36deg, #2B2B2B -14.87%, #232323 111.73%);
	border: 1px solid #353535;
	border-radius: 20px;
	padding: 35px 38px 39px;
	margin-bottom: 30px;
}

.services__item-image {
	background: #2C2C2C;
	border: 1px solid #353535;
	border-radius: 10px;
	width: 160px;
	height: 150px;
	max-width: 100%;
	margin: 0 auto 29px;
	display: block;
}

.services__item-image>img {
	object-position: center;
	object-fit: cover;
	border-radius: 10px;
}

.masseurs__item-image>img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 10px;
}

.services__item-title {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.services__item._more .services__item-image {
	border: 4px solid rgba(255, 255, 255, 0.05);
	margin-bottom: 25px;
}

.services__item._more .services__item-title {
	text-transform: none;
	max-width: 105px;
	margin: 0 auto 18px;
}

.services__item-more {
	text-align: center;
}

.services__item-more a {
	text-decoration-line: underline !important;
	color: #E6B961;
}

.services__item-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(37, 37, 37, 1);
	top: auto;
	bottom: -25px;
	transform: translate(-50%, 0);
}

.services__item-icon>div {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #353535;
}

/* masseurs */
.masseurs {
	padding: 38.5px 0 116px;
	background: #202020;
	position: relative;
}

.masseurs .row__col:nth-child(4n + 2),
.masseurs .row__col:nth-child(4n + 3) {
	margin-top: 30px;
}

.masseurs__item {
	background: linear-gradient(134.36deg, #2B2B2B -14.87%, #232323 111.73%);
	border: 1px solid #353535;
	border-radius: 20px;
	padding: 35px 38px 39px;
	margin-bottom: 30px;
}

.masseurs__item-image {
	background: #2C2C2C;
	border: 1px solid #353535;
	border-radius: 10px;
	width: 160px;
	height: 150px;
	height: 230px;
	max-width: 100%;
	margin: 0 auto 29px;
	display: block;
}

.masseurs__item-image>img {
	object-position: center;
	object-fit: cover;
	border-radius: 10px;
}

.masseurs__item-title {
	display: block;
	text-align: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.masseurs:before {
	content: '';
	position: absolute;
	top: -328px;
	left: 0;
	width: 100%;
	height: 328px;
	background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #202020 100%);
}

/* reviews */
.reviews {
	padding: 60px 0 219px;
	background: #121212;
	position: relative;
}

.reviews .container {
	position: relative;
	z-index: 10;
}

.reviews .block__title {
	margin-bottom: 50px;
}

.reviews__slider {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.reviews__slider .swiper-container {
	padding: 30px 0;
}

.reviews__slider .swiper-wrapper {
	align-items: center;
}

.reviews__item {
	background: #212121;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 34px 24px 47px 39px;
}

.reviews__item-name {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
}

.reviews__item-text {
	font-size: 15px;
}

.reviews__item-text p:not(:last-child) {
	margin-bottom: 20px;
}

.reviews .swiper-slide {
	opacity: .5;
	transition: all .3s;
}

.reviews .swiper-slide.swiper-slide-active {
	transform: scale(1.2);
	z-index: 2;
	opacity: 1;
}

.reviews .swiper-button-prev {
	left: -70px;
}

.reviews .swiper-button-next {
	right: -70px;
}

.reviews:before {
	content: '';
	position: absolute;
	top: -179px;
	left: 0;
	width: 100%;
	height: 179px;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 87.5%, #121212 100%);
}

/* Swiper arrows */
.swiper__arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(180deg, #E8C479 -24.56%, #E6B961 100.26%);
}

.swiper__arrow>svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.swiper__arrow:after {
	display: none;
}

.swiper__arrow:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(180deg, #D3AC59 -24.56%, #D9AB51 100.26%);
	opacity: 0;
	transition: all .3s;
}

.swiper__arrow:hover:before {
	opacity: 1;
}

/* Swiper scroll */
.swiper__scroll {
	position: relative;
	height: 1px;
	background: rgba(255, 255, 255, .2);
	border-radius: 30px;
	margin: 55px auto 0;
	width: 830px;
	max-width: 100%;
}

.swiper__scroll .swiper-pagination-progressbar-fill {
	display: block;
	height: 7px;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
	border-radius: 30px;
	opacity: 1;
	top: auto;
	bottom: 0;
}

/* Help */
.help {
	padding: 70px 0 0;
	position: relative;
	background: #090A10;
}

.help:before {
	content: '';
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, rgba(10, 11, 17, 0) 0%, #08090F 100%);
}

.help .container {
	position: relative;
	padding-bottom: 213px;
}

.help__content {
	max-width: 605px;
	position: relative;
	z-index: 10;
}

.help__buttons {
	display: flex;
	align-items: center;
}

.help__buttons a:not(:last-child) {
	margin-right: 30px;
}

.help__text {
	font-size: 55px;
	line-height: 106.5%;
	letter-spacing: 0.06em;
	background: radial-gradient(56.99% 253.41% at 32.96% 43.01%, rgba(0, 0, 0, 0) 0%, rgba(42, 69, 108, 0.2) 70.83%)
		/* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
		, #FFFFFF;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 30px;
}

.help__image {
	position: absolute;
	right: -75px;
	bottom: 0;
}

/* Footer */
.footer {
	padding: 19px 0 50px;
	background: #191C21;
	font-size: 16px;
	line-height: 120%;
}

.footer__logo {
	display: block;
	margin-bottom: 23px;
}

.footer__policy {
	margin-bottom: 10px;
}

.footer__policy a {
	text-decoration-line: underline !important;
	color: #FFFFFF;
	opacity: 0.3;
}

.footer__policy a:hover {
	opacity: .2;
}

.footer__r {
	max-width: 520px;
	margin-bottom: -32px;
}

.footer__contact {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.footer__contact span {
	width: 40px;
	height: 40px;
	background: #1D2024;
	border-radius: 6px;
}

.footer__contact p {
	font-size: 16px;
	line-height: 19px;
	margin-left: 13px;
}

.footer__contact a {
	font-size: 16px;
	line-height: 19px;
	margin-left: 13px;
	color: #fff;
}

/* Gallery */
.gallery {
	padding: 230px 0 100px;
}

.gallery__slider {
	width: 810px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.gallery__item {
	position: relative;
	height: 457px;
}

.gallery__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border: 10px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
}

.gallery__slider .swiper-button-prev {
	left: -85px;
}

.gallery__slider .swiper-button-next {
	right: -85px;
}

/* Workers */
.workers {
	padding: 100px 0;
}

.workers__slider {
	width: 810px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.workers__item {
	position: relative;
	height: 457px;
	height: 560px;
}

.workers__item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	border: 10px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
}

.workers__slider .swiper-button-prev {
	left: -85px;
}

.workers__slider .swiper-button-next {
	right: -85px;
}

/* Contacts */
.contacts {
	padding: 100px 0;
}

.header+.contacts {
	padding-top: 230px;
}

.contacts__content .block__title {
	margin-bottom: 22px;
	text-align: left;
}

.contacts__content {
	width: calc(100% - 626px);
	padding-right: 30px;
}

.contacts__map {
	width: 626px;
	max-width: 100%;
}

.contacts__contact {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.contacts__contact span {
	width: 40px;
	height: 40px;
	background: #1D2024;
	border-radius: 6px;
}

.contacts__contact p {
	font-size: 16px;
	line-height: 19px;
	margin-left: 13px;
}

.contacts__contact a {
	font-size: 16px;
	line-height: 19px;
	margin-left: 13px;
	color: #fff;
}

.contacts__map {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	padding: 8.41px 9.34px 3px;
}

.contacts__map iframe {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

/* Services first */
.sfirst {
	padding: 255px 0 200px;
	position: relative;
	background-image: url(img/main-home-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.sfirst:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, rgba(10, 11, 17, 0) 0%, #0C0C0E 100%);
}

.sfirst__title {
	max-width: 331px;
	font-weight: 400;
	font-size: 86.37px;
	line-height: 106.5%;
	letter-spacing: 0.06em;
	margin-bottom: 24px;
}

.sfirst__r {
	width: 561px;
	max-width: 100%;
}

/* Text/Image block */
.textimage {
	padding: 100px 0;
	position: relative;
}

.textimage__image {
	width: 570px;
	max-width: 100%;
}

.textimage__content {
	width: calc(100% - 570px);
	padding-left: 86px;
}

.textimage__content p {
	font-size: 22px;
	line-height: 145%;
	margin-bottom: 25px;
}

.textimage__content p:last-child {
	margin-bottom: 0;
}

.textimage._invert .textimage__image {
	order: 2;
}

.textimage._invert .textimage__content {
	order: 1;
	padding-left: 0;
	padding-right: 100px;
}

.textimage._invert {
	background: #16161A;
}

.textimage._invert:after {
	content: '';
	position: absolute;
	top: -140px;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, rgba(22, 22, 25, 0) 0%, #161619 100%);
	z-index: 5;
}

.text__content .sother {
	background: #0C0C0E;
}

.text__content .sother:before {
	content: '';
	position: absolute;
	top: -140px;
	left: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient(180deg, rgba(10, 11, 17, 0) 0%, #0C0C0E 100%);
	z-index: 5;
}

.border__image {
	border: 10px solid rgba(255, 255, 255, 0.07);
	border-radius: 20px;
	width: 100%;
	height: auto;
}

/* Popup */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
}

.popup__bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.popup__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
}

.popup__close {
	position: absolute;
	right: 44px;
	top: 44px;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .1);
	cursor: pointer;
	transition: all .3s;
}

.popup__close:hover {
	opacity: .7;
}

/* Callback popup */
.callback__popup {
	background: #201D21;
	border-radius: 50px;
	padding: 39px 30px 64px;
	width: 429px;
	max-width: 100%;
}

.callback__popup-title {
	text-transform: uppercase;
	margin-bottom: 25px;
	text-align: center;
	font-size: 35px;
	line-height: 106.5%;
	letter-spacing: 0.06em;
}

.callback__popup-subtext {
	margin-top: 35px;
}

.callback__popup-subtext {
	text-align: center;
}

.callback__popup-subtext p:not(:last-child) {
	margin-bottom: 25px;
}

/* Form */
.form__row {
	margin-bottom: 15px;
	position: relative;
}

.form__row input {
	background: #FFFFFF;
	box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	border: 1px solid #fff;
	padding-left: 69px;
	padding-right: 20px;
	height: 80px;
	width: 100%;
	font-size: 18px;
	line-height: 21px;
}

.form__row svg {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translate(0, -50%);
}

.form button {
	width: 100%;
	margin-top: 10px;
}

.form__checkbox {
	position: relative;
	margin-top: 25px;
}

.form__checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	z-index: 10;
	cursor: pointer;
}

.form__checkbox label {
	display: block;
	padding-left: 29px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 140%;
}

.form__checkbox label a {
	color: rgba(200, 164, 106, 1);
	text-decoration: underline !important;
	position: relative;
	z-index: 10;
}

.form__checkbox-icon {
	border-radius: 2px;
	width: 14px;
	height: 14px;
	border: 1px solid #C8A46A;
	position: absolute;
	left: 0;
	top: 2px;
	transition: all .3s;
}

.form__checkbox-icon svg {
	opacity: 0;
	transition: all .3s;
}

.form__checkbox input:checked+.form__checkbox-icon {
	background: #C8A46A;
}

.form__checkbox input:checked+.form__checkbox-icon svg {
	opacity: 1;
}

.form__checkbox.error .form__checkbox-icon {
	border-color: #e61515 !important;
}

.form__message {
	display: none;
	padding: 15px;
	border-radius: 10px;
	color: #fff;
	background: #229628;
	text-align: center;
	margin-top: 20px;
}

input {
	transition: all .3s;
}

input.error {
	border-color: #e61515 !important;
}

/* Prices */
.price {
	padding: 230px 0 105px;
}

.price .block__title {
	margin-bottom: 50px;
}

.price__item {
	background: linear-gradient(134.36deg, #19191B -14.87%, #0F1011 111.73%);
	border-radius: 20px;
	margin-bottom: 30px;
	border: 1px solid #353535;
}

.price__item-title {
	color: #E6B961;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	padding: 30px 35px 25px;
	border-bottom: 1px solid #2B2B2B;
}

.price__item-prices {
	padding: 25px 35px 33px;
}

.price__item-prices__item {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 12px;
}

.price__item-prices__item:last-child {
	margin-bottom: 0;
}

.price__item-prices__item b {
	font-weight: 700;
}

.happy__item {
	margin-bottom: 30px;
	display: flex;
}

.happy__item-header {
	text-align: center;
	padding: 27px 15px 42px;
	background: linear-gradient(180deg, #E8C479 -24.56%, #E6B961 100.26%);
	border-radius: 20px 0 0 20px;
	color: #fff;
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;
	width: 33.3333%;
	position: relative;
}

.happy__item-header p:first-child {
	text-transform: uppercase;
}

.happy__item-header p:not(:last-child) {
	margin-bottom: 12px;
}

.happy__item-content {
	padding: 48px 20px 20px;
	background: #151518;
	border-radius: 0px 0px 20px 20px;
	width: 66.6666%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.happy__item-content .price__item {
	width: 50%;
}

.happy__item-content .price__item:last-child {
	margin-left: 30px;
}

.happy__item-header__content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0, -50%);
	left: 0;
}

.price .row__col._50 .price__item {
	display: flex;
	align-items: center;
}

.price .row__col._50 .price__item .price__item-prices {
	padding: 30px 35px 25px;
}

/* Mobile header menu */
.header__mmenu {
	display: none;
	position: relative;
}

.header__mmenu span {
	display: block;
	width: 28.5px;
	height: 3.17px;
	background: #C6C6C6;
	margin-bottom: 4.75px;
	transition: all .3s;
}

.header__mmenu span:last-child {
	margin-bottom: 0;
}

.header__mmenu:after,
.header__mmenu:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 28.5px;
	height: 3.17px;
	background: #C6C6C6;
	opacity: 0;
	transition: all .3s;
}

.header__mmenu:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.header__mmenu._active:before,
.header__mmenu._active:after {
	opacity: 1;
}

.header__mmenu._active span {
	opacity: 0;
}

.page404 {
	padding: 150px 0;
}

.page404 .block__title {
	text-align: left;
}

/* mmenu */
body._scroll-lock {
	overflow: hidden;
}

.mmenu {
	display: none;
	position: fixed;
	top: 85px;
	left: 0;
	width: 100%;
	background: #060306;
	padding: 29px 15px 29px 23px;
	z-index: 999;
	overflow-y: scroll;
	height: 600px;
}

.mmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mmenu ul li:not(:last-child) {
	margin-bottom: 15px;
}

.mmenu ul li a {
	display: block;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	position: relative;
}

.mmenu ul li.menu-item-has-children>a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	border-left: 5.5px solid transparent;
	border-right: 5.5px solid transparent;
	border-top: 6px solid #FFFFFF;
}

.mmenu ul li ul {
	display: none;
	padding: 15px 0;
}

.mmenu .header__button {
	display: inline-block;
	width: 111px;
	margin-top: 20px;
}

.mmenu .header__contacts {
	display: block;
	margin-top: 62px;
}

.mmenu .header__contacts-item {
	margin-bottom: 15px;
}

.mmenu .header__contacts-item:last-child {
	margin-bottom: 0;
}

/* Success popup */
.success__popup {
	padding: 40px 57px 46px;
	background: #201D21;
	border-radius: 50px;
	width: 429px;
	max-width: 100%;
	text-align: center;
}

.success__popup-title {
	margin-bottom: 6px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 35px;
	line-height: 106.5%;
}

.success__popup-text {
	font-size: 20px;
	line-height: 135.5%;
	margin-bottom: 19px;
}


#eight .callback__popup {
	width: 550px;
}

#eight .callback__popup ol {
	padding-left: 60px;
}

#eight .callback__popup ol li:not(:last-child) {
	margin-bottom: 10px;
}

.callback__popup-buttons {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.callback__popup-buttons .btn-yellow span {
	font-size: 16px;
	line-height: 23px;
	padding: 20px 0;
}

.callback__popup-buttons .btn-yellow:first-child {
	margin-right: 20px;
}

._blur {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	filter: blur(15px);
	background: rgba(0, 0, 0, .8);
}

/* Media */
@media screen and (max-width: 1025px) {
	.container {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.reviews .swiper-button-prev {
		left: 20px;
	}

	.reviews .swiper-button-next {
		right: 20px;
	}

	.help {
		overflow: hidden;
	}

	.price__item-prices__item {
		font-size: 18px;
		line-height: 22px;
	}

	.contacts__content,
	.contacts__map {
		width: 50%;
	}

	.textimage__content {
		padding-left: 40px;
	}

	.textimage._invert .textimage__content {
		padding-right: 60px;
	}

}

@media screen and (max-width: 992px) {

	body {
		font-size: 16px;
	}

	.header__contacts,
	.header__menu {
		display: none;
	}

	.btn-yellow {
		width: 300px;
	}

	.btn-yellow span {
		padding: 25px 0 31px;
		font-size: 18px;
		line-height: 21px;
	}

	/* .hmain */
	.hmain {
		padding: 150px 0 175px;
	}

	.hmain__title {
		font-size: 70px;
	}

	.hmain__title svg {
		width: 50px;
		height: 50px;
	}

	.hmain__text {
		font-size: 30px;
	}


	.advantages__item-icon {
		width: 100px;
		height: 100px;
		top: -50px;
	}

	.advantages__item-icon img,
	.advantages__item-icon svg {
		width: 70%;
	}

	.advantages__item-title {
		font-size: 20px;
	}

	/* Why */
	.why {
		padding: 100px 0;
	}

	.why>.container {
		flex-wrap: wrap;
	}

	.why__image {
		margin-top: 30px;
	}

	.why__content,
	.why__image {
		width: 100%;
	}

	/* Row */
	.row__col._25 {
		width: 50%;
	}

	/* .smain */
	.smain {
		padding: 50px 0;
	}

	.smain .row__col:nth-child(4n + 2),
	.smain .row__col:nth-child(4n + 3) {
		margin-top: 0;
	}

	/* masseurs */
	.masseurs .row__col:nth-child(4n + 2),
	.masseurs .row__col:nth-child(4n + 3) {
		margin-top: 0;
	}

	/* footer */
	.footer {
		padding: 30px 0;
	}

	.footer>.container {
		flex-wrap: wrap;
		text-align: center;
	}

	.footer__l {
		width: 100%;
		margin-bottom: 30px;
	}

	.footer__r {
		margin: 0 auto;
	}

	.gallery__slider .swiper-button-prev,
	.workers__slider .swiper-button-prev {
		left: 15px;
	}

	.gallery__slider .swiper-button-next,
	.workers__slider .swiper-button-next {
		right: 15px;
	}

	.workers {
		padding: 50px 0;
	}

	.gallery {
		padding: 150px 0 100px;
	}

	.price {
		padding-top: 150px;
	}

	.price .row__col {
		width: 50%;
	}

	.price .row__col._100 {
		width: 100%;
	}

	.happy__item-content {
		flex-wrap: wrap;
		padding: 25px 20px 5px;
	}

	.happy__item-content .price__item {
		width: 100%;
	}

	.happy__item-content .price__item:last-child {
		margin-left: 0;
	}

	.header+.contacts {
		padding-top: 150px;
	}

	.contacts>.container {
		flex-wrap: wrap;
	}

	.contacts__content,
	.contacts__map {
		width: 100%;
	}

	.sfirst {
		padding: 150px 0 100px;
	}

	.sfirst__title {
		font-size: 45px;
		text-align: center;
		margin: 0 auto 30px;
	}

	.btn-yellow._long {
		display: block;
		margin: 0 auto 30px;
	}

	.sfirst__l,
	.sfirst__r {
		width: 100%;
	}

	.sfirst__row {
		flex-wrap: wrap;
	}

	.textimage>.container {
		flex-wrap: wrap;
	}

	.textimage__image {
		width: 100%;
		order: 1 !important;
		margin-bottom: 30px;
	}

	.textimage__content {
		width: 100%;
		padding: 0 !important;
		order: 2;
	}

	.header__mmenu {
		display: block;
	}

	.header__top {
		padding: 10px 15.5px 12px 5px;
		border: 1px solid #2A2028;
	}

}

@media screen and (max-width: 767px) {

	.block__title {
		font-size: 30px;
	}

	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.btn-yellow {
		width: 100%;
	}

	.btn-yellow span {
		padding: 20px 0 25px;
		font-size: 16px;
		line-height: 19px;
	}

	/* hmain */
	.hmain {
		text-align: center;
		padding: 130px 0 445px;
		background-image: url('img/main-home-bg-mobile.webp');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.hmain__title {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.hmain__text {
		font-size: 18px;
		max-width: 224px;
		margin: 0 auto 10px;
	}

	.hmain__title svg {
		width: 34px;
		height: 34px;
	}

	.advantages {
		padding-top: 50px;
		margin-top: -50px;
		position: relative;
		z-index: 15;
	}

	/* Row */
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.row__col {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* advantages */
	.advantages .row__col:nth-child(2n + 2) {
		margin-top: 0;
	}

	.advantages__item {
		padding: 49px 0 24px;
		margin-bottom: 58px;
	}

	.advantages__item-icon {
		width: 74px;
		height: 74px;
		top: -37px;
	}

	.advantages .row__col:last-child .advantages__item {
		margin-bottom: 0;
	}

	.advantages__item-title {
		font-size: 18px;
		margin-bottom: 3px;
	}

	/* why */
	.why {
		padding: 50px 0;
	}

	.why .row {
		justify-content: center;
	}

	.why__title {
		text-align: center;
		font-size: 30px;
		line-height: 106.5%;
		margin-bottom: 29px;
	}

	.why__item {
		flex-wrap: wrap;
		text-align: center;
	}

	.why__item-text {
		width: 100%;
		padding-left: 0;
		font-size: 15px;
	}

	.why__item-icon {
		margin: 0 auto 12px;
		width: 60px;
		height: 60px;
	}

	.why__item-icon img {
		width: 70%;
	}

	.why__image:after {
		display: none;
	}

	.why__content {
		margin-right: 0;
		margin-bottom: 0;
	}

	.why__image {
		margin-top: 0;
	}

	.smain {
		padding: 50px 0 9px;
	}

	.smain .block__title {
		margin-bottom: 23px;
	}

	.services__item {
		padding: 10px 20px 13px;
		margin-bottom: 16px;
	}

	.services__item-image {
		width: 71px;
		height: 67px;
		margin-bottom: 17px;
	}

	.services__item-image img {
		width: 70%;
	}

	.services__item-title {
		font-size: 15px;
		line-height: 18px;
	}

	.sother .block__title {
		margin-bottom: 28px;
	}

	.services__item._more .services__item-image {
		width: 100%;
		height: 78px;
		position: relative;
		margin-bottom: 10px;
	}

	.services__item._more .services__item-image>img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transform: none;
	}

	.services__item-icon {
		display: none;
	}

	.services__item._more .services__item-title {
		margin-bottom: 6px;
		padding: 0 15px;
	}

	.services__item-more a {
		font-size: 12px;
		line-height: 120%;
	}

	.services__item._more {
		padding: 10px;
		border-radius: 10.3704px;
	}

	/* masseurs */
	.masseurs {
		padding: 50px 0;
	}

	.masseurs .container {
		position: relative;
		z-index: 10;
	}

	.masseurs__item {
		padding: 10px 10px 22px;
		border-radius: 10px;
	}

	.masseurs__item-image {
		margin-bottom: 14px;
	}

	/* reviews */
	.reviews {
		padding: 50px 0;
	}

	.reviews__slider {
		margin: 0;
	}

	.reviews__slider .swiper-container {
		padding: 0;
	}

	.reviews .swiper-slide {
		width: 80% !important;
	}

	.reviews .swiper-slide.swiper-slide-active {
		transform: scale(1);
	}

	.reviews .swiper__arrow {
		display: none;
	}

	.reviews__item {
		padding: 20px 16px;
	}

	.reviews__item-name {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.reviews__item-text {
		font-size: 15px;
		line-height: 131.4%;
	}

	.reviews .block__title {
		margin-bottom: 30px;
	}

	/* help */
	.help {}

	.help__text {
		font-size: 25px;
		line-height: 106.5%;
		text-align: center;
		margin-bottom: 20px;
	}

	.help__buttons {
		flex-wrap: wrap;
	}

	.help__buttons a {
		width: 100%;
	}

	.help__buttons a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.help__image {
		position: relative;
		right: auto;
		left: -30%;
		bottom: 0;
		max-width: none;
		width: 130%;
		margin-top: 39px;
	}

	.help .container {
		padding-bottom: 0;
	}

	/* Footer */
	.footer .row__col._50 {
		width: 100%;
	}

	.footer__contact {
		justify-content: center;
		margin-bottom: 15px;
	}

	/* .gallery__item */
	.gallery__item,
	.workers__item {
		height: 300px;
	}

	.workers__item {
		height: 490px;
	}

	.gallery {
		padding: 100px 0 50px;
	}

	.price {
		padding-top: 100px;
	}

	.price .row__col {
		width: 100%;
	}

	.happy__item {
		flex-wrap: wrap;
	}

	.happy__item-header {
		width: 100%;
		padding: 27px 15px;
		border-radius: 20px 20px 0 0;
	}

	.happy__item-header__content {
		position: relative;
		transform: none;
		top: 0;
	}

	.happy__item-content {
		width: 100%;
	}

	.contacts__row .row__col._50 {
		width: 100%;
	}

	.sfirst {
		padding: 100px 0 50px;
	}

	.textimage {
		padding: 50px 0;
	}

	.textimage .container {
		position: relative;
		z-index: 15;
	}

	.textimage__content p {
		font-size: 15px;
		line-height: 20px;
	}

	.popup__content {
		width: 100%;
	}

	.popup__close {
		top: 10px;
		right: 10px;
	}

	.form__row input {
		height: 60px;
	}

	.callback__popup-buttons {
		flex-wrap: wrap;
	}

	.callback__popup-buttons .btn-yellow:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

}

/* add */
.services__item-desc {
	text-align: center;
	font-size: 12px;
}

.block__desc {
	text-align: center;
	margin-top: 2em;
}

.footer__contact .item--whatsapp {
	margin: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__contact p.item--text {
	font-size: 14px;
	line-height: 20px;
	margin-left: 0;
}

/*--banner--*/
.pum-container {
	margin-left: 15px;
	margin-right: 15px;
}

.mobile-banner.hide {
	display: none;
}

@media screen and (max-width: 767px) {
	.desktop-banner {
		display: none;
	}

	.mobile-banner.hide {
		display: block;
	}
}

/* add-2 */
.header {
	background: rgba(11, 0, 10, .85);
}

.contacts__contact a:hover {
	color: #e6b961;
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none;
	}
}

/* blog */
.blog,
.blog__content {
	padding: 230px 0 105px;
}

.blog__content h2,
.blog__content h3,
.blog__content h4,
.blog__content h5 {
	letter-spacing: .06em;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
	margin-bottom: 25px;
	font-family: 'Bebas Neue', cursive;
}

.blog__content h3 {
	font-size: 36px;
}

.blog__content h4 {
	font-size: 32px;
}

.blog__content h5 {
	font-size: 28px;
}

.blog__content p {
	font-size: 22px;
	line-height: 145%;
	margin-bottom: 25px;
}

.blog__content p img {
	border: 10px solid rgba(255, 255, 255, .07);
	border-radius: 20px;
	width: 100%;
	height: auto;
	max-width: 50%;
}

.blog__content ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 25px 0;
}

.blog__content ul li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 22px;
}

.blog__content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 6px;
	height: 6px;
	background-color: #e6b961;
	border-radius: 50%;
}

.blog__content a {
	text-decoration-line: underline !important;
	color: #e6b961;
}

.related-posts {
	padding-bottom: 105px;
}

.blog .smain__row {
	margin-top: 39px;
}

.blog .smain__row,
.related-posts .smain__row {
	row-gap: 30px;
}

.blog .block__content {
	background: linear-gradient(134.36deg, #2b2b2b -14.87%, #232323 111.73%);
	border: 1px solid #353535;
	border-radius: 20px;
	padding: 35px 38px 39px;
	line-height: 1.5;
}

.blog .block__content p:not(:last-child) {
	margin-bottom: 12px;
}

.blog .services__item,
.related-posts .services__item {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.blog .services__item-more,
.related-posts .services__item-more {
	margin-top: auto;
}

.blog .services__item-image>img,
.related-posts .services__item-image>img {
	height: 100%;
	width: 100%;
}

.blog .services__item-date,
.blog .services__item-desc,
.related-posts .services__item-date,
.related-posts .services__item-desc {
	text-align: center;
}

.blog .services__item-desc,
.related-posts .services__item-desc {
	font-size: 14px;
}

.blog .services__item>*:not(:last-child),
.related-posts .services__item>*:not(:last-child) {
	margin-bottom: 10px;
}

.blog__content a.back-link {
	color: #fff !important;
	text-decoration-line: none !important;
	font-weight: bold;
}

img.alignleft {
	float: left;
	margin: 0 30px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 30px;
}

ul.page-numbers {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

ul.page-numbers a {
	color: #e6b961;
}

@media (max-width: 992px) {

	.blog,
	.blog__content {
		padding-top: 150px;
	}
}

@media (max-width: 767px) {

	.blog,
	.blog__content {
		padding-top: 100px;
	}

	.blog__content h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.blog__content h3,
	.blog__content h4,
	.blog__content h5 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.blog__content p {
		font-size: 15px;
		line-height: 20px;
	}

	.blog__content p img {
		max-width: 100%;
	}

	.blog .block__content {
		padding: 10px 20px 13px;
	}

	.blog .block__content,
	.blog__content ul li {
		font-size: 15px;
	}

	img.alignleft,
	img.alignright {
		float: none;
		margin: 0 0 10px 0;
	}
}

/* contacts */
.block__content-page {
	padding: 100px 0;
}

.header+.block__content-page {
	padding-top: 230px;
}

.block__content-page+.contacts,
.contacts+.gallery,
.gallery+.block__content-page,
.block__content-page+.reviews {
	padding-top: 0;
}

.block__content-page+.reviews {
	padding-bottom: 100px;
}

.block__content-page+.reviews::before {
	display: none;
}

.block__content-page h1,
.block__content-page h2,
.block__content-page h3,
.block__content-page h4,
.block__content-page h5 {
	letter-spacing: .06em;
	font-weight: 400;
	font-size: 75px;
	line-height: 100%;
	margin-bottom: 25px;
	font-family: 'Bebas Neue', cursive;
}

.block__content-page h2 {
	font-size: 40px;
}

.block__content-page h3 {
	font-size: 36px;
}

.block__content-page h4 {
	font-size: 32px;
}

.block__content-page h5 {
	font-size: 28px;
}

.block__content-page p {
	font-size: 22px;
	line-height: 145%;
	margin-bottom: 25px;
}

.block__content-page a {
	color: #e6b961;
}

.block__content-page ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.block__content-page ul li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 145%;
}

.block__content-page ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 8px;
	height: 8px;
	background-color: #e6b961;
	border-radius: 50%;
}


.reviews__desc {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 5px 10px;
}

.reviews__rating {
	display: flex;
	align-items: center;
}

.reviews__rating svg {
	width: 20px;
	height: 20px;
}

@media screen and (max-width: 992px) {
	.header+.block__content-page {
		padding-top: 150px;
	}
}

@media (max-width: 767px) {

	.block__content-page h1,
	.block__content-page h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.block__content-page h3,
	.block__content-page h4,
	.block__content-page h5 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.block__content-page p,
	.block__content-page ul li {
		font-size: 15px;
		line-height: 20px;
	}

	.header+.block__content-page {
		padding-top: 100px;
		padding-bottom: 75px;
	}

	.contacts+.gallery,
	.gallery+.block__content-page,
	.block__content-page+.reviews {
		padding-bottom: 75px;
	}
}

/* Home */
.hmain+.block__content {
	padding-top: 0;
}

.baner+.block__content-page {
	padding-top: 0;
}

.baner+.smain {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.block__content-page {
		padding-bottom: 50px;
	}

	.advantages:after {
		display: none;
	}
}

/* Special Offers */
.block__content-page+.banner {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.block__content-page+.banner {
		margin-top: 0 !important;
		margin-bottom: 50px !important;
	}
}

/* Service */
.sfirst+.banner {
	padding-top: 0;
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.sfirst+.banner {
		padding-top: 100px;
		margin-bottom: 0 !important;
	}
}

/* Header */
.menu-item.has-icon-sale>a::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('https://larosa.cz/wp-content/uploads/2025/06/sales.svg') no-repeat center;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
}

/* New Banner */
.banner-info {
	margin: 20px 0;
	position: relative;
	width: 100%;
}

.banner-info .banner-info__bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.banner-info .banner-info__bg picture {}

.banner-info .banner-info__bg picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-info .banner-info__content {
	padding: 20px;

	max-width: 620px;
	margin-left: auto;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner-info .banner-info__content h2 {
	font-size: 44px;
	text-align: center;
}

.banner-info .banner-info__content p {
	font-family: 'Bebas Neue', cursive;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.banner-info .banner-info__content h2 {
		font-size: 30px;
	}

	.banner-info .banner-info__content p {
		font-size: 24px;
	}
}

.banner-info .banner-info__content p span {
	color: #FCC357;
}

.banner-info .banner-info__content .btn-yellow,
.banner-info .banner-info__content button {
	max-width: 180px;
}

.banner-info .banner-info__content .btn-yellow span,
.banner-info .banner-info__content button span {
	padding: 15px;
}